Re: [gentoo-user] Three small but annoying problems.

2003-10-03 Thread Norberto Bensa
Steve wrote:
>
> I do get this message when X starts: xkbcomp reports Type "Two-level" has 2
> levels but  has three arguments.
>

try xev

BTW, what layout are you using?

Regards,
Norberto




pgp0.pgp
Description: signature


Re: [gentoo-user] My ebuild doesn't work!

2003-10-03 Thread Chris I
On 2003.10.03 18:59, Paulo da Silva wrote:
gpgkeys: WARNING: this is an *experimental* HKP interface!
gpgkeys: key 6F2B085769F79F87 not found on keyserver
Hi.
I decided to install the new OO 1.1.
For that I modified the _rc4 ebuild copying and renaming it to
/usr/local/portage.
After changing it, I did
~ebuild cant_remember_fullpath_name digest
but I got a couple of error messages telling the ebuild was not  
found!

I just moved my modified version to the /usr/portage and I could not
only build the digest but also got a successful install!
Any ideas why this OO ebuild is /usr/portage dir dependent?
It works if it is in the /usr/portage tree but not in the
/usr/local/portage!
BTW, I have several ebuilds under /usr/local/portage working  
perfectly.
did you copy the 'files' directory? It is probably looking for patches  
contained within.

--

Chris I

Refreshed by a brief blackout, I got to my feet and went next door.
-- Martin Amis, _Money_


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Three small but annoying problems.

2003-10-03 Thread Leendert van den Berg
> >Can you change to VT1? ctrl+ alt+ F1?n If so, but not to other
> >terminals X is starting before the VT's are spawned. Not sure how to
> >check for that though
> 
> I can not change to any terminal once in X.
> 
> 
> >Another thing to try Open an xterm (konsole if you're using KDE)
> >and type:
> >
> >setxkbmap -rules xfree86 -model pc101 -layout us -option ""
> >
> >Now try to change to a VT Can you?
> 
> Typed that in and I was still unable to switch consoles in X

When you run
xmodmap -pke
you should see the keycodes for the F1, F2, etc. keys (67, 68, etc.)
be mapped to something like
keycode  67 = F1 XF86_Switch_VT_1

If the XF86_Switch_VT_1 is not there, this may be a reason you are unable to
switch virtual consoles. I had this problem because I was using a dvorak xmodmap
file, but it did not properly map the codes to the XF86_* keysyms. My solution
was to modify the keymap I was loading, and add the corresponding entries.

Leendert

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] deleeting files in /usr/portage/distfiles

2003-10-03 Thread Phil Barnett
On Friday 03 October 2003 8:20 pm, Prabhat Gupta wrote:
> Hi,
>
> Can I delete files in
>
> /usr/portage/distfiles
>
> to same some space??

You can:

rm -f /usr/portage/distfiles/*

and

rm -rf /usr/tmp/portage/*

If I recall correclty.

Of course, before you run any rm command with -f, make damn sure you know what 
you are doing and that you typed everyting correctly and understand the 
exposure. It's like woodworking... measure twice, cut once.

This is the stuff that dead operating systems are made of when done slightly 
worng. ;-)

Often, just to make sure I'm where I want to be, i do this:

cd /usr/portage/distfiles
pwd
look at the output
rm -f *

DAMHIK

-- 

Blaming guns for crime is like blaming a pencil for misspelled words


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Three small but annoying problems.

2003-10-03 Thread Ernie Schroder
On Friday 03 October 2003 11:42 pm, Steve wrote:
> At 09:36 AM 10/3/03 , Ernie Schroder wrote and said this:
> >On Thursday 02 October 2003 11:17 pm, Steve wrote:
> > > At 03:32 PM 10/2/03 , Ernie Schroder wrote:
> > > >On Thursday 02 October 2003 12:33 pm, Steve wrote:
> > > > > At 11:28 AM 10/2/03 , Andrej Kacian wrote and said this:
> > > > > >On Wed, 01 Oct 2003 18:34:56 -0400
> > > > > >
> > > > > >Steve <[EMAIL PROTECTED]> wrote:
> > > > > > > At 03:27 PM 10/1/03 , Peter Ruskin wrote:
> > > > > > > >On Wednesday 01 Oct 2003 20:25, Peter Ruskin wrote:
> > > > > > > > > On Wednesday 01 Oct 2003 20:04, Steve wrote:
> > > > > > > > > > 1.  I can't use CTRL-ALT-F1-F6 to switch from X
> > > > > > > > > > to a console. Is this set in a config file
> > > > > > > > > > somewhere, and if so how do I get it to work
> > > > > > > > > > again?
> > > > > > > > >
> > > > > > > > > In /etc/X11/XF86Config, add the following to
> > > > > > > > > Serverflags section: Option "DontVTSwitch"  "yes"
> > > > > > > > >
> > > > > > > > > man XF86Config
> > > > > > > >
> > > > > > > >err, that should be "no" if you want to switch to
> > > > > > > > consoles
> > > > > > > >
> > > > > > > >Peter
> > > > > > >
> > > > > > > I added the "DontVTSwitch" "no" to /etc/X11/XF86Config
> > > > > > > and it had no affect ( also tried using "no" as well).
> > > > > >
> > > > > >Even after restarting X?
> > > > >
> > > > > Yep, even after restarting X.
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > [EMAIL PROTECTED] mailing list
> > > >
> > > >what happens if you press ctrl+alt+printscreen?
> > > >That should take you back to the last VT you were logged into.
> > > > Check to make sure you have the right driver for your
> > > > keyboard in your XF86Config.
> > > >Can you switch consoles BEFORE you start X?
> > > >If you can, the problem is in XF86Config
> > >
> > > Nothing happens when I press ctrl+alt+printscreen
> > > The driver appears to be correct for the keyboard, pc101,us
> > > I cam switch consoles before starting X, yes.
> >
> >Can you change to VT1? ctrl+ alt+ F1?n If so, but not to other
> >terminals X is starting before the VT's are spawned. Not sure how
> > to check for that though
>
> I can not change to any terminal once in X.
>
> >Another thing to try Open an xterm (konsole if you're using
> > KDE) and type:
> >
> >setxkbmap -rules xfree86 -model pc101 -layout us -option ""
> >
> >Now try to change to a VT Can you?
>
> Typed that in and I was still unable to switch consoles in X
>
> >If that works, the problem is in your XF86Config. If not, I would
> >guess that your ctrl key is not working, perhaps remapped. Try the
> >shift key instead. Do the function keys work for their other uses
> > in X? (example: alt + F2 should bring up the "run command" dialog
> > and ctrl + F1-4 should change desktops in X)  You can also log on
> > as root and start X can you switch VT's now?
>
> Try logging in as root, still no change.  CTRL+ALT+BS works.
>
> >One other possibility, other than a borked keyboard, is that some
> >keyboard toggle has been set. For a while, I couldn't use the
> > number pad regardless of the numlock LED status. It turned out
> > that the combination shift+ alt+ numlock is a toggle for mouse
> > events on the pad. There (may?) be a combination that toggles the
> > ability to use the VT's but I've had no luck finding
> > documentation.
>
> I do get this message when X starts: xkbcomp reports Type
> "Two-level" has 2 levels but  has three arguments.
>
>
>
> --
> [EMAIL PROTECTED] mailing list


Have you tried a different keyboard? From an xterm do 
$ ps af | grep tty. 

You should see tty 2-6 running like so. Do you?

$ ps ax |grep tty
 2680 vc/2 S  0:00 /sbin/agetty 38400 tty2 linux
 2681 vc/3 S  0:00 /sbin/agetty 38400 tty3 linux
 2682 vc/4 S  0:00 /sbin/agetty 38400 tty4 linux
 2683 vc/5 S  0:00 /sbin/agetty 38400 tty5 linux
 2684 vc/6 S  0:00 /sbin/agetty 38400 tty6 linux
 4521 pts/0R  0:00 grep tty 

What happens when you hit the combination alt + F1?
What happens when you hit the combination alt + F2?
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] deleeting files in /usr/portage/distfiles

2003-10-03 Thread Klaus Neumann
Prabhat Gupta wrote:

Hi,

Can I delete files in

/usr/portage/distfiles

to same some space??

Thanks
Prabhat
--
[EMAIL PROTECTED] mailing list

Yes.

--
Best regards,
Klaus


--
[EMAIL PROTECTED] mailing list


[gentoo-user] deleeting files in /usr/portage/distfiles

2003-10-03 Thread Prabhat Gupta
Hi,

Can I delete files in

/usr/portage/distfiles

to same some space??

Thanks
Prabhat
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Three small but annoying problems.

2003-10-03 Thread Steve
At 09:36 AM 10/3/03 , Ernie Schroder wrote and said this:
On Thursday 02 October 2003 11:17 pm, Steve wrote:
> At 03:32 PM 10/2/03 , Ernie Schroder wrote:
> >On Thursday 02 October 2003 12:33 pm, Steve wrote:
> > > At 11:28 AM 10/2/03 , Andrej Kacian wrote and said this:
> > > >On Wed, 01 Oct 2003 18:34:56 -0400
> > > >
> > > >Steve <[EMAIL PROTECTED]> wrote:
> > > > > At 03:27 PM 10/1/03 , Peter Ruskin wrote:
> > > > > >On Wednesday 01 Oct 2003 20:25, Peter Ruskin wrote:
> > > > > > > On Wednesday 01 Oct 2003 20:04, Steve wrote:
> > > > > > > > 1.  I can't use CTRL-ALT-F1-F6 to switch from X to a
> > > > > > > > console. Is this set in a config file somewhere, and
> > > > > > > > if so how do I get it to work again?
> > > > > > >
> > > > > > > In /etc/X11/XF86Config, add the following to
> > > > > > > Serverflags section: Option "DontVTSwitch"  "yes"
> > > > > > >
> > > > > > > man XF86Config
> > > > > >
> > > > > >err, that should be "no" if you want to switch to consoles
> > > > > >
> > > > > >Peter
> > > > >
> > > > > I added the "DontVTSwitch" "no" to /etc/X11/XF86Config and
> > > > > it had no affect ( also tried using "no" as well).
> > > >
> > > >Even after restarting X?
> > >
> > > Yep, even after restarting X.
> > >
> > >
> > >
> > > --
> > > [EMAIL PROTECTED] mailing list
> >
> >what happens if you press ctrl+alt+printscreen?
> >That should take you back to the last VT you were logged into.
> > Check to make sure you have the right driver for your keyboard in
> > your XF86Config.
> >Can you switch consoles BEFORE you start X?
> >If you can, the problem is in XF86Config
>
> Nothing happens when I press ctrl+alt+printscreen
> The driver appears to be correct for the keyboard, pc101,us
> I cam switch consoles before starting X, yes.




Can you change to VT1? ctrl+ alt+ F1?n If so, but not to other
terminals X is starting before the VT's are spawned. Not sure how to
check for that though
I can not change to any terminal once in X.


Another thing to try Open an xterm (konsole if you're using KDE)
and type:
setxkbmap -rules xfree86 -model pc101 -layout us -option ""

Now try to change to a VT Can you?
Typed that in and I was still unable to switch consoles in X


If that works, the problem is in your XF86Config. If not, I would
guess that your ctrl key is not working, perhaps remapped. Try the
shift key instead. Do the function keys work for their other uses in
X? (example: alt + F2 should bring up the "run command" dialog and
ctrl + F1-4 should change desktops in X)  You can also log on as root
and start X can you switch VT's now?


Try logging in as root, still no change.  CTRL+ALT+BS works.

One other possibility, other than a borked keyboard, is that some
keyboard toggle has been set. For a while, I couldn't use the number
pad regardless of the numlock LED status. It turned out that the
combination shift+ alt+ numlock is a toggle for mouse events on the
pad. There (may?) be a combination that toggles the ability to use
the VT's but I've had no luck finding documentation.
I do get this message when X starts: xkbcomp reports Type "Two-level" has 2 
levels but  has three arguments.



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] bash_profile

2003-10-03 Thread Tom Hosiawa
> Renat,
> 
> I'm not sure. The CD's were burnt about a month ago. And actually did a Stage3 GRP 
> install on my
> first PC. And then on my other 2 PC's I used the boot CD and downloaded Stage3 off 
> the Gentoo
> site.
> 
> I'm waiting for KDE 3.1.4 to finish compiling and then I will take a look at the my 
> bashprofile is
> setup. I think I need to get another 128MB's of ram. This has been compiling for 
> almost 24 hrs
> now. 
> 
> Thanks for the response.
> 
> Joshua Banks

As I mentioned in another message

> I'm pretty sure when I first installed gentoo, the bash prompt looked
> correct but after some time, following an upgrade, the bash prompt
> changed to its default.

Now I did the install from stage1 sometime july and I believe bash
prompt looked correct until sometime in august, where it went to the
basic prompt. It was then that I found on the gentoo forums something
had changed in /etc/profile

checkout this thread:
http://forums.gentoo.org/viewtopic.php?t=62455&highlight=

Tom 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Tom Hosiawa
> bash-2.05b$ cat .bashrc
> # /etc/skel/.bashrc:
> # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bashrc,v 1.8 2003/02/28 
> 15:45:35 azarah
> Exp $
> 
> # This file is sourced by all *interactive* bash shells on startup.  This
> # file *should generate no output* or it will break the scp and rcp commands.

Try adding this to your file right after this statement , I have it in
mine:
[ -f /etc/profile ] && . /etc/profile

Tom


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Tom Hosiawa
> On Friday 03 October 2003 21:31, Tom Hosiawa wrote:
> > What I'm still wondering is why my change to PATH isn't taking affect?
> 
> Could you post your ~/.bash_profile and ~/.bashrc ? It's difficult to say 
> something without seeing it.
> 
> 
> Cheers,
> Renat

.bash_profile:
===
# /etc/skel/.bash_profile:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bash_profile,v
1.10 2002/11/18 19:39:22 azarah Exp $

#This file is sourced by bash when you log in interactively.
[ -f ~/.bashrc ] && . ~/.bashrc

# User specific environment and startup programs
export HISTSIZE=10
export EDITOR=vim
export
PATH=$PATH:/opt/intel/compiler70/ia32/bin:$HOME/OpenOffice.org1.1.0:$HOME/local/bin
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/compiler70/ia32/lib:/usr/local/lib
export MANPATH=$MANPATH:/opt/intel/compiler70/man
unset USERNAME


.bashrc:
=
# /etc/skel/.bashrc:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bashrc,v 1.8
2003/02/28 15:45:35 azarah Exp $

# This file is sourced by all *interactive* bash shells on startup. 
This
# file *should generate no output* or it will break the scp and rcp
commands.
[ -f /etc/profile ] && . /etc/profile

# Change the window title of X terminals
case $TERM in
xterm*|rxvt|Eterm|eterm)
PROMPT_COMMAND='echo -ne
"\033]0;[EMAIL PROTECTED]:${PWD/$HOME/~}\007"'
;;
screen)
PROMPT_COMMAND='echo -ne
"[EMAIL PROTECTED]:${PWD/$HOME/~}\033\\"'
;;
esac

eval `dircolors -b /etc/DIR_COLORS`
alias ls="ls --color"
alias rm='rm -i'
alias mv='mv -i'
alias cp='cp -i'
alias find='find 2> /dev/null'
alias lndir='lndir -silent -ignorelinks'
alias df='df -h'
alias psn4up='psnup -d -n 4'
alias psn2up='psnup -d -n 2'
umask 0077


Tom


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] No Colsole after starting X

2003-10-03 Thread Jason Stubbs
On Saturday 04 October 2003 08:51, Jason Stubbs wrote:
> On Saturday 04 October 2003 06:40, Kai Lindenberg wrote:
> > Hi Olli,
> >
> > Am Freitag, 3. Oktober 2003 23:27 schrieb Oliver Bohlen:
> > > I hava a Gericom Webgine Notebook. Gentoo is running very good on
> > > it, only if I'm starting X and want to switch after it back to
> > > the colsoles with Ctrl+Alt+F1-6 I only get a black screen.
> > > I'm using the 2.6test6 Kernel. I already tested it with the
> > > 2.4.20 Kernel but there it is the same probmem. I have the same
> > > problem with Distributions like SuSE.
> > > The graphic card in the Notebook is a GeForce 4 Go with 32 MB of
> > > RAM. If I plug a Monitor on the Notebook it shows a black screen
> > > too. I tried to change the picturefrequence and the driver from
> > > nv to nvidia but nothing helps.
> >
> > IMHO this is a problem with the nvidia-binaries.
> > I have the same problem with my Geforce2 Go on my laptop with the
> > actual driver version nvidia-kernel-1.0.4496-r3. I do not have the
> > problem with any older driver like nvidia-kernel-1.0.4363-r3. So I
> > emerge nvidia-kernel-1.0.4363-r3 with the appropriate nvidia-glx,
> > removed nvidia from virtual/opengl and the world file.
>
> This answer is most likely the correct one. I am using 2.6 without
> framebuffer and cannot use (cannot see to be specific) the console after
> starting X until the machine is rebooted. Running 2.4 doesn't fix the
> problem. I will try this solution myself and report back if it succeeds.

Have downgraded nvidia-glx and nvidia-kernel to 4363 and everything is working 
again. A better way to keep the packages at that version is to modify /var/
cache/edb/world to from:

media-video/nvidia-kernel
media-video/nvidia-glx

to:

=media-video/nvidia-kernel-1.0.4363-r3
=media-video/nvidia-glx-1.0.4363


Jason

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: scroll buttons on Acer laptop touchpad

2003-10-03 Thread Robert Morris
On Fri, 2003-10-03 at 09:45, Stefano Debenedetti wrote:
> Thanks for your answer, I had already tried that, would have been easy but 
> unfortunately it doesn't work for me..
> 
> ciao
> ste
> 
> > Oggetto:
> > Re: [gentoo-user] scroll buttons on Acer laptop touchpad
> > Da:
> > Robert Morris <[EMAIL PROTECTED]>
> > Data:
> > Thu, 02 Oct 2003 19:33:56 -0600
> > A:
> > [EMAIL PROTECTED]
> > 
> > 
> > On Thu, 2003-10-02 at 15:09, Stefano Debenedetti wrote:
> > 
> >>Hello, I have been googling quite a bit but I haven't found a way to enable the 
> >>two additional buttons, the ones usually used for scrolling, like a mousewheel 
> >>replacement, on my Acer Aspire 1312LC touchpad. After a few tries I fell back to a 
> >>traditional XFree configuration, setting the protocol to PS/2 and keeping the 
> >>ZAxisMapping line commented so at least the lower button works as a traditional 
> >>copy-and-paste third mouse button, but to use both for scrolling would really 
> >>help. I tried emerging and using tpconfig but it says it cannot find any synaptics 
> >>device on my machine...
> >>
> >>Any help really appreciated, thanks ciao
> >>ste
> >>
> > 
> > Use IMPS/2 for the protocol and add back in ZAxisMapping "4 5" just like
> > you would for a normal mouse and it should work.
> > At least it does on my HP laptop :)
> > 
> > Robert Morris
> > 

My only other suggestion would be to try the xev program to see what
button number XFree sees those buttons as. You may need to change the
number of mouse buttons in your XF86Config in order to detect them.

I know my Intellimouse was like that, if I set it for 7 buttons (to use
the side buttons) my scroll wheel would disappear. The scroll wheel
would only work if I set it to 5 buttons.

Robert Morris



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] USB mass storage ?

2003-10-03 Thread William Kenworthy
Same here.  The other method is just wait awhile and it clears - this is
related to removing unused kernel modules from memory, so your basicly
doing the same thing manually.

BillK

On Fri, 2003-11-14 at 04:46, gabor wrote:
> On Thu, 2003-10-02 at 15:53, Ernie Schroder wrote:
> > I have USB mass storage set up and working pretty much as expected 
> > other than one rather perplexing problem. If I unmount either my 
> > digital camera or my smart card reader, remove the media and then 
> > replace it I cannot remount the device
> 
> happens the same with my camera.
> 
> what i do is:
> rmmod usb-storage
> modprobe usb-storage
> 
> and then it works again.
> (it's possible that i'm remembering it wrong, and it's a different *usb*
> module that you have to reload)
> 
> gabor
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 
William Kenworthy <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] No Colsole after starting X

2003-10-03 Thread Jason Stubbs
On Saturday 04 October 2003 06:40, Kai Lindenberg wrote:
> Hi Olli,
>
> Am Freitag, 3. Oktober 2003 23:27 schrieb Oliver Bohlen:
> > I hava a Gericom Webgine Notebook. Gentoo is running very good on
> > it, only if I'm starting X and want to switch after it back to
> > the colsoles with Ctrl+Alt+F1-6 I only get a black screen.
> > I'm using the 2.6test6 Kernel. I already tested it with the
> > 2.4.20 Kernel but there it is the same probmem. I have the same
> > problem with Distributions like SuSE.
> > The graphic card in the Notebook is a GeForce 4 Go with 32 MB of
> > RAM. If I plug a Monitor on the Notebook it shows a black screen
> > too. I tried to change the picturefrequence and the driver from
> > nv to nvidia but nothing helps.
>
> IMHO this is a problem with the nvidia-binaries.
> I have the same problem with my Geforce2 Go on my laptop with the
> actual driver version nvidia-kernel-1.0.4496-r3. I do not have the
> problem with any older driver like nvidia-kernel-1.0.4363-r3. So I
> emerge nvidia-kernel-1.0.4363-r3 with the appropriate nvidia-glx,
> removed nvidia from virtual/opengl and the world file.

This answer is most likely the correct one. I am using 2.6 without framebuffer 
and cannot use (cannot see to be specific) the console after starting X until 
the machine is rebooted. Running 2.4 doesn't fix the problem. I will try this 
solution myself and report back if it succeeds.

Jason

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] No Colsole after starting X

2003-10-03 Thread Donnie Berkholz
On Fri, 2003-10-03 at 19:09, Shawn wrote:
> I don't believe this is the issue.
> 
> nvidia drivers, and maybe fbcon. I repeate, /NOT/ a issue pty issue. The
> console does not use ptys.

Are you using framebuffer? Try disabling it, or switching to vesa if you
use riva.


signature.asc
Description: This is a digitally signed message part


[gentoo-user] My ebuild doesn't work!

2003-10-03 Thread Paulo da Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi.

I decided to install the new OO 1.1.
For that I modified the _rc4 ebuild copying and renaming it to
/usr/local/portage.
After changing it, I did
~ebuild cant_remember_fullpath_name digest
but I got a couple of error messages telling the ebuild was not found!
I just moved my modified version to the /usr/portage and I could not
only build the digest but also got a successful install!
Any ideas why this OO ebuild is /usr/portage dir dependent?
It works if it is in the /usr/portage tree but not in the
/usr/local/portage!
BTW, I have several ebuilds under /usr/local/portage working perfectly.

Thanks.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/ff9HbysIV2n3n4cRAnEsAJ9ffjoJV5AdfHK49DB4NjQJP5+hRQCgpdqM
P5cDkbBdI30ifO1kkIhm56s=
=JRvB
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] No Colsole after starting X

2003-10-03 Thread Shawn
I don't believe this is the issue.

nvidia drivers, and maybe fbcon. I repeate, /NOT/ a issue pty issue. The
console does not use ptys.

On Fri, 2003-10-03 at 17:01, Donnie Berkholz wrote:
> On Fri, 2003-10-03 at 17:27, Oliver Bohlen wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > 
> > Hello List
> > 
> > I hava a Gericom Webgine Notebook. Gentoo is running very good on it, only if 
> > I'm starting X and want to switch after it back to the colsoles with 
> > Ctrl+Alt+F1-6 I only get a black screen.
> > I'm using the 2.6test6 Kernel. I already tested it with the 2.4.20 Kernel but 
> > there it is the same probmem. I have the same problem with Distributions like 
> > SuSE.
> > The graphic card in the Notebook is a GeForce 4 Go with 32 MB of RAM. If I 
> > plug a Monitor on the Notebook it shows a black screen too. 
> > I tried to change the picturefrequence and the driver from nv to nvidia but 
> > nothing helps.
> > I switched off the Powermanagement in the BIOS and with the bootparameters 
> > pci=noacpi but it didn't help too. Switching off/on the Framebuffer was 
> > without result too. (The nvidia-Framebuffer-Module isn't working here...)
> > I didnt find help in the Gentoo-Forum and with Googleing so I hope to get help 
> > here.
> 
> In your kernel, do you have the option File systems->Pseudo
> filesystems->/dev/pts filesystem enabled? You should.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] [OT] LVM move troubles

2003-10-03 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi guys,

My turn for an off topic plee for help :)

LVM, I know what it does, and why to use it (which is why I'm using it, 
duh :)), but it's still all a bit of a mystery.
Currently I have this setup:
Server:
/dev/hdb 80gig maxtor, working
/dev/hde 60gig deathstar, need to ask? :P
development-sources, lvm2
As one big LV, formatted XFS
Desktop:
/dev/hdb 200gig maxtor, replacement for deathstar
ck-sources, lvm
formatted ext3

Once I've rescued as much as I can I will be ripping out the dead drive and 
putting the new one in. I'm aware that lvm2 can read lvm metadata, so I 
should just be able to copy the configuration across. But, I want to move the 
drives to a different controller, obviously changing their address.
The new 200gig drive already has 153gigs of stuff on it, so funky lvm moves 
and add/removes can't happen. Then what configuration I can find is in binary 
files, so I can't even edit those :(

Can anyone give me some hints on a method to achieve this? Or am I going to 
have to borrow a 200gig drive from work on monday? (I can do that, as I have 
a spare one, and I'm the sys admin, but I'd prefer not to have to wait until 
monday)

Cheers

- -- 
Mike Williams
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/ffsNInuLMrk7bIwRApVbAKCoY5kRYRd9sqcnkAriVpZuSNGzdQCfQIGV
SnvKW9y+aGjX2Rad8vZePWk=
=ngrM
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NFS vs. samba

2003-10-03 Thread Doug Weimer
On Sun, 2003-09-21 at 08:33, Marshal Newrock wrote:
> On Sun, 21 Sep 2003, Janne Johansson wrote:
> 
> > > If the laptop's not plugged in, after about 10-20 seconds rpc gives up
> > > with destination unreachable and the filesystem just doesn't mount.
> >
> > Yup. If you are worried about the delay, you can always take it out of
> > the fstab and mount it manually.
> 
> It seems to me that a speedup would be to first attempt to ping the host,
> and if that succeeds, then try to mount the NFS share.  This would have to
> be optional, of course, since some hosts may be configured not to reply to
> pings.

A bit late on this, but you can setup dhcpcd to execute a script when a
machines ip is updated. Just add "-c /etc/dhcpc/dhcpcd-eth0.exe" to your
dhcpcd_eth0="" variable in /etc/conf.d/networks. Then every time dhcpcd
receives an update it will run the script dhcpcd-eth0.exe with the path
to the new info file and some other parameters (they're in the man
page).

The info files are setup as VAR="value" so you can just source $1 in the
script to get the new info, then you can do things like:

if [ ${DHCPSHADDR} = "XX:XX:XX:XX:XX:XX" ]; then
#mount nfs shares/samba shares here
fi

Just put your dhcp servers mac address in for "XX:XX..." and it will run
the code whenever eth0's ip is modified by dhcp. There are a few
caveats, but that is the basic idea. If anyone has questions, let me
know and I'll write up something with more in depth examples.

Doug


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] No Colsole after starting X

2003-10-03 Thread Donnie Berkholz
On Fri, 2003-10-03 at 17:27, Oliver Bohlen wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> 
> Hello List
> 
> I hava a Gericom Webgine Notebook. Gentoo is running very good on it, only if 
> I'm starting X and want to switch after it back to the colsoles with 
> Ctrl+Alt+F1-6 I only get a black screen.
> I'm using the 2.6test6 Kernel. I already tested it with the 2.4.20 Kernel but 
> there it is the same probmem. I have the same problem with Distributions like 
> SuSE.
> The graphic card in the Notebook is a GeForce 4 Go with 32 MB of RAM. If I 
> plug a Monitor on the Notebook it shows a black screen too. 
> I tried to change the picturefrequence and the driver from nv to nvidia but 
> nothing helps.
> I switched off the Powermanagement in the BIOS and with the bootparameters 
> pci=noacpi but it didn't help too. Switching off/on the Framebuffer was 
> without result too. (The nvidia-Framebuffer-Module isn't working here...)
> I didnt find help in the Gentoo-Forum and with Googleing so I hope to get help 
> here.

In your kernel, do you have the option File systems->Pseudo
filesystems->/dev/pts filesystem enabled? You should.


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] boot and reiserfs

2003-10-03 Thread Kees Bergwerf
Op vrijdag 3 oktober 2003 17:28, schreef Martin Hudec:

> thank you but I do already have ext2 for boot. Hm, problem is with root
> partition / with reiserfs. I tried to use lines from fstab by Corey Larsen,
> but still same problem.

Do you have support for reiser fs compiled into (NOT as a module) your kernel? 


--Kees

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile2

2003-10-03 Thread Doug Weimer
On Fri, 2003-10-03 at 14:35, Joshua Banks wrote:

> *

> bash-2.05b$ echo $PATH
> /usr/kde/3.1/bin:/bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.2:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin:/opt/blackdown-jdk-1.4.1/jre/bin:/usr/qt/3/bin:/usr/kde/3.1/bin
> bash-2.05b$ . /etc/profile
> [EMAIL PROTECTED] jbanks $ echo $PATH
> /bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.2:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin:/opt/blackdown-jdk-1.4.1/jre/bin:/usr/qt/3/bin:/usr/kde/3.1/bin

This is correct, /etc/profile and subsequently /etc/profile.env strictly
set PATH without reference to an outside $PATH. So, your PATH will be
completely reset regardless of what was in it previously.

> [EMAIL PROTECTED] jbanks $ su
> Password:
> [EMAIL PROTECTED] jbanks # echo $PATH
> /sbin:/bin:/usr/sbin:/usr/bin
> [EMAIL PROTECTED] jbanks # . /etc/profile
> deadmeat jbanks # echo $PATH
> /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.2:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin:/opt/blackdown-jdk-1.4.1/jre/bin:/usr/qt/3/bin:/usr/kde/3.1/sbin:/usr/kde/3.1/bin
> 

Using su without the '-' parameter gets the PATH information from
/etc/login.defs (specifically the ENV_SUPATH setting). Again when you '.
/etc/profile' $PATH is reset as described above.

Doug


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] No Colsole after starting X

2003-10-03 Thread Kai Lindenberg
Hi Olli,

Am Freitag, 3. Oktober 2003 23:27 schrieb Oliver Bohlen:

> I hava a Gericom Webgine Notebook. Gentoo is running very good on
> it, only if I'm starting X and want to switch after it back to
> the colsoles with Ctrl+Alt+F1-6 I only get a black screen.
> I'm using the 2.6test6 Kernel. I already tested it with the
> 2.4.20 Kernel but there it is the same probmem. I have the same
> problem with Distributions like SuSE.
> The graphic card in the Notebook is a GeForce 4 Go with 32 MB of
> RAM. If I plug a Monitor on the Notebook it shows a black screen
> too. I tried to change the picturefrequence and the driver from
> nv to nvidia but nothing helps.

IMHO this is a problem with the nvidia-binaries.
I have the same problem with my Geforce2 Go on my laptop with the 
actual driver version nvidia-kernel-1.0.4496-r3. I do not have the 
problem with any older driver like nvidia-kernel-1.0.4363-r3. So I 
emerge nvidia-kernel-1.0.4363-r3 with the appropriate nvidia-glx, 
removed nvidia from virtual/opengl and the world file.

Kai



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Joshua Banks

--- Renat Golubchyk <[EMAIL PROTECTED]> wrote:
> On Friday 03 October 2003 21:31, Tom Hosiawa wrote:
> > What I'm still wondering is why my change to PATH isn't taking affect?
> 
> Could you post your ~/.bash_profile and ~/.bashrc ? It's difficult to say 
> something without seeing it.

Sure. Here they are.

bash-2.05b$ cat .bashrc
# /etc/skel/.bashrc:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bashrc,v 1.8 2003/02/28 
15:45:35 azarah
Exp $

# This file is sourced by all *interactive* bash shells on startup.  This
# file *should generate no output* or it will break the scp and rcp commands.

# colors for ls, etc.
eval `dircolors -b /etc/DIR_COLORS`
alias d="ls --color"
alias ls="ls --color=auto"
alias ll="ls --color -l"

# Change the window title of X terminals
case $TERM in
xterm*|rxvt|Eterm|eterm)
PROMPT_COMMAND='echo -ne "\033]0;[EMAIL PROTECTED]:${PWD/$HOME/~}\007"'
;;
screen)
PROMPT_COMMAND='echo -ne "[EMAIL PROTECTED]:${PWD/$HOME/~}\033\\"'
;;
esac

##uncomment the following to activate bash-completion:
#[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion
bash-2.05b$




bash-2.05b$ cat .bash_profile
# /etc/skel/.bash_profile:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bash_profile,v 1.10 
2002/11/18 19:39:22
azarah Exp $

#This file is sourced by bash when you log in interactively.
[ -f ~/.bashrc ] && . ~/.bashrc

bash-2.05b$
*
What I find funny is what happens to my path wich seems a little inconsistent. Check 
out the
progression.

bash-2.05b$ echo $PATH
/usr/kde/3.1/bin:/bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.2:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin:/opt/blackdown-jdk-1.4.1/jre/bin:/usr/qt/3/bin:/usr/kde/3.1/bin
bash-2.05b$ . /etc/profile
[EMAIL PROTECTED] jbanks $ echo $PATH
/bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.2:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin:/opt/blackdown-jdk-1.4.1/jre/bin:/usr/qt/3/bin:/usr/kde/3.1/bin
[EMAIL PROTECTED] jbanks $ su
Password:
[EMAIL PROTECTED] jbanks # echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin
[EMAIL PROTECTED] jbanks # . /etc/profile
deadmeat jbanks # echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.2:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin:/opt/blackdown-jdk-1.4.1/jre/bin:/usr/qt/3/bin:/usr/kde/3.1/sbin:/usr/kde/3.1/bin


Any suggestions would be helpful. Renat, did you see Toms posting within this thread? I
accidentally hijacked his thread I think. I thought we had the same problem but we 
don't.  I will
open another one called "bash_profile2", if I need to respond to your suggestions 
again.

Thanks,
Joshua Banks


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Kai Lindenberg
Hi all,

Am Freitag, 3. Oktober 2003 19:26 schrieb Joshua Banks:
> Did your default Gentoo install act the same. I..E.. when you
> login to KDE, GNOME or what ever your using and when you open the
> console the bash promt is at its default.
>
> Example:
> bash-2.05b$


AFAIK there are three config files, that are parsed by bash. 
/etc/profile and ~/.bash_profile are read when bash is started as 
login shell. ~/.bashrc is read when bash is started as an 
interactive non-login-shell.
Normally, you start kde with /usr/kde/3.1/bin/startkde. When you 
examine the first line

$ head -1 /usr/kde/3.1/bin/startkde
#!/bin/sh --login

you see, that bash is started a login shell, so /etc/profile is 
sourced, but on a "dumb" terminal. Let us have a look into this 
file, you can find some lines which look like

if [ "$TERM" != 'dumb'  ] && [ -n "$BASH" ]
then
  export PS1='\[\033[01;[EMAIL PROTECTED] \[\033[01;34m\]\W\$\[\033[00m\]'
fi

Now, PS1 is still not set. After starting a terminal emulation, bash 
is started not as login shell, so only ~/.bashrc is sourced. This 
is the correct behaviour, because you logged in with starting kde.
Maybe you should define your own PS1 in ~/.bash_profile, which is 
sources too with starting kde, or change the above mentioned lines 
to something without [ "$TERM" != 'dumb'  ].

Kai


--
[EMAIL PROTECTED] mailing list



[gentoo-user] No Colsole after starting X

2003-10-03 Thread Oliver Bohlen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hello List

I hava a Gericom Webgine Notebook. Gentoo is running very good on it, only if 
I'm starting X and want to switch after it back to the colsoles with 
Ctrl+Alt+F1-6 I only get a black screen.
I'm using the 2.6test6 Kernel. I already tested it with the 2.4.20 Kernel but 
there it is the same probmem. I have the same problem with Distributions like 
SuSE.
The graphic card in the Notebook is a GeForce 4 Go with 32 MB of RAM. If I 
plug a Monitor on the Notebook it shows a black screen too. 
I tried to change the picturefrequence and the driver from nv to nvidia but 
nothing helps.
I switched off the Powermanagement in the BIOS and with the bootparameters 
pci=noacpi but it didn't help too. Switching off/on the Framebuffer was 
without result too. (The nvidia-Framebuffer-Module isn't working here...)
I didnt find help in the Gentoo-Forum and with Googleing so I hope to get help 
here.

This is my XF86config:

[EMAIL PROTECTED] olli $ cat /etc/X11/XF86Config

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section "Module"

# This loads the DBE extension module.

Load"dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  "extmod"
  Option"omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load"type1"
Load"speedo"
#Load"freetype"
#Load"xtt"

# This loads the GLX module
Load   "glx"
# This loads the DRI module
#Load   "dri"

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section "Files"
  FontPath  "/usr/X11R6/lib/X11/fonts/local"
  FontPath  "/usr/X11R6/lib/X11/fonts/misc"
  FontPath  "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath  "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath  "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath  "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath  "/usr/X11R6/lib/X11/fonts/truetype"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

#FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"

# The module search path.  The default path is shown here.

#ModulePath "/usr/X11R6/lib/modules"

EndSection

# **
# Server flags section.
# 

[gentoo-user] gimp printing question

2003-10-03 Thread Ernie Schroder
For my business, (I make inlaid mosaic table tops) I do some layouts 
in gimp that are larger than the page my printer can handle. With 
windows based apps in the past, I've been able to force say, 
photoshop or autocad to print full scale resulting in the file being 
printed to 2 or 4 or more pages which I can then tape together for my 
full size layout. I have not been able to accomplish this in the 
gimp. The print command gives me sliders and dialog boxes that will 
not allow me to print at any scale that would not fit on a single 
page. Does anyone know of a way around this? From a search of 
gimp-user list archives, it doesn't look like this is possible but 
there was a suggestion to use OpenOffice. Some pointers or ideas 
would be appreciated.

-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Renat Golubchyk
On Friday 03 October 2003 21:31, Tom Hosiawa wrote:
> What I'm still wondering is why my change to PATH isn't taking affect?

Could you post your ~/.bash_profile and ~/.bashrc ? It's difficult to say 
something without seeing it.


Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Freeze on Emerge Compile

2003-10-03 Thread Mark Huson
My thought was that it probably is the memory i have. I will run some 
diagnostic tests on it to see what the problem is. I'll post back when i have 
found a solution. Thanks for the help.

-Mark


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Joshua Banks
Sorry Tom,

I wasn't trying to HiJack your thread. I thought that maybe our problems were 
releated. I guess
not.

Joshua Banks
--- Tom Hosiawa <[EMAIL PROTECTED]> wrote:
> > Renat,
> > 
> > Did your default Gentoo install act the same. I..E.. when you login to KDE, GNOME 
> > or what ever
> > your using and when you open the console the bash promt is at its default.
> > 
> > Example:
> > bash-2.05b$
> > 
> > Thanks,
> > JBanks
> 
> I'm pretty sure when I first installed gentoo, the bash prompt looked
> correct but after some time, following an upgrade, the bash prompt
> changed to its default.
> 
> After doing some research, I found something had changed in /etc/profile
> (I think) that caused this and the best solution I found best was adding
> this to .bash_profile:
> 
> [ -f /etc/profile ] && . /etc/profile
> 
> # Change the window title of X terminals
> case $TERM in
> xterm*|rxvt|Eterm|eterm)
> PROMPT_COMMAND='echo -ne
> "\033]0;[EMAIL PROTECTED]:${PWD/$HOME/~}\007"'
> ;;
> screen)
> PROMPT_COMMAND='echo -ne
> "[EMAIL PROTECTED]:${PWD/$HOME/~}\033\\"'
> ;;
> esac
> 
> eval `dircolors -b /etc/DIR_COLORS`
> 
> What I'm still wondering is why my change to PATH isn't taking affect?
> 
> Tom
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Joshua Banks
Renat,

I'm not sure. The CD's were burnt about a month ago. And actually did a Stage3 GRP 
install on my
first PC. And then on my other 2 PC's I used the boot CD and downloaded Stage3 off the 
Gentoo
site.

I'm waiting for KDE 3.1.4 to finish compiling and then I will take a look at the my 
bashprofile is
setup. I think I need to get another 128MB's of ram. This has been compiling for 
almost 24 hrs
now. 

Thanks for the response.

Joshua Banks
--- Renat Golubchyk <[EMAIL PROTECTED]> wrote:
> On Friday 03 October 2003 20:26, Joshua Banks wrote:
> > Renat,
> >
> > Hmmm. That's strange. I've installed Gentoo on 3 diffenet machines now and
> > I'm following the x86 install doc using Stage3. I would think that I'm not
> > the only one that this is happen to.
> 
> I don't know, maybe it's because I installed form stage1, although I can't 
> think of any reason why it should be different. Or maybe it's because I used 
> a different version of the LiveCD and it was configured differently.
> 
> What version did you use? I used LiveCD v1.4rc3 .
> 
> 
> Cheers,
> Renat
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] printing multiple pages per sheet

2003-10-03 Thread Philippe Van Hecke
Le Vendredi 3 Octobre 2003 22:10, Brian Richardson a écrit :
> Hello,
>
> I'm trying to print some text documents with multiple pages per sheet.
> However, these options on the printer's property sheet. Could anybody
> suggest what may be missing? My printer, a Lexmark Optra E+ supports
> PostScript.
>
> Thanks,
> Brian
I am using apsfilter and print multiple pages per sheet.
with lpr -Z 2pps my.ps

regards,



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] printing multiple pages per sheet

2003-10-03 Thread John Ziniti
Brian Richardson wrote:
I'm trying to print some text documents with multiple pages per sheet. 
However, these options on the printer's property sheet. Could anybody suggest 
what may be missing? My printer, a Lexmark Optra E+ supports PostScript.
mpage might also do what you want.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Juk 2

2003-10-03 Thread Dave Naylor
Hiya

On Thursday 02 October 2003 9:03 pm, Ernie Schroder wrote:
> > > Anyone using Juk 2?  Try as I may I cannot get it to see *.ogg
> > files.  The blurb reckons it will support/play them but it simply
> > won't here.

> just a guess, but do you have oggvorbis in your USE variables?

I do, and I made double sure.  I can play OGGs no problems at all with 
anything else and is in fact my preferred format, I just cannot get Juk 2 
to play them, it just doesn't see them at all?

-- 
   0   Dave Naylor 
  <|>  Linux User #182470  
 [---] http://caramboo.com 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] printing multiple pages per sheet

2003-10-03 Thread Renat Golubchyk
On Friday 03 October 2003 22:10, Brian Richardson wrote:
> Hello,
>
> I'm trying to print some text documents with multiple pages per sheet.
> However, these options on the printer's property sheet. Could anybody
> suggest what may be missing? My printer, a Lexmark Optra E+ supports
> PostScript.

Try psutils (emerge psutils), particularly psnup. See 'man psnup' for an 
example.


Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] printing multiple pages per sheet

2003-10-03 Thread Prabhat Gupta
try using enscript program.

Brian Richardson wrote:

Hello,

I'm trying to print some text documents with multiple pages per sheet. 
However, these options on the printer's property sheet. Could anybody suggest 
what may be missing? My printer, a Lexmark Optra E+ supports PostScript.

Thanks,
Brian
 



--
[EMAIL PROTECTED] mailing list


[gentoo-user] printing multiple pages per sheet

2003-10-03 Thread Brian Richardson
Hello,

I'm trying to print some text documents with multiple pages per sheet. 
However, these options on the printer's property sheet. Could anybody suggest 
what may be missing? My printer, a Lexmark Optra E+ supports PostScript.

Thanks,
Brian

-- 
Man is the only animal that can remain on friendly terms with the
victims he intends to eat until he eats them.
-- Samuel Butler (1835-1902)
[Public key available at http://www.cubik.ca/~brian/]


pgp0.pgp
Description: signature


Re: [gentoo-user] USB mass storage ?

2003-10-03 Thread gabor
On Thu, 2003-10-02 at 15:53, Ernie Schroder wrote:
> I have USB mass storage set up and working pretty much as expected 
> other than one rather perplexing problem. If I unmount either my 
> digital camera or my smart card reader, remove the media and then 
> replace it I cannot remount the device

happens the same with my camera.

what i do is:
rmmod usb-storage
modprobe usb-storage

and then it works again.
(it's possible that i'm remembering it wrong, and it's a different *usb*
module that you have to reload)

gabor


--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge fails on vim-6.2-r3

2003-10-03 Thread Barry Marler
Emerging vim-6.2-r2 to 6.2-r3, I get the following error:


In file included from os_unix.h:57,
 from vim.h:186,
 from buffer.c:29:
/usr/include/libc.h:33: parse error before "Rune"
/usr/include/libc.h:34: parse error before '*' token
In file included from os_unix.h:57,
 from vim.h:186,
 from charset.c:10:
/usr/include/libc.h:33: parse error before "Rune"
/usr/include/libc.h:34: parse error before '*' token
make[1]: *** [objects/charset.o] Error 1
make[1]: *** Waiting for unfinished jobs
make[1]: *** [objects/buffer.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/vim-6.2-r3/work/vim62/src'
make: *** [first] Error 2

!!! ERROR: app-editors/vim-6.2-r3 failed.
!!! Function src_compile, Line 236, Exitcode 2
!!! emake failed

Anyone?

-- 
Barry Marler
Plant Genome Mapping Laboratory
University of Georgia
Room 229, Center for Applied Genetic Technologies
111 Riverbend Rd.
Athens, GA 30602
706.583.0164 [office]
706.583.0160 [fax]
http://www.plantgenome.uga.edu

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Tom Hosiawa
> Renat,
> 
> Did your default Gentoo install act the same. I..E.. when you login to KDE, GNOME or 
> what ever
> your using and when you open the console the bash promt is at its default.
> 
> Example:
> bash-2.05b$
> 
> Thanks,
> JBanks

I'm pretty sure when I first installed gentoo, the bash prompt looked
correct but after some time, following an upgrade, the bash prompt
changed to its default.

After doing some research, I found something had changed in /etc/profile
(I think) that caused this and the best solution I found best was adding
this to .bash_profile:

[ -f /etc/profile ] && . /etc/profile

# Change the window title of X terminals
case $TERM in
xterm*|rxvt|Eterm|eterm)
PROMPT_COMMAND='echo -ne
"\033]0;[EMAIL PROTECTED]:${PWD/$HOME/~}\007"'
;;
screen)
PROMPT_COMMAND='echo -ne
"[EMAIL PROTECTED]:${PWD/$HOME/~}\033\\"'
;;
esac

eval `dircolors -b /etc/DIR_COLORS`

What I'm still wondering is why my change to PATH isn't taking affect?

Tom


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Renat Golubchyk
On Friday 03 October 2003 20:26, Joshua Banks wrote:
> Renat,
>
> Hmmm. That's strange. I've installed Gentoo on 3 diffenet machines now and
> I'm following the x86 install doc using Stage3. I would think that I'm not
> the only one that this is happen to.

I don't know, maybe it's because I installed form stage1, although I can't 
think of any reason why it should be different. Or maybe it's because I used 
a different version of the LiveCD and it was configured differently.

What version did you use? I used LiveCD v1.4rc3 .


Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT migration to Linux

2003-10-03 Thread Rick [Kitty5]
Of the migrations I have been asked to consult on, all have ended up being
very company specific. There has been common ground, such as what to do with
office documents and what to browse the web with, but the bulk of the work
has been looking in detail at a specific companies existing IT requirements
and how best to duplicate/replace those environments with open source
alternatives.

My best advice would be to contact a few local companies and see if any
would like a free migration report. You can then study a real company and
provide a very specific detailed report. IMO this will be of much greater
value both to you and the company involved than just providing a hit list of
common pros and cons.

The other suggestion I would make is that you try to stay genuinely
impartial to the final results. Its no good for anyone if you over zealously
promote open source when in reality it is not going to be suitable.

Rick

Kitty5 NewMedia http://Kitty5.com
POV-Ray News & Resources http://Povray.co.uk
TEL : +44 (01270) 501101 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] modules vs. compiled in

2003-10-03 Thread Brian Richardson
On October 3, 2003 06:27 am, Juha-Mikko Ahonen wrote:
> On pe, 2003-10-03 at 15:02, gabriel wrote:
> > what if you disabled "loadable module support" in the kernel?
>
> Wont help you as it is possible to insert code directly into the kernel
> via /dev/kmem. Making the kernel memory read-only is an option for
> combatting malicious kernel module injection. This can be done IIRC with
> grsecurity patches.

Yes, this is true. However, the grsecurity patch is an all or none approach: 
either you deny writing to all of /dev/kmem, /dev/mem, and /dev/port, or you 
deny writing to none. Preventing writing to /dev/mem can cause problems with 
some applications:

See
http://www.cubik.ca/archives/gentoo-user/msg01495.html
for an example.

Regards,
Brian

-- 
I thought YOU silenced the guard!
[Public key available at http://www.cubik.ca/~brian/]


pgp0.pgp
Description: signature


Re: [gentoo-user] OT migration to Linux

2003-10-03 Thread Matthias F. Brandstetter
-- quoting Patrick Marquetecken --
> A few weeks ago I have ask this question but there was no answer, after
> googling for more than 2 weeks i'm still looking for a 'real migration
> report' I need this information because I have to write a paper about
> how to migrate a windows company to linux, for my school to get my
> degree in IT.
> I have writen more then 20 compagny's that does sutch migrations, but
> got no answer. This list is my last hope.
> This paper will give me more insight information, and will show me all
> the pittfalls.

Don't know if this is what you're looking for, but there is some info about 
this topic on this [1] page.

HTH, Matthias

footnote:
[1] http://www.troubleshooters.com/linux/w2l.htm

-- 
I guess Bart's not to blame.  He's lucky, too, because it's spanking
season, and I got a hankering for some spankering!

-- Homer Simpson
   Two Dozen and One Greyhounds


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] file manager suggestion

2003-10-03 Thread Doug Weimer
On Fri, 2003-10-03 at 05:16, Mark Knecht wrote:
> On Thu, 2003-10-02 at 13:57, Klaus Neumann wrote:
> 
> > >
> > FileRunner is my favorit.
> 
> Is thee an ebuild for this?

It doesn't appear to be in portage yet, but an ebuild for the latest
version is here: http://bugs.gentoo.org/show_bug.cgi?id=15329

Doug


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Freeze on Emerge Compile

2003-10-03 Thread Robert F Donnelly
> -Original Message-
> From: Mark Huson [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 03, 2003 5:02 AM
> To: [EMAIL PROTECTED]
> Subject: [gentoo-user] Freeze on Emerge Compile
> 
> I am having a problem where my computer will freeze during long compiles.
> The
> computer works fine every other time and i have never had a problem with
> it.
> I have tried to do the emerges with X running, without X running, after a
> fresh restart, after leaving it powered off. No luck yet. I checked the
> logs
> also and there is nothing in them that would be the reason for the
> freezing.
> Any ideas?
> 
> -Mark
> 
> 
> --
> [EMAIL PROTECTED] mailing list

I have this same problem.  My fan went out on my northbridge a while back
when I had windows on the machine, but windows never locked up.  I formatted
and tried to install gentoo from stage 1.  It would start compiling and
freeze soon after.  When I underclocked, everything ran fine.  Since then I
have bought a better hsf for my processor and better cooling for my
northbridge.  The problem still exists.  My next guess is to try some better
memory which I now have, I just need to install it.  The optimal fsb of my
system is 333mhz and currently I have DDR266 PC2100 in there.  When I
underclock, I set my fsb to 266mhz.  So I am now thinking that the memory is
a problem.  I have been running it at a higher clock than rated when I was
running windows and it didn't mind but gentoo does.  I'll get this memory
installed in the next couple of days and let you know if it helped.  Good
luck.

Robert F Donnelly


--
[EMAIL PROTECTED] mailing list



[gentoo-user] OT migration to Linux

2003-10-03 Thread Patrick Marquetecken
Hi,

A few weeks ago I have ask this question but there was no answer, after
googling for more than 2 weeks i'm still looking for a 'real migration
report' I need this information because I have to write a paper about
how to migrate a windows company to linux, for my school to get my
degree in IT.
I have writen more then 20 compagny's that does sutch migrations, but
got no answer. This list is my last hope.
This paper will give me more insight information, and will show me all
the pittfalls.

Hoping to get some answers
Patrick

-- 
Insufficient facts always invite danger.
-- Spock, "Space Seed", stardate 3141.9

PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Re: [gentoo-user] bash_profile

2003-10-03 Thread Joshua Banks
Renat,

Hmmm. That's strange. I've installed Gentoo on 3 diffenet machines now and I'm 
following the x86
install doc using Stage3. I would think that I'm not the only one that this is happen 
to.

Thanks for the response Renat.

JBanks
--- Renat Golubchyk <[EMAIL PROTECTED]> wrote:
> On Friday 03 October 2003 19:26, Joshua Banks wrote:
> > Renat,
> >
> > Did your default Gentoo install act the same. I..E.. when you login to KDE,
> > GNOME or what ever your using and when you open the console the bash promt
> > is at its default.
> >
> > Example:
> > bash-2.05b$
> 
> I don't think so. As far as I remember it was always ok.
> 
> 
> 
> Cheers,
> Renat
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Renat Golubchyk
On Friday 03 October 2003 19:26, Joshua Banks wrote:
> Renat,
>
> Did your default Gentoo install act the same. I..E.. when you login to KDE,
> GNOME or what ever your using and when you open the console the bash promt
> is at its default.
>
> Example:
> bash-2.05b$

I don't think so. As far as I remember it was always ok.



Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [Q] usb - keyboard and mouse

2003-10-03 Thread Kevin Miller, Jr.
The manual on how to set up a desktop may be your best resource here.  I got 
the below info from: http://www.gentoo.org/doc/en/desktop.xml

Kevin

Configuring a USB Mouse 

A USB mouse is your friend on a high resolution screen. The kernel takes care 
of the scaling so you don't have to move your mouse five times across the pad 
to make it across the screen.

The first thing that has to be done is the installation of the kernel modules. 
The modules that will be needed for a USB mouse to work are usbmouse, 
mousedev, hid, usbcore, usb-uhci, and input. After the necessary kernel 
configuration is done, insmod the modules.

Note: Use either usbmouse OR hid. If you install both, mouse will stop 
working.

Note: When configuring the Input Core support for the mouse, make sure to 
enter the screen resolution that you will be using in X. This makes the 
scaling all pretty and correct.

Now, unplug the mouse, and plug it back in, and check your kernel log for a 
message that looks something like this

Code listing 2.6: Kernel Message

hub.c: USB new device connect on bus1/1, assigned device number 2
input0,hiddev0: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse Optical] 
on usb1:2.0

Now that the mouse is detected, check /dev/input to make sure that your mouse 
is there and working.

Code listing 2.7: Checking for USB Mouse

# cd /dev/input
# cat mice
Move your mouse when you cat the device, you should see a lot
of garbage. To exit, simply press control-C. 

Once the mouse is properly detected and installed, now we have to tell X to 
use the USB mouse. All that is required here is a slight change to what 
device X uses for the mouse.

Code listing 2.8: Editing XF86Config

# cp /etc/X11/XF86Config /etc/X11/XF86Config.working
# nano -w /etc/X11/XF86Config

Code listing 2.9: Pointer section of XF86Config

Section "InputDevice"

# Identifier and driver

Identifier  "Mouse1"
Driver  "mouse"
Option "Protocol""IMPS/2" 
Option "Device"  "/dev/input/mice"
Option "ZAxisMapping"   "4 5"

Okay, restart X, and the mouse should be working!

Don't forget to add the modules that your mouse uses to 
modules.autoload.d/kernel-2.4.

Code listing 2.10: Adding entries to modules.autoload.d/kernel-2.4

# nano -w /etc/modules.autoload.d/kernel-2.4
 # We will add the following lines to the file.
mousedev
hid
usbcore
input
-

On Friday 03 October 2003 02:55 pm, YOON. Joo-Yung wrote:
> Hi, all!
>
> I really need to use usb keboard and mouse in my system.
> When my box boots, they are recognized and work well under BIOS
> and WindowsXP.
>
> But after the box gets booted under Gentoo-LiveCD, then
> the usb keyboard and mouse are gone.
>
> I even wonder whether they are recognized.
> The gentoo is RC4 (or RC5) and the kernel is 2.4.22.
>
> Could you give me a hint on what I am missing in my configurations.
> Here are the logs of syslog and dmesg, and also kernel configs.
>
>
> * kernel - my settings
>
> ** INPUT
>CONFIG_INPUT=y
>CONFIG_INPUT_KEYBDEV=y
>CONFIG_INPUT_MOUSEDEV=y
>CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
>CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
>CONFIG_INPUT_JOYDEV=y
>CONFIG_INPUT_EVDEV=y
>
> ** SCSI
>CONFIG_BLK_DEV_IDESCSI=y
>CONFIG_SCSI=y
>
> ** USB
>CONFIG_USB=y
>CONFIG_USB_DEBUG=y
>CONFIG_USB_DEVICEFS=y
>CONFIG_USB_PRINTER=y
>CONFIG_USB_HID=y
>CONFIG_USB_HIDINPUT=y
>CONFIG_USB_SCANNER=y
>
>
> * error in dmesg
>   usb_control/bulk_msg: timeout
>   usbdevfs: USBDEVFS_CONTROL failed dev 4 rqt 128 rq 6 len 18 ret -110
>
> * error in syslog
>   Oct  3 22:52:12 [kernel] usb_control/bulk_msg: timeout
>   Oct  3 22:52:12 [kernel] input: USB HID v1.10 Mouse [Cypress Semi.
> Panwest Combi Mouse] on usb1:4.0
>   Oct  3 22:52:12 [default.hotplug] arguments (usb) env
> (DEVFS=/proc/bus/usb OLDPW   D=/ PATH=/bin:/sbin:/usr/sbin:/usr/bin
> ACTION=add PWD=/etc/hotplug HOME=/ SHLVL= 2 DEVICE=/proc/bus/usb/001/004
> INTERFACE=3/1/2 PRODUCT=ac7/150/1 TYPE=0/0/0 DEBU   G=kernel _=/bin/env)
>   Oct  3 22:52:12 [default.hotplug] invoke /etc/hotplug/usb.agent ()
>   Oct  3 22:52:13 [kernel] usb_control/bulk_msg: timeout
>   Oct  3 22:52:13 [kernel] hub.c: usb_hub_port_status (2) failed (err =
> -110) Oct  3 22:52:14 [kernel] usb_control/bulk_msg: timeout
>
> Thnks in advance,
>
> YOON, Joo-Yung
> from Korea
>
> --
> [EMAIL PROTECTED] mailing list

-- 
Kevin Miller, Jr.
Masters of Public Affairs,
Comparative and International Affairs, Information Systems, and Nonprofit 
Management,
School of Public and Environmental Affairs
Indiana University - Bloomington
http://e-civilsociety.org
[EMAIL PROTECTED]
mobile: 812-219-5047



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Joshua Banks
Renat,

Did your default Gentoo install act the same. I..E.. when you login to KDE, GNOME or 
what ever
your using and when you open the console the bash promt is at its default.

Example:
bash-2.05b$

Thanks,
JBanks
--- Renat Golubchyk <[EMAIL PROTECTED]> wrote:
> On Friday 03 October 2003 16:51, Joshua Banks wrote:
> > Hey Tom,
> >
> > I've been wondering the same thing ever since I installed Gentoo. This must
> > have to do with how the Gentoo install doc walks you through initial
> > install. I use KDM and login into KDE as my desktop.
> > From inside of KDE when I open a console terminal the console terminal
> > always has the generic line of:
> >
> > bash-2.05b$
> >
> > No matter where I'm at in the directory Tree.
> > If I "su" its the same thing but ofcourse the "$" is replaced with the "#"
> > sign.
> 
> [snip]
> 
> > What I don't understand is "from reading the ", and how I'm
> > setup(login wise) from boot to getting to KDE desktop what bash is doing.
> >
> > Is this (interactive, non-interactive, what???)Not knowing,
> >
> > So, I did this:
> >
> > I added this to ~.bashrc
> >
> > . /etc/profile
> > if [ -r ~/.bash_profile ]; then
> > . ~/.bash_profile
> > fi
> >
> >
> > This didn't work and anytime I open another console window it would be
> > blank and non-responsive.
> >
> > So I did this to trouble shoot and added this to see what was happening:
> >
> > echo 1
> > . /etc/profile
> > echo 2
> > if [ -r ~/.bash_profile ]; then
> > . ~/.bash_profile
> > fi
> > echo 3
> >
> >
> > And got:
> > 1
> > 2
> > 1
> > 2
> > 1
> > 2
> > 1
> >
> > So it would seem that ~/.bash_profile is trying to source ~/.bashrc for
> > some reason, making it create an infinite loop.
> 
> Well, if it seems that ~/.bash_profile is trying to source ~/.bashrc then you 
> should check your ~/.bash_profile . My ~/.bash_profile (which is gentoo 
> default) looks like this:
>  start here 
> # /etc/skel/.bash_profile:
> # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bash_profile,v 1.10 
> 2002/11/18 19:39:22 azarah Exp $
> 
> 
> # This file is sourced by bash when you log in interactively.
> [ -f ~/.bashrc ] && . ~/.bashrc
> 
>  end here 
> (the line after "$Header" has been broken by my mailer.)
> 
> So as you can see, the last line checks whether ~/.bashrc is present and then 
> sources it. That's why you create an infinite loop. There is also no point in 
> sourcing ~/.bash_profile in ~/.bashrc since ~/.bashrc is read every time you 
> start an interecetive shell (start a terminal emulator like xterm or eterm or 
> Konsole in KDE, etc.) and ~/.bash_profile only when you start a login shell, 
> which happens in most cases when you login at a virtual console (or start 
> bash with "-l" or "--login").
> 
> Since I want to see the changes _immediately_ I only change ~/.bashrc and 
> source it from ~/.bash_profile for the rare cases when I login at a console.
> 
> 
> Cheers,
> Renat
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bashrc/profile and scp

2003-10-03 Thread gabriel
On Fri, 2003-10-03 at 12:29, Marshal Newrock wrote:
> >From the top of .bashrc:
> # This file is sourced by all bash shells on startup, whether interactive
> # or not.  This file *should generate no output* or it will break the
> # scp and rcp commands.
> 
> >From the top of .bash_profile:
> #This file is sourced by bash when you log in interactively.

or, you can do something like this in your .bashrc file:

if [ "$PS1" ]; then
echo ""; fortune | cowsay -f small; echo "";
fi



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bashrc/profile and scp

2003-10-03 Thread Marshal Newrock
On Fri, 3 Oct 2003, Richard Revis wrote:

> I have a .bash_profile that calls .bashrc, and fortune is called from
> .bashrc (fortune -s bofh-excuses homer futurama chalkboard) to give me a
> quote when I log in.
>
> This mostly works fine, but when I try and scp something _to_ this machine
> from another it just displays the first line of the fortune and then
> quits.
>
> Which file is it that scp calls, and is it possible to disable it and/or
> move fortune to another file so it only shows up for shell logons (or even
> local logins)?

>From the top of .bashrc:
# This file is sourced by all bash shells on startup, whether interactive
# or not.  This file *should generate no output* or it will break the
# scp and rcp commands.

>From the top of .bash_profile:
#This file is sourced by bash when you log in interactively.

So, you should have your fortune command in .bash_profile.

-- 
Marshal Newrock, unemployed Linux user in Lansing, MI
Caution: Product will be hot after heating


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Freeze on Emerge Compile

2003-10-03 Thread Marshal Newrock
On Fri, 3 Oct 2003, Mark Huson wrote:

> I am having a problem where my computer will freeze during long compiles. The
> computer works fine every other time and i have never had a problem with it.
> I have tried to do the emerges with X running, without X running, after a
> fresh restart, after leaving it powered off. No luck yet. I checked the logs
> also and there is nothing in them that would be the reason for the freezing.
> Any ideas?

Sounds like something overheating, probably the cpu.  Check your CPU fan
speed (should not be below 5000RPM) and make sure your cables are routed
sanely in your computer.  It could also be slightly bad RAM, which I don't
think memtest86 can check thoroughly enough to cause to overheat.

Some other things to try:
There's a program called cpuburn, which is supposed to stress out your
cpu.  A few other diagnostics are available in app-benchmarks.
Underclock your machine, see if problems stop.  If so, get a better cpu
fan/heat sink.
If you have multiple sticks of RAM, remove one at a time until problems
stop.

Another possibility is if your power supply is starting to go bad, and
will overheat from the higher power draw of heavy cpu load.  Check your
power supply fan.

And on that subject, get a can of compressed air and a small brush and
clean out all the dust from your computer, especially in the power supply
and the heat sinks.  This is something you should do regularly anyway.

You're lucky that you can cause a computer lockup to repeat regularly -
makes it much easier to fix.

-- 
Marshal Newrock, unemployed Linux user in Lansing, MI
Caution: Product will be hot after heating


--
[EMAIL PROTECTED] mailing list



[gentoo-user] bashrc/profile and scp

2003-10-03 Thread Richard Revis
I have a .bash_profile that calls .bashrc, and fortune is called from
.bashrc (fortune -s bofh-excuses homer futurama chalkboard) to give me a
quote when I log in.

This mostly works fine, but when I try and scp something _to_ this machine
from another it just displays the first line of the fortune and then
quits.

Which file is it that scp calls, and is it possible to disable it and/or
move fortune to another file so it only shows up for shell logons (or even
local logins)?

Thanks,

-- 
This line intentionally left blank.
17:22:24 up 4 days,  1:30,  2 users,  load average: 0.06, 0.19, 0.09
RX bytes:2485023832 (2369.9 Mb)  TX bytes:118265661 (112.7 Mb)
E-mail address munged to prevent spam.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Freeze on Emerge Compile

2003-10-03 Thread Ernie Schroder
On Friday 03 October 2003 08:01 am, Mark Huson wrote:
> I am having a problem where my computer will freeze during long
> compiles. The computer works fine every other time and i have never
> had a problem with it. I have tried to do the emerges with X
> running, without X running, after a fresh restart, after leaving it
> powered off. No luck yet. I checked the logs also and there is
> nothing in them that would be the reason for the freezing. Any
> ideas?
>
> -Mark
>
>
> --
> [EMAIL PROTECTED] mailing list


First thing to check is your processor temp. In 60 or 70% of these 
cases the freezes are due to an over heated CPU. Next time it 
happens, reboot imediately and go into your bios and check the temps.
You also can try to prove that this is the case by removing the cover 
from the case and making sure that there is air circulation around 
the box. A fan blowing air at the open case will help. The second 
biggest reason for freezes durring long compiles is bad memory. 
Google for memtest86 and either install it as a boot choice that can 
be started from grub, or burn it to a CD and boot to it. Run the 
tests for at least a half hour, prefferably at least as long as it 
takes for the machine to freeze and see what happens.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Freeze on Emerge Compile

2003-10-03 Thread Mark Huson
I am having a problem where my computer will freeze during long compiles. The 
computer works fine every other time and i have never had a problem with it. 
I have tried to do the emerges with X running, without X running, after a 
fresh restart, after leaving it powered off. No luck yet. I checked the logs 
also and there is nothing in them that would be the reason for the freezing. 
Any ideas?

-Mark


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cdrecord frontends

2003-10-03 Thread Alan
On Fri, Oct 03, 2003 at 10:56:29AM +0200, Davide Brini wrote:
> On Friday 03 October 2003 10:25, Spider wrote:
> 
> > Nautilus + Nautilus CD Burner.
> 
> Ok, but that's too much for me, since I don't want to bring in all the 
> dependencies (gnomelibs, libgnomeui etc.).
> 
> I'm using xfce4, and want something quite light to save disk space and avoid 
> overloading the machine with something otherwise unneeded.
> 

Isn't xcdroast just a frontend for cdrecord?  I don't recall it having
any real dependancies other than gtk.

Others you can check out are:

gtoaster (gnome 1.4)
k3b (kde)
cdrdao (which has a gtk frontend called gcdmaster)

HTH, HAND

alan

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games."-- Hemingway

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [ot] force root nameserver update?

2003-10-03 Thread Alan
> For domain migrations, it's recommended that you decrease your TTL way 
> before the actual migration - I've heard (2*TTL) as a good number.  So if 
> your TTL is eight days, you should decrease your TTL 16 days before 
> migration.  At that point, you should drop it to 24 hours or less, 
> depending on your migration strategy.

That makes sense.  Sadly, I was had to move co-los quickly, and was
barely given more than a few days notice, and by the time that I
realized I should be resetting TTLs it was only a couple of days.  I
guess it's (still) just a waiting game 

Thanks for the info.

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games."-- Hemingway

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: scroll buttons on Acer laptop touchpad

2003-10-03 Thread Stefano Debenedetti
Thanks for your answer, I had already tried that, would have been easy but unfortunately it doesn't work for me..

ciao
ste
Oggetto:
Re: [gentoo-user] scroll buttons on Acer laptop touchpad
Da:
Robert Morris <[EMAIL PROTECTED]>
Data:
Thu, 02 Oct 2003 19:33:56 -0600
A:
[EMAIL PROTECTED]
On Thu, 2003-10-02 at 15:09, Stefano Debenedetti wrote:

Hello, I have been googling quite a bit but I haven't found a way to enable the two additional buttons, the ones usually used for scrolling, like a mousewheel replacement, on my Acer Aspire 1312LC touchpad. After a few tries I fell back to a traditional XFree configuration, setting the protocol to PS/2 and keeping the ZAxisMapping line commented so at least the lower button works as a traditional copy-and-paste third mouse button, but to use both for scrolling would really help. I tried emerging and using tpconfig but it says it cannot find any synaptics device on my machine...

Any help really appreciated, thanks ciao
ste
--
[EMAIL PROTECTED] mailing list


Use IMPS/2 for the protocol and add back in ZAxisMapping "4 5" just like
you would for a normal mouse and it should work.
At least it does on my HP laptop :)
Robert Morris



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] bash_profile

2003-10-03 Thread Renat Golubchyk
On Friday 03 October 2003 16:51, Joshua Banks wrote:
> Hey Tom,
>
> I've been wondering the same thing ever since I installed Gentoo. This must
> have to do with how the Gentoo install doc walks you through initial
> install. I use KDM and login into KDE as my desktop.
> From inside of KDE when I open a console terminal the console terminal
> always has the generic line of:
>
> bash-2.05b$
>
> No matter where I'm at in the directory Tree.
> If I "su" its the same thing but ofcourse the "$" is replaced with the "#"
> sign.

[snip]

> What I don't understand is "from reading the ", and how I'm
> setup(login wise) from boot to getting to KDE desktop what bash is doing.
>
> Is this (interactive, non-interactive, what???)Not knowing,
>
> So, I did this:
>
> I added this to ~.bashrc
>
> . /etc/profile
> if [ -r ~/.bash_profile ]; then
> . ~/.bash_profile
> fi
>
>
> This didn't work and anytime I open another console window it would be
> blank and non-responsive.
>
> So I did this to trouble shoot and added this to see what was happening:
>
> echo 1
> . /etc/profile
> echo 2
> if [ -r ~/.bash_profile ]; then
> . ~/.bash_profile
> fi
> echo 3
>
>
> And got:
> 1
> 2
> 1
> 2
> 1
> 2
> 1
>
> So it would seem that ~/.bash_profile is trying to source ~/.bashrc for
> some reason, making it create an infinite loop.

Well, if it seems that ~/.bash_profile is trying to source ~/.bashrc then you 
should check your ~/.bash_profile . My ~/.bash_profile (which is gentoo 
default) looks like this:
 start here 
# /etc/skel/.bash_profile:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bash_profile,v 1.10 
2002/11/18 19:39:22 azarah Exp $


# This file is sourced by bash when you log in interactively.
[ -f ~/.bashrc ] && . ~/.bashrc

 end here 
(the line after "$Header" has been broken by my mailer.)

So as you can see, the last line checks whether ~/.bashrc is present and then 
sources it. That's why you create an infinite loop. There is also no point in 
sourcing ~/.bash_profile in ~/.bashrc since ~/.bashrc is read every time you 
start an interecetive shell (start a terminal emulator like xterm or eterm or 
Konsole in KDE, etc.) and ~/.bash_profile only when you start a login shell, 
which happens in most cases when you login at a virtual console (or start 
bash with "-l" or "--login").

Since I want to see the changes _immediately_ I only change ~/.bashrc and 
source it from ~/.bash_profile for the rare cases when I login at a console.


Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] boot and reiserfs

2003-10-03 Thread Martin Hudec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

thank you but I do already have ext2 for boot. Hm, problem is with root 
partition / with reiserfs. I tried to use lines from fstab by Corey Larsen, 
but still same problem.

On Friday 03 October 2003 17:05, Collins Richey wrote:
> 1.  Forget about using reiserfs for /boot.  Copy /boot/* somewhere else,
> clear and reformat the /boot partition as ext2/3, and copy back the files. 
> This can be done from a recovery CD, if needed.  Alter your /etc/fstab for
> the new fs.
>
> 2.  Perhaps you added some files to /boot when not mounted with -notail? 
> Simply copy /boot/* somewhere else, delete all files, insure that /boot is
> mounted with -notail, and copy the files back.  This can be done from a
> recovery CD, if needed.

- -- 
kind regards
- --
Martin Hudec
- --
 :@:  [EMAIL PROTECTED]
 :w:  http://www.corwin.sk
 :m:  +421.907.303.393
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/fZWP1VPr1EE7sj4RAq6oAKCEa8jMnWFXWcBGUvIWbUFAHfSSOACcCU4b
91YvJAs9bSPnXGRjBs6R3mY=
=igUM
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] file manager suggestion

2003-10-03 Thread Rick [Kitty5]
Mark Knecht wrote:
> On Thu, 2003-10-02 at 13:57, Klaus Neumann wrote:
> 
>>> 
>> FileRunner is my favorit.
> 
> Is thee an ebuild for this?

I couldn't find one

Rick

Kitty5 NewMedia http://Kitty5.com
POV-Ray News & Resources http://Povray.co.uk
TEL : +44 (01270) 501101 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] boot and reiserfs

2003-10-03 Thread Collins Richey
On Fri, 3 Oct 2003 16:47:53 +0200
Martin Hudec <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Oh yes there was notail mentioned but it was option recommended to use with 
> reiserfs as filesystem for /boot.
> 
> Anyway thank you, I tried it too, but no success :(.
> 
> On Friday 03 October 2003 15:05, Andrej Kacian wrote:
> > I recall there was something in gentoo install guide about a special
> > option being passed to mount for reiserfs filesystems. Wouldn't that
> > help? *looks in install guide* It was -notail.
> 
> - -- 

Several suggestions:

1.  Forget about using reiserfs for /boot.  Copy /boot/* somewhere else, clear
and reformat the /boot partition as ext2/3, and copy back the files.  This can
be done from a recovery CD, if needed.  Alter your /etc/fstab for the new fs.

2.  Perhaps you added some files to /boot when not mounted with -notail?  Simply
copy /boot/* somewhere else, delete all files, insure that /boot is mounted with
-notail, and copy the files back.  This can be done from a recovery CD, if
needed.

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] [Q] usb - keyboard and mouse

2003-10-03 Thread YOON. Joo-Yung
Hi, all!

I really need to use usb keboard and mouse in my system.
When my box boots, they are recognized and work well under BIOS
and WindowsXP.

But after the box gets booted under Gentoo-LiveCD, then
the usb keyboard and mouse are gone.

I even wonder whether they are recognized.
The gentoo is RC4 (or RC5) and the kernel is 2.4.22.

Could you give me a hint on what I am missing in my configurations.
Here are the logs of syslog and dmesg, and also kernel configs.


* kernel - my settings

** INPUT
   CONFIG_INPUT=y
   CONFIG_INPUT_KEYBDEV=y
   CONFIG_INPUT_MOUSEDEV=y
   CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
   CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
   CONFIG_INPUT_JOYDEV=y
   CONFIG_INPUT_EVDEV=y

** SCSI
   CONFIG_BLK_DEV_IDESCSI=y
   CONFIG_SCSI=y

** USB
   CONFIG_USB=y
   CONFIG_USB_DEBUG=y
   CONFIG_USB_DEVICEFS=y
   CONFIG_USB_PRINTER=y
   CONFIG_USB_HID=y
   CONFIG_USB_HIDINPUT=y
   CONFIG_USB_SCANNER=y


* error in dmesg
  usb_control/bulk_msg: timeout
  usbdevfs: USBDEVFS_CONTROL failed dev 4 rqt 128 rq 6 len 18 ret -110

* error in syslog
  Oct  3 22:52:12 [kernel] usb_control/bulk_msg: timeout
  Oct  3 22:52:12 [kernel] input: USB HID v1.10 Mouse [Cypress Semi. Panwest Combi
   Mouse] on usb1:4.0
  Oct  3 22:52:12 [default.hotplug] arguments (usb) env (DEVFS=/proc/bus/usb 
   OLDPW   D=/ PATH=/bin:/sbin:/usr/sbin:/usr/bin ACTION=add PWD=/etc/hotplug 
   HOME=/ SHLVL= 2 DEVICE=/proc/bus/usb/001/004 INTERFACE=3/1/2 
   PRODUCT=ac7/150/1 TYPE=0/0/0 DEBU   G=kernel _=/bin/env)
  Oct  3 22:52:12 [default.hotplug] invoke /etc/hotplug/usb.agent ()
  Oct  3 22:52:13 [kernel] usb_control/bulk_msg: timeout
  Oct  3 22:52:13 [kernel] hub.c: usb_hub_port_status (2) failed (err = -110)
  Oct  3 22:52:14 [kernel] usb_control/bulk_msg: timeout 

Thnks in advance,

YOON, Joo-Yung
from Korea

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] dual-head, dual-user question

2003-10-03 Thread Mark Knecht
> 
> 
> googled and found this:
> 
> http://www.ssc.com/pipermail/linux-list/1999-November/043249.html
> 

That's a great help. Thanks Corey!

- Mark 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bash_profile

2003-10-03 Thread Joshua Banks
Hey Tom,

I've been wondering the same thing ever since I installed Gentoo. This must have to do 
with how
the Gentoo install doc walks you through initial install. I use KDM and login into KDE 
as my
desktop. 
>From inside of KDE when I open a console terminal the console terminal always has the 
>generic line
of: 

bash-2.05b$ 

No matter where I'm at in the directory Tree. 
If I "su" its the same thing but ofcourse the "$" is replaced with the "#" sign. 

This didn't really bother me at first until I noticed that I was always having to 
"pwd" to figure
out which directory I was in.. and having to ". /etc/profile" to get somethings to 
work properly.
Kindof annoying. 


Now if I ". /etc/profile",
I get a nice colorful new bash prompt "deadmeat jbanks #" of which I was used to 
see'ing all the
time before going to Gentoo distro. So now I have "machine name" + "current directory" 
for the
shell command prompt and everything is peachee.

What I don't understand is "from reading the ", and how I'm setup(login 
wise) from boot
to getting to KDE desktop what bash is doing. 

Is this (interactive, non-interactive, what???)Not knowing,

So, I did this:

I added this to ~.bashrc

. /etc/profile 
if [ -r ~/.bash_profile ]; then 
. ~/.bash_profile 
fi 


This didn't work and anytime I open another console window it would be blank and 
non-responsive.

So I did this to trouble shoot and added this to see what was happening:

echo 1 
. /etc/profile 
echo 2 
if [ -r ~/.bash_profile ]; then 
. ~/.bash_profile 
fi 
echo 3 


And got:
1
2
1
2
1
2
1

So it would seem that ~/.bash_profile is trying to source ~/.bashrc for some reason, 
making it
create an infinite loop. 

Now remeber I haven't done anything special configuration wise except for following 
the ~x86
Gentoo Install doc.

I just don't have enough experience to know what to do or understand why this is 
happening.


Tom I hope this helps get someone on this forum to give us some explanation as to why 
this is
happening and what todo. 

I would assume that this happens to anyone that follows the install doc.. No? And just 
knows what
todo to remedy the problem. NO?

JBanks






--- Tom Hosiawa <[EMAIL PROTECTED]> wrote:
> > Are you sure that .bash_profile is being sourced somewhere, I know that
> > bash defaults to checking .bashrc.  Make sure that bash is even checking
> > that file.
> 
> Ok, I've determined that it does read the .bash_profile, but what its
> not doing is setting the new PATH
> 
> If I login on a virtual console, that PATH is changed appropriately, but
> if I open up a terminal, PATH is changed to my new setting. Is there
> about gentoo that causes the PATH variable not to be overwritten?
> 
> Tom
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Restoring Windows booting

2003-10-03 Thread Tenório Cavalcante
To restore the windows try to make a .tar.gz of the entire partition (if the entire 
archive is less than 2GB):

mount /dev/hda1 /mnt/drive_c
cd /mnt/drive_c
tar -czvPf/reserv/drive_c.tar.gz *

then reboot with a win98 boot disk and reformat the partition 
whith the "s" option, test if boots and restore your backup.

well I never have maked the /boot in a extend partition, but I think that
the correct is:

root (hd0,5)
setup (hd0)

or not?

tenorio


On Thu, 02 Oct 2003 21:58:34 -0400
Jonathan Singer <[EMAIL PROTECTED]> wrote:

> I have the following partitions:
> hda5 - /boot
> hda6 - /
> hda1 - a FAT partition for Windows 98
> hda2 - an extended partition, I assume connected to the Windows installation
> 
> When I installed Gentoo and configured Grub, I did:
> 
> root (hd0,4)
> setup (hd0)
> 
> and copied an old grub.conf that seems to be correct. Now Linux boots fine,
> but selecting Windows hangs. Presumably I installed the MBR in the wrong
> place and overwrote the Windows loader? Someone on #gentoo suggested I boot
> with the Windows boot disk and do an fdisk /mbr. That stopped bootup from
> finding grub, but Windows hung at the same place.
> 
> Any suggestions on how to fix this, given these tools: the Windows 98 SE CD
> and the boot disk generated by the Windows installer?
> 
> (This is veering off into Windows question territory but, since I'm writing
> -- is there a way to download or otherwise obtain the a copy of the original
> boot floppy for the Windows box set?)
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] python with no threads

2003-10-03 Thread Chris I
On 2003.10.02 11:01, Sigurd Stordal wrote:
> There needs to be an variable that can be set to add stuff like
that, but I
> haven't found it.. (really haven't looked to hard either.)
> > compile python with the --without-threads option?
couldn't : myconf="$(myconf) --without-threads" emerge python.
the ( and ) should be the clause type, but it seems my kde don't want
to
output them.
{ } is it not?

--

Chris I

When a fellow says, "It ain't the money but the principle of the  
thing,"
it's the money.
		-- Kim Hubbard


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] boot and reiserfs

2003-10-03 Thread Martin Hudec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Oh yes there was notail mentioned but it was option recommended to use with 
reiserfs as filesystem for /boot.

Anyway thank you, I tried it too, but no success :(.

On Friday 03 October 2003 15:05, Andrej Kacian wrote:
> I recall there was something in gentoo install guide about a special
> option being passed to mount for reiserfs filesystems. Wouldn't that
> help? *looks in install guide* It was -notail.

- -- 
kind regards
- --
Martin Hudec
- --
 :@:  [EMAIL PROTECTED]
 :w:  http://www.corwin.sk
 :m:  +421.907.303.393
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/fYwb1VPr1EE7sj4RAmxtAJ9gP1i0QCP0mkYrsZWzx2grefsL0gCfcI8t
wc34hAR4ge0aV3uIdyVKR/k=
=VMxY
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] how to enable usb event interface

2003-10-03 Thread Chris Bare
I'm running the ac4 kernel and I have built with the following USB
options:

CONFIG_INPUT=y

CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y

I have a usb touchscreen in my laptop, and it is recognized and the
/dev/input/mouse0 device is created, but the generic /dev/input/event0
is not created.

Does anyone know what I have to do to get event0?
-- 
Chris Bare
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] dual-head, dual-user question

2003-10-03 Thread Corey Larsen
googled and found this:

http://www.ssc.com/pipermail/linux-list/1999-November/043249.html

On Tue, 2003-09-30 at 16:46, Mark Knecht wrote:
> Hi,
>I think this should be quite possible with a tricky bit of configuration.
> 
>If I had a single PC with a dual head graphics adapter, and then two
> keyboards and two mice (possibly one mouse and keyboard are USB, or possibly
> both) should it be possible to take a single fast machine and let two
> non-performance oriented users 'share' the machine?
> 
>If this was to work I'd need the linking of monitor, mouse and keyboard
> to be bullet proof, such that logging on at Keyboard A, independent of what
> the user ID was, would always correctly show up on the monitor in front of
> keyboard A and would always use mouse A. Both heads must be able to run X,
> and if possible I want both to run different Window environments if
> possible. (Say KDE and fluxbox at the same time on different monitors, but
> this is not an absolute requirement.)
> 
>Where would the keyboards and mice go? On separate USB ports to keep
> everything straight at boot time? I assume that either startx and/or
> .xinitrc could be set up to let one keyboard/mouse & user use a specific
> display. In their case they will always sit down at the same keyboards.
> (They won't trade.)
> 
>My 70+ year old parents with absolutely zero Linux experience are the
> target audience for this idea. This was their request. They got quite burned
> recently from a windows Virus problem. I would manage the machine remotely,
> which I already do with their Windows boxes and PC Anywhere.
> 
>Any and all ideas much appreciated. Pointers to working examples are
> certainly best. Any problems you know abut this sort of system would be
> interesting.
> 
> thanks,
> Mark
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] opengl problem

2003-10-03 Thread Chris I
On 2003.10.03 07:04, Sami Näätänen wrote:
On Friday 03 October 2003 07:38, Adam Dunstan wrote:
> i have a radeon 9000 pro, and i don't think its hardware
acceleration
> functions are getting used
You are right.

> this is the out put form glxinfo
> direct rendering: No
This gives the first hint

> OpenGL renderer string: Mesa GLX Indirect
> OpenGL version string: 1.3 Mesa 4.0.4
And this tells you that you are using Mesa, which is a OpenGL look a
like software renderer.
I think you need xfree-drm or something like that. I can't remember
the
correct package name, becuase I use NVidia GFX-card.
There is an ATI howto on the gentoo docs page.

--

Chris I

Optimization hinders evolution.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] boot and reiserfs

2003-10-03 Thread Corey Larsen

/etc/fstab:


/dev/hda1   /boot   reiserfs   
noauto,notail   1 1
/dev/hda2   /   reiserfs   
defaults 0 0
/dev/hda3   /home   reiserfs   
defaults 0 0
/dev/hda4   noneswap
sw 0 0
none/proc   procdefaults00
none/dev/shmtmpfs   defaults0 0


On Fri, 2003-10-03 at 07:24, Martin Hudec wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi all,
> 
> I cannot boot using reiserfs as root filesystem (in fstab /dev/hda3 is mounted 
> as / with reiserfs with noatime option, 0 0).
> 
> I got message while going to maintenance mode stating:
> 
> fsck.reiserfs for device /dev/hda3 exited with signal 6.
> and
> bread: Cannot read the block (XX): (Input/output error)
> 
> So I booted to Knoppix and did reiserfsck --fix-fixable (I am assuming that 
> while I have new harddrive no --rebuild-tree option is needed), it didn't 
> find any error at all.
> 
> Can anyone help me please?
> 
> 
> - -- 
> kind regards
> - --
> Martin Hudec
> - --
>  :@:  [EMAIL PROTECTED]
>  :w:  http://www.corwin.sk
>  :m:  +421.907.303.393
> - --
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.3 (FreeBSD)
> 
> iD8DBQE/fWqJ1VPr1EE7sj4RAskYAJsGICaWpuATHMVqqkCNw8Wx/vsSNQCaA3WP
> 2GOlaM4h8/FBJY8zSizT124=
> =NH4B
> -END PGP SIGNATURE-
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 
> 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] imhangul users / asian language users

2003-10-03 Thread a park
after some experimentation, i'm able to input korean characters into gedit, 
but not mozilla web forms (as used in bulletin boards or web based email).

1)  emerge -S korea

2)  emerge all unmasked packages that appear on this list.  (i installed 
"ami", but it may not be necessary.)

3)  emerge imhangul ; emerge imhangul_status_applet

4)  add imhangul_status_applet to your gnome panel.  (you may have to log 
out, log in for it to be visible.)

5)  right click on the applet and select "about".  write down the url for 
the website (this may be useful in the future) ; this website has the 
documentation for imhangul (in korean).

6)  open gEdit and right click on area where you input text.  in the menu 
that just opened, there should be an item to select input.  select hangul 
2bul or something like that.

7) start typing korean.  (this may require you to press shift-space.  you 
will notice that the imhangul_status_applet will be populated with "A" or 
korean characters.  that is the mode that you are typing in.)

i haven't gotten it to work with mozilla web forms, so if you want to send 
web based emails in korean, then:

8) copy (ctrl-c) the text that you just typed into gedit.

9) start mozilla, log into web based email.

10) click on the link that composes a new email.

11) change coding for the page to "Korean (UHC)".  the page should reload 
and the english fonts should change in appearance.

12) paste (ctrl-v) and address teh email to yourself.  send the email.

13) view the email.  if you can't see it in korean, then change coding of 
the page to "Korean (UHC)".  you should be able to view the characters.  if 
not, then check to make sure that the preferences for mozilla 
(navigator-languages) have the korean language included.

interestingly, these instructions work both in the Englsih (American) and 
Korean locale for gnome.


From: Mitchell James <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] imhangul users / asian language users
Date: Thu, 02 Oct 2003 17:51:19 -0500
I need this badly too.  I upgraded my wifes computer to Gentoo and have 
been totally unable to get any form of hangul input to work.

a park wrote:

any imhangul users able to tell me how to get it to work to input korean 
characters?

i've gotten the applet on my panel, but is there something else that i 
need to do to get it to work?

_
Get MSN 8 Dial-up Internet Service FREE for one month.  Limited time 
offer-- sign up now!   http://join.msn.com/?page=dept/dialup

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list
_
Instant message during games with MSN Messenger 6.0. Download it now FREE!  
http://msnmessenger-download.com

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] why does gentoo insist on emerging ck-sources ?

2003-10-03 Thread Prabhat Gupta
I think, open file

/var/cache/./virtual

and edit

sys-kernel line ot only include installed kernels.

oom wrote:

greets to all who are wise and curious!

something strange is going on, I can't see why gentoo wants to emerge
the ck-sources, I am not using them (at least not now and ummerged them)
but still:
# emerge world -up | grep source
[ebuild  N] sys-kernel/ck-sources-2.4.22-r2 

# grep source /var/cache/edb/world
sys-kernel/gentoo-sources
# etcat -d ck-sources
[ Results for search key : ck-sources ]
I don't get why it wants to install them ?

--
[EMAIL PROTECTED] mailing list


 

--
P r a b h a t  G u p t a 
/\/\*

Senior Software Engineer
Alternative System Concepts, Inc.
www.ascinc.com
22 Haverhill Road
Windham, NH 03087
Phone: (603) 437-2234  (o)



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Gnome Compile Errors

2003-10-03 Thread Jim Bailey
On Oct 03, 03:42, Wayne Oliver wrote:
> Hi All
> 
> When Compiling gnome 2.4 on home machine (no net).
> 
> my compile fails on nautilus.
> 
> I am using portage20031001 snapshot, but I have had the same error since the
> 20030914 snapshot.
> 
> the source is fine as it compiled on my work machine with no problem.
> 
> any ideas. ( Sorry I don't have an error message )

Enable logging for builds in make.conf and run the compile again it will
help people to help you.

Peace Jim
-- 
 Time is an illusion.  Lunchtime doubly so.
 -- Douglas Adams


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Gnome Compile Errors

2003-10-03 Thread Wayne Oliver
Hi All

When Compiling gnome 2.4 on home machine (no net).

my compile fails on nautilus.

I am using portage20031001 snapshot, but I have had the same error since the
20030914 snapshot.

the source is fine as it compiled on my work machine with no problem.

any ideas. ( Sorry I don't have an error message )

Regards
Wayne
--


This message, including any attachments, may contain information which is
confidential, private or privileged in nature. 
If you are not the intended recipient, please do not peruse, use,
disseminate, distribute or copy this message or attachments and please
notify the sender immediately by e-mail, facsimile or telephone and destroy
the original message. 
Any views in this communication are those of the sender except where the
sender specifically states otherwise. 
Please note that the recipient must scan this e-mail and any attached files
for viruses and the like. 
No liability of whatever nature is accepted for any loss, liability, damage
or expense resulting directly or indirectly from this communication and/or
the access and/or downloading of any attachments.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Three small but annoying problems.

2003-10-03 Thread Ernie Schroder
On Thursday 02 October 2003 11:17 pm, Steve wrote:
> At 03:32 PM 10/2/03 , Ernie Schroder wrote:
> >On Thursday 02 October 2003 12:33 pm, Steve wrote:
> > > At 11:28 AM 10/2/03 , Andrej Kacian wrote and said this:
> > > >On Wed, 01 Oct 2003 18:34:56 -0400
> > > >
> > > >Steve <[EMAIL PROTECTED]> wrote:
> > > > > At 03:27 PM 10/1/03 , Peter Ruskin wrote:
> > > > > >On Wednesday 01 Oct 2003 20:25, Peter Ruskin wrote:
> > > > > > > On Wednesday 01 Oct 2003 20:04, Steve wrote:
> > > > > > > > 1.  I can't use CTRL-ALT-F1-F6 to switch from X to a
> > > > > > > > console. Is this set in a config file somewhere, and
> > > > > > > > if so how do I get it to work again?
> > > > > > >
> > > > > > > In /etc/X11/XF86Config, add the following to
> > > > > > > Serverflags section: Option "DontVTSwitch"  "yes"
> > > > > > >
> > > > > > > man XF86Config
> > > > > >
> > > > > >err, that should be "no" if you want to switch to consoles
> > > > > >
> > > > > >Peter
> > > > >
> > > > > I added the "DontVTSwitch" "no" to /etc/X11/XF86Config and
> > > > > it had no affect ( also tried using "no" as well).
> > > >
> > > >Even after restarting X?
> > >
> > > Yep, even after restarting X.
> > >
> > >
> > >
> > > --
> > > [EMAIL PROTECTED] mailing list
> >
> >what happens if you press ctrl+alt+printscreen?
> >That should take you back to the last VT you were logged into.
> > Check to make sure you have the right driver for your keyboard in
> > your XF86Config.
> >Can you switch consoles BEFORE you start X?
> >If you can, the problem is in XF86Config
>
> Nothing happens when I press ctrl+alt+printscreen
> The driver appears to be correct for the keyboard, pc101,us
> I cam switch consoles before starting X, yes.
>
>
> --
> [EMAIL PROTECTED] mailing list


Can you change to VT1? ctrl+ alt+ F1?n If so, but not to other 
terminals X is starting before the VT's are spawned. Not sure how to 
check for that though
Another thing to try Open an xterm (konsole if you're using KDE) 
and type:

setxkbmap -rules xfree86 -model pc101 -layout us -option ""

Now try to change to a VT Can you?

If that works, the problem is in your XF86Config. If not, I would 
guess that your ctrl key is not working, perhaps remapped. Try the 
shift key instead. Do the function keys work for their other uses in 
X? (example: alt + F2 should bring up the "run command" dialog and 
ctrl + F1-4 should change desktops in X)  You can also log on as root 
and start X can you switch VT's now?
One other possibility, other than a borked keyboard, is that some 
keyboard toggle has been set. For a while, I couldn't use the number 
pad regardless of the numlock LED status. It turned out that the 
combination shift+ alt+ numlock is a toggle for mouse events on the 
pad. There (may?) be a combination that toggles the ability to use 
the VT's but I've had no luck finding documentation.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: do I need linux-wlan-ng

2003-10-03 Thread Martin Gramatke
Chris Bare wrote:

> do the linux-wlan-ng drivers do something that the default drivers
> don't?

linux-wlan-ng is an alternative to the kernel modules. I think it supports
some more chipsets and possibly it gives you more performance and
stability. I tried both, and didn't notice a big difference, except the
kernel modules survive a suspend of my notebook, which linux-wlan-ng does
not.

> do you have to do anything other than re-emerge linux-wlan-ng after you
> rebuild the kernel?

No, re-emerge is necessary and all to do.
 
mg


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] boot and reiserfs

2003-10-03 Thread Andrej Kacian
On Fri, 3 Oct 2003 14:24:39 +0200
Martin Hudec <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi all,
> 
> I cannot boot using reiserfs as root filesystem (in fstab /dev/hda3 is
> mounted as / with reiserfs with noatime option, 0 0).
> 
> I got message while going to maintenance mode stating:
> 
> fsck.reiserfs for device /dev/hda3 exited with signal 6.
> and
> bread: Cannot read the block (XX): (Input/output error)
> 
> So I booted to Knoppix and did reiserfsck --fix-fixable (I am assuming
> that while I have new harddrive no --rebuild-tree option is needed),
> it didn't find any error at all.
> 
> Can anyone help me please?
> 

I recall there was something in gentoo install guide about a special
option being passed to mount for reiserfs filesystems. Wouldn't that
help? *looks in install guide* It was -notail.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] [ot] force root nameserver update?

2003-10-03 Thread Patrick M Geahan
On Thu, 2 Oct 2003, Alan wrote:

> Looking up my server on that root DNS server (host ufies.org
> tld2.ultradns.net) gives me the old IP, not the new one. According the
> the above URL it sounds like you can force the TTL to decrement, and
> eventually time out and get it's information from the main DNS servers
> for my domain, but that doesn't seem to work.

Here's the funny part about decreasing TTL - you have to wait for the old 
TTL to expire for the server to pick up the new TTL.  So until your old 
TTL expires, it won't pick up the new record, including the new TTL.

For domain migrations, it's recommended that you decrease your TTL way 
before the actual migration - I've heard (2*TTL) as a good number.  So if 
your TTL is eight days, you should decrease your TTL 16 days before 
migration.  At that point, you should drop it to 24 hours or less, 
depending on your migration strategy.

Your authoritative TTL appears to be 172800 seconds, or two days.  So two 
days after its' last refresh, the root nameserver should pick up your 
changes.


---Patrick M [EMAIL PROTECTED]:3784715--
Quote of the Week: "I probably won't start on the idea, and if I do it
will wind up being an unfinished project on my personal website featuring
pictures of my cat." rh2600 on /.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] glibc broken, and some blabbering about other stuff

2003-10-03 Thread Johan Van den Neste
don't panic, it's my own fault :p

right.

Situation:
I have an old laptop (p133, 32MB, 1.4G HD, no cdrom), and was quite
happy to have managed to get gentoo on it. Using distcc, building
packages was somewhat bearable.

Why o why did I do this:
I thought I'd give building binary packages a try. I did not fancy the
idea of building gcc en glibc on the laptop again (it's been a while
since i did a emerge world -u), even tho I used distcc.(1)

So I built it on my Athlon. CFLAGS used to be "-march=athlon-tbird -O2
-pipe -fomit-frame-pointer", so I changed it to "-march=pentium -O2
-pipe -fomit-frame-pointer", which are the ones I used on the laptop.

'env-update' and 'source /etc/profile' to be sure the environment was up
to date and then 'emerge glibc gcc -B'. Then I rsynced the binary
packages to the laptop and did 'emerge gcc -uk'.

And then it went all wrong. No matter what I did, I ended up with an
'illegal instruction'. The laptop was as dead as a dodo.

And now I think I know why. I never bothered to look at the CHOST
setting on the athlon box. I still don't know *exactly* what it means or
does. (anyone care to explain?)
Or is it something else?

All this being said. How do I get a new glibc on the laptop? (4)

Any comments on anything are greatly appreciated.

thanks

nessie

(1)
I would have compiled everything by mounting the root over nfs on the
other box, but nfs was being a pain in the neck all of a sudden ("RPC:
Program not registered"(2), although I never changed anything. The
router has been a serious pain in the neck these last few days too, so
that might be it(3). *sigh*.)
Besides, building everything on the other box over nfs is not feasible
for all packages, especially the really big ones like xfree, because of
limited diskspace. If needed, I mount /var/tmp/portage over nfs on the
laptop. I then once tried mounting the root back on the other box, but
nfs doesn't seem to 'recursively' mount. bugger.(is there a way to make
it do that?)

(2)
The athlon box had nfs-utils-1.0.6 and the laptop had nfs-utils-1.0.3.
Could that be it?

(3)
The router(SMC Barricade 7004BR) acting funny might be because of a
possibly virus and worm infested winxp box which I have disconnected
from the network, but that did not fix it. Also, I may have done
one-too-many firmware upgrades. The damn thing won't downgrade.

(4)
I originally used slackware and/or redhat bootdisks to install gentoo.
So I have reiserfs + network support. Not being able to boot from cd is
a real pain, I know.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] modules vs. compiled in

2003-10-03 Thread Juha-Mikko Ahonen
On pe, 2003-10-03 at 15:02, gabriel wrote:
> what if you disabled "loadable module support" in the kernel?

Wont help you as it is possible to insert code directly into the kernel
via /dev/kmem. Making the kernel memory read-only is an option for
combatting malicious kernel module injection. This can be done IIRC with
grsecurity patches.





signature.asc
Description: This is a digitally signed message part
This message has been 'sanitized'.  This means that potentially
dangerous content has been rewritten or removed.  The following
log describes which actions were taken.

Sanitizer (start="1065184022"):
  Forcing message to be multipart/mixed, to facilitate logging.
  Writer (pos="862"):
Part (pos="1031"):
  Part (pos="191"):
SanitizeFile (filename="unnamed.txt", mimetype="text/plain"):
  Match (names="unnamed.txt", rule="9"):
Enforced policy: accept

  Part (pos="690"):
SanitizeFile (filename="signature.asc", mimetype="application/pgp-signature"):
  Match (names="signature.asc", rule="15"):
ScanFile (file="/var/quarantine/att-signature.asc-3f7d6b16.KJ"):
  Scan succeeded, file is clean.

Enforced policy: accept


Anomy 0.0.0 : Sanitizer.pm
Sanitizer version 1.63 (Debian GNU/Linux)

--
[EMAIL PROTECTED] mailing list

[gentoo-user] boot and reiserfs

2003-10-03 Thread Martin Hudec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

I cannot boot using reiserfs as root filesystem (in fstab /dev/hda3 is mounted 
as / with reiserfs with noatime option, 0 0).

I got message while going to maintenance mode stating:

fsck.reiserfs for device /dev/hda3 exited with signal 6.
and
bread: Cannot read the block (XX): (Input/output error)

So I booted to Knoppix and did reiserfsck --fix-fixable (I am assuming that 
while I have new harddrive no --rebuild-tree option is needed), it didn't 
find any error at all.

Can anyone help me please?


- -- 
kind regards
- --
Martin Hudec
- --
 :@:  [EMAIL PROTECTED]
 :w:  http://www.corwin.sk
 :m:  +421.907.303.393
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/fWqJ1VPr1EE7sj4RAskYAJsGICaWpuATHMVqqkCNw8Wx/vsSNQCaA3WP
2GOlaM4h8/FBJY8zSizT124=
=NH4B
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] file manager suggestion

2003-10-03 Thread Mark Knecht
On Thu, 2003-10-02 at 13:57, Klaus Neumann wrote:

> >
> FileRunner is my favorit.

Is thee an ebuild for this?

Thanks,
Mark


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] modules vs. compiled in

2003-10-03 Thread gabriel
On October 3, 2003 04:24 am, Spider wrote:
> begin  quote
> On Fri, 03 Oct 2003 06:34:49 +
>
> "Senectus -" <[EMAIL PROTECTED]> wrote:
> > hats basicly saying you can load all kernel modules into the kernel,
> > and disable insmod and that tightens up security a crap load??
>
> The paper shows how to add modules into a kernel even if it is statical
> and you have removed insmod.

what if you disabled "loadable module support" in the kernel?

-- 
"the nationalist not only does not dissaprove of attrocities committed by his 
own side, he has a remarkable capacity for not even hearing about them."
- george orwell


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] opengl problem

2003-10-03 Thread Sami Näätänen
On Friday 03 October 2003 07:38, Adam Dunstan wrote:
> i have a radeon 9000 pro, and i don't think its hardware acceleration
> functions are getting used

You are right.

> this is the out put form glxinfo
> direct rendering: No

This gives the first hint

> OpenGL renderer string: Mesa GLX Indirect
> OpenGL version string: 1.3 Mesa 4.0.4

And this tells you that you are using Mesa, which is a OpenGL look a 
like software renderer.

I think you need xfree-drm or something like that. I can't remember the 
correct package name, becuase I use NVidia GFX-card.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] 2.6 & reiser4

2003-10-03 Thread mathieu perrenoud
Hi.
what about reiser4? Wasn't it planned to be in kernel 2.6?
-- 
mathieu

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cdrecord frontends

2003-10-03 Thread Davide Brini
On Friday 03 October 2003 10:25, Spider wrote:

> Nautilus + Nautilus CD Burner.

Ok, but that's too much for me, since I don't want to bring in all the 
dependencies (gnomelibs, libgnomeui etc.).

I'm using xfce4, and want something quite light to save disk space and avoid 
overloading the machine with something otherwise unneeded.

Anyway, thanks.

Davide


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cdrecord frontends

2003-10-03 Thread Spider
begin  quote
On Fri, 3 Oct 2003 10:29:36 +0200
Davide Brini <[EMAIL PROTECTED]> wrote:

> Does anybody know a good cdrecord graphical frontend that uses gtk2.x?
> 
> Seems to me that gcombust, gtoaster and xcdroast only work with
> gtk1.x.
> 
> Thanks
> Davide
> 

Nautilus + Nautilus CD Burner.

//Spider


-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] modules vs. compiled in

2003-10-03 Thread Spider
begin  quote
On Fri, 03 Oct 2003 06:34:49 +
"Senectus -" <[EMAIL PROTECTED]> wrote:

> hats basicly saying you can load all kernel modules into the kernel,
> and disable insmod and that tightens up security a crap load??


The paper shows how to add modules into a kernel even if it is statical
and you have removed insmod.

So whatever "gain" you got from disabling modules is gone again.

//Spider


-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


[gentoo-user] Cdrecord frontends

2003-10-03 Thread Davide Brini
Does anybody know a good cdrecord graphical frontend that uses gtk2.x?

Seems to me that gcombust, gtoaster and xcdroast only work with gtk1.x.

Thanks
Davide

-- 
Windows would look better with curtains.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] USB mass storage problem

2003-10-03 Thread Jason Nielsen
Hi all,

I'm trying to get a USB hard drive enclosure to work.  It is an old disk I
had laying around and I decided to use it to back up some data.  Anywho,
to make a long story short when I plug it in I get the following:

usb.c: USB disconnect on device 00:1d.1-2 address 4
hub.c: new USB device 00:1d.1-2, assigned address 5
scsi1 : SCSI emulation for USB Mass Storage devices
  Vendor: WDC AC21  Model: 200H  Rev: 0811
  Type:   Direct-Access  ANSI SCSI revision: 02
Attached scsi disk sda at scsi1, channel 0, id 0, lun 0
SCSI device sda: 2503872 512-byte hdwr sectors (1282 MB)
 /dev/scsi/host1/bus0/target0/lun0:usb_control/bulk_msg: timeout

after which all USB devices are frozen.  I'm pretty sure I have all the 
kernel options I need compiled in as my USB CD-RW works fine (USB mass 
storage, SCSI emulation, SCSI disk support).  Well any help would be 
appreciated.  TIA.

Jason


--
[EMAIL PROTECTED] mailing list