Re: [gentoo-ppc-user] mounting USB flash disk

2005-12-11 Thread Joerg Gollnick
Am Sonntag 11 Dezember 2005 17:07 schrieb [EMAIL PROTECTED]:
  I am on a powerbook G4 800mhz and it is
  plugged into the back of the computer (port 2). Does anyone know how
  to solve this problem?
  thanks
  nick
 
  First, next time, please start a new thread instead of replying to an
  existing one.
 
  That said, you'll have to provide more information.  Can you give us the
   kernel messages from dmesg related to the USB stick?  Are you sure you
  have USB disk support and generic scsi disk support in your kernel?
 
  -Joe
  --
  gentoo-ppc-user@gentoo.org mailing list
 Sorry about replying instead of starting again.
 Are there any just-X11 browsers besides links -g that I can use? Whenever
 I press the back arrow it goes back and deletes the email I was writing.
 
 Anyway, the only messages in dmesg (I do not know why) are keypress 
events!?!
 I used to be informative, but now all it has are keypresses...
 
 I have SCSI support, and USB mass storage (with all sub-options) 
compiled-in.
 Do I need to add support for SCSI disks, CDROMS, generic devices, etc in
 order for USB versions of those to work?
 Thanks,
 nick
 
 
 -- 
 gentoo-ppc-user@gentoo.org mailing list
 
 
Hello Nick,
You need modules for SCSI device support, SCSI disk support and please enable 
'Probe all LUNs on each SCSI device' as it helps with Multi Card Readers.
As long as the USB is hotpluggable, you should install hotplug and udev 
packages.
A good idea is to put the USB Disk in and to have look in dmesg 
and/or /var/log/messages.
Normally I the disk should recognized by the kernel and produce at least some 
messages. (May be a lsusb show if there is something recognized.)
Best regards Joerg
-- 
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-ppc-user] mounting USB flash disk

2005-12-11 Thread nova
and the root hubs (ID :)
Thanks
nick

 Am Sonntag 11 Dezember 2005 17:07 schrieb [EMAIL PROTECTED]:
  I am on a powerbook G4 800mhz and it is
  plugged into the back of the computer (port 2). Does anyone know
 how to solve this problem?
  thanks
  nick
 
  First, next time, please start a new thread instead of replying to
 an existing one.
 
  That said, you'll have to provide more information.  Can you give us
 the
   kernel messages from dmesg related to the USB stick?  Are you sure
 you
  have USB disk support and generic scsi disk support in your kernel?
 
  -Joe
  --
  gentoo-ppc-user@gentoo.org mailing list
 Sorry about replying instead of starting again.
 Are there any just-X11 browsers besides links -g that I can use?
 Whenever I press the back arrow it goes back and deletes the email I
 was writing.

 Anyway, the only messages in dmesg (I do not know why) are keypress
 events!?!
 I used to be informative, but now all it has are keypresses...

 I have SCSI support, and USB mass storage (with all sub-options)
 compiled-in.
 Do I need to add support for SCSI disks, CDROMS, generic devices, etc
 in order for USB versions of those to work?
 Thanks,
 nick


 --
 gentoo-ppc-user@gentoo.org mailing list


 Hello Nick,
 You need modules for SCSI device support, SCSI disk support and please
 enable  'Probe all LUNs on each SCSI device' as it helps with Multi Card
 Readers. As long as the USB is hotpluggable, you should install hotplug
 and udev  packages.
 A good idea is to put the USB Disk in and to have look in dmesg
 and/or /var/log/messages.
 Normally I the disk should recognized by the kernel and produce at least
 some  messages. (May be a lsusb show if there is something recognized.)
 Best regards Joerg
 --
 gentoo-ppc-user@gentoo.org mailing list


# $Header: 
/var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/syslog-ng.conf.gentoo,v 1.5 
2005/05/12 05:46:10 mr_bones_ Exp $
#
# Syslog-ng default configuration file for Gentoo Linux
# contributed by Michael Sterrett

options { 
chain_hostnames(off); 
sync(0); 

# The default action of syslog-ng 1.6.0 is to log a STATS line
# to the file every 10 minutes.  That's pretty ugly after a while.
# Change it to every 12 hours so you get a nice daily update of
# how many messages syslog-ng missed (0).
stats(432000); 
};

source src { unix-stream(/dev/log); internal(); pipe(/proc/kmsg); };

destination messages { file(/var/log/messages); };

# By default messages are logged to tty12...
# destination console_all { file(/dev/tty12); };
# ...if you intend to use /dev/console for programs like xconsole
# you can comment out the destination line above that references /dev/tty12
# and uncomment the line below.
destination console_all { file(/dev/console); };

log { source(src); destination(messages); };
log { source(src); destination(console_all); };



Re: [gentoo-ppc-user] mounting USB flash disk

2005-12-11 Thread nova
Sorry, links ate the rest of my message.
syslog-ng dies with bad config file
hotplug usb:
Bad USB agent invocation, no action
and dmesg still only shows the keypresses (I got rid of Kernel hacking-
debugging). I also added SCSI multi-LUN support, HD support, and general
device support. USB mass storage became module (to test in MOL). and I
also tried to fix my windowing problems with GNOME, KDE, and XFCE (all
installed, all failing) by making radeonfb a module.
sorry,
nick

 and the root hubs (ID :)
 Thanks
 nick

 Am Sonntag 11 Dezember 2005 17:07 schrieb [EMAIL PROTECTED]:
  I am on a powerbook G4 800mhz and it is
  plugged into the back of the computer (port 2). Does anyone know
 how to solve this problem?
  thanks
  nick
 
  First, next time, please start a new thread instead of replying to
 an existing one.
 
  That said, you'll have to provide more information.  Can you give
 us
 the
   kernel messages from dmesg related to the USB stick?  Are you sure
 you
  have USB disk support and generic scsi disk support in your kernel?
 
  -Joe
  --
  gentoo-ppc-user@gentoo.org mailing list
 Sorry about replying instead of starting again.
 Are there any just-X11 browsers besides links -g that I can use?
 Whenever I press the back arrow it goes back and deletes the email I
 was writing.

 Anyway, the only messages in dmesg (I do not know why) are keypress
 events!?!
 I used to be informative, but now all it has are keypresses...

 I have SCSI support, and USB mass storage (with all sub-options)
 compiled-in.
 Do I need to add support for SCSI disks, CDROMS, generic devices, etc
 in order for USB versions of those to work?
 Thanks,
 nick


 --
 gentoo-ppc-user@gentoo.org mailing list


 Hello Nick,
 You need modules for SCSI device support, SCSI disk support and please
 enable  'Probe all LUNs on each SCSI device' as it helps with Multi
 Card Readers. As long as the USB is hotpluggable, you should install
 hotplug and udev  packages.
 A good idea is to put the USB Disk in and to have look in dmesg
 and/or /var/log/messages.
 Normally I the disk should recognized by the kernel and produce at
 least some  messages. (May be a lsusb show if there is something
 recognized.) Best regards Joerg
 --
 gentoo-ppc-user@gentoo.org mailing list



-- 
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-ppc-user] mounting USB flash disk

2005-12-11 Thread Joerg Gollnick
Hello Nick,
I checked your syslog-ng.conf. The only difference is logging to /dev/console 
instead of /dev/tty12. Just give it a try.
I suggest to solve the problems in the order as they appear while booting. 
So first of all you need an working syslog-ng.
I installed version 1.6.8-r1 with default syslog-ng.conf.
Please try syslog-ng -s /etc/syslog-ng/syslog-ng.conf;echo $?
to check your config file.

After this please check your hotplug config:
cat /proc/sys/kernel/hotplug
It should be /sbin/udevsend.

To find out what goes wrong you should make an lsusb which is provided by 
sys-apps/usbutils.

Best regards Joerg

Am Sonntag 11 Dezember 2005 20:52 schrieb [EMAIL PROTECTED]:
 Sorry, links ate the rest of my message.
 syslog-ng dies with bad config file
 hotplug usb:
 Bad USB agent invocation, no action
 and dmesg still only shows the keypresses (I got rid of Kernel hacking-
 debugging). I also added SCSI multi-LUN support, HD support, and general
 device support. USB mass storage became module (to test in MOL). and I
 also tried to fix my windowing problems with GNOME, KDE, and XFCE (all
 installed, all failing) by making radeonfb a module.
 sorry,
 nick
 
  and the root hubs (ID :)
  Thanks
  nick
 
  Am Sonntag 11 Dezember 2005 17:07 schrieb [EMAIL PROTECTED]:
   I am on a powerbook G4 800mhz and it is
   plugged into the back of the computer (port 2). Does anyone know
  how to solve this problem?
   thanks
   nick
  
   First, next time, please start a new thread instead of replying to
  an existing one.
  
   That said, you'll have to provide more information.  Can you give
  us
  the
kernel messages from dmesg related to the USB stick?  Are you sure
  you
   have USB disk support and generic scsi disk support in your kernel?
  
   -Joe
   --
   gentoo-ppc-user@gentoo.org mailing list
  Sorry about replying instead of starting again.
  Are there any just-X11 browsers besides links -g that I can use?
  Whenever I press the back arrow it goes back and deletes the email I
  was writing.
 
  Anyway, the only messages in dmesg (I do not know why) are keypress
  events!?!
  I used to be informative, but now all it has are keypresses...
 
  I have SCSI support, and USB mass storage (with all sub-options)
  compiled-in.
  Do I need to add support for SCSI disks, CDROMS, generic devices, etc
  in order for USB versions of those to work?
  Thanks,
  nick
 
 
  --
  gentoo-ppc-user@gentoo.org mailing list
 
 
  Hello Nick,
  You need modules for SCSI device support, SCSI disk support and please
  enable  'Probe all LUNs on each SCSI device' as it helps with Multi
  Card Readers. As long as the USB is hotpluggable, you should install
  hotplug and udev  packages.
  A good idea is to put the USB Disk in and to have look in dmesg
  and/or /var/log/messages.
  Normally I the disk should recognized by the kernel and produce at
  least some  messages. (May be a lsusb show if there is something
  recognized.) Best regards Joerg
  --
  gentoo-ppc-user@gentoo.org mailing list
 
 
 
 -- 
 gentoo-ppc-user@gentoo.org mailing list
 
 
-- 
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-ppc-user] mounting USB flash disk

2005-12-11 Thread Joerg Gollnick
Hello Nick,
please start syslog-ng -d on a command line, so that you see debug messages.
Best reagrds Joerg

Am Sonntag 11 Dezember 2005 20:52 schrieb [EMAIL PROTECTED]:
 Sorry, links ate the rest of my message.
 syslog-ng dies with bad config file
 hotplug usb:
 Bad USB agent invocation, no action
 and dmesg still only shows the keypresses (I got rid of Kernel hacking-
 debugging). I also added SCSI multi-LUN support, HD support, and general
 device support. USB mass storage became module (to test in MOL). and I
 also tried to fix my windowing problems with GNOME, KDE, and XFCE (all
 installed, all failing) by making radeonfb a module.
 sorry,
 nick
 
  and the root hubs (ID :)
  Thanks
  nick
 
  Am Sonntag 11 Dezember 2005 17:07 schrieb [EMAIL PROTECTED]:
   I am on a powerbook G4 800mhz and it is
   plugged into the back of the computer (port 2). Does anyone know
  how to solve this problem?
   thanks
   nick
  
   First, next time, please start a new thread instead of replying to
  an existing one.
  
   That said, you'll have to provide more information.  Can you give
  us
  the
kernel messages from dmesg related to the USB stick?  Are you sure
  you
   have USB disk support and generic scsi disk support in your kernel?
  
   -Joe
   --
   gentoo-ppc-user@gentoo.org mailing list
  Sorry about replying instead of starting again.
  Are there any just-X11 browsers besides links -g that I can use?
  Whenever I press the back arrow it goes back and deletes the email I
  was writing.
 
  Anyway, the only messages in dmesg (I do not know why) are keypress
  events!?!
  I used to be informative, but now all it has are keypresses...
 
  I have SCSI support, and USB mass storage (with all sub-options)
  compiled-in.
  Do I need to add support for SCSI disks, CDROMS, generic devices, etc
  in order for USB versions of those to work?
  Thanks,
  nick
 
 
  --
  gentoo-ppc-user@gentoo.org mailing list
 
 
  Hello Nick,
  You need modules for SCSI device support, SCSI disk support and please
  enable  'Probe all LUNs on each SCSI device' as it helps with Multi
  Card Readers. As long as the USB is hotpluggable, you should install
  hotplug and udev  packages.
  A good idea is to put the USB Disk in and to have look in dmesg
  and/or /var/log/messages.
  Normally I the disk should recognized by the kernel and produce at
  least some  messages. (May be a lsusb show if there is something
  recognized.) Best regards Joerg
  --
  gentoo-ppc-user@gentoo.org mailing list
 
 
 
 -- 
 gentoo-ppc-user@gentoo.org mailing list
 
 
-- 
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-ppc-user] mounting USB flash disk

2005-12-11 Thread nova
This also fails (with same error 'Error initalizing configuration,
exiting.'). I am having trouble with dbus/hald/dcop, and those are
required for XFCE/GNOME/KDE and metalog. I was thinking that metalog
instead of syslog-ng would work, but I guess not...
nick

 Hello Nick,
 please start syslog-ng -d on a command line, so that you see debug
 messages. Best reagrds Joerg

 Am Sonntag 11 Dezember 2005 20:52 schrieb [EMAIL PROTECTED]:
 Sorry, links ate the rest of my message.
 syslog-ng dies with bad config file
 hotplug usb:
 Bad USB agent invocation, no action
 and dmesg still only shows the keypresses (I got rid of Kernel
 hacking- debugging). I also added SCSI multi-LUN support, HD support,
 and general device support. USB mass storage became module (to test in
 MOL). and I also tried to fix my windowing problems with GNOME, KDE,
 and XFCE (all installed, all failing) by making radeonfb a module.
 sorry,
 nick

  and the root hubs (ID :)
  Thanks
  nick
 
  Am Sonntag 11 Dezember 2005 17:07 schrieb [EMAIL PROTECTED]:
   I am on a powerbook G4 800mhz and it is
   plugged into the back of the computer (port 2). Does anyone
 know
  how to solve this problem?
   thanks
   nick
  
   First, next time, please start a new thread instead of replying
 to
  an existing one.
  
   That said, you'll have to provide more information.  Can you
 give
  us
  the
kernel messages from dmesg related to the USB stick?  Are you
 sure
  you
   have USB disk support and generic scsi disk support in your
 kernel?
  
   -Joe
   --
   gentoo-ppc-user@gentoo.org mailing list
  Sorry about replying instead of starting again.
  Are there any just-X11 browsers besides links -g that I can use?
 Whenever I press the back arrow it goes back and deletes the email
 I was writing.
 
  Anyway, the only messages in dmesg (I do not know why) are
 keypress
  events!?!
  I used to be informative, but now all it has are keypresses...
 
  I have SCSI support, and USB mass storage (with all sub-options)
  compiled-in.
  Do I need to add support for SCSI disks, CDROMS, generic devices,
 etc in order for USB versions of those to work?
  Thanks,
  nick
 
 
  --
  gentoo-ppc-user@gentoo.org mailing list
 
 
  Hello Nick,
  You need modules for SCSI device support, SCSI disk support and
 please enable  'Probe all LUNs on each SCSI device' as it helps
 with Multi Card Readers. As long as the USB is hotpluggable, you
 should install hotplug and udev  packages.
  A good idea is to put the USB Disk in and to have look in dmesg
 and/or /var/log/messages.
  Normally I the disk should recognized by the kernel and produce at
 least some  messages. (May be a lsusb show if there is something
 recognized.) Best regards Joerg
  --
  gentoo-ppc-user@gentoo.org mailing list



 --
 gentoo-ppc-user@gentoo.org mailing list


 --
 gentoo-ppc-user@gentoo.org mailing list



-- 
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-ppc-user] mounting USB flash disk

2005-12-11 Thread nova
here is the dmesg output I finally got from booting.
Thanks so much,
nick
 Hello Nick,
 please start syslog-ng -d on a command line, so that you see debug
 messages. Best reagrds Joerg

 Am Sonntag 11 Dezember 2005 20:52 schrieb [EMAIL PROTECTED]:
 Sorry, links ate the rest of my message.
 syslog-ng dies with bad config file
 hotplug usb:
 Bad USB agent invocation, no action
 and dmesg still only shows the keypresses (I got rid of Kernel
 hacking- debugging). I also added SCSI multi-LUN support, HD support,
 and general device support. USB mass storage became module (to test in
 MOL). and I also tried to fix my windowing problems with GNOME, KDE,
 and XFCE (all installed, all failing) by making radeonfb a module.
 sorry,
 nick

  and the root hubs (ID :)
  Thanks
  nick
 
  Am Sonntag 11 Dezember 2005 17:07 schrieb [EMAIL PROTECTED]:
   I am on a powerbook G4 800mhz and it is
   plugged into the back of the computer (port 2). Does anyone
 know
  how to solve this problem?
   thanks
   nick
  
   First, next time, please start a new thread instead of replying
 to
  an existing one.
  
   That said, you'll have to provide more information.  Can you
 give
  us
  the
kernel messages from dmesg related to the USB stick?  Are you
 sure
  you
   have USB disk support and generic scsi disk support in your
 kernel?
  
   -Joe
   --
   gentoo-ppc-user@gentoo.org mailing list
  Sorry about replying instead of starting again.
  Are there any just-X11 browsers besides links -g that I can use?
 Whenever I press the back arrow it goes back and deletes the email
 I was writing.
 
  Anyway, the only messages in dmesg (I do not know why) are
 keypress
  events!?!
  I used to be informative, but now all it has are keypresses...
 
  I have SCSI support, and USB mass storage (with all sub-options)
  compiled-in.
  Do I need to add support for SCSI disks, CDROMS, generic devices,
 etc in order for USB versions of those to work?
  Thanks,
  nick
 
 
  --
  gentoo-ppc-user@gentoo.org mailing list
 
 
  Hello Nick,
  You need modules for SCSI device support, SCSI disk support and
 please enable  'Probe all LUNs on each SCSI device' as it helps
 with Multi Card Readers. As long as the USB is hotpluggable, you
 should install hotplug and udev  packages.
  A good idea is to put the USB Disk in and to have look in dmesg
 and/or /var/log/messages.
  Normally I the disk should recognized by the kernel and produce at
 least some  messages. (May be a lsusb show if there is something
 recognized.) Best regards Joerg
  --
  gentoo-ppc-user@gentoo.org mailing list



 --
 gentoo-ppc-user@gentoo.org mailing list


 --
 gentoo-ppc-user@gentoo.org mailing list


egistered as minor 2
i2c_adapter i2c-2: registered as adapter #2
Found KeyWest i2c on mac-io, 1 channel, stepping: 4 bits
tas driver [TAS3004 driver V 0.3])
using i2c address: 0x35 from device-tree
i2c-core: driver tas registered.
i2c_adapter i2c-2: client [tas Digital Equalizer] registered to adapter
registering 2-0035
ohci1394: fw-host0: IntEvent: 00030010
ohci1394: fw-host0: irq_handler: Bus reset requested
ohci1394: fw-host0: Cancel request received
ohci1394: fw-host0: Got RQPkt interrupt status=0x8409
ohci1394: fw-host0: SelfID interrupt received (phyid 0, root)
ohci1394: fw-host0: SelfID packet 0x807f8842 received
ieee1394: Including SelfID 0x807f8842
ohci1394: fw-host0: SelfID for this node is 0x807f8842
ohci1394: fw-host0: SelfID complete
ohci1394: fw-host0: PhyReqFilter=
ieee1394: selfid_complete called with successful SelfID stage ... irm_id: 
0xFFC0 node_id: 0xFFC0
ieee1394: NodeMgr: Processing host reset for knodemgrd_0
ohci1394: fw-host0: Single packet rcv'd
ohci1394: fw-host0: Got phy packet ctx=0 ... discarded
Audio jack unplugged, enabling speakers.
chan: 0, addr: 0x35, transfer len: 1, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 1, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 15, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 15, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 15, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 15, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 15, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 15, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 15, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 15, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 15, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 15, read: 0
using interrupt mode...
transfer done, result: 0
chan: 0, addr: 0x35, transfer len: 15, read: 0
using interrupt 

Re: [gentoo-ppc-user] mounting USB flash disk

2005-12-11 Thread nova
I finally just unmerged syslog-ng and reemerged it, but it still had the
same error. It also failed on both with both /dev/tty12 and /dev/console.
syslog-ng -s /etc/syslog-ng/syslog-ng.conf;echo $?
returns 0 :-(
I ran lsusb -vv and I have attached the output (minus flashdrive serial
number)
Luckily, cat /proc/sys/kernel/hotplug is correct.
Are there any other good loggers? I am currently emerging metalog...
thanks for all the help,
nick
 Hello Nick,
 I checked your syslog-ng.conf. The only difference is logging to
 /dev/console  instead of /dev/tty12. Just give it a try.
 I suggest to solve the problems in the order as they appear while
 booting.  So first of all you need an working syslog-ng.
 I installed version 1.6.8-r1 with default syslog-ng.conf.
 Please try syslog-ng -s /etc/syslog-ng/syslog-ng.conf;echo $?
 to check your config file.

 After this please check your hotplug config:
 cat /proc/sys/kernel/hotplug
 It should be /sbin/udevsend.

 To find out what goes wrong you should make an lsusb which is provided
 by  sys-apps/usbutils.

 Best regards Joerg

 Am Sonntag 11 Dezember 2005 20:52 schrieb [EMAIL PROTECTED]:
 Sorry, links ate the rest of my message.
 syslog-ng dies with bad config file
 hotplug usb:
 Bad USB agent invocation, no action
 and dmesg still only shows the keypresses (I got rid of Kernel
 hacking- debugging). I also added SCSI multi-LUN support, HD support,
 and general device support. USB mass storage became module (to test in
 MOL). and I also tried to fix my windowing problems with GNOME, KDE,
 and XFCE (all installed, all failing) by making radeonfb a module.
 sorry,
 nick

  and the root hubs (ID :)
  Thanks
  nick
 
  Am Sonntag 11 Dezember 2005 17:07 schrieb [EMAIL PROTECTED]:
   I am on a powerbook G4 800mhz and it is
   plugged into the back of the computer (port 2). Does anyone
 know
  how to solve this problem?
   thanks
   nick
  
   First, next time, please start a new thread instead of replying
 to
  an existing one.
  
   That said, you'll have to provide more information.  Can you
 give
  us
  the
kernel messages from dmesg related to the USB stick?  Are you
 sure
  you
   have USB disk support and generic scsi disk support in your
 kernel?
  
   -Joe
   --
   gentoo-ppc-user@gentoo.org mailing list
  Sorry about replying instead of starting again.
  Are there any just-X11 browsers besides links -g that I can use?
 Whenever I press the back arrow it goes back and deletes the email
 I was writing.
 
  Anyway, the only messages in dmesg (I do not know why) are
 keypress
  events!?!
  I used to be informative, but now all it has are keypresses...
 
  I have SCSI support, and USB mass storage (with all sub-options)
  compiled-in.
  Do I need to add support for SCSI disks, CDROMS, generic devices,
 etc in order for USB versions of those to work?
  Thanks,
  nick
 
 
  --
  gentoo-ppc-user@gentoo.org mailing list
 
 
  Hello Nick,
  You need modules for SCSI device support, SCSI disk support and
 please enable  'Probe all LUNs on each SCSI device' as it helps
 with Multi Card Readers. As long as the USB is hotpluggable, you
 should install hotplug and udev  packages.
  A good idea is to put the USB Disk in and to have look in dmesg
 and/or /var/log/messages.
  Normally I the disk should recognized by the kernel and produce at
 least some  messages. (May be a lsusb show if there is something
 recognized.) Best regards Joerg
  --
  gentoo-ppc-user@gentoo.org mailing list



 --
 gentoo-ppc-user@gentoo.org mailing list


 --
 gentoo-ppc-user@gentoo.org mailing list



Bus 002 Device 002: ID 0634:3400  
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   0.02
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  idVendor   0x0634 
  idProduct  0x3400 
  bcdDevice1.00
  iManufacturer   1 Crucial
  iProduct2 Gizmo  
  iSerial 3 XXX
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   32
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  0
bmAttributes 0x80
MaxPower  120mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass 8 Mass Storage
  bInterfaceSubClass  6 SCSI
  bInterfaceProtocol 80 Bulk (Zip)
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   none
wMaxPacketSize  

Re: [gentoo-user] All my rc-init-scripts broke up - updated to bash-3.1

2005-12-11 Thread Graham Murray
Rafael Fernández López [EMAIL PROTECTED] writes:

 Hi !!,

 I've upgraded to bash-3.1. Now all my rc-init scripts do break at boot time, 
 if I try to init any of them by using /etc/init.d/net.eth1 start they will 
 tell me same thing: parse error

 I had no Internet because eth0 nor eth1 couldn't get up, so I had to copy 
 from 
 another Computer in a USB-stick bash-3.0 and all necessary 
 to /usr/portage/distfiles, and downgrade bash to the latest version before 
 bash-3.1.

 Tell me if you have similar issues please.

I have not rebooted after upgrading to bash 3.1, but manually running
an init script generates an error messages

/lib/rcscripts/sh/rc-daemon.sh: line 328: syntax error near unexpected token `('
/lib/rcscripts/sh/rc-daemon.sh: line 328: ` local -a RC_DAEMONS=() 
RC_PIDFILES=()'

but the script seems to start/stop the service. I am about to search
bugzilla.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ACCESS VIOLATION with emerge -e world

2005-12-11 Thread Roy Wright

Allan Gottlieb wrote:


After upgrading gcc I did the safer post-installation,
  emerge -e system
  emerge -e world

The first went fine.  The second died after about 300 emerges and
printed

   making executable: /usr/lib/libgtkhtml-1.1.so.3.0.5
Completed installing gtkhtml-1.1.10-r1 into 
/var/tmp/portage/gtkhtml-1.1.10-r1/image/

   --- ACCESS VIOLATION SUMMARY 
---
   LOG FILE = 
/var/log/sandbox/sandbox-gnome-extra_-_gtkhtml-1.1.10-r1-32251.log

   open_wr:   /usr/share/gnome/html/gtkhtml/gtkhtml-gtkhtml-enums.html.new
   

   ajglap ~ #


 

Check your disk space.  I hit the same problem and was out of space on 
root...

/var/logs got slashed.
/var/tmp/portage got bound to a different drive
/var/cache/http-replicator got bound to a different drive

Seems to require about 6GB of free space on root for my system...

Sometimes emerge --resume works, sometimes it doesn't.  Haven't figured
this out yet.  Currently at 318 of 1046 on emerge -e world...

HTH,
Roy
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: kde compile ends in unusal error - fs problem?

2005-12-11 Thread Stroller


On Dec 11, 2005, at 12:12 am, [EMAIL PROTECTED] wrote:


Stroller [EMAIL PROTECTED] writes:


...What got me looking at that was hearing the drive clicking after
restarting kde compile.  Not many but a few widely spaced that seemed
wrong.


Sounds to me like the hard-drive's on the way out. If there's
important data on there I'd replace it.


It seems to have been fixed by changing out the connector ribbon for
the master slave combo that /tmp was on.


The ribbon made the hard-drive click? Or like, maybe something 
mechanical  intermittent inside the drive itself?


This may amuse: http://tinyurl.com/34y47

Stroller.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Unmerged older KDE, revdep-rebuild fails (no ebuild)

2005-12-11 Thread Maxime Robert-Schreyers

Hi all,

I've emerged KDE 3.5 last week (unmasking it in 
/etc/portage/package.unmask and /etc/portage/package.keywords)
I had no trouble at all, but noticed 3.1, 3.2 and 3.3 were still there, 
so I tried to clean those. I did


equery list -p kde | grep 3.[123] | xargs emerge unmerge -p

It worked fine too, but then I tried revdep-rebuild -- -p and it tries 
to re-emerge kde-base/kdebase-3.2.3-r1 and

mail-client/mozilla-thunderbird-1.0.2 but doesn't find ebuilds for them.
Furthermore, I don't want to have kdebase-3.2 reinstalled.

My questions are 1st: what does the fact that revdep-rebuild doesn't 
complete imply on the state of my system,

is it important ?
   2nd: if so, how can I fix it ? Is there a 
way without reinstalling kdebase-3.2 ?



Thanks in advance,
Maxime
--
gentoo-user@gentoo.org mailing list



[gentoo-user] LTSP server requirements

2005-12-11 Thread Martins Steinbergs
hi,

I'm considering to setup LTSP server with one terminal (old IBM Pentium 200Mh 
RAM32) attached. If i get from windows box one specific dos application and 
all data run under dosbox I'll go for LTSP unless there should be expensive 
hardware upgrades on server what I'm googling around cant find or info is 
sort of outdated. Terminal will launch dosbox, whatever browser to access 
bank, OO and some solitare. Server then should be this AMD Athlon 64 / 3200 
with 512 RAM, two 30GB and 180GB Maxtor 7,2K rpm ATA drives, 1,2GB swap. Is 
this enough for one terminal with server still runing desktop. Somewhere 
heard that each terminal takes 100MB RAM, is it true? What else I should take 
in account?


martins   
-- 
Linux 2.6.15-rc2 AMD Athlon(tm) 64 Processor 3200+
 13:30:19 up 51 min,  3 users,  load average: 1.12, 1.07, 0.74


pgpKTeWI6EVdM.pgp
Description: PGP signature


[gentoo-user] bad interpreter

2005-12-11 Thread cucu ionut cristian
tryng to install various aplications that wore not in portage found the
folowing error: bad interpreter: Permission denied
As I remeber i got this error tring to install luminocity and now e17
modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
i'm doing sh ./autogen.sh and then 
 sh ./autogen.sh
Running aclocal...
Running autoheader...
Running autoconf...
Running libtoolize...
Running automake...
./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
Again same thing doing it as root so what to do?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libusb build error

2005-12-11 Thread Rafael Fernández López
OH God !!!

Haven't updated Gentoo in a year ?? Wow... I think first thing you
should do is to update portage.

Bye,
Rafael Fernández López.

 Hi,


 me again :) . I'm trying to update my machine. I have never done so
 since I installed Gentoo last year, so I'm a bit unexperienced and
 ignorant about portage and emerge usage.

 I have updated most of the packages manually to avoid a broken system,
 and most are done (only 98 left :) .

 Some packages don't install properly, this time it is libusb. I have
 installed libusb-0.1.8 and try to install libusb-0.1.10a, but I get the
 error message attached.

 Anyone a clue where I can start searching for a solution? Wrong automake
 version? A missing variable?


 Thx  best regards


 ce



 emerge libusb
 Calculating dependencies ...done!
 emerge (1 of 1) dev-libs/libusb-0.1.10a to /
 md5 files   ;-) libusb-0.1.7-r1.ebuild
 md5 files   ;-) libusb-0.1.8.ebuild
 md5 files   ;-) libusb-0.1.10a.ebuild
 md5 files   ;-) files/digest-libusb-0.1.7-r1
 md5 files   ;-) files/0.1.10a-fbsd.patch
 md5 files   ;-) files/digest-libusb-0.1.8
 md5 files   ;-) files/libusb-0.1.8-amd64-fPIC.patch
 md5 files   ;-) files/digest-libusb-0.1.10a
 md5 src_uri ;-) libusb-0.1.10a.tar.gz
 Unpacking source...
 Unpacking libusb-0.1.10a.tar.gz
 to /var/tmp/portage/libusb-0.1.10a/work
  * Applying 0.1.10a-fbsd.patch ...
 [ ok ]
  * Running eautoreconf in
 '/var/tmp/portage/libusb-0.1.10a/work/libusb-0.1.10a' ...
  * Running aclocal...
 [ ok ]
  * Running libtoolize --copy --force --automake...
 [ ok ]
  * Running aclocal...
 [ ok ]
  * Running autoconf...
 [ ok ]
  * Running autoheader...
 [ ok ]
  * Running automake --add-missing --copy --foreign...
 [ !! ]


  * Failed Running automake !
  *
  * Include in your bugreport the contents of:
  *
  *   /var/tmp/portage/libusb-0.1.10a/temp/automake-5879.out


 !!! ERROR: dev-libs/libusb-0.1.10a failed.
 !!! Function autotools_run_tool, Line 179, Exitcode 0
 !!! Failed Running automake !
 !!! If you need support, post the topmost build error, NOT this status
 message.
 --
 gentoo-user@gentoo.org mailing list




-- 
A la vista de suficientes ojos todos los errores resultan evidentes -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] cms

2005-12-11 Thread Qv6

Folks:

I am looking for a really good Content Management System that is 
feature-rich and easy to install. Webgui seems good, but the install is 
tedious.

A good, enterprise-class cms is what I'm looking for.

Any suggestioons?

TIA


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libusb build error

2005-12-11 Thread Christoph Eckert

 OH God !!!

 :) ?

 Haven't updated Gentoo in a year ?? Wow... I think first
 thing you should do is to update portage.

Portage is updated, I even synced the local tree.

I didn't say I didn't update anything during this year, but I only 
updated the packages I was interested in (mainly packages for audio 
work). It was a year without struggling with updated config files or 
any other unconvenient issues :-) .

Anyway, most packages are up to date now. I still have installed kde 
3.3, and I plan to update it to 3.5 as soon as it is marked as stable.

Unfortunately, kdebase depends on libusb, and even CUPS has been updated 
and I cannot use my USB printer because CUPS complains about
Unable to open USB device usb://hp/deskjet%205550: No such device 
though I don't know if this is a problem of updating CUPS or with 
libusb.


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad interpreter

2005-12-11 Thread Uwe Thiem
On 11 December 2005 15:45, cucu ionut cristian wrote:
 tryng to install various aplications that wore not in portage found the
 folowing error: bad interpreter: Permission denied
 As I remeber i got this error tring to install luminocity and now e17
 modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
 gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
 i'm doing sh ./autogen.sh and then
  sh ./autogen.sh
 Running aclocal...
 Running autoheader...
 Running autoconf...
 Running libtoolize...
 Running automake...
 ./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
 Again same thing doing it as root so what to do?

Is /bin/sh a symlink to /bin/bash?
If so, is /bin/sh executable?

I guess /bin/bash *is* executable. Otherwise, you wouldn't be able to run a 
shell at all. But just in case: Check whether it is.

Uwe

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] LTSP server requirements

2005-12-11 Thread Uwe Thiem
On 11 December 2005 14:41, Martins Steinbergs wrote:
 hi,

 I'm considering to setup LTSP server with one terminal (old IBM Pentium
 200Mh RAM32) attached. If i get from windows box one specific dos
 application and all data run under dosbox I'll go for LTSP unless there
 should be expensive hardware upgrades on server what I'm googling around
 cant find or info is sort of outdated. Terminal will launch dosbox,
 whatever browser to access bank, OO and some solitare. Server then should
 be this AMD Athlon 64 / 3200 with 512 RAM, two 30GB and 180GB Maxtor 7,2K
 rpm ATA drives, 1,2GB swap. Is this enough for one terminal with server
 still runing desktop. Somewhere heard that each terminal takes 100MB RAM,
 is it true? What else I should take in account?

That server will do for one thin client, actually for two or three - after 
that, you need more ram.

Uwe

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cms

2005-12-11 Thread Chris White
On Sunday 11 December 2005 22:39, Qv6 wrote:
 Folks:

 I am looking for a really good Content Management System that is
 feature-rich and easy to install. Webgui seems good, but the install is
 tedious.

Yah, I wrote a review on that on my site:

http://www.securesystem.info/tiki-read_article.php?articleId=6

I didn't care for it all that much :P

 A good, enterprise-class cms is what I'm looking for.

A lot of people will buzzword Mambo at you most likely.  It's been claiming to 
be the best of the best.  I like tikiwiki myself, and I know we have a 
devwiki that uses it (as does my site).  It just felt a tad more customizable 
at easier to get at right away than Mambo.  YMMV however.

 Any suggestioons?

 TIA

Chris White
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad interpreter

2005-12-11 Thread Uwe Thiem
On 11 December 2005 15:14, Rafael Fernández López wrote:
 Have you read Building steps ??

[ snip ]

 There are some issues with DAMAGE in the xserver module. You need to
 apply a small patch that hacks around some issues, and rebuild the xserver
 module. You can get the patch from
 http://www.gnome.org/~seth/xserver.patch . If you do not apply this patch,
 wobbly windows will probably run very slowly.

 Run: patch -p0  xserver.patch from inside the xserver source directory

 Run: jhbuild buildone -n xserver to rebuild the xserver with the patch
 included

... and what does that have to do with the error below?

Uwe


 Bye,
 Rafael Fernández López.

  tryng to install various aplications that wore not in portage found the
  folowing error: bad interpreter: Permission denied
  As I remeber i got this error tring to install luminocity and now e17
  modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
  gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
  i'm doing sh ./autogen.sh and then
   sh ./autogen.sh
  Running aclocal...
  Running autoheader...
  Running autoconf...
  Running libtoolize...
  Running automake...
  ./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
  Again same thing doing it as root so what to do?
 
  --
  gentoo-user@gentoo.org mailing list

 --
 A la vista de suficientes ojos todos los errores resultan evidentes -
 Linus Torvalds

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad interpreter

2005-12-11 Thread cucu ionut cristian
On Sun, 2005-12-11 at 14:14 +0100, Rafael Fernández López wrote:
 Have you read Building steps ??
i'm preati sure it aint just about that it's some shell variable i have
to setup and i donnt know what, where and how. because 1.i have tried
the build steps with copy paste even and got the same error
2. the same error apears in very similar processes

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad interpreter

2005-12-11 Thread cucu ionut cristian
On Sun, 2005-12-11 at 16:11 +0200, Uwe Thiem wrote:
 
 Is /bin/sh a symlink to /bin/bash? 
yes and bash is also executable

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad interpreter

2005-12-11 Thread Eugene Rosenzweig

cucu ionut cristian wrote:


tryng to install various aplications that wore not in portage found the
folowing error: bad interpreter: Permission denied
As I remeber i got this error tring to install luminocity and now e17
modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
i'm doing sh ./autogen.sh and then 
sh ./autogen.sh

Running aclocal...
Running autoheader...
Running autoconf...
Running libtoolize...
Running automake...
./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
Again same thing doing it as root so what to do?
 

I've had a similar error when trying to run scripts with DOS line 
endings. Open ./configure in vi and see if it says [dos] on the status 
line and if it does type :set fileformat=unix and save. Probably not 
this though, the error I get from this is:


./test.sh
: bad interpreter: No such file or directory

Eugene.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cms

2005-12-11 Thread Nick Smith
what about postnuke? its got all those things.  www.postnuke.org it rocks!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] advice on security and keyloggers

2005-12-11 Thread Jerry Turba

Richard Fish wrote:


On 12/9/05, Jerry Turba [EMAIL PROTECTED] wrote:
 


Should I be safe if I keep up on updates and the glsa?
   



As long as your X configuration is reasonably secure, yes.  But if you
do something silly like run xhost +, then any remote user can
connect to your X server with xev and log keystrokes.

Generally though if you stick with the default configuration, keep
current with security updates, and avoid running services you don't
need, you have nothing to worry about.

-Richard

 


Thanks Dale and Richard for the info.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Laptop Install Issue

2005-12-11 Thread C. Beamer
Hi all,

I've become so enamoured with Gentoo that I've decided to install on my
laptop.  However, I'm having a bit of a problem.

I'm at the point where I can boot the system and I've been trying to
install xorg-x11.  However, the laptop keeps powering off on me.

This wasn't a problem until I build the kernel where I built acpi
support into it.  However, I *didn't* read the ACPI Guide and obviously,
should have.  That's no big problem, I'll just recompile the kernel and
follow what the Guide says.

My issue is this:  The computer powered off in the middle of the install
of xorg-x11.  This has happened a couple of times.  I haven't been
having problems with the laptop, so I'm pretty sure the issue has
something to do with power management since I built power management
into the kernel, but didn't emerge acpid.  Anyway, since the emerge of
xorg-x11 has bombed a couple of times, is there anything that I should
do in the way of clean up before trying to emerge it again?

Regards,

Colleen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad interpreter

2005-12-11 Thread Matthias Langer
On Sun, 2005-12-11 at 13:45 +, cucu ionut cristian wrote:
 tryng to install various aplications that wore not in portage found the
 folowing error: bad interpreter: Permission denied
 As I remeber i got this error tring to install luminocity and now e17
 modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
 gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
 i'm doing sh ./autogen.sh and then 
  sh ./autogen.sh
 Running aclocal...
 Running autoheader...
 Running autoconf...
 Running libtoolize...
 Running automake...
 ./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
 Again same thing doing it as root so what to do?
 

Well i had this problem too some time ago; The reason for this on my box
was that the location from where i worked was mounted on a partition
with restricted permissions. If this may be the case for you, check your
fstab and try the mount the suspect partition with 'defaults' instead of
'user' or something else.

HTH,
Matthias

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cms

2005-12-11 Thread Bob Sanders
On Sun, 11 Dec 2005 07:39:07 -0600
Qv6 [EMAIL PROTECTED] wrote:

 
 Folks:
 
 I am looking for a really good Content Management System that is 
 feature-rich and easy to install. Webgui seems good, but the install is 
 tedious.
 

Pmwiki works well.  Allows creations of groups (farms), is easy to
set up and manage.  Upgrades are straight forward and there is a
good User community on the mailing list.

http://pmwiki.org/

Bob
-  
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package.keywords/kde

2005-12-11 Thread Ernie Schroder
On Saturday 10 December 2005 23:07, a tiny voice compelled Brett I. Holcomb to 
write:
 You say you did it in your home directory but portage looks at /etc/portage
 for the files such as package.keywords.  Did you move it to /etc/portage?

 On Saturday 10 December 2005 22:02, Ernie Schroder wrote:
  Bump
 
  On Tuesday 06 December 2005 21:33, a tiny voice compelled Ernie Schroder
  to
 
  write:
   After updating to kde-3.5.0, an emerge -up world, as expected wants to
   downgrade a whole lot of apps. So, I decided it was time to
   get /etc/portage/package.keywords up to date. I did (in my home
   directory)
  
   # equery list | grep kde-base | grep 3.5  package.keywords
  
   and added the ~x86 after the list. Now none of the KDE packages want to
   be downgraded but there's still a bunch of stuff that was upgraded
   today

 --

 Brett I. Holcomb


Oh yes I did move it to the right place. should have made that clearer.

$ cat /etc/portage/package.keywords
kde-base/akode ~x86
kde-base/akregator ~x86
kde-base/amor ~x86
kde-base/ark ~x86
kde-base/arts * ~x86
kde-base/artsplugin-akode ~x86
kde-base/artsplugin-audiofile ~x86
kde-base/artsplugin-mpeglib ~x86
kde-base/artsplugin-mpg123 ~x86
kde-base/artsplugin-xine ~x86
kde-base/atlantik ~x86
kde-base/atlantikdesigner ~x86
kde-base/blinken ~x86
kde-base/certmanager ~x86
kde-base/cervisia ~x86
kde-base/dcopc ~x86
kde-base/dcopjava ~x86
kde-base/dcopperl ~x86
kde-base/dcoppython ~x86
kde-base/dcoprss ~x86
kde-base/drkonqi ~x86
kde-base/eyesapplet ~x86
kde-base/fifteenapplet ~x86
kde-base/juk ~x86
kde-base/kaboodle ~x86
kde-base/kaddressbook ~x86
kde-base/kaddressbook-plugins ~x86
kde-base/kalarm ~x86
kde-base/kalyptus ~x86
kde-base/kalzium ~x86
kde-base/kamera ~x86
kde-base/kanagram ~x86
kde-base/kandy ~x86
kde-base/kappfinder ~x86
kde-base/kapptemplate ~x86
kde-base/karm ~x86
kde-base/kasteroids ~x86
kde-base/kate ~x86
kde-base/kate-plugins ~x86
kde-base/katomic ~x86
kde-base/kaudiocreator ~x86
kde-base/kbabel ~x86
kde-base/kbackgammon ~x86
kde-base/kbattleship ~x86
kde-base/kblackbox ~x86
kde-base/kbounce ~x86
kde-base/kbruch ~x86
kde-base/kbstateapplet ~x86
kde-base/kbugbuster ~x86
kde-base/kcachegrind ~x86
kde-base/kcalc ~x86
kde-base/kcharselect ~x86
kde-base/kcheckpass ~x86
kde-base/kcminit ~x86
kde-base/kcoloredit ~x86
kde-base/kcontrol ~x86
kde-base/kcron ~x86
kde-base/kdat ~x86
kde-base/kdcop ~x86
kde-base/kde * ~x86
kde-base/kde-env * ~x86
kde-base/kde-i18n ~x86
kde-base/kde-meta ~x86
kde-base/kdeaccessibility * ~x86
kde-base/kdeaccessibility-iconthemes ~x86
kde-base/kdeaccessibility-meta ~x86
kde-base/kdeaddons * ~x86
kde-base/kdeaddons-docs-konq-plugins ~x86
kde-base/kdeaddons-kfile-plugins ~x86
kde-base/kdeaddons-meta ~x86
kde-base/kdeadmin * ~x86
kde-base/kdeadmin-kfile-plugins ~x86
kde-base/kdeadmin-meta ~x86
kde-base/kdeartwork * ~x86
kde-base/kdeartwork-emoticons ~x86
kde-base/kdeartwork-icewm-themes ~x86
kde-base/kdeartwork-iconthemes ~x86
kde-base/kdeartwork-kscreensaver ~x86
kde-base/kdeartwork-kwin-styles ~x86
kde-base/kdeartwork-kworldclock ~x86
kde-base/kdeartwork-meta ~x86
kde-base/kdeartwork-sounds ~x86
kde-base/kdeartwork-styles ~x86
kde-base/kdeartwork-wallpapers ~x86
kde-base/kdebase * ~x86

I cut about 2/3 of the list, but I do notice several entries like the last. 
I'm wondering if that is my problem. (kde-base/kdebase * ~x86)


-- 
Regards, Ernie
100% Microsoft and Intel free

 11:06:44 up 1 day,  2:30,  2 users,  load average: 0.10, 0.09, 0.09
Linux 2.6.14-gentoo-r42.6.14-r-4_new i686 AMD Athlon(tm) XP 2400+
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Laptop Install Issue

2005-12-11 Thread Rafael Fernández López
I can't find any sense at that issue: I can't understand what's the reason 
that make your computer turn off in a compilation.

Well... I'm afraid of temperature. I hope that's not the reason, but is the 
first thing that came to my mind. Maybe in your laptop (I've an Amilo Fujitsu 
Siemens, and when compiling OO or KDE it is really hot), when it reachs some 
temperature it turns off because of security reasons.

I cannot find any other reason.

Bye,
Rafael Fernández López.

El Domingo, 11 de Diciembre de 2005 11:42, C. Beamer escribió:
 Hi all,

 I've become so enamoured with Gentoo that I've decided to install on my
 laptop.  However, I'm having a bit of a problem.

 I'm at the point where I can boot the system and I've been trying to
 install xorg-x11.  However, the laptop keeps powering off on me.

 This wasn't a problem until I build the kernel where I built acpi
 support into it.  However, I *didn't* read the ACPI Guide and obviously,
 should have.  That's no big problem, I'll just recompile the kernel and
 follow what the Guide says.

 My issue is this:  The computer powered off in the middle of the install
 of xorg-x11.  This has happened a couple of times.  I haven't been
 having problems with the laptop, so I'm pretty sure the issue has
 something to do with power management since I built power management
 into the kernel, but didn't emerge acpid.  Anyway, since the emerge of
 xorg-x11 has bombed a couple of times, is there anything that I should
 do in the way of clean up before trying to emerge it again?

 Regards,

 Colleen

-- 
A la vista de suficientes ojos todos los errores resultan evidentes - Linus 
Torvalds


pgpg5yE4DHL4a.pgp
Description: PGP signature


Re: [gentoo-user] Laptop Install Issue

2005-12-11 Thread Rumen Yotov
On (11/12/05 10:42), C. Beamer wrote:
 Hi all,
 
 I've become so enamoured with Gentoo that I've decided to install on my
 laptop.  However, I'm having a bit of a problem.
 
 I'm at the point where I can boot the system and I've been trying to
 install xorg-x11.  However, the laptop keeps powering off on me.
 
 This wasn't a problem until I build the kernel where I built acpi
 support into it.  However, I *didn't* read the ACPI Guide and obviously,
 should have.  That's no big problem, I'll just recompile the kernel and
 follow what the Guide says.
 
 My issue is this:  The computer powered off in the middle of the install
 of xorg-x11.  This has happened a couple of times.  I haven't been
 having problems with the laptop, so I'm pretty sure the issue has
 something to do with power management since I built power management
 into the kernel, but didn't emerge acpid.  Anyway, since the emerge of
 xorg-x11 has bombed a couple of times, is there anything that I should
 do in the way of clean up before trying to emerge it again?
 
 Regards,
 
 Colleen
 -- 
 gentoo-user@gentoo.org mailing list
 
Hi,
No experience with laptops, but here's some suggestions.
Check on Google about your laptop's brand,model etc.
Reboot with kernel parameter acpi=off or other, check install docs/CD.
Give here some info about it, very likely someone will have similar.
HTH.Rumen


pgp9PEZgnUTym.pgp
Description: PGP signature


[gentoo-user] self-referential blocks...

2005-12-11 Thread Michael George
I am ready to update my system and a problem has crept up that I thought
I'd solved previously.

When I do an emerge -Duva world, I get kdebase is blocking konsole
and then later down the list I have konsole is blocking kdebase.

I understand that kde-base/kdebase is a monolithic package and I
actually only want individual packages on my system, so I didn't install
it.  However, something is now trying to pull it in.

eix -e of kdebase and kde shows that neither is installed (not the
monolithic nor the meta package).

equery depends kdebase lists:
app-cdr/k3b-0.12.4a
kde-base/kdm-3.4.1
kde-base/kcheckpass-3.4.1
kde-base/kdebase-meta-3.4.1

but emerge -Duvp k3b kdm kcheckpass kdebase-meta doesn't show the
blockage problem.

emerge -tuvp world shows that kdegames is the culprit, but it is
installed now and doesn't have kde-base.

Should I remove kdegames and put in kdegames-meta instead?

What is the difference between kde, kdebase, and kdebase-meta?  All
three have version 3.5.0, so it's apparent that none supercede the
others...

Thanks!

-- 
-M

There are 10 kinds of people in this world:
Those who can count in binary and those who cannot.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /etc/env.d help

2005-12-11 Thread Grant
 You don't write export VAR_NAME in env.d. In the /etc/env.d u only write
 VAR_NAME=some value
 Then run env-update  source /etc/profile
 In your particular case:

 add in /etc/env.d/90local and not in /etc/env.d/10MozillaFirefox
 (this one might get
 overwritten with an upgrade):
 $ vim /etc/env.d/90local
 XLIB_SKIP_ARGB_VISUALS=1
 $ env-update  source /etc/profile
 $ firefox

 U have to restart u'r X session or start firefox from the shell to
 see the new environment.

Thank you, that seems to have worked.  What's up with the naming
convention of those /etc/env.d/ files though?

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bad interpreter

2005-12-11 Thread cucu ionut cristian

 Well i had this problem too some time ago; The reason for this on my box
 was that the location from where i worked was mounted on a partition
 with restricted permissions. If this may be the case for you, check your
 fstab and try the mount the suspect partition with 'defaults' instead of
 'user' or something else.
Yes i'r reight that did soplved my problem! Thanks. My emodules are now
loaded :D gonna try later that luminocity
 HTH,
 Matthias
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Set kde visited links color

2005-12-11 Thread Harry Putnam
This is really a kde question but I'm hoping other gentoo users will
know that to do here since it seems likely any kde users will have
seen this too.

I've apparently set something so that visited links sort of disappear. 
That is, the color they turn almost matches the background.

The settings for konqueror don't appear to cover that.  Unless by
means of style sheet.  But anyway, it seems to be more general than
just Konqeror so I'm thinking it is a desktop setting somewhere.  I
see the same behavior for example in knode (the kde newsreader) when
a message is marked read it nearly disappears in the same way.

Another thing hard to find documentation for is how to make konqueror
start on a home page rather than just blank

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hotplug and coldplug for a hosted server?

2005-12-11 Thread Grant
  I'm a bit confused.  udev does emerge hotplug-base as a dependency.
  But as far as hotplug itself, this document:
 
  http://www.gentoo.org/doc/en/udev-guide.xml
 
  says:
 
  You do not need to install hotplug unless you want your modules
  automatically loaded when you plug devices in. hotplug also handles
  the automated bringup of network devices and firmware downloading.
 

 Yes, this is the purpose of hotplug. I use it on my laptop to
 automatically load my wlan driver when I turn on my usb wireless chip
 and then automatically start net.wlan0.

So udev's hotplug-base dependency isn't sufficient for this, and
hotplug itself must be emerged separately?

  and about coldplug:
 
  If you want modules loaded for devices that have been plugged in
  before you boot, use the coldplug package.  Don't forget to add
  coldplug to the boot runlevel.
 

 coldplug is one useful if you have tons of modules installed and don't
 know what you need. Otherwise you can just use
 /etc/modules.autoload.d/kernel-2.6

Ok, so if I emerge coldplug and start the daemon at boot I can 'rm -rf
/etc/modules.autoload.d' and all of the necessary modules will still
be loaded?

  I'm just trying to figure out what I need for my laptop and for my
  server.  I'd rather not have useless stuff on my systems, but I don't
  want anything to break either.  Also, should hotplug be added to the
  default runlevel?  The doc doesn't mention it although it does say to
  add coldplug to the boot runlevel.
 

 hotplug is not a service that you can start and coldplug is up to you.

Are you sure about that?

system4 ~ # rc-update show | grep hotplug
 hotplug |

Also, I noticed net.ath0 doesn't display any output about connecting
to the wireless AP during bootup with hotplug and coldplug emerged.  I
did like seeing if it was able to connect each time.  Is that
hotplug's doing?

- Grant

 Regards,
 Petteri

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hotplug and coldplug for a hosted server?

2005-12-11 Thread Grant
  I'm just trying to figure out what I need for my laptop and for my
  server.  I'd rather not have useless stuff on my systems, but I don't
  want anything to break either.  Also, should hotplug be added to the
  default runlevel?  The doc doesn't mention it although it does say to
  add coldplug to the boot runlevel.
 
  - Grant
 

 More likely, your hardware configuration for your server is fairly
 static: you will know precisely what you put on it (like my desktop),
 and thus probably won't need either.

 For laptops, hotplug can be a good idea. I use it for wireless.

 W

I emerged udev (not hotplug or coldplug) on my server and booted into
the new kernel and things are running great.  Thanks!

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Laptop Install Issue

2005-12-11 Thread Allan Gottlieb
At Sun, 11 Dec 2005 10:42:13 + C. Beamer [EMAIL PROTECTED] wrote:

 Hi all,

 I'm at the point where I can boot the system and I've been trying to
 install xorg-x11.  However, the laptop keeps powering off on me.

 This wasn't a problem until I build the kernel where I built acpi
 support into it.  However, I *didn't* read the ACPI Guide and obviously,
 should have.  That's no big problem, I'll just recompile the kernel and
 follow what the Guide says.

Had you built xorg-x11 when the kernel didn't have acpi support?
I ask because a long build could be raising the temperature of your
laptop and it is shutting off to save itself from frying.

I have had dell service replace motherboards on two laptops because of
this problem.  But it could be much simpler

1.  Make sure you don't have any vents blocked.  For example, don't
place your laptop on a soft surface if it has bottom vents.

2.  Blow or vacuum the vents to hopefully remove any blockage.

 My issue is this:  The computer powered off in the middle of the install
 of xorg-x11.  This has happened a couple of times.  I haven't been
 having problems with the laptop, so I'm pretty sure the issue has
 something to do with power management since I built power management
 into the kernel, but didn't emerge acpid.  Anyway, since the emerge of
 xorg-x11 has bombed a couple of times, is there anything that I should
 do in the way of clean up before trying to emerge it again?

It is of course not good to have a machine shut off in the middle of
execution.  I don't know if the heat sensing shutoff has fail-stop or
byzantine semantics.  Presumably your file systems are journaling so
you have a good chance of surviving without any damage (I would do an
e2fsck -f   --or equivalent for your filesystem type--
on each filesystem, but I am somewhat paranoid).

Having an emerge stop (say by Control-C) in the middle of a *compile*
phase should not be a serious problem.  You might check
/var/tmp/portage to see if the tmp directory for xorg-x11 is still
there.

hth,
allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vmware workstation daemon problem

2005-12-11 Thread Richard Fish
On 12/11/05, Grant [EMAIL PROTECTED] wrote:
 Hello, the vmware workstation daemon has always seemed a bit touchy,
 but it's being persistent this time.  When I run:

 /opt/vmware/workstation/bin/vmware-config.pl

 the daemon is started properly and I can fully use the application.
 But when Gentoo tries to start the daemon, 2 of the processes always
 fail and vmware-config.pl must be run again for it to start properly.
 Even trying to run 'rc' right after a successful completion of
 vmware-config.pl fails.

When I was using workstation 4.5, I found the best results if you run
/etc/vmware/init.d/vmware stop after vmware-config.pl:

vmware-config.pl -default
/etc/vmware/init.d/vmware stop
/etc/init.d/vmware start

HTH,
-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Laptop Install Issue

2005-12-11 Thread C. Beamer
Allan Gottlieb wrote:

At Sun, 11 Dec 2005 10:42:13 + C. Beamer [EMAIL PROTECTED] wrote:

  

Hi all,

I'm at the point where I can boot the system and I've been trying to
install xorg-x11.  However, the laptop keeps powering off on me.

This wasn't a problem until I build the kernel where I built acpi
support into it.  However, I *didn't* read the ACPI Guide and obviously,
should have.  That's no big problem, I'll just recompile the kernel and
follow what the Guide says.



Had you built xorg-x11 when the kernel didn't have acpi support?
I ask because a long build could be raising the temperature of your
laptop and it is shutting off to save itself from frying.

I have had dell service replace motherboards on two laptops because of
this problem.


Actually, my laptop is a Dell.  To answer your question, I had build
acpi into the kernel prior to trying to emerge xorg-x11.  However, I
didn't change any of the default selections that were there when I ran
genkernel --menuconfig all.  The think I didn't do was emerge acpid and
adjust the settings as per the instructions in the ACPI Guide.  I'm
going to try this now to see if that fixes the problem.

Another thing, there was a choice to build Dell laptop support into the
kernel and I selected this.  Hopefully, that isn't 'causing anything
quirky.

Regards,

Colleen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Knoppix Install Method

2005-12-11 Thread Jim Burwell

Drew Tomlinson wrote:


On 12/10/2005 1:17 PM Stroller wrote:



On Dec 10, 2005, at 5:08 pm, [EMAIL PROTECTED] wrote:



I have a system on an Abit motherboard with the Nvidia GeForce 4 
chipset.

There are two SATA disks in a hardward stripe configuration using the
controller built in to the motherboard.
...
I booted the latest Knoppix dated 9/23/05 and see two
icons on the desktop for my drives.  One for sda the other for sdb.  
I can
not mount either.  I assume this is because Knoppix is seeing each 
drive

individually instead of the one logical striped drive it is.




I'm no expert on this, but I believe that many ATA hardware RAID 
arrangements in fact just use their Windoze drivers to do software 
RAID. I'd do some research via Googling the chipset /or board's 
model number if I were you.




I haven't found anything yet but then I haven't looked real hard.  
However I suspect this does not rely on any Windows drivers as the 
controller is managed long before Windows boots.  Just after POST and 
before the OS starts, a brief message showing the controller is 
displayed.  By pressing F10, I can manage my stripe.  Much like I see 
most SCSI cards.



Stroller is right on this one.  Most built-in motherboard 'RAID chips' 
and inexpensive RAID cards are simply software RAID with a BIOS front 
end that can be used to create/manage RAID volumes composed of attached 
disks.  The firmware for these RAID chips/cards simply scans each disk 
for its proprietery RAID metadata, and presents any found volumes as a 
drive to the BIOS.  They also often detect problems with the arrays 
(missing components, etc) and present the user with boot time options to 
deal with these situations (boot in degraded mode, replace missing 
component and sync, etc).  But the actual block-by-block RAID operations 
(writing mirror blocks, computing/reading/writing parity data, degraded 
operation, etc) are done in a device driver under the OS, once booted.  
The CPU is doing all the RAID heavy lifting with these arrangements.  I 
see these sorts of RAID solutions as merely glorified IDE or SATA 
controllers with some advanced firmware in front of them.


True hardware RAID do these block-by-block operations on a dedicated 
controller, often with some sort of NVRAM write-behind/read-ahead cache 
between the OS and the volume, which can survive sudden power 
loss/crashes, etc.  The RAID volumes presented to the boot time 
environment and OS look like regular drives.  The RAID controller 
hardware does the RAID heavy-lifting (parity computation, re-syncs, 
etc), offloading them from the CPU.  Obviously these hardware RAID 
solutions are more sophisticated than the cheap software RAID 
arrangements, which is why presently, you won't find one for less than 
about $400 (USD), where you can find the software RAID cards for  $100 
(USD).


Both types seem to present a similar user interface to the user, which 
is cause for confusion.  Also, the vendors of the cheap RAID solutions 
don't go out of their way to inform the customers of the differences 
between their stuff and the hardware RAID solutions, of course, which is 
more cause for confusion.  :-)



Is there some magic I can perform at the boot prompt to get Knoppix 
to see the
two individual drives as one logical striped drive?  I can't recover 
the data
from booting Windows because it's all screwed up and reboots itself 
shortly

after logon.




If my guess is correct then the best thing might be to install 
Windows on a spare drive  boot from that to see the RAID as one. You 
might try booting with a Windows CD  see if the RAID is recognised 
as a single partition... if you get the option to do a repair install 
you _should_ be able to get an at-least-mostly-working Windows 
install  all your data intact. Recover the data to a portable drive 
 format.




Thanks.  I tried an overlay install again and things seem to be going 
well.  Copying data now.


Thanks for your ideas!

Drew



As mentioned by another poster in this thread, there is also the 
somewhat too generically named 'dmraid'.  (When I first stumbled across 
this, I thought it was some LVM2 native replacement for the good 'ole 
Linux RAID [md] devices.  I personally think it should be given a more 
specific name like 'metaraid' or 'omniraid' or soemthing like that, but 
I digress). 


You may have been able to use this to mount your striped volume.

From my admittedly brief reading, dmraid appears to be a metadata 
agnostic device mapper based software RAID driver.  That is, it can 
understand and operate RAID volumes created using many vendors' software 
RAID chips and cards and their proprietary metadata formats by itself, 
without the need to install drivers from individual vendors.  Pretty cool!


However, the userspace tools for dmraid are presently keyword masked in 
gentoo, and the somewhat sparse documentation for dmaid seems to 
indicate that it's not quite ready for prime time yet.  Looks 
interesting 

Re: [gentoo-user] cms

2005-12-11 Thread thibault j
It depends on what features you wants for your website. Do you want a
forum ? A wiki ? Do you want to allow some users to register ? To
publish some documents ?

There is a lot of good CMS, but they don't provide the same
functionalities.

The most complete CMS i've ever found is joomla, but i find it hard to
use. I also use SPIP for a news website, dokuwiki to publish
documentation, etc.

thibault j

Le dimanche 11 décembre 2005 à 07:39 -0600, Qv6 a écrit :
 Folks:
 
 I am looking for a really good Content Management System that is 
 feature-rich and easy to install. Webgui seems good, but the install is 
 tedious.
 
 A good, enterprise-class cms is what I'm looking for.
 
 Any suggestioons?
 
 TIA
 
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] firefox/java_vm SOLVED

2005-12-11 Thread Ernie Schroder
On Friday 09 December 2005 15:48, a tiny voice compelled Ernie Schroder to 
write:
 On Friday 09 December 2005 15:45, a tiny voice compelled Richard Fish to

 write:
  On 12/9/05, Ernie Schroder [EMAIL PROTECTED] wrote:
   is NPTL a selectable kernel option? I can't seem to locate it.
 
  Nope, it is a core kernel function..not configurable.
 
  -Richard

 Thanks

 --
 Regards, Ernie
 100% Microsoft and Intel free

  15:47:55 up 1 day, 22:20,  6 users,  load average: 0.32, 0.40, 0.42
 Linux 2.6.5-gentoo-r1 i686 AMD Athlon(tm) XP 2400+


I have remerged glibc with USE=nptlonly and so far it seems to have solved 
my problem of multiple java_vm processes. Thanks Richard.
-- 
Regards, Ernie
100% Microsoft and Intel free

 15:39:55 up 1 day,  7:03,  3 users,  load average: 0.33, 0.46, 0.45
Linux 2.6.14-gentoo-r42.6.14-r-4_new i686 AMD Athlon(tm) XP 2400+
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] teamspeak

2005-12-11 Thread John Jolet


On Dec 9, 2005, at 7:36 PM, Qv6 wrote:



Folks;

Just came across teamspeak, and wanted to find out how it rates
alongside other similar software. What are its good and bad points,
both from the server and client side

I've not used others, but i've been using teamspeak with a co-worker  
across town for a few weeks.  Can't speak to the gentoo ebuild,  
because he's running  a fedora server, and i'm using a mac client.   
though I think he's using a gentoo client.


Frankly, we've asked our boss in another state if we can start doing  
our weekly conference calls this way.  it's way clearer sound than a  
speaker phone.

TIA
--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package.keywords/kde

2005-12-11 Thread Ernie Schroder
On Sunday 11 December 2005 14:49, a tiny voice compelled Brett I. Holcomb to 
write:
 Okay - I figured you did but wasn't sure.

 If you have a space before the asterisk it's a problem and it appears you
 do - at least in the email.

 On Sunday 11 December 2005 11:13, Ernie Schroder wrote:
  On Saturday 10 December 2005 23:07, a tiny voice compelled Brett I.
  Holcomb to
 
  write:
   You say you did it in your home directory but portage looks at
   /etc/portage for the files such as package.keywords.  Did you move it
   to /etc/portage?
  
   On Saturday 10 December 2005 22:02, Ernie Schroder wrote:
Bump
 
  Oh yes I did move it to the right place. should have made that clearer.
 
  $ cat /etc/portage/package.keywords

 snip

  kde-base/kdeartwork-wallpapers ~x86
  kde-base/kdebase * ~x86
 
  I cut about 2/3 of the list, but I do notice several entries like the
  last. I'm wondering if that is my problem. (kde-base/kdebase * ~x86)
 
 
  --
  Regards, Ernie
  100% Microsoft and Intel free
 
   11:06:44 up 1 day,  2:30,  2 users,  load average: 0.10, 0.09, 0.09
  Linux 2.6.14-gentoo-r42.6.14-r-4_new i686 AMD Athlon(tm) XP 2400+

 --

 Brett I. Holcomb


You're right, some were right but the majority were wrong (space*. I fixed 
that but my box still wants to downgrade 50 or 60m packages. I tried using 
--tree but see no reason that these packages are being brought in. I do have 
a line in the output that I don't understand, and maybe someone can explain 
that too. I'll include a couple of lines before and after.

[ebuild UD]   sys-devel/m4-1.4.3 [1.4.4]
[ebuild UD]   sys-devel/autoconf-wrapper-3-r1 [3.2]
[nomerge  ] app-admin/perl-cleaner-1.01
[ebuild UD]   dev-lang/perl-5.8.6-r8 [5.8.7-r2]
[ebuild UD]sys-devel/libperl-5.8.6-r1 [5.8.7]

Where does the nomerge come from?
-- 
Regards, Ernie
100% Microsoft and Intel free

 16:12:57 up 1 day,  7:36,  2 users,  load average: 0.11, 0.28, 0.60
Linux 2.6.14-gentoo-r42.6.14-r-4_new i686 AMD Athlon(tm) XP 2400+
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] setting the xfce4-mixer levels

2005-12-11 Thread Grant
Does anyone know where to set the volume levels that appear for xfce4-mixer?

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(2,0)

2005-12-11 Thread Felipe Ribeiro
The /boot is on my root file

On 12/11/05, maxim wexler [EMAIL PROTECTED] wrote:


 --- Felipe Ribeiro [EMAIL PROTECTED] wrote:

  Hi all,
 
  I've just installed Gentoo 2005.1-r1 on my amd64 box
  and i've got this
  problem while rebooting:
 
  Root-NFS: No NFS server available giving up.
  VFS: Unable to mount root fs via NFS, trying floppy.
  VFS: Insert root floppy and press ENTER
  end-request: I/O error, dev fd0, sector 0
  VFS: Cannot open root device hda2 or
  unknown-block(2,0)
  Please append a correct root= boot option.
  Kerenel panic - not syncing: VFS: Unable to mount
  root fs on
  unknown-block(2,0)
 
 
  What should i do? is it a grub configuration
  problem? or kernel compilation?

 kernel -- make sure / fs support is _not_ modular, for
 starters



 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] setting the xfce4-mixer levels

2005-12-11 Thread Michael Kjorling
On 2005-12-11 13:50 -0800, [EMAIL PROTECTED] wrote:
 Does anyone know where to set the volume levels that appear for
 xfce4-mixer?

What's wrong with using xfce4-mixer for that? I do that myself and it
works absolutely flawlessly.

-- 
Michael Kjörling, [EMAIL PROTECTED] - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* . No bird soars too high if he soars with his own wings . *


pgpJwi6zxc6hg.pgp
Description: PGP signature


Re: [gentoo-user] Re: Set kde visited links color

2005-12-11 Thread Jan Callewaert
2005/12/11, Harry Putnam  [EMAIL PROTECTED]:
 Neil Bothwick wrote:

 [...] .. snipped background color stuff..thanks

  Another thing hard to find documentation for is how to make
  konqueror start on a home page rather than just blank
 
  Settings - Configure Konqueror - Behaviour - Home URL.

 Yeah, I know how to set the homepage of course, what I said was how to
 make Konq start on that page.  I have google set in there but when I
 start konq I get a blank screen, not the home page.

 --
 gentoo-user@gentoo.org mailing list



Open konqueror and surf to the url you want to start up with. Then in
the Settings menu of Konqueror you can save the profile web browsing.
Next time you start up konqueror, it will be displayed exactly the way
you safed your profile.

Jan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vmware workstation daemon problem

2005-12-11 Thread Jan Callewaert
2005/12/11, Richard Fish [EMAIL PROTECTED]:
 On 12/11/05, Grant [EMAIL PROTECTED] wrote:
  Hello, the vmware workstation daemon has always seemed a bit touchy,
  but it's being persistent this time.  When I run:
 
  /opt/vmware/workstation/bin/vmware-config.pl
 
  the daemon is started properly and I can fully use the application.
  But when Gentoo tries to start the daemon, 2 of the processes always
  fail and vmware-config.pl must be run again for it to start properly.
  Even trying to run 'rc' right after a successful completion of
  vmware-config.pl fails.

 When I was using workstation 4.5, I found the best results if you run
 /etc/vmware/init.d/vmware stop after vmware-config.pl:

 vmware-config.pl -default
 /etc/vmware/init.d/vmware stop
 /etc/init.d/vmware start

 HTH,
 -Richard

 --
 gentoo-user@gentoo.org mailing list



There is file in the directory /etc/vmware which you have to delete
after a configure, for some strange reason. It's a blank file, but
unfortunately I can't remember the filename anymore. Pbb something
with config in its name.

Jan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] SAMBA Windows native driver and CUPS

2005-12-11 Thread Jose Maria Alvarez Fernandez

Hi to all!!

I'm right now a bit crazy. I'm trying to setup a samba server that is 
sharing a printer, and setup it in a windows client with the native 
printer, as said is this guide 
http://gentoo-wiki.com/HOWTO_Native_Windows_Printing_with_CUPS/Samba


Everything goes well, but when I try to print a page, nothing happens. 
In fact, the windows machine says that there is an error. And I don't 
know what to change (after 6 hours.. :))

this is the log I get from cups:
d [11/Dec/2005:23:54:14 +0100] POST /
d [11/Dec/2005:23:54:14 +0100] CONTENT_TYPE = application/ipp
d [11/Dec/2005:23:54:14 +0100] ReadClient: 5 con-data_encoding = 
length, con-data_remaining = 189, con-file = -1
d [11/Dec/2005:23:54:14 +0100] ProcessIPPRequest(0xb7bda008[5]): 
operation_id = 000b
d [11/Dec/2005:23:54:14 +0100] ProcessIPPRequest: 
URI=ipp://localhost/printers/Lexmark
d [11/Dec/2005:23:54:14 +0100] get_printer_attrs(0xb7bda008[5], 
ipp://localhost/printers/Lexmark)
d [11/Dec/2005:23:54:14 +0100] add_printer_state_reasons(0xb7bda008[5], 
0x8094df0[Lexmark])
d [11/Dec/2005:23:54:14 +0100] add_queued_job_count(0xb7bda008[5], 
0x8094df0[Lexmark])


snip

d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x80956e8[job-priority-supported,4,21])
d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x8095478[job-priority-default,4,21])
d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x8095410[copies-supported,4,33])
d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x80953b8[copies-default,4,21])
d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x808e9d8[page-ranges-supported,4,22])
d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x8095840[number-up-supported,4,21])
d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x808e9b0[number-up-default,4,21])
d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x80958f8[orientation-requested-supported,4,23])
d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x808a308[orientation-requested-default,4,23])
d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x80959b8[job-hold-until-supported,4,44])
d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x808a0f0[job-hold-until-default,4,44])
d [11/Dec/2005:23:54:14 +0100] copy_attribute(0x80bff88, 
0x8095b30[job-sheets-supported,4,42])

D [11/Dec/2005:23:54:14 +0100] ProcessIPPRequest: 5 status_code=0
d [11/Dec/2005:23:54:14 +0100] ProcessIPPRequest: Adding fd 5 to 
OutputSet...

d [11/Dec/2005:23:54:14 +0100] WriteClient: Removing fd 5 from OutputSet...
d [11/Dec/2005:23:54:14 +0100] ReadClient: 5, used=0, file=-1
d [11/Dec/2005:23:54:14 +0100] ReadClient: httpGets returned EOF...
D [11/Dec/2005:23:54:14 +0100] CloseClient: 5
d [11/Dec/2005:23:54:14 +0100] CloseClient: Removing fd 5 from InputSet 
and OutputSet...
d [11/Dec/2005:23:54:15 +0100] select_timeout: 27 seconds to send browse 
update
d [11/Dec/2005:23:54:42 +0100] select_timeout: 16 seconds to browse 
timeout a printer


And from samba, I get no errors...

Can anyone give me a clue or help me???

Thanks a lot!!!
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libusb build error

2005-12-11 Thread Christoph Eckert
Hi all,


 I'd do:
    [*] emerge -vu portage
    [*] emerge -vuDp world
           [*] if everything went OK: emerge -vuD world
    [*] revdep-rebuild --pretend
    [*] revdep-rebuild

so I did. Everything went fine, until it was libusb's turn. I still get:


 Unpacking source...
 Unpacking libusb-0.1.10a.tar.gz 
to /var/tmp/portage/libusb-0.1.10a/work
 * Applying 0.1.10a-fbsd.patch ...  
   
[ ok ]
 * Running eautoreconf in 
'/var/tmp/portage/libusb-0.1.10a/work/libusb-0.1.10a' ...
 * Running aclocal ...  
   
[ ok ]
 * Running libtoolize --copy --force --automake ... 
   
[ ok ]
 * Running aclocal ...  
   
[ ok ]
 * Running autoconf ... 
   
[ ok ]
 * Running autoheader ...   
   
[ ok ]
 * Running automake --add-missing --copy --foreign ...  
   
[ !! ]

 * Failed Running automake !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/libusb-0.1.10a/temp/automake-12138.out


!!! ERROR: dev-libs/libusb-0.1.10a failed.
!!! Function autotools_run_tool, Line 179, Exitcode 0

=

When I look into
/var/tmp/portage/libusb-0.1.10a/temp/automake-12138.out
it contains:

* automake *

configure.in: installing `./mkinstalldirs'
libusbpp_la_LDFLAGS: variable `QT_LDFLAGS' is used but `QT_LDFLAGS' is 
undefined

=


A further issue I had before was that kdelibs didn't compile properly. 
It complained:

grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such 
file or directory
/bin/sed: can't 
read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such 
file or directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la' 
is not a valid libtool archive
make[3]: *** [libkio.la] Fehler 1
make[3]: Leaving directory 
`/var/tmp/portage/kdelibs-3.4.3/work/kdelibs-3.4.3/kio'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory 
`/var/tmp/portage/kdelibs-3.4.3/work/kdelibs-3.4.3/kio'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory 
`/var/tmp/portage/kdelibs-3.4.3/work/kdelibs-3.4.3'
make: *** [all] Fehler 2

!!! ERROR: kde-base/kdelibs-3.4.3 failed.
!!! Function kde_src_compile, Line 173, Exitcode 2
!!! died running emake, kde_src_compile:make


=

I did notice that there was
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/
which pointed to
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/
but 3.3.4 didn't exist. Instead there was
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/
so I created a symlink to 3.3.6 called 3.3.4

I don't know if this also is related to the libusb error, but at least I 
wanted to annotate that.


Any hint about the libusb error?


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] setting the xfce4-mixer levels

2005-12-11 Thread Grant
  Does anyone know where to set the volume levels that appear for
  xfce4-mixer?

 What's wrong with using xfce4-mixer for that? I do that myself and it
 works absolutely flawlessly.

xfce4-mixer works great but the levels always reset after a reboot.  I
need a way to set them permanently.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] setting the xfce4-mixer levels

2005-12-11 Thread Michael Kjorling
On 2005-12-11 16:58 -0800, [EMAIL PROTECTED] wrote:
 xfce4-mixer works great but the levels always reset after a reboot.  I
 need a way to set them permanently.

# rc-update add alsasound boot

-- 
Michael Kjörling, [EMAIL PROTECTED] - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* . No bird soars too high if he soars with his own wings . *


pgpEE9Htlcn7D.pgp
Description: PGP signature


Re: [gentoo-user] Re: Set kde visited links color

2005-12-11 Thread Neil Bothwick
On Sun, 11 Dec 2005 14:02:22 -0600, Harry Putnam  wrote:

 Yeah, I know how to set the homepage of course, what I said was how to
 make Konq start on that page.  I have google set in there but when I
 start konq I get a blank screen, not the home page. 

Go to the homepage, select Settings-Save View Profile... and tick the
Save URLs box before saving.


-- 
Neil Bothwick

In possession of a mind not merely twisted, but actually sprained.


signature.asc
Description: PGP signature


Re: [gentoo-user] libusb build error

2005-12-11 Thread Neil Bothwick
On Sun, 11 Dec 2005 14:26:26 +0100 (CET), Rafael Fernández López wrote:

 If you do one by one, then you'll may have packages broken, because you
 don't know dependency tree by heart, so you should portage work for you.

You'll also bork your world file if you don't use --oneshot when emerging
individual packages.


-- 
Neil Bothwick

Orcs aren't all that bad... if you have plenty of ketchup.


signature.asc
Description: PGP signature


[gentoo-user] Re: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(2,0)

2005-12-11 Thread Felipe Ribeiro
I've removed Windows from the grub.conf file, just to test, and now
when i try to start linux, it reboots the system instead of showing
the message: Kernel panic - not syncing: VFS: Unable to mount root fs
on unknown-block(0,0)

On 12/11/05, Felipe Ribeiro [EMAIL PROTECTED] wrote:
 Hi,

 I've disabled CONFIG_ROOT_NFS and enabled CONFIG_MSDOS_PARTITION but i
 still have the problem :-(
 Kernel Panic - not syncing: VFS: Unable to mount root fs on
 unknown-block(0,0)

 On 12/11/05, Florian D. [EMAIL PROTECTED] wrote:
  Felipe Ribeiro wrote:
   Root-NFS: No NFS server available giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
  disable CONFIG_ROOT_NFS (- File systems
  - Network File Systems); you don't need it unless you have
  a diskless terminal or something
 
   VFS: Insert root floppy and press ENTER
   end-request: I/O error, dev fd0, sector 0
   VFS: Cannot open root device hda2 or unknown-block(2,0)
   Please append a correct root= boot option.
   Kerenel panic - not syncing: VFS: Unable to mount root fs on
   unknown-block(2,0)
  do you have CONFIG_MSDOS_PARTITION enabled?
  ( Location: - File systems - Partition Types - Advanced partition
  selection)
 
  cheers, f
  --
  gentoo-amd64@gentoo.org mailing list
 
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Unmerged older KDE, revdep-rebuild fails (no ebuild)

2005-12-11 Thread Neil Bothwick
On Sun, 11 Dec 2005 13:17:29 +0100, Maxime Robert-Schreyers wrote:

 I've emerged KDE 3.5 last week (unmasking it in 
 /etc/portage/package.unmask and /etc/portage/package.keywords)
 I had no trouble at all, but noticed 3.1, 3.2 and 3.3 were still there, 
 so I tried to clean those. I did
 
 equery list -p kde | grep 3.3 | xargs emerge unmerge -p
 
 It worked fine too, but then I tried revdep-rebuild -- -p and it tries 
 to re-emerge kde-base/kdebase-3.2.3-r1 and
 mail-client/mozilla-thunderbird-1.0.2 but doesn't find ebuilds for them.
 Furthermore, I don't want to have kdebase-3.2 reinstalled.

Something you still have installed depends on kdebase-3.2.
Run emerge -utvD world to see what it is and either unmerge it or
re-emerge it.


-- 
Neil Bothwick

There's a fine line between fishing and standing on the shore looking
like an idiot.


signature.asc
Description: PGP signature


Re: [gentoo-user] vmware workstation daemon problem

2005-12-11 Thread Allan Gottlieb
At Sun, 11 Dec 2005 23:33:31 +0100 Jan Callewaert [EMAIL PROTECTED] wrote:

 2005/12/11, Richard Fish [EMAIL PROTECTED]:
 On 12/11/05, Grant [EMAIL PROTECTED] wrote:
  Hello, the vmware workstation daemon has always seemed a bit touchy,
  but it's being persistent this time.  When I run:
 
  /opt/vmware/workstation/bin/vmware-config.pl
 
  the daemon is started properly and I can fully use the application.
  But when Gentoo tries to start the daemon, 2 of the processes always
  fail and vmware-config.pl must be run again for it to start properly.
  Even trying to run 'rc' right after a successful completion of
  vmware-config.pl fails.

 When I was using workstation 4.5, I found the best results if you run
 /etc/vmware/init.d/vmware stop after vmware-config.pl:

 vmware-config.pl -default
 /etc/vmware/init.d/vmware stop
 /etc/init.d/vmware start

 HTH,
 -Richard

 --
 gentoo-user@gentoo.org mailing list



 There is file in the directory /etc/vmware which you have to delete
 after a configure, for some strange reason. It's a blank file, but
 unfortunately I can't remember the filename anymore. Pbb something
 with config in its name.

I believe it is called notconfigured and yes it is zero length.

allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vmware workstation daemon problem

2005-12-11 Thread Richard Fish
On 12/11/05, Allan Gottlieb [EMAIL PROTECTED] wrote:
 At Sun, 11 Dec 2005 23:33:31 +0100 Jan Callewaert [EMAIL PROTECTED] wrote:

  2005/12/11, Richard Fish [EMAIL PROTECTED]:
  On 12/11/05, Grant [EMAIL PROTECTED] wrote:
   Hello, the vmware workstation daemon has always seemed a bit touchy,
   but it's being persistent this time.  When I run:
  
   /opt/vmware/workstation/bin/vmware-config.pl
  
   the daemon is started properly and I can fully use the application.
   But when Gentoo tries to start the daemon, 2 of the processes always
   fail and vmware-config.pl must be run again for it to start properly.
   Even trying to run 'rc' right after a successful completion of
   vmware-config.pl fails.
 
  When I was using workstation 4.5, I found the best results if you run
  /etc/vmware/init.d/vmware stop after vmware-config.pl:
 
  vmware-config.pl -default
  /etc/vmware/init.d/vmware stop
  /etc/init.d/vmware start
 
  HTH,
  -Richard
 
  --
  gentoo-user@gentoo.org mailing list
 
 
 
  There is file in the directory /etc/vmware which you have to delete
  after a configure, for some strange reason. It's a blank file, but
  unfortunately I can't remember the filename anymore. Pbb something
  with config in its name.

 I believe it is called notconfigured and yes it is zero length.

The file is /etc/vmware/not_configured.

The problem is that /etc/init.d/vmware and /etc/vmware/init.d/vmware
disagree about whether the daemons are running or not.  When you run
vmware-config.pl, it starts the daemons by running
/etc/vmware/init.d/vmware.  Running /etc/init.d/vmware status will
show the daemons are not running, but trying to start that script will
fail because they actually are running.

This can result in either the not_configured file being recreated, or
simply failing to start some of the services.  This also seems to be
fixed for the current version of VMWare Workstation.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(2,0)

2005-12-11 Thread Richard Fish
On 12/11/05, Felipe Ribeiro [EMAIL PROTECTED] wrote:
 Hi all,

 I've just installed Gentoo 2005.1-r1 on my amd64 box and i've got this
 problem while rebooting:

 Root-NFS: No NFS server available giving up.
 VFS: Unable to mount root fs via NFS, trying floppy.
 VFS: Insert root floppy and press ENTER
 end-request: I/O error, dev fd0, sector 0
 VFS: Cannot open root device hda2 or unknown-block(2,0)
 Please append a correct root= boot option.
 Kerenel panic - not syncing: VFS: Unable to mount root fs on
 unknown-block(2,0)

This usually means you did not compile the driver for your root
filesystem into the kernel.  Maybe you compiled this as a module?

 Here is my grub.conf

snip

 root (hd0,1)
 setup (hd0)

I don't think these setup lines should be in grub.conf.  I'm not sure
that it causes any harm, but it doesn't look right to me.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] what's a good very small http server?

2005-12-11 Thread michael

Any suggestions welcome. If you want to tell me why you like it or don't
like it even better.

Should depend on as few other packages as possible.

Should occupy as little memory as possible (both RAM and disk space).

I'm running out of Compact Flash, if that makes any difference.

Thanks,
Michael
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ERROR: sys-apps/ivman-0.5_pre2 failed.

2005-12-11 Thread Dale

Jose Maria Alvarez Fernandez wrote:




Dale wrote:

Should I file a bug report on this?  Shouldn't it catch this when I 
did a emerge -ep world?  You know, let me know it needs a newer 
version and can't emerge it yet because of the dependancy.


Let me know.  I don't want to file one unless I know I should or 
not.  It is not marked stable yet anyway.  I have only files one 
before.  Still not sure I did it right though.  Care to volunteer?


Thanks,

Dale
:-)

The dependency is there in the kdebase-3.5.0 (and also in 
kdebase-kioslavaes, if you use kde split ebuilds) ebuild:


hal? ( =sys-apps/dbus-0.33
   =sys-apps/hal-0.5*
   sys-apps/pmount )

So, maybe you didn't use hal FLAG in your USE? It's strange, I'm 
using kde 3.5 and hal is a dependency for me.


Chema

It did pull in hal and dbus like it should, versions and all.  It did 
not pull the right ivman though.  It still thought the older version was 
OK but it would not complete a compile with the newer hal and dbus.  I 
keyworded ivman and it went right to work.  Since I had to go out of 
town today to see my lady, I had to shutdown.  It seems to work fine.  I 
put in a CD and a little window pops up asking me what to do with it.  
o_O  Sounds a lot like M$ to me.  :/


I'm not sure about pmount.  If it is installed, it did it will I was not 
looking, which was most of the time.  LOL


Still sounds buggy to me.  I would just hate for someone to miss up 
their rig that doesn't have a clue what to do to fix it.


Dale
:-)



--
To err is human, I'm most certainly human.

I have four rigs:

1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.  
2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.

3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB 
drive.
4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB 
SCSI drive.

All run Gentoo, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.  


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] what's a good very small http server?

2005-12-11 Thread Chris White
On Monday 12 December 2005 16:44, [EMAIL PROTECTED] wrote:
 Any suggestions welcome. If you want to tell me why you like it or don't
 like it even better.

 Should depend on as few other packages as possible.

 Should occupy as little memory as possible (both RAM and disk space).

 I'm running out of Compact Flash, if that makes any difference.

There's lighthttp or some such.. haven't tried it myself though.

 Thanks,
 Michael

Chris White


pgphLrfkc6FcG.pgp
Description: PGP signature


[gentoo-user] wtf is superfloppy? (vosonic usb drive)

2005-12-11 Thread Iain Buchanan
Hi all,

I have just purchased the Vosonic X's-Drive 6230 (hate that
punctuation ;) under the promise of linux support... 

Well, it doesn't work for me - there is one or two unhelpful lines of
text on their website that mention linux.

All I've found so far, is something mentioning the superfloppy format
(what's that?).  Supposedly I can `mount /dev/sda /mnt/tmp` (note the
sda, not sdax) but this doesn't work: 

$ sudo mount /dev/sda /mnt/tmp/
mount: No medium found

There is no /dev/sda1, sda2, etc, as per my other usb storage drives
(only my internal hard drive shows):

$ cat /proc/partitions
major minor  #blocks  name

   3 0   58605120 hda
   3 1  40131 hda1
   3 2   10498477 hda2
   3 3 104422 hda3
   3 4  1 hda4
   3 51060258 hda5
   3 6   10594836 hda6
   3 7   17157388 hda7
   3 85783368 hda8
   3 9   13366048 hda9


dmesg reports

usb 1-4: new high speed USB device using ehci_hcd and address 7
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 7
usb-storage: waiting for device to settle before scanning
  Vendor:   Model: VP6230Rev: 1.07
  Type:   Direct-Access  ANSI SCSI revision: 00
sd 2:0:0:0: Attached scsi removable disk sda
sd 2:0:0:0: Attached scsi generic sg0 type 0
usb-storage: device scan complete

fdisk doesn't work either:
$ sudo fdisk /dev/sda
Password:

Unable to open /dev/sda

I heard some whispers of other vosonic owners - how did you get your
drive working?  I have a plain IBM 20Gb in it at the moment, formatted
with the X's Drive itself.

The drive shows under windows, after the 3 card reader slots.

MTIA!
-- 
Iain Buchanan iaindb at netspace dot net dot au

Nullum magnum ingenium sine mixtura dementiae fuit.
[There is no great genius without some touch of madness.]
-- Seneca

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Unmerged older KDE, revdep-rebuild fails (no ebuild)

2005-12-11 Thread Maxime Robert-Schreyers




Neil Bothwick wrote:

  On Sun, 11 Dec 2005 13:17:29 +0100, Maxime Robert-Schreyers wrote:

  
  
I've emerged KDE 3.5 last week (unmasking it in 
/etc/portage/package.unmask and /etc/portage/package.keywords)
I had no trouble at all, but noticed 3.1, 3.2 and 3.3 were still there, 
so I tried to clean those. I did

equery list -p kde | grep "3.3" | xargs emerge unmerge -p

It worked fine too, but then I tried revdep-rebuild -- -p and it tries 
to re-emerge kde-base/kdebase-3.2.3-r1 and
mail-client/mozilla-thunderbird-1.0.2 but doesn't find ebuilds for them.
Furthermore, I don't want to have kdebase-3.2 reinstalled.

  
  
Something you still have installed depends on kdebase-3.2.
Run emerge -utvD world to see what it is and either unmerge it or
re-emerge it.


  

Thanls for the reply. here's the output:

nonpoint ~ # emerge -utvDa world

These are the packages that I would merge, in reverse order:

Calculating world dependencies ...done!
[nomerge ] media-video/dvdrip-0.52.0 +cdr -gnome
[nomerge ] media-video/vcdimager-0.7.21 -minimal +xml2
[ebuild U ] dev-libs/libcdio-0.75-r1 [0.73] -cddb -minimal 1,768
kB
[nomerge ] app-portage/eix-0.3.0-r2 +bash-completion
[ebuild N ] app-shells/bash-completion-config-0.8-r2 106 kB

It doesn't show anything about kdebase :-/

Am i missing some cleaning step before revdep or the re-emerge ?

Maxime





Re: [gentoo-user] what's a good very small http server?

2005-12-11 Thread michael

Hi Chris,

Thanks for the tip. It's actually pretty fancy for something called
light.

I found another quite trivial one called mini-httpd which i got running
very quickly on my non-embedded system. Next step is to move it to the
embedded system.

Thanks
Michael


On Mon, 12 Dec 2005, Chris White wrote:


On Monday 12 December 2005 16:44, [EMAIL PROTECTED] wrote:

Any suggestions welcome. If you want to tell me why you like it or don't
like it even better.

Should depend on as few other packages as possible.

Should occupy as little memory as possible (both RAM and disk space).

I'm running out of Compact Flash, if that makes any difference.


There's lighthttp or some such.. haven't tried it myself though.


Thanks,
Michael


Chris White


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Laptop Install Issue

2005-12-11 Thread Mariusz Pękala
 El Domingo, 11 de Diciembre de 2005 11:42, C. Beamer escribió:
  My issue is this:  The computer powered off in the middle of the install
  of xorg-x11.  This has happened a couple of times.  I haven't been
  having problems with the laptop, so I'm pretty sure the issue has
  something to do with power management since I built power management
  into the kernel, but didn't emerge acpid.  Anyway, since the emerge of
  xorg-x11 has bombed a couple of times, is there anything that I should
  do in the way of clean up before trying to emerge it again?
  Colleen

 On 2005-12-11 17:32:46 +0100 (Sun, Dec), Rafael Fernández López wrote:
 I can't find any sense at that issue: I can't understand what's the reason 
 that make your computer turn off in a compilation.
 
 Well... I'm afraid of temperature. I hope that's not the reason, but is the 
 first thing that came to my mind. Maybe in your laptop (I've an Amilo Fujitsu 
 Siemens, and when compiling OO or KDE it is really hot), when it reachs some 
 temperature it turns off because of security reasons.
 
 I cannot find any other reason.

I vote for temperature issues too. That is my experience with some
Aristo laptop - it get very hot very easily and powers off when
temperature exceeds 85 C.

You may try to run something like this while emerging:
# while sleep 5 ; do cat /proc/acpi/thermal_zone/THM0/temperature 
  /tmp/temper ; done 

and hope that part of that file will survive the poweroff - you will see
whether temperature was raising before end.

Or you may put something like:
 ... do cat /proc/acp. | tee -a /tmp/temper ; done 
in background in the session in which emerge runs and observe the
temperature between compilation lines.

The exact path to temperature file may differ, it will be something like
/proc/acpi/thermal_zone/*/temperature - and it will exist only if your
kernel has necessary drivers compiled (or modules inserted).

The /proc/acpi/thermal_zone/*/temperture file has about 30 bytes,
35 thousands of copies makes 1MB file, so you loop may run for 9
hours if storing one copy every second or 48 hours if appending one copy
every 5 seconds.

HTH.

-- 
No virus found in this outgoing message.
Checked by 'grep -i virus $MESSAGE'
Trust me.


pgp9zosXs5fJh.pgp
Description: PGP signature