banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix [lổi] tên tự chuyền thành bash 3.2, máy trở về defaul .  XML
  [Question]   [lổi] tên tự chuyền thành bash 3.2, máy trở về defaul . 27/02/2009 14:08:51 (+0700) | #1 | 171242
[Avatar]
qtri_nguyen
Member

[Minus]    0    [Plus]
Joined: 13/01/2007 23:12:30
Messages: 82
Location: /home/Carrot
Offline
[Profile] [PM] [Email] [Yahoo!]
Rắc rối cái VLC coi phim phụ đề bị lổi, lang thang trên mạng tìm đc cái lệnh "debuginfo-install" đề fix lổi, thực hiện lệnh đó rồi nhưng vẫn kô đc, rồi sau khi thực hiện lệnh
Code:
rm -fr ~/ .vlc

thì đã coi đc phim với phụ đề,
nhưng từ đó cái tên trong terminal tự động chuyển thành bash-3.2 mất


Code:
bash-3.2$ su -
Password: 
-bash-3.2#

thử khởi động lại máy thì mọi thứ bị set về defaul cả, từ theme , icon, panels, cả cái AWN cũng ko tự chạy cả, mọi ng có gặp vấn đề này chưa, giúp em giải quyết với, bùn nhất mấy cái down về ở desktop h mất hết,hic
[Up] [Print Copy]
  [Question]   Re: [lổi] tên tự chuyền thành bash 3.2, máy trở về defaul . 27/02/2009 14:14:56 (+0700) | #2 | 171243
pnco
HVA Friend

Joined: 24/06/2005 16:33:48
Messages: 515
Offline
[Profile] [PM] [WWW]
khakha, rm -rf ~/ .vlc với rm -rf ~/.vlc là khác nhau. Linux sai 1 ly đi có 1 dặm thôi smilie
[Up] [Print Copy]
  [Question]   [lổi] tên tự chuyền thành bash 3.2, máy trở về defaul . 27/02/2009 14:24:48 (+0700) | #3 | 171247
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Đang định trả lời thì đại ka pnco nhanh quá.

qtri_nguyen wrote:
Rắc rối cái VLC coi phim phụ đề bị lổi, lang thang trên mạng tìm đc cái lệnh "debuginfo-install" đề fix lổi, thực hiện lệnh đó rồi nhưng vẫn kô đc,
 

debuginfo-install không giúp được gì trong vụ này cả. Bạn đọc lại man page xem.

qtri_nguyen wrote:

rồi sau khi thực hiện lệnh
Code:
rm -fr ~/ .vlc

thì đã coi đc phim với phụ đề,
nhưng từ đó cái tên trong terminal tự động chuyển thành bash-3.2 mất


Code:
bash-3.2$ su -
Password: 
-bash-3.2#

thử khởi động lại máy thì mọi thứ bị set về defaul cả, từ theme , icon, panels, cả cái AWN cũng ko tự chạy cả, mọi ng có gặp vấn đề này chưa, giúp em giải quyết với, bùn nhất mấy cái down về ở desktop h mất hết,hic 

~ là gì?
/ là gì?
.vlc nằm ở đâu?

Về vụ bash-3.2, đọc phần PROMPTING in man bash hoặc: http://dougbarton.us/Bash/Bash-prompts.txt
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   [lổi] tên tự chuyền thành bash 3.2, máy trở về defaul . 28/02/2009 04:23:37 (+0700) | #4 | 171307
[Avatar]
qtri_nguyen
Member

[Minus]    0    [Plus]
Joined: 13/01/2007 23:12:30
Messages: 82
Location: /home/Carrot
Offline
[Profile] [PM] [Email] [Yahoo!]

quanta wrote:



~ là gì?
/ là gì?
.vlc nằm ở đâu?

 


theo em biết là :
~ : là đg dẫn về home của user, ví dụ như đang ở /media/movie chẵng hạn thì dùng cd ~ nó sẽ vè /home/user.

/
: thư mục root.

.vlc
: nằm ở /home/Caroot

đáng lẽ khi dùng lệnh
Code:
rm -fr ~/.vlc
thì nó sẽ remove .vlc trong /home/user.
Nhưng em nghĩ em sai chổ này, vì trước đó em đang là root, nên khi thực hiện lệnh đó nó lại về /root và sai thêm một chổ nữa là
Code:
rm -fr ~/ .vlc
thay vì nó chỉ remove .vlc thì có nó lại remove toàn bộ.


quanta wrote:

Về vụ bash-3.2, đọc phần PROMPTING in man bash hoặc: http://dougbarton.us/Bash/Bash-prompts.txt 

Em đã đọc nó và làm theo hướng dẫn, đã chuyển lại đc nó nhưng thoát ra vào lại thì nó vẫn về lại như cũ.




Code:
When  bash  is  invoked  as an interactive login shell,
it first reads and executes commands from the file 
/etc/profile, if  that  file exists.  After reading that
file, it looks for ~/.bash_profile, ~/.bash_login, and
~/.profile, in  that  order,  and reads and executes
commands from the first one that exists and is  readable.


thử ls -all thì thấy thiếu cả 3 files ~/.bash_profile; bash_login;.profile.
Theo hướng dẫn từ trang http://www.freebsddiary.org/prompt.php
thì em tạo đc file .bash_profile, còn 2 files ko biết nội dung là ji nên chưa tạo đc.

any idea?
[Up] [Print Copy]
  [Question]   Re: [lổi] tên tự chuyền thành bash 3.2, máy trở về defaul . 28/02/2009 07:39:44 (+0700) | #5 | 171335
[Avatar]
qtri_nguyen
Member

[Minus]    0    [Plus]
Joined: 13/01/2007 23:12:30
Messages: 82
Location: /home/Carrot
Offline
[Profile] [PM] [Email] [Yahoo!]
Hiện h là đã tạo đc .bash_profile ở /root rồi, nhưng còn bên user là vẫn chưa đc.
Code:
bash-3.2$ su -
Password: 
[root@Xitrum ~]
 # :


đã tao file .bash_profile ở trong user rồi mà vẫn kô đc,
Code:
# set prompt: ``username@hostname:/directory $ ''
PS1="[\u@\h:\w] " 
case `id -u` in
      0) PS1="${PS1}# ";;
      *) PS1="${PS1}$ ";;
esac


[Up] [Print Copy]
  [Question]   Re: [lổi] tên tự chuyền thành bash 3.2, máy trở về defaul . 01/03/2009 04:38:41 (+0700) | #6 | 171453
pnco
HVA Friend

Joined: 24/06/2005 16:33:48
Messages: 515
Offline
[Profile] [PM] [WWW]
Bên user Root em đã chỉnh lại bình thường đc, nhưng user bình thường thì vẫn chưa đc anh ah. 

Ở home folder của user đã có mấy cái .bash_profile, .bashrc, .profile ... chưa? permision thế nào, ls -la . rồi post lên, nếu mấy cái file kia có rồi thì nội dung nó thế nào?

Tip: ls -la /etc/skel

PS: @quanta: vẫn chưa được à em, định nhường cho em nhưng thấy lâu quá smilie
[Up] [Print Copy]
  [Question]   Re: [lổi] tên tự chuyền thành bash 3.2, máy trở về defaul . 01/03/2009 07:44:28 (+0700) | #7 | 171468
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Chắc bạn đang dùng Fedora? Tham khảo nội dung mấy files này trên máy tớ:
Code:
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

Code:
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Re: [lổi] tên tự chuyền thành bash 3.2, máy trở về defaul . 02/03/2009 02:53:31 (+0700) | #8 | 171548
[Avatar]
qtri_nguyen
Member

[Minus]    0    [Plus]
Joined: 13/01/2007 23:12:30
Messages: 82
Location: /home/Carrot
Offline
[Profile] [PM] [Email] [Yahoo!]

quanta wrote:
Chắc bạn đang dùng Fedora? Tham khảo nội dung mấy files này trên máy tớ:
Code:
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

Code:
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi
 


2 files cua tớ
Code:
bash-3.2$ cat /etc/skel/.bashrc
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

# User specific aliases and functions

bash-3.2$ 
bash-3.2$ cat /etc/skel/.bash_profile
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH


Đã edit lại file .bash_profile giống của anh rồi mà ko đc.

Code:
bash-3.2$ cat /etc/skel/.bash_profile
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|