Re: New user, Permission denied.

2005-09-06 Thread mlij
Randy, Don't worry, be happy! Thanks for your help. It is working after chmod 666 /dev/null mlij '>' '>'[EMAIL PROTECTED] wrote these words on 09/06/05 19:24 CDT: '>' '>'> [EMAIL PROTECTED]:~# ls -la /dev/null '

Re: New user, Permission denied.

2005-09-06 Thread mlij
> What are the permissions on /dev/null? Perhaps your message is coming > from the fact that you can't read /dev/null? [EMAIL PROTECTED]:~# ls -la /dev/null crw--- 1 root root 1, 3 2005-09-06 15:49 /dev/null > And which user are you logged into when running this command. (Never

Re: New user, Permission denied.

2005-09-06 Thread mlij
It is not obvious to me. I read the man useradd and I could not find the solution. This commands are on the book lfs. I apologize for my question. > When I add a new user, there is the following message: > > -sh: /dev/null: Permission denied > > > I put the following commands: > groupadd lfs2005

New user, permission denied

2005-09-05 Thread mlij
When I add a new user, there is the following message: -sh: /dev/null: Permission denied I put the following commands: groupadd lfs2005 useradd -s /bin/bash -g lfs2005 -m -k /dev/null lfs2005 mlij -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http

Re: there is not gmplayer

2005-08-22 Thread mlij
Firstly, I compiled without some --enables. I do not know why reason I put &&. In portuguese I could say `Foi mal`! It is running now. Thanks. '>'>I am using BLFS 6.1. '>'> '>'>I have installed fluxbox. '>'> '>'>I did not installed all packages. '>'>I can run mplayer in the xterm. '>'> '>

there is not gmplayer

2005-08-22 Thread mlij
I am using BLFS 6.1. I have installed fluxbox. I did not installed all packages. I can run mplayer in the xterm. I noted that the gmplayer was not installed. Why? My configure was the following: patch -Np1 -i ../MPlayer-1.0pre7-kernel_2.6-1.patch && ./configure --prefix=/usr --confdir=/etc/mpl

Re: Firefox error to install

2005-08-15 Thread mlij
mlij escreveu: Hi everyone! There was not any error to install it. When the BLFS 6.0 asks to run firefox in the /usr/bin, there is a failure: [EMAIL PROTECTED]:/usr/bin# firefox *** nsExtensionManager::_disableObsoleteExtensions - failure, catching exception so finalize window can close

Firefox error to install

2005-08-14 Thread mlij
-1.0.6/run-mozilla.sh: line 159: 25954 Segment Fault "$prog" ${1+"$@"} I downloaded the version 1.06 (I changed the commands from 1.0 to 1.06) What happened? Mlij -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html

setting up firewall

2005-08-13 Thread mlij
mented rules. Do I have to do something else to start iptables? Mlij -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: config.h error (Install Xorg)

2005-07-03 Thread mlij
DJ Lucas wrote: Ken's analysis is correct. The error message shows that the grep command was a single argument rather than a command to expand. That most likely means that you are using "'" (single quote) instead of "`" (backtick). I've made that mistake myself many times. :-) BTW, for the o

Re: config.h error (Install Xorg)

2005-07-02 Thread mlij
Ken Moffat wrote: That _sounds_ as if the back-ticks ("`") are not recognised. When it works properly (which it does, for many of us), the grep command is replaced by its results, i.e. a list of files containing linux/config.h. I'm guessing you typed it in (because many people don't have copy

config.h error (Install Xorg)

2005-07-02 Thread mlij
Install Xorg: After the command: sed -i -e "[EMAIL PROTECTED] @/* & */@" \ `grep -lr linux/config.h *` && ( make World 2>&1 | tee xorg-compile.log && exit $PIPESTATUS ) There is the message: sed: it is not possible to read grep -lr linux/config.h: file or directory not found. So I tried run wi