Re: [gentoo-user] Firewalling and Sambra printer.

2006-10-23 Thread Jason Booth
On Sunday 22 October 2006 19:01, Pupeno wrote:
 and I still can't print. I send the print job and the printer gets into a
 kind of broken state.

if it is a firewall issue, keep it simple..
iptables -I INPUT -s his_ip_address -j ACCEPT

-Jason

-- 
 gpg public key: http://lazybird.hyperintelligent.net/~jbooth/jbooth_key.asc
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Firewalling and Sambra printer.

2006-10-23 Thread Jason Booth
On Sunday 22 October 2006 16:58, Dale wrote:
  # iptables -vL
  Chain INPUT (policy DROP 35510 packets, 16M bytes)
   pkts bytes target     prot opt in     out     source              
  destination
   329K  558M ACCEPT     all  --  lo     any     anywhere            
  anywhere 36M   54G ACCEPT     all  --  any    any     anywhere          
    anywhere state RELATED,ESTABLISHED
      3   228 ACCEPT     icmp --  any    any     anywhere            
  anywhere             icmp echo-request limit: avg 30/min burst 5
also, if you are trying to block pings over limit, put in:

iptables -I INPUT 4 -p icmp --icmp-type echo-request -j DROP
(change the 4  to whatever the number rule will be from top if you have 
changed it)..

    120  7057 ACCEPT     icmp --  any    any     anywhere            
  anywhere 1    60 ACCEPT     tcp  --  any    any     anywhere            
  anywhere tcp dpt:ssh

-Jason
-- 
 gpg public key: http://lazybird.hyperintelligent.net/~jbooth/jbooth_key.asc

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg can't work with hotplugged mice?

2006-10-23 Thread Iain Buchanan
On Sun, 2006-10-22 at 21:12 -0700, Richard Fish wrote:
 On 10/22/06, Iain Buchanan [EMAIL PROTECTED] wrote:
  because the touchpad has to be configured differently to the usb mice,
  otherwise things like emulate3buttons don't always work (on the
  touchpad).  Also, I have different acceleration settings on different
  mice, so I couldn't do that if they all used the same
  /dev/input/mice...
 
 So don't use /dev/input/mice for all mice, just for the USB mouse
 that you plug in.

but I can't use /dev/input/mice.  I may not have been clear before, but
if I use /dev/input/mice, then the touchpad looses its Emulate3Buttons
when I use a real third button on a usb mouse...

thanks,
-- 
Iain Buchanan iaindb at netspace dot net dot au

He who slings mud generally loses ground.
-- Adlai Stevenson

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can iptables recognize SSH traffic?

2006-10-23 Thread Greg Bur

On 10/22/06, Nico Schümann [EMAIL PROTECTED] wrote:

Hello folks,

I have a web server running on port 80 and a SSH daemon running on
port 22. I don't want to change these ports because it just works this
way.
Can I configure iptables that it just accepts port 80 and if I try to
connect with a ssh client to port 80 to forward this ssh traffic to
port 22? I know how all this accept and forwards stuff works, but I
can't find out an option to recognize ssh traffic.


You might want to take a look at port knocking:

http://www.linuxjournal.com/article/6811

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg can't work with hotplugged mice?

2006-10-23 Thread Richard Fish

On 10/22/06, Iain Buchanan [EMAIL PROTECTED] wrote:

but I can't use /dev/input/mice.  I may not have been clear before, but
if I use /dev/input/mice, then the touchpad looses its Emulate3Buttons
when I use a real third button on a usb mouse...


Even if you don't use /dev/input/mice for the touchpad?

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



[gentoo-user] Re: ati-driver update [SOLVED]

2006-10-23 Thread oskar kapala

Hi,

I did emerge world --deep --update and it's working. ATI Radeon XPRESS
200M 5955 (PCIE) is supported by ati-drivers in ver. 8.27.10-r1,
8.28.8, 8.29.6 and also x11-drivers/xf86-video-ati-6.6.3. Both, ati 
x11 drivers coop with xorg-x11-7.1

Before updating I prepared portage overlay and ebuild fot ver 8.24.8
ic case of any problems.

Thanks for your help,
oskar
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Wall is not working and wondering about upsmon too.

2006-10-23 Thread Dale
I had myself a funny a bit ago.  I plugged in a heater and tripped a
breaker which made my UPS kick in for a minute.  After getting that
corrected, turned off the heater, I noticed something strange.  My UPS
kicked in but nothing came up on the screen.  It used to be that wall
would broadcast a message to the screen.  I got nothing.  I check my
logs and it noticed that the UPS was on battery and it said it walled a
message.  Is walled a word?

Anyway, I tested this theory by typing in wall this is a test in a
Konsole and nothing happened.  Here is what my log says:

 Oct 23 06:06:21 smoker upsmon[9966]: Someone pulled the plug on [EMAIL 
 PROTECTED]
 Oct 23 06:06:21 smoker wall[18762]: wall: user nut broadcasted 1 lines (43 
 chars)
 Oct 23 06:08:11 smoker upsmon[9966]: UPS [EMAIL PROTECTED] is getting line 
 power
 Oct 23 06:08:11 smoker wall[20331]: wall: user nut broadcasted 1 lines (42 
 chars)
 Oct 23 06:09:25 smoker wall[22865]: wall: user root broadcasted 1 lines (6 
 chars)
 Oct 23 06:10:01 smoker cron[24078]: (root) CMD (test -x /usr/sbin/run-crons 
  /usr/sbin/run-crons )


Can someone shed some light on what happened to wall?  This is strange.
 Also, if someone has a CyberPower UPS and wouldn't mind, how about
sharing your configs?  I'm just not real sure about my setup here.
Maybe wall is just throwing me a curve at the moment.  I would like mine
to just turn off if power is lost longer than about 15 minutes or so
instead of running my batteries down.

Thanks for any light you can shed on this issue.

Dale

:-)  :-)

For those who noticed the change of email address, yup, I moved.  I got
married, we got on each others nerves, I left, papers are in the works.
 This means I have more time to spend on my rig now.  I even got my old
addy back.  LOL

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] espn(wmp) on firefox?

2006-10-23 Thread Mick
On Sunday 22 October 2006 23:14, James wrote:

 I wanted to watch a football game over the internet using
 espn. It requires Windows Media Player. Will any of the
 Gentoo browsers support this format and if so, which ones
 and which plugins work best?

 Has anyone watched ESPN in a web browser on Gentoo, and if
 so any caveats or gotchas?

Last time I tried it didn't work with gxine, or xine.  As far as I can recall 
the reason was that this website is using active-x scripting to establish a 
SSL connection and the Linux apps/plugins do not (yet) have a way of parsing 
that.  Otherwise, either xine or mplayer will happily play wmp streams.  It 
may be more complicated than what I am alluding to above, but that's as far 
as my understanding could take me.  ;-)

You could always write to the website master/admin and ask them to provide you 
with a link that works without active-x, but they are such an exclusive 
M$haft shop I'd wager you get a we do not support anything else than Billy 
Gate's shareholders . . . type of response.
-- 
Regards,
Mick


pgptjj8PdKvNA.pgp
Description: PGP signature


Re: [gentoo-user] xorg can't work with hotplugged mice?

2006-10-23 Thread Mick
On Monday 23 October 2006 00:44, Iain Buchanan wrote:
 On Wed, 2006-10-18 at 14:41 +0200, Alan McKinnon wrote:
  On Wednesday 18 October 2006 14:15, Iain Buchanan wrote:

  I don't see why you can't use /dev/input/mice - I have the same mouse
  setup as you and it works for me. Unless you have problematic hardware
  that is

 because the touchpad has to be configured differently to the usb mice,
 otherwise things like emulate3buttons don't always work (on the
 touchpad).  Also, I have different acceleration settings on different
 mice, so I couldn't do that if they all used the same
 /dev/input/mice...

My touchpad does not seem to have a problem:
=
Section InputDevice
Identifier  Mouse0
Driver  synaptics
Option  Protocol SynPS/2
Option  InputFashion Mouse
Option  Device /dev/input/mice
Option   Name SynPS/2 Synaptics TouchPad
Option   SHMConfig on
Option   Vendor 0002
Option  ZAxisMapping  4 5
Option  Emulate3Buttons   True
Option  Buttons   3
EndSection
=

On the other hand I have not tried (yet) a USB mouse to see if/how it will be 
picked up.  No problem with PS/2 mice though.  They are detected as soon as I 
plug them in.

-- 
Regards,
Mick


pgpZwxp3AtlkS.pgp
Description: PGP signature


[gentoo-user] xmms alternative

2006-10-23 Thread Dave V
Hello,

I just read on the gentoo-dev list that xmms is about to be removed, but it's 
probably the only sound player that I've used. Could someone recommend a good 
alternative. I'm rather surprised that no one wanted to maintain the packages.

Dave

-- 
He wasn't strictly aware of it, but he treated even geography as if he was
investigating a crime (did you see who carved out the valley? Would you
recognize that glacier if you saw it again?)
-- (Terry Pratchett, The Fifth Elephant)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Kristian Poul Herkild

Dave V skrev:

Hello,

I just read on the gentoo-dev list that xmms is about to be removed, but it's 
probably the only sound player that I've used. Could someone recommend a good 
alternative. I'm rather surprised that no one wanted to maintain the packages.

Dave

  

Well, you can always use VLC. Or perhaps Rhythmbox.
I prefer VLC.

-Kristian Poul Herkild
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Ilya Hegai

2006/10/23, Dave V [EMAIL PROTECTED]:

Hello,

I just read on the gentoo-dev list that xmms is about to be removed, but it's 
probably the only sound player that I've used. Could someone recommend a good 
alternative.


audacious is a bmpx fork which is a xmms fork
you can try both


I'm rather surprised that no one wanted to maintain the packages.


what's the reason to maintain package for unmaintained software

--
regards, Hegai Ilya
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Arnau Bria
On Mon, 23 Oct 2006 08:08:08 -0400
Dave V wrote:

 Hello,
Hi,
 
 I just read on the gentoo-dev list that xmms is about to be removed,
 but it's probably the only sound player that I've used. Could someone
 recommend a good alternative. I'm rather surprised that no one wanted
 to maintain the packages.

you should, not should, you MUST use Amarok :-)

Cheers!
-- 
Arnau Bria
http://blog.emergetux.net
Wiggum: Dispara a las ruedas Lou.
Lou: eee, es un tanque jefe.
Wiggum: Me tienes hartito con todas tus excusas.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Help with Belkin wireless USB

2006-10-23 Thread Mick
Hi All,

A friend gave me a Belkin F5D7050 USB wifi adaptor which I am struggling to 
get going.  I checked the Wiki which describes how to use ndiswrapper but it 
also mentions that there are drivers in portage for this purpose.  

http://gentoo-wiki.com/Belkin_F5D7050

I opted for the latter, set the rt73usb USE flag and emerged the rt2x00 
drivers.

However I still cannot see my new device as a network interface.  Can you 
help?

Supporting info below:
===
Bus 002 Device 003: ID 050d:7050 Belkin Components F5D7050 ver 1000 WiFi
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  idVendor   0x050d Belkin Components
  idProduct  0x7050 F5D7050 ver 1000 WiFi
  bcdDevice0.01
  iManufacturer   1 Belkin
  iProduct2 Belkin 54g USB Network Adapter
  iSerial 0 
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   32
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  0 
bmAttributes 0x80
MaxPower  300mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass255 Vendor Specific Subclass
  bInterfaceProtocol255 Vendor Specific Protocol
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01  EP 1 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
Device Qualifier (for other device speed):
  bLength10
  bDescriptorType 6
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  bNumConfigurations  1
===

===
# ifconfig -a
dummy0Link encap:Ethernet  HWaddr 3A:6B:52:36:4D:99  
  BROADCAST NOARP  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth0  Link encap:Ethernet  HWaddr 00:02:A5:B6:A1:8F  
  UP BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:8 errors:0 dropped:0 overruns:0 frame:0
  TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:400 (400.0 b)  TX bytes:400 (400.0 b)
===

PS.  The eth0 above is my NIC not the Belkin adaptor.

-- 
Regards,
Mick


pgpK4zfwcp8dW.pgp
Description: PGP signature


Re: [gentoo-user] xmms alternative

2006-10-23 Thread Korthrun

On 10/23/06, Arnau Bria [EMAIL PROTECTED] wrote:

On Mon, 23 Oct 2006 08:08:08 -0400
Dave V wrote:

 Hello,
Hi,

 I just read on the gentoo-dev list that xmms is about to be removed,
 but it's probably the only sound player that I've used. Could someone
 recommend a good alternative. I'm rather surprised that no one wanted
 to maintain the packages.

you should, not should, you MUST use Amarok :-)

Cheers!
--
Arnau Bria
http://blog.emergetux.net
Wiggum: Dispara a las ruedas Lou.
Lou: eee, es un tanque jefe.
Wiggum: Me tienes hartito con todas tus excusas.
--
gentoo-user@gentoo.org mailing list



I've never been an xmms fan, the GUI has just never felt right,
something about the app didn't suit my tastes. I've been use mpg123,
mplayer and mpd depending on what I want. Though apparently we should
be using amarok so I'll have to give that a whirl.

--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Re: ABI change in gcc 3.4 - gcc 4.1 transition

2006-10-23 Thread Paweł Kamiński
Richard Fish wrote:

 The C ABI has been stable for years, only the C++ ABI is being
broken
 with each new gcc release.
 
 http://gcc.gnu.org/onlinedocs/gcc/Compatibility.html
 
 Basically, as long as it isn't linking to anything under
 /usr/lib/gcc/..., you should be safe.
 
 -Richard
 
Many thanks Richard. It's now some more clear form me.

Regards,
Pawel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Arnau Bria
On Mon, 23 Oct 2006 08:10:42 -0700
Korthrun Korthrun wrote:

 I've never been an xmms fan, the GUI has just never felt right,
 something about the app didn't suit my tastes. I've been use mpg123,
 mplayer and mpd depending on what I want. 

Maybe Amarok will not fit you... If u don't like GUI, Amarok is not
your program...

 Though apparently we should be using amarok so I'll have to give that
 a whirl.

Well, I suppose you noticed my joking tone in message...

Anyway, I don't know if you know last.fm (you could take a look), but
Amarok's integration with that site is wonderful. You could (now could,
not should neither must) try dynamic reproduction list, rating,
taggin', etc...

Cheers!
-- 
Arnau Bria
http://blog.emergetux.net
Wiggum: Dispara a las ruedas Lou.
Lou: eee, es un tanque jefe.
Wiggum: Me tienes hartito con todas tus excusas.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Uwe Thiem
On 23 October 2006 14:39, Kristian Poul Herkild wrote:
 Dave V skrev:
  Hello,
 
  I just read on the gentoo-dev list that xmms is about to be removed, but
  it's probably the only sound player that I've used. Could someone
  recommend a good alternative.

If you are using KDE anyway, try amaroK and/or noatun.

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Help with Belkin wireless USB

2006-10-23 Thread Mick
Also, this is what dmesg shows:

===
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Loading module: rt73usb - CVS (N/A) by http://rt2x00.serialmonkey.com.
wmaster0: Failed to select rate control algorithm
wmaster0: Failed to initialize rate control algorithm
rt73usb-rt73usb_alloc_dev: Error - Failed to initialize device.
rt73usb-rt73usb_probe: Error - Failed to allocate device.
usbcore: registered new driver rt73usb
===

On Monday 23 October 2006 14:20, Mick wrote:
 Hi All,

 A friend gave me a Belkin F5D7050 USB wifi adaptor which I am struggling to
 get going.  I checked the Wiki which describes how to use ndiswrapper but
 it also mentions that there are drivers in portage for this purpose.

 http://gentoo-wiki.com/Belkin_F5D7050

 I opted for the latter, set the rt73usb USE flag and emerged the rt2x00
 drivers.

 However I still cannot see my new device as a network interface.  Can you
 help?

 Supporting info below:
 ===
 Bus 002 Device 003: ID 050d:7050 Belkin Components F5D7050 ver 1000 WiFi
 Device Descriptor:
   bLength18
   bDescriptorType 1
   bcdUSB   2.00
   bDeviceClass0 (Defined at Interface level)
   bDeviceSubClass 0
   bDeviceProtocol 0
   bMaxPacketSize064
   idVendor   0x050d Belkin Components
   idProduct  0x7050 F5D7050 ver 1000 WiFi
   bcdDevice0.01
   iManufacturer   1 Belkin
   iProduct2 Belkin 54g USB Network Adapter
   iSerial 0
   bNumConfigurations  1
   Configuration Descriptor:
 bLength 9
 bDescriptorType 2
 wTotalLength   32
 bNumInterfaces  1
 bConfigurationValue 1
 iConfiguration  0
 bmAttributes 0x80
 MaxPower  300mA
 Interface Descriptor:
   bLength 9
   bDescriptorType 4
   bInterfaceNumber0
   bAlternateSetting   0
   bNumEndpoints   2
   bInterfaceClass   255 Vendor Specific Class
   bInterfaceSubClass255 Vendor Specific Subclass
   bInterfaceProtocol255 Vendor Specific Protocol
   iInterface  0
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x81  EP 1 IN
 bmAttributes2
   Transfer TypeBulk
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x0040  1x 64 bytes
 bInterval   0
   Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x01  EP 1 OUT
 bmAttributes2
   Transfer TypeBulk
   Synch Type   None
   Usage Type   Data
 wMaxPacketSize 0x0040  1x 64 bytes
 bInterval   0
 Device Qualifier (for other device speed):
   bLength10
   bDescriptorType 6
   bcdUSB   2.00
   bDeviceClass0 (Defined at Interface level)
   bDeviceSubClass 0
   bDeviceProtocol 0
   bMaxPacketSize064
   bNumConfigurations  1
 ===

 ===
 # ifconfig -a
 dummy0Link encap:Ethernet  HWaddr 3A:6B:52:36:4D:99
   BROADCAST NOARP  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

 eth0  Link encap:Ethernet  HWaddr 00:02:A5:B6:A1:8F
   UP BROADCAST MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:8 errors:0 dropped:0 overruns:0 frame:0
   TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:400 (400.0 b)  TX bytes:400 (400.0 b)
 ===

 PS.  The eth0 above is my NIC not the Belkin adaptor.

-- 
Regards,
Mick


pgpHh8WapPeX6.pgp
Description: PGP signature


Re: [gentoo-user] Disabling net.ath0 backgrounding

2006-10-23 Thread Grant

   I tried the following in /etc/conf.d/net :
  
   modules_ath0=( !plug )
  
   but it still goes into backgrounding.
  That shouldn't happen.
 
  Please post the output of:
  grep -Ev '^[[:space:]]*(#.*)?$' /etc/conf.d/net

 modules=wpa_supplicant
 wpa_supplicant_ath0=-Dmadwifi
 config_ath0=( 192.168.0.3 netmask 255.255.255.0 broadcast
 192.168.0.255 ) routes_ath0=( default via 192.168.0.1 )
 essid_ath0=network2
 modules_ath0=( !plug )

Around line 159 in my net.example says:
# By default don't wait for wpa_suppliant to associate and authenticate.
# If you would like to, so can specify how long in seconds
#associate_timeout_eth0=60
# A value of 0 means wait forever.

It may be possible that you need to set this variable to 0 to prevent
backgrounding, independent of the ifplugd/netplug quashing.


I set that variable and it does seem to stop the backgrounding, but
I'm not given any more information than I was with backgrounding
unless it connects.  I could be wrong, but I thought I was getting
more information before.

Incidentally, I am able to connect to the AP this morning.  The next
time I can't connect I'll try different channels as I do live in an
apartment.

For some reason, I don't seem to have DNS service although I am
connected to the network and Internet.  DNS comes from my Gentoo
router (dnsmasq), and my other system connected to it is getting
lookups just fine.  I have added:

nameserver 192.168.0.1

to /etc/resolv.conf and restarted net.ath0 to no avail.  I suppose
baselayout -1.13* could be causing this problem somehow.  Downgrading
back to a stable baselayout caused all kinds of errors to pop up in
different places.  I believe they were net.lo errors, so maybe they
have to do with the net.lo symlink you noticed?

/etc/init.d/net.lo - ../../lib64/rcscripts/sh/net.sh

I'd like to get back on a stable baselayout if possible.

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



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Mick
On Monday 23 October 2006 16:27, Uwe Thiem wrote:
 On 23 October 2006 14:39, Kristian Poul Herkild wrote:
  Dave V skrev:
   Hello,
  
   I just read on the gentoo-dev list that xmms is about to be removed,
   but it's probably the only sound player that I've used. Could someone
   recommend a good alternative.

 If you are using KDE anyway, try amaroK and/or noatun.

I found noatun heavy on resources compared to xmms and amarok requires more 
than a 17M sources download.  Meanwhile, I noticed that xmms is now a 
blocker!?  Why's that?
=
# emerge -upDv world

These are the packages that would be merged, in order:

Calculating world dependencies -
!!! Ebuilds for the following packages are either all
!!! masked or don't exist:
media-plugins/xmms-status-plugin media-plugins/xmms-stereo media-sound/xmms 
media-plugins/xmms-mpg123 media-plugins/xmms-cdaudio 
media-plugins/xmms-disk-writer media-plugins/xmms-wav 
media-plugins/xmms-mikmod
  
... 
done!
[ebuild  N] x11-apps/xwininfo-1.0.2  USE=-debug 89 kB 
[ebuild  N] x11-apps/appres-1.0.0  USE=-debug 72 kB 

Total size of downloads: 162 kB
=

-- 
Regards,
Mick


pgpR0YroLUBkm.pgp
Description: PGP signature


Re: [gentoo-user] xmms alternative

2006-10-23 Thread Hemmann, Volker Armin
On Monday 23 October 2006 14:08, Dave V wrote:
 Hello,

 I just read on the gentoo-dev list that xmms is about to be removed, but
 it's probably the only sound player that I've used. Could someone recommend
 a good alternative. I'm rather surprised that no one wanted to maintain the
 packages.


a) it is dead. For years

b) it depends on a dead toolkit with godknowswhat security problems

c) it becomes harder and harder to keep it alive

d) the devs have better things to do than playing ICU for (almost) dead 
software.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Robert Cernansky
On Mon, 23 Oct 2006 19:02:27 +0200 Hemmann, Volker Armin [EMAIL PROTECTED] 
wrote:

 a) it is dead. For years
 
 b) it depends on a dead toolkit with godknowswhat security problems
 
 c) it becomes harder and harder to keep it alive
 
 d) the devs have better things to do than playing ICU for (almost) dead 
 software.

e) it works fine

f) it has no good alternative :-(


Robert


-- 
Robert Cernansky
E-mail: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] OT - Mouse going crazy in gnome

2006-10-23 Thread Timothy A. Holmes


 

   Can anyone help us with this?  I have no idea what to do. 
  Her mouse 
   and my mouse are identical (optical) and our two 
 xorg.conf files are 
   very similar.  I have not seen this phenomenon on my PC 
 though.  We 
   are using modular X.
   
   --
   gentoo-user@gentoo.org mailing list
   
  
  Hi Michael,
  
   if it is the same mouse-effect I recognized as I tried 
 to configure  
  my X...
  
   It may be that the auto settings for the protocol fail 
 to detect  
  the correct protocol (the wrong protocol was the reason for 
 the wild  
  mouse in my case...).
  
   I cannot determine the kind of mouse (manufacturer, brand,
   interface...) from the output you send with your mail...
  
   My mouse is identified at boot time like this:
  
 input: Logitech N48 as /class/input/input0
 input: USB HID v1.00 Mouse [Logitech N48] on usb-:00:10.0-2.4
  
   it is an three-button USB-mouse (Logitech).
  
   I configured it in xorg.conf like:
  
   
  Identifier  Mouse1
  Driver  mouse
  Option Protocol  IMPS/2
  Option Device/dev/input/mice
  Option Buttons   5
  Option ZAxisMapping  4 5 
  
  
   HTH
  
   Have a nice weekend!
   mcc
  
 
 I was wrong about her mouse being the same as mine:  Her's is 
 a Mitsumi wheel mouse and mine is a Logitech wheel mouse.  Is 
 there a way to view the boot up messages without actually 
 rebooting?  Also, I pulled this from her dmesg output:
 
 catherine ~ # dmesg | grep 'ouse'
 psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
 synchronization, throwing 3 bytes away.
 psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
 synchronization, throwing 1 bytes away.
 psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
 synchronization, throwing 3 bytes away.
 
 
 --
 gentoo-user@gentoo.org mailing list
 


Any chance you are using a KVM Switch? -- ive had problems like that in
gnome for years using kvm switches.  Now I use fluxbox

TIM



Timothy A. Holmes
IT Manager / Network Admin / Web Master / Computer Teacher
Medina Christian Academy
A Higher Standard...


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Bo Ørsted Andresen
On Monday 23 October 2006 19:33, Robert Cernansky wrote:
 e) it works fine

 f) it has no good alternative :-(

g) noone prevents you from using it as long as it still works

h) if you really want it in the tree feel free to maintain it (you'll find
   it's no longer maintainable...)

-- 
Bo Andresen


pgpJUPM9wMS82.pgp
Description: PGP signature


Re: [gentoo-user] xorg can't work with hotplugged mice?

2006-10-23 Thread Sergio Polini
Mick:
 My touchpad does not seem to have a problem:
 =
 Section InputDevice
 Identifier  Mouse0
 Driver  synaptics
 Option  Protocol SynPS/2
 Option  InputFashion Mouse
 Option  Device /dev/input/mice
 Option   Name SynPS/2 Synaptics TouchPad
 Option   SHMConfig on
 Option   Vendor 0002
 Option  ZAxisMapping  4 5
 Option  Emulate3Buttons   True
 Option  Buttons   3
 EndSection
 =

 On the other hand I have not tried (yet) a USB mouse to see if/how
 it will be picked up.  No problem with PS/2 mice though.  They are
 detected as soon as I plug them in.

No problem with my touchpad (HP Pavilion dv200z) and my Logitech USB 
mouse (even if I plug and unplug it).

$ cat /proc/bus/input/devices
...
I: Bus=0011 Vendor=0002 Product=0007 Version=
N: Name=SynPS/2 Synaptics TouchPad
P: Phys=isa0060/serio4/input0
S: Sysfs=/class/input/input3
H: Handlers=mouse0 event2
B: EV=b
B: KEY=6420 7 0 0 0 0
B: ABS=1103

I: Bus=0003 Vendor=046d Product=c016 Version=0340
N: Name=Logitech Optical USB Mouse
P: Phys=usb-:00:0b.0-6/input0
S: Sysfs=/class/input/input5
H: Handlers=mouse1 event3
B: EV=7
B: KEY=7 0 0 0 0
B: REL=103

$ less /etc/X11/xorg.conf
..
Section InputDevice
Identifier  Mouse1
Driver  mouse
Option Protocolauto
Option Device  /dev/input/mice
Option ZAxisMapping   4 5 6 7
EndSection

Section InputDevice
   Identifier   TouchPad
   Driver   synaptics
   Option   Device/dev/input/mouse0
   Option   Protocol  auto-dev
   Option   LeftEdge  1700
   Option   RightEdge 5300
   Option   TopEdge   1700
   Option   BottomEdge4200
   Option   FingerLow 25
   Option   FingerHigh30
   Option   MaxTapTime180
   Option   MaxTapMove220
   Option   VertScrollDelta 100
   Option   MinSpeed  0.09
   Option   MaxSpeed  0.18
   Option   AccelFactor   0.0015
   Option   SHMConfig on
EndSection

Cheers,
Sergio
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Mick
On Monday 23 October 2006 17:26, Bo Ørsted Andresen wrote:
 On Monday 23 October 2006 18:06, Mick wrote:
  Meanwhile, I noticed that xmms is now a
  blocker!?  Why's that?

 Firstly it isn't a blocker! It's masked. In a month it will be removed (or
 rather it will probably be moved to an overlay. Secondly:

 http://groups.google.com/group/linux.gentoo.dev/browse_frm/thread/d55c71aff
656df3f/48bd9159e1e7a430
 http://groups.google.com/group/linux.gentoo.dev/browse_frm/thread/30b772306
1b26455/4619b1237b697cea http://bugs.gentoo.org/show_bug.cgi?id=152472

Thanks Bo,  I remember reading the first thread some time ago.  I guess it's 
time to move on.  Just emerge amarok and it looks great!  Tried to play a 
stream and it fell apart:
===
Error Loading Media
No suitable input plugin. This often means that the url's protocol is not 
supported. Network failures are other possible causes.
http://live.str3am.com:2010/
===

What now?  Is there a list of amarok plugins that I need to emerge?
-- 
Regards,
Mick


pgpXTmYOXW4IE.pgp
Description: PGP signature


Re: [gentoo-user] xmms alternative

2006-10-23 Thread Hemmann, Volker Armin
On Monday 23 October 2006 19:33, Robert Cernansky wrote:
 On Mon, 23 Oct 2006 19:02:27 +0200 Hemmann, Volker Armin 
[EMAIL PROTECTED] wrote:
  a) it is dead. For years
 
  b) it depends on a dead toolkit with godknowswhat security problems
 
  c) it becomes harder and harder to keep it alive
 
  d) the devs have better things to do than playing ICU for (almost) dead
  software.

 e) it works fine

1.2.10-r16

-r16 does not sound like 'works fine', but 'lots and lots of work to keep it 
from falling apart'.


 f) it has no good alternative :-(


it has. amarok, alsaplayer, xine
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread b.n.

Maybe Amarok will not fit you... If u don't like GUI, Amarok is not
your program...


Though apparently we should be using amarok so I'll have to give that
a whirl.


Well, I suppose you noticed my joking tone in message...


I was a diehard XMMS fan. Then I noticed news about its imminent death, 
and I sadly looked for alternatives. I once did *hate* players like 
amaroK, but in its latest version is a killer app.


It just works, and works well. And simple features like instant search, 
wikipedia search and shuffling become rapidly interesting.


The only downside is a small memory leak that becomes noticeable after a 
few days.


I'd love an XMMS with amaroK features, or better an amaroK with a deep 
XMMS look-n-feel.



Anyway, I don't know if you know last.fm (you could take a look), but
Amarok's integration with that site is wonderful. You could (now could,
not should neither must) try dynamic reproduction list, rating,
taggin', etc...


Never tried it. Thanks for the tip.

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



Re: [gentoo-user] xmms alternative

2006-10-23 Thread david
Arnau Bria wrote:
 On Mon, 23 Oct 2006 08:08:08 -0400
 Dave V wrote:

   
 Hello,
 
 Hi,
  
   
 I just read on the gentoo-dev list that xmms is about to be removed,
 but it's probably the only sound player that I've used. Could someone
 recommend a good alternative. I'm rather surprised that no one wanted
 to maintain the packages.
 

 you should, not should, you MUST use Amarok :-)

 Cheers!
   
I started using audacious, about the same.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] FW: cluster health monitoring

2006-10-23 Thread de Almeida, Valmor F.

Hello list,

I thought this question would also make sense here.

Thanks for any inputs.

--
Valmor

 -Original Message-
 From: de Almeida, Valmor F.
 Sent: Monday, October 23, 2006 1:39 PM
 To: 'gentoo-cluster@gentoo.org'
 Subject: cluster health monitoring
 
 
 Hello list,
 
 I am looking for a health monitoring software for a gentoo cluster.
Any
 inputs from personal experiences would be valuable.
 
 Lately I had an air conditioning failure over the weekend in my
cluster
 room and the temperature went up to 95F for a couple of days; wonder
what
 was the temperature inside the nodes... I have hddtemp installed and I
was
 thinking about writing a python script to send me e-mails when the hdd
 temperature is over 100F. Before I do that, I wonder what is already
 available for monitoring the system's health.
 
 Thanks in advance.
 
 --
 Valmor


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Mark Knecht

On 10/23/06, david [EMAIL PROTECTED] wrote:

Arnau Bria wrote:
 On Mon, 23 Oct 2006 08:08:08 -0400
 Dave V wrote:


 Hello,

 Hi,


 I just read on the gentoo-dev list that xmms is about to be removed,
 but it's probably the only sound player that I've used. Could someone
 recommend a good alternative. I'm rather surprised that no one wanted
 to maintain the packages.


 you should, not should, you MUST use Amarok :-)

 Cheers!

I started using audacious, about the same.


Mostly Aqualung for me.

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



[gentoo-user] {OT} Oracle DB web based admin tool

2006-10-23 Thread pat
Hi,

Sorry for this question, but does someone know how to start web based admin tool
for Oracle DB ???

Thanks

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



[gentoo-user] audio cd problem

2006-10-23 Thread pat
Hi,

I've lost possibllity to play audio CD on my Gentoo. I don't play audio CDs very
often, so I have no idea what I've did and why I'm not able to play then. Please
could someone point me to successful solution ??? I've googled but without
success :-(

Thanks

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



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Richard Fish

On 10/23/06, Arnau Bria [EMAIL PROTECTED] wrote:

you should, not should, you MUST use Amarok :-)


amarok++

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



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Richard Fish

On 10/23/06, Mick [EMAIL PROTECTED] wrote:

Thanks Bo,  I remember reading the first thread some time ago.  I guess it's
time to move on.  Just emerge amarok and it looks great!  Tried to play a
stream and it fell apart:
===
Error Loading Media
No suitable input plugin. This often means that the url's protocol is not
supported. Network failures are other possible causes.
http://live.str3am.com:2010/
===

What now?  Is there a list of amarok plugins that I need to emerge?


Plays OK for me.  Bring up the play list, click Add-Radio Stream,
enter the URL.  The right click on the new radio stream, and do
Load.  That should give you a from live.str3am.com/  in the play
list, click on it and hit play.

I recommend the use of the xine engine in amarok.  There are no real
plugins to speak of that you need, although I do have the following
use flags:

[ebuild   R   ] media-sound/amarok-1.4.3-r1  USE=kde visualization
xinerama -aac -arts -debug -ifp -ipod -mysql -njb -noamazon -opengl
-postgres -real (-xmms) LINGUAS=-az -bg -br -ca -cs -cy -da -de -el
-en_GB -es -et -fi -fr -ga -gl -he -hi -hu -is -it -ja -ka -km -ko -lt
-ms -nb -nl -nn -pa -pl -pt -pt_BR -ro -ru -rw -sl -sr [EMAIL PROTECTED] -sv
-ta -tg -th -tr -uk -uz -zh_CN -zh_TW 0 kB
[ebuild   R   ] media-libs/xine-lib-1.1.2-r2  USE=X a52 aac alsa asf
dts dvd flac gnome mng mp3 opengl samba sdl theora v4l vidix vorbis
win32codecs xinerama xv xvmc -aalib (-altivec) -arts -debug -directfb
-dxr3 -esd -fbcon -imagemagick -ipv6 -libcaca -modplug -nls -oss
-speex -vcd VIDEO_CARDS=nvidia -i810 -via 22 kB

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



[SOLVED]Re: [gentoo-user] {OT} Oracle DB web based admin tool

2006-10-23 Thread pat
Sorry for this post, I've found it in gentoo-wiki
(http://gentoo-wiki.com/HOWTO_Install_Oracle_10g).

Once again sorry.

 Pat

On Mon, 23 Oct 2006 22:42:18 +0200, pat wrote
 Hi,
 
 Sorry for this question, but does someone know how to start web 
 based admin tool for Oracle DB ???
 
 Thanks
 
   Pat
 -- 
 gentoo-user@gentoo.org mailing list

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] audio cd problem

2006-10-23 Thread Richard Fish

On 10/23/06, pat [EMAIL PROTECTED] wrote:

Hi,

I've lost possibllity to play audio CD on my Gentoo. I don't play audio CDs very
often, so I have no idea what I've did and why I'm not able to play then. Please
could someone point me to successful solution ??? I've googled but without
success :-(


So you are using application foo and getting message bar?  The fix is
to do gamma.

Seriously, we need to know what application you are using, and what
error you are getting, or we have to guess at both the problem and the
solution, rather than the normal thing we do which is to just guess at
the solution. ;-)

If you are using a GUI app, try running it from a terminal window to
see if it produces any error messages.

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



Re: [gentoo-user] audio cd problem

2006-10-23 Thread pat
On Mon, 23 Oct 2006 14:23:29 -0700, Richard Fish wrote
 On 10/23/06, pat [EMAIL PROTECTED] wrote:
  Hi,
 
  I've lost possibllity to play audio CD on my Gentoo. I don't play audio
CDs very
  often, so I have no idea what I've did and why I'm not able to play then.
Please
  could someone point me to successful solution ??? I've googled but without
  success :-(
 
 So you are using application foo and getting message bar?  The fix is
 to do gamma.
 
 Seriously, we need to know what application you are using, and what
 error you are getting, or we have to guess at both the problem and 
 the solution, rather than the normal thing we do which is to just 
 guess at the solution. ;-)
 
 If you are using a GUI app, try running it from a terminal window to
 see if it produces any error messages.
 
 -Richard

Hi Richard,

Sorry, I've try both UI (alsaplayer) and command line (workbone) applications
to play audio CD and the result is the same: Nothing to play. message.

 Pat

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] audio cd problem

2006-10-23 Thread Jesús Guerrero
El Lunes, 23 de Octubre de 2006 22:50, pat escribió:
 Hi,

 I've lost possibllity to play audio CD on my Gentoo. I don't play audio CDs
 very often, so I have no idea what I've did and why I'm not able to play
 then. Please could someone point me to successful solution ??? I've googled
 but without success :-(

 Thanks

   Pat

Just a quick note. If you do not have the audiocd cable (4 pins, from the back 
of the drive to your mobo or sound card), some applications will not be 
capable of playing audiocd unless they are capable of doing digital 
extraction, and, even if they can, the cost of cpu will be higher.

If your apps do not give any error message -they just act like they are 
playing, but no sound comes out of the speakers- then your problem is 
probably this one.

Jesús.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] audio cd problem

2006-10-23 Thread pat
On Mon, 23 Oct 2006 23:34:16 +0200, Jesús Guerrero wrote
 El Lunes, 23 de Octubre de 2006 22:50, pat escribió:
  Hi,
 
  I've lost possibllity to play audio CD on my Gentoo. I don't play audio CDs
  very often, so I have no idea what I've did and why I'm not able to play
  then. Please could someone point me to successful solution ??? I've googled
  but without success :-(
 
  Thanks
 
  Pat
 
 Just a quick note. If you do not have the audiocd cable (4 pins, 
 from the back of the drive to your mobo or sound card), some 
 applications will not be capable of playing audiocd unless they are 
 capable of doing digital extraction, and, even if they can, the cost 
 of cpu will be higher.
 
 If your apps do not give any error message -they just act like they 
 are playing, but no sound comes out of the speakers- then your 
 problem is probably this one.
 
 Jesús.
 

Hi,

I have a notebook and I was able to play audio CDs, it is gone :-( And I have
no idea when it happend :-\

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



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Mick
On Monday 23 October 2006 21:59, Richard Fish wrote:

 Plays OK for me.  Bring up the play list, click Add-Radio Stream,
 enter the URL.  The right click on the new radio stream, and do
 Load.  That should give you a from live.str3am.com/  in the play
 list, click on it and hit play.

Thanks Richard.  I think I have found a bug - or double-click doesn't always 
work as expected.  It seems that this is coming up as an intermittent error.  
Anyway, assuming that I have now played this stream and I would like to add 
it to one of my Playlists, how do I do that?

-- 
Regards,
Mick


pgpg5qHQSJmoS.pgp
Description: PGP signature


Re: [gentoo-user] xmms alternative

2006-10-23 Thread Richard Fish

On 10/23/06, Mick [EMAIL PROTECTED] wrote:

Thanks Richard.  I think I have found a bug - or double-click doesn't always
work as expected.  It seems that this is coming up as an intermittent error.
Anyway, assuming that I have now played this stream and I would like to add
it to one of my Playlists, how do I do that?


I just add them under Radio Streams in the playlist window.

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



RE: [gentoo-user] OT - Mouse going crazy in gnome [SOLVED?]

2006-10-23 Thread Michael Sullivan
On Mon, 2006-10-23 at 13:45 -0400, Timothy A. Holmes wrote:
 
  
 
Can anyone help us with this?  I have no idea what to do. 
   Her mouse 
and my mouse are identical (optical) and our two 
  xorg.conf files are 
very similar.  I have not seen this phenomenon on my PC 
  though.  We 
are using modular X.

--
gentoo-user@gentoo.org mailing list

   
   Hi Michael,
   
if it is the same mouse-effect I recognized as I tried 
  to configure  
   my X...
   
It may be that the auto settings for the protocol fail 
  to detect  
   the correct protocol (the wrong protocol was the reason for 
  the wild  
   mouse in my case...).
   
I cannot determine the kind of mouse (manufacturer, brand,
interface...) from the output you send with your mail...
   
My mouse is identified at boot time like this:
   
  input: Logitech N48 as /class/input/input0
  input: USB HID v1.00 Mouse [Logitech N48] on usb-:00:10.0-2.4
   
it is an three-button USB-mouse (Logitech).
   
I configured it in xorg.conf like:
   

   IdentifierMouse1
   Drivermouse
   Option Protocol  IMPS/2
   Option Device/dev/input/mice
   Option Buttons   5
   Option ZAxisMapping  4 5 
   
   
HTH
   
Have a nice weekend!
mcc
   
  
  I was wrong about her mouse being the same as mine:  Her's is 
  a Mitsumi wheel mouse and mine is a Logitech wheel mouse.  Is 
  there a way to view the boot up messages without actually 
  rebooting?  Also, I pulled this from her dmesg output:
  
  catherine ~ # dmesg | grep 'ouse'
  psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
  synchronization, throwing 3 bytes away.
  psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
  synchronization, throwing 1 bytes away.
  psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
  synchronization, throwing 3 bytes away.
  
  
  --
  gentoo-user@gentoo.org mailing list
  
 
 
 Any chance you are using a KVM Switch? -- ive had problems like that in
 gnome for years using kvm switches.  Now I use fluxbox
 
 TIM
 
 
 
 Timothy A. Holmes
 IT Manager / Network Admin / Web Master / Computer Teacher
 Medina Christian Academy
 A Higher Standard...
 

What's a KVM switch?  I changed the protocol in my wife's xorg.conf file
and she says it's behaving itself so far.  I'll let you know if it
starts going screwey again...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] audio cd problem

2006-10-23 Thread Richard Fish

On 10/23/06, pat [EMAIL PROTECTED] wrote:

Sorry, I've try both UI (alsaplayer) and command line (workbone) applications
to play audio CD and the result is the same: Nothing to play. message.


A couple of things to double check...assuming you are using udev, make
sure that your CD device nodes are being created under the group
cdrom:

~  ls -lL /dev/cd*
brw-rw 1 root cdrom 11, 0 Oct 21 16:34 /dev/cdrom
brw-rw 1 root cdrom 11, 0 Oct 21 16:34 /dev/cdrw

And make sure your user account is a member of the cdrom group:

~  id | grep cdrom
uid=500(rjf) gid=100(users)
groups=10(wheel),18(audio),20(dialout),80(cdrom),85(usb),100(users),408(scanner),409(graphics),444(vmware),445(plugdev),446(qemu)

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



[gentoo-user] net.eth0 starting yet not starting

2006-10-23 Thread Lord Sauron

Weird problem.

On my server net.eth0 isn't starting, yet it is.

During boot it goes through the normal routine, it starts net.lo and
everything, however, then it goes into runlevel 3 and then all my
services fail (apache, sshd, ddclient, etc), complaining that net.eth0
isn't running.  I log in and try to start net.eth0 and it tells me
that it's already running!

I tried adding net.eth0 to runlevel boot, boot and default, and then
just default, but it still doesn't work.  Does anyone know what is
going on?  This is really confusing me.

--
== GCv3.12 ==
GCS d-(++) s+: a? C++ UL+ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
   DI+++ D+ G e* h- !r !y
= END GCv3.12 
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Daniel D Jones
On Monday 23 October 2006 14:03, Bo Ørsted Andresen wrote:
 On Monday 23 October 2006 19:33, Robert Cernansky wrote:
  e) it works fine
 
  f) it has no good alternative :-(

 g) noone prevents you from using it as long as it still works

 h) if you really want it in the tree feel free to maintain it (you'll find
it's no longer maintainable...)

i) It appears that it's still a dependency for a lot of other programs:

[EMAIL PROTECTED]:/# emerge -uDvat world

These are the packages that would be merged, in reverse order:

Calculating world dependencies |
!!! All ebuilds that could satisfy media-sound/xmms have been masked.
!!! One of the following masked packages is required to complete your request:
- media-sound/xmms-1.2.10-r16 (masked by: package.mask, ~x86 keyword)
# Diego Pettenò [EMAIL PROTECTED] (23 Oct 2006)
# Pending removal 23 November for multiple bugs
# Use media-sound/audacious

- media-sound/xmms-1.2.10-r14 (masked by: package.mask)
- media-sound/xmms-1.2.10-r15 (masked by: package.mask)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by kde-base/kicker-applets-3.5.2 [ebuild])



!!! Problem resolving dependencies for kde-base/kde-meta
!!! Depgraph creation failed.


This is after I unmerged kopete because it was the requiring dependency and I 
don't use it.

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] OT - Mouse going crazy in gnome [SOLVED?]

2006-10-23 Thread Iain Buchanan
On Mon, 2006-10-23 at 17:33 -0500, Michael Sullivan wrote:
 On Mon, 2006-10-23 at 13:45 -0400, Timothy A. Holmes wrote:
  
   
  
 Can anyone help us with this?  I have no idea what to do. 
Her mouse 
 and my mouse are identical (optical) and our two 
   xorg.conf files are 
 very similar.  I have not seen this phenomenon on my PC 
   though.  We 
 are using modular X.
 
  
  Any chance you are using a KVM Switch? -- ive had problems like that in
  gnome for years using kvm switches.  Now I use fluxbox
  
 
 What's a KVM switch?  I changed the protocol in my wife's xorg.conf file
 and she says it's behaving itself so far.  I'll let you know if it
 starts going screwey again...

A KVM (Keyboard Video Mouse) switch is a hardware device that lets you
use one keyboard, video  mouse one 2 to 8 (or more) computers.  Very
neat, especially for server rooms.

Anyway, I had the same problem as you, and changing the protocol from
auto to something specific fixed it for me...

-- 
Iain Buchanan iaindb at netspace dot net dot au

I've got all the money I'll ever need if I die by 4 o'clock.
-- Henny Youngman

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] newer alsa-lib and .asoundrc

2006-10-23 Thread David Grant
On 10/19/06, Richard Fish [EMAIL PROTECTED] wrote:
On 10/19/06, David Grant [EMAIL PROTECTED] wrote: In the elog or ewarn message for alsa-lib there is now a warning about having an old .asoundrc file laying around. Does this mean that we don't
 even need .asoundrc anymore? I have gotten rid of mine and things do seem to be working.That's correct.Newer versions of alsa have built-in configurationsthat automatically enable the dmix and dsnoop plugins when necessary.
This is awesome. alsa pretty much works just like you want right out of the box now.Dave-- David Granthttp://www.davidgrant.ca



[gentoo-user] Re: espn(wmp) on firefox?

2006-10-23 Thread James
Ryan Tandy tarpman at tarpman.homelinux.com writes:


  I wanted to watch a football game over the internet using
  espn. It requires Windows Media Player. Will any of the
  Gentoo browsers support this format and if so, which ones
  and which plugins work best?

 If you're using Firefox or any other Netscape-compatible browser 
 (Epiphany, Seamonkey), try mplayerplug-in with USE=win32codecs.


Cool, I'll give it a shot and repost if it does not work.

Thanks

James

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Wireless trouble, bad hardware?

2006-10-23 Thread Grant

I'm having trouble with one of my systems not being able to reliably
connect to my Gentoo router wirelessly.

I have a Netgear WG311T in the router and also the desktop that is
having trouble.  I have a Netgear WG511T in my laptop.  They all use
the madwifi driver.  The laptop connects perfectly every time, and the
desktop used to connect perfectly but has slowly become less and less
reliable until now it rarely connects.  The laptop and desktop are
both about 12 feet from the router.  I'm in an apartment, but it
doesn't seem like interference could be the problem since the laptop
connects perfectly every time.

Can anyone recommend anything to check in software?  Does this sound
like a hardware problem?

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



[gentoo-user] Re: Wireless trouble, bad hardware?

2006-10-23 Thread Grant

I'm having trouble with one of my systems not being able to reliably
connect to my Gentoo router wirelessly.

I have a Netgear WG311T in the router and also the desktop that is
having trouble.  I have a Netgear WG511T in my laptop.  They all use
the madwifi driver.  The laptop connects perfectly every time, and the
desktop used to connect perfectly but has slowly become less and less
reliable until now it rarely connects.  The laptop and desktop are
both about 12 feet from the router.  I'm in an apartment, but it
doesn't seem like interference could be the problem since the laptop
connects perfectly every time.

Can anyone recommend anything to check in software?  Does this sound
like a hardware problem?


Sorry to reply to myself, but I forgot to mention that pinging the
router (192.168.0.1) from the desktop returns:


From 192.168.1.2 icmp_seq=2 Destination Host Unreachable


192.168.1.2 is the router's address on the WAN.  If the desktop can't
communicate with the router, how would it know the router's WAN
address?

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



Re: [gentoo-user] Re: Wireless trouble, bad hardware?

2006-10-23 Thread Jamie
 I'm having trouble with one of my systems not being able to reliably
 connect to my Gentoo router wirelessly.

 I have a Netgear WG311T in the router and also the desktop that is
 having trouble.  I have a Netgear WG511T in my laptop.  They all use
 the madwifi driver.  The laptop connects perfectly every time, and the
 desktop used to connect perfectly but has slowly become less and less
 reliable until now it rarely connects.  The laptop and desktop are
 both about 12 feet from the router.  I'm in an apartment, but it
 doesn't seem like interference could be the problem since the laptop
 connects perfectly every time.

 Can anyone recommend anything to check in software?  Does this sound
 like a hardware problem?

 Sorry to reply to myself, but I forgot to mention that pinging the
 router (192.168.0.1) from the desktop returns:

 From 192.168.1.2 icmp_seq=2 Destination Host Unreachable

 192.168.1.2 is the router's address on the WAN.  If the desktop can't
 communicate with the router, how would it know the router's WAN
 address?


What WAN Address? I cannot see any address other than one of the reserved
class C's. I would suggest that either the PC you are pinging from
(desktop) does not have an address in the same range as the router, or
the default gateway is incorrect on the desktop. Another possibility is
a an IP conflict but this is less likely.
Can you possibly post the IP configuration (ifconfig) from the desktop
machine so that we can see how the interface is set up.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Dale
Daniel D Jones wrote:
 On Monday 23 October 2006 14:03, Bo Ørsted Andresen wrote:
 On Monday 23 October 2006 19:33, Robert Cernansky wrote:
 e) it works fine

 f) it has no good alternative :-(
 g) noone prevents you from using it as long as it still works

 h) if you really want it in the tree feel free to maintain it (you'll find
it's no longer maintainable...)
 
 i) It appears that it's still a dependency for a lot of other programs:
 
 [EMAIL PROTECTED]:/# emerge -uDvat world
 
 These are the packages that would be merged, in reverse order:
 
 Calculating world dependencies |
 !!! All ebuilds that could satisfy media-sound/xmms have been masked.
 !!! One of the following masked packages is required to complete your request:
 - media-sound/xmms-1.2.10-r16 (masked by: package.mask, ~x86 keyword)
 # Diego Pettenò [EMAIL PROTECTED] (23 Oct 2006)
 # Pending removal 23 November for multiple bugs
 # Use media-sound/audacious
 
 - media-sound/xmms-1.2.10-r14 (masked by: package.mask)
 - media-sound/xmms-1.2.10-r15 (masked by: package.mask)
 
 For more information, see MASKED PACKAGES section in the emerge man page or
 refer to the Gentoo Handbook.
 (dependency required by kde-base/kicker-applets-3.5.2 [ebuild])
 
 
 
 !!! Problem resolving dependencies for kde-base/kde-meta
 !!! Depgraph creation failed.
 
 
 This is after I unmerged kopete because it was the requiring dependency and I 
 don't use it.
 


Do you still have xmms in your USE line in make.conf?  I had to remove
mine, and replace with -xmms, when the error you have came up.  Then I
had to do a emerge -Nuv world to recompile a few packages that the
change affected.

Hope that helps.

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Wireless trouble, bad hardware?

2006-10-23 Thread Grant

 I'm having trouble with one of my systems not being able to reliably
 connect to my Gentoo router wirelessly.

 I have a Netgear WG311T in the router and also the desktop that is
 having trouble.  I have a Netgear WG511T in my laptop.  They all use
 the madwifi driver.  The laptop connects perfectly every time, and the
 desktop used to connect perfectly but has slowly become less and less
 reliable until now it rarely connects.  The laptop and desktop are
 both about 12 feet from the router.  I'm in an apartment, but it
 doesn't seem like interference could be the problem since the laptop
 connects perfectly every time.

 Can anyone recommend anything to check in software?  Does this sound
 like a hardware problem?

 Sorry to reply to myself, but I forgot to mention that pinging the
 router (192.168.0.1) from the desktop returns:

 From 192.168.1.2 icmp_seq=2 Destination Host Unreachable

 192.168.1.2 is the router's address on the WAN.  If the desktop can't
 communicate with the router, how would it know the router's WAN
 address?


What WAN Address? I cannot see any address other than one of the reserved
class C's. I would suggest that either the PC you are pinging from
(desktop) does not have an address in the same range as the router, or
the default gateway is incorrect on the desktop. Another possibility is
a an IP conflict but this is less likely.
Can you possibly post the IP configuration (ifconfig) from the desktop
machine so that we can see how the interface is set up.


After rebooting the desktop, all I get from ping attempts is:

connect: Network is unreachable

so I guess it won't connect at all now.  I don't think ifconfig would
be useful now, but let me know if I'm wrong or if you have any other
ideas.

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



Re: [gentoo-user] Re: Wireless trouble, bad hardware?

2006-10-23 Thread Jamie
snip
 

 What WAN Address? I cannot see any address other than one of the
 reserved
 class C's. I would suggest that either the PC you are pinging from
 (desktop) does not have an address in the same range as the router, or
 the default gateway is incorrect on the desktop. Another possibility
 is
 a an IP conflict but this is less likely.
 Can you possibly post the IP configuration (ifconfig) from the desktop
 machine so that we can see how the interface is set up.

 After rebooting the desktop, all I get from ping attempts is:

 connect: Network is unreachable

 so I guess it won't connect at all now.  I don't think ifconfig would
 be useful now, but let me know if I'm wrong or if you have any other
 ideas.

The output of ifconfig would certainly be useful but it sounds to me like
the configuration of eth0 has been changed somehow.
Perhaps you could post the output of ifconfig, and the contents of
/etc/conf.d/net as this should list the configuration of all of the
network adapters (just in case eth0 is not the interface that you are
using).

Hopefully this information will allow someone on the list to help you
diagnose your problem.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Meino Christian Cramer
From: Dale [EMAIL PROTECTED]
Subject: Re: [gentoo-user] xmms alternative
Date: Mon, 23 Oct 2006 20:41:29 -0500

 Daniel D Jones wrote:
  On Monday 23 October 2006 14:03, Bo Ørsted Andresen wrote:
  On Monday 23 October 2006 19:33, Robert Cernansky wrote:
  e) it works fine
 
  f) it has no good alternative :-(
  g) noone prevents you from using it as long as it still works
 
  h) if you really want it in the tree feel free to maintain it (you'll find
 it's no longer maintainable...)
  
  i) It appears that it's still a dependency for a lot of other programs:
  
  [EMAIL PROTECTED]:/# emerge -uDvat world
  
  These are the packages that would be merged, in reverse order:
  
  Calculating world dependencies |
  !!! All ebuilds that could satisfy media-sound/xmms have been masked.
  !!! One of the following masked packages is required to complete your 
  request:
  - media-sound/xmms-1.2.10-r16 (masked by: package.mask, ~x86 keyword)
  # Diego Pettenò [EMAIL PROTECTED] (23 Oct 2006)
  # Pending removal 23 November for multiple bugs
  # Use media-sound/audacious
  
  - media-sound/xmms-1.2.10-r14 (masked by: package.mask)
  - media-sound/xmms-1.2.10-r15 (masked by: package.mask)
  
  For more information, see MASKED PACKAGES section in the emerge man page or
  refer to the Gentoo Handbook.
  (dependency required by kde-base/kicker-applets-3.5.2 [ebuild])
  
  
  
  !!! Problem resolving dependencies for kde-base/kde-meta
  !!! Depgraph creation failed.
  
  
  This is after I unmerged kopete because it was the requiring dependency and 
  I 
  don't use it.
  
 
 
 Do you still have xmms in your USE line in make.conf?  I had to remove
 mine, and replace with -xmms, when the error you have came up.  Then I
 had to do a emerge -Nuv world to recompile a few packages that the
 change affected.
 
 Hope that helps.
 
 Dale
 
 :-)  :-)
 -- 
 gentoo-user@gentoo.org mailing list
 

Hi,

 I got similiar (?) problems here:
 
 1) I had xmms installed, now it is removed (emerge -C).
 2) it is not listed in package.use
 3) It is not listed in world

 I get:

   solfire:/rootemerge --pretend --tree --verbose --update --deep world
   
   These are the packages that would be merged, in reverse order:
   
   Calculating world dependencies -
   !!! All ebuilds that could satisfy =media-sound/xmms-1.2.7-r6 have been 
masked.
   !!! One of the following masked packages is required to complete your 
request:
   - media-sound/xmms-1.2.10-r16 (masked by: package.mask)
   # Diego Pettenò [EMAIL PROTECTED] (23 Oct 2006)
   # Pending removal 23 November for multiple bugs
   # Use anything but this, like media-sound/audacious
   # media-sound/amarok media-sound/mpd media-sound/rythmbox
   # media-sound/muine media-sound/banshee
   
   - media-sound/xmms-1.2.10-r14 (masked by: package.mask)
   - media-sound/xmms-1.2.10-r15 (masked by: package.mask)
   
   For more information, see MASKED PACKAGES section in the emerge man page or
   refer to the Gentoo Handbook.
   (dependency required by media-sound/normalize-0.7.6-r2 [ebuild])
   
   
   
   !!! Problem resolving dependencies for app-cdr/k9copy
   !!! Depgraph creation failed.

 
For normalize and k9copy I get:

   solfire:/rootemerge -pv k9copy
   
   These are the packages that would be merged, in order:
   
   Calculating dependencies... done!
   [ebuild   R   ] app-cdr/k9copy-1.0.4  USE=arts -debug -xinerama 0 kB
   
   Total size of downloads: 0 kB
   solfire:/rootemerge -pv normalize
   
   These are the packages that would be merged, in order:
   
   Calculating dependencies... done!
   [ebuild   R   ] media-sound/normalize-0.7.6-r2  USE=mad nls -audiofile* 
(-xmms*) 0 kB
   
   Total size of downloads: 0 kB
   solfire:/root



 Systemfailure:
 E_NOIDEA   :)


 What did I wrong here? k9copy seems to have no idea of xmms and
 normalize explicitely say NO XMMS (-xmms)...

 Thanks a lot for helping to solve the knot in advance!
 Keep hacking!
 mcc


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Richard Fish

On 10/23/06, Meino Christian Cramer [EMAIL PROTECTED] wrote:

   solfire:/rootemerge --pretend --tree --verbose --update --deep world


Add --newuse, so that everything that used to have a xmms use flag can
be rebuilt.


   [ebuild   R   ] media-sound/normalize-0.7.6-r2  USE=mad nls -audiofile* 
(-xmms*) 0 kB


[snip]


 What did I wrong here? k9copy seems to have no idea of xmms and
 normalize explicitely say NO XMMS (-xmms)...


Not exactly.  It says no xmms, but the '*' also says the flag state
has changed since the last time you merged the package.

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



Re: [gentoo-user] asterisk zaptel-1.2.9.1 error

2006-10-23 Thread kitti jaisong

I try to genkernel again and update in grub. it's working

thanks,

ti

Boyd Stephen Smith Jr. wrote:
On Sunday 22 October 2006 11:47, Régis Décamps [EMAIL PROTECTED] wrote 
about 'Re: [gentoo-user] asterisk zaptel-1.2.9.1 error':
  

  * Could not find a usable .config in the kernel source directory.
  * Please ensure that /usr/src/linux points to a configured set of
Linux sources.
  

You should hava a backup of your linux-kernel configuration in /boot.
use ls -al /usr/src/linux to check that the version of the kernel
source is the same than the kernel image you use. In which case you
can:
ln -s /boot/Config-version /usr/src/linux/.config



Try the script below instead, it might not fix everything, but it's less 
hit-and-miss than manually searching for a configuration backup that you 
may not even have.


#!/bin/bash
if [ -h /usr/src/linux ]; then
  echo 'You have a /usr/src/linux symlink, good.'
  if [ $(readlink /usr/src/linux) == linux-$(uname -r) ]; then
 echo 'It points to your running kernel, also good.'
  else
 echo But, it points to the wrong place.  I'll fix it.
 ln -snf linux-$(uname -r) /usr/src/linux || exit 127
  fi
elif [ -e /usr/src/linux ]; then
  echo 'You have a /usr/src/linux, but it is not a symlink.'
  echo Your system is broken, but I can't automatically fix it.
  exit 1
else
  echo You don't have a /usr/src/linux, let me make one for you.
  ln -snf linux-$(uname -r) /usr/src/linux || exit 127
fi

if [ -r /proc/config.gz ]; then
  echo 'You have a /proc/config.gz, good.'
else
  echo You either don't have a /proc/config.gz or I can't read it.
  echo Sorry, I can't access the configuration of your running kernel.
  exit 1
fi

if [ -r /usr/src/linux/.config ]; then
  echo 'You already have a readable /usr/src/linux/.config, hrm.'
elif [ -e /usr/src/linux/.config ]; then
  echo Your /usr/src/linux/.config exists, but I can't read it.
  echo There's probably a permissions problem somewhere.
  exit 1
else
  echo 'No /usr/src/linux/.config, using running config.'
  zcat /proc/config.gz  /usr/src/linux/.config || exit 127
  exit 0
fi

if zcat /proc/config.gz | diff /usr/src/linux/.config - ; then
  echo 'Your /usr/src/linux/.config and your running configuration agree.'
  echo I can't believe you wasted my CPU cycles. ;)
  exit 0
else
  echo -n 'Your /usr/src/linux/.config and your running configuration '
  echo -n 'are different.  You should build and install, as needed, this '
  echo -n 'new configuration.  After doing so, you should be able to '
  echo -n 'compile out-of-tree modules, but they will not be usable until '
  echo'you boot into the newly configured kernel.'
  exit 1
fi

  

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vim-in-pine problem

2006-10-23 Thread Bryan Whitehead
For me it was already having known all the pine keys... mutt isn't that 
much better to justify months of readjusting to a new email reader...


Jorge Almeida wrote:

On Sat, 21 Oct 2006, Philip Webb wrote:


I don't really remember why I didn't stick with mutt,
but I know there were some reasons: colors? difficult to configure?


Yes, you need to read 'man muttrc'  set up  ~/.muttrc  to your tastes.


There was something else...Asking for password too many times?


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Wireless trouble, bad hardware?

2006-10-23 Thread Grant

 What WAN Address? I cannot see any address other than one of the
 reserved
 class C's. I would suggest that either the PC you are pinging from
 (desktop) does not have an address in the same range as the router, or
 the default gateway is incorrect on the desktop. Another possibility
 is
 a an IP conflict but this is less likely.
 Can you possibly post the IP configuration (ifconfig) from the desktop
 machine so that we can see how the interface is set up.

 After rebooting the desktop, all I get from ping attempts is:

 connect: Network is unreachable

 so I guess it won't connect at all now.  I don't think ifconfig would
 be useful now, but let me know if I'm wrong or if you have any other
 ideas.

The output of ifconfig would certainly be useful but it sounds to me like
the configuration of eth0 has been changed somehow.
Perhaps you could post the output of ifconfig, and the contents of
/etc/conf.d/net as this should list the configuration of all of the
network adapters (just in case eth0 is not the interface that you are
using).

Hopefully this information will allow someone on the list to help you
diagnose your problem.


I'm connected directly to the DSL modem/router via eth0 right now.
This is not normal and I'm only connected like this so I can get
online to write this message.  I'm usually trying to connect via ath0
to the Gentoo router which is then connected to the modem/router.
Here is my current ifconfig:

ath0  Link encap:Ethernet  HWaddr 00:0F:B5:86:C0:E1
 inet6 addr: fe80::20f:b5ff:fe86:c0e1/64 Scope:Link
 UP BROADCAST MULTICAST  MTU:1500  Metric:1
 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:0
 RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth0  Link encap:Ethernet  HWaddr 00:16:17:76:37:82
 inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
 inet6 addr: fe80::216:17ff:fe76:3782/64 Scope:Link
 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 RX packets:967 errors:0 dropped:0 overruns:0 frame:0
 TX packets:868 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:1000
 RX bytes:743136 (725.7 Kb)  TX bytes:243477 (237.7 Kb)
 Interrupt:169 Base address:0xd800

loLink encap:Local Loopback
 inet addr:127.0.0.1  Mask:255.0.0.0
 inet6 addr: ::1/128 Scope:Host
 UP LOOPBACK RUNNING  MTU:16436  Metric:1
 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:0
 RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wifi0 Link encap:UNSPEC  HWaddr
00-0F-B5-86-C0-E1-80-79-00-00-00-00-00-00-00 -00
 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 RX packets:7782 errors:0 dropped:0 overruns:0 frame:3492
 TX packets:1561 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:199
 RX bytes:742503 (725.1 Kb)  TX bytes:71806 (70.1 Kb)
 Interrupt:161 Memory:c210-c211

and /etc/conf.d./net :

modules_ath0=( wpa_supplicant )
wpa_supplicant_ath0=( -Dmadwifi )
config_ath0=( 192.168.0.3 netmask 255.255.255.0 broadcast 192.168.0.255 )
routes_ath0=( default via 192.168.0.1 )
essid_ath0=( network2 )

although I currently have a couple eth0 lines so I can connect to the
modem/router.  They aren't usually there.

I must admit I don't know what the broadcast and netmask are and they
are set the same for the Gentoo router and the laptop that connects to
it.

Please let me know if you have any idea what the problem might be, or
where I should look for the problem.

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



Re: [gentoo-user] Disabling net.ath0 backgrounding

2006-10-23 Thread Grant

   I tried the following in /etc/conf.d/net :
  
   modules_ath0=( !plug )
  
   but it still goes into backgrounding.
  That shouldn't happen.
 
  Please post the output of:
  grep -Ev '^[[:space:]]*(#.*)?$' /etc/conf.d/net

 modules=wpa_supplicant
 wpa_supplicant_ath0=-Dmadwifi
 config_ath0=( 192.168.0.3 netmask 255.255.255.0 broadcast
 192.168.0.255 ) routes_ath0=( default via 192.168.0.1 )
 essid_ath0=network2
 modules_ath0=( !plug )

Around line 159 in my net.example says:
# By default don't wait for wpa_suppliant to associate and authenticate.
# If you would like to, so can specify how long in seconds
#associate_timeout_eth0=60
# A value of 0 means wait forever.

It may be possible that you need to set this variable to 0 to prevent
backgrounding, independent of the ifplugd/netplug quashing.


I found this that mentions disabling backgrounding:

http://gentoo-wiki.com/HARDWARE_wg511t

but the quoted portion of net.lo doesn't seem to exist in the latest
stable version.

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



Re: [gentoo-user] WPA with wireless-tools

2006-10-23 Thread Ted Ozolins
Grant wrote:

 I've been using wpa_supplicant to connect to my Gentoo router, and I'm
 wondering if I can use wireless-tools instead.  I have the following
 /etc/conf.d/net:

 config_ath0=192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0
 routes_ath0=default via 192.168.0.1
 essid_ath0=mynetwork
 channel_ath0=11
 iwpriv_ath0=( wpa 1 )
 key_mynetwork=s:mykey

 /etc/init.d/net.ath0 returns no errors, has all the right output, and
 my PCMCIA card's LEDs are blinking like they are connected, but I
 can't ping the router.  I get Destination Host Unreachable.  If I
 switch back to wpa_supplicant it works perfectly.  I did notice,
 however, that intentionally submitting the wrong password with
 wireless-tools has the same effect.

 Can anyone help?

 - Grant

The only time I've run into that problem is when I've used s:somekey
when the router was expecting a 64 bit hex.

-- 
Ted Ozolins(VE7TVO)
Cranbrook, B. C

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xyz.la seems to be moved message

2006-10-23 Thread Meino Christian Cramer
Hi,

 while doing a revdep-rebuild I got A LOT of messages of the pattern

   libxyz.la seems to be moved

 I recorded that messages and finally after some modifying these
 libraries are affected:

 libICE.la   libgnome-2.la
 libORBit-2.la   libgnome-keyring.la
 libSM.lalibgnomecanvas-2.la
 libart_lgpl_2.lalibgnomeprint-2-2.la
 libatk-1.0.la   libgnomeprintui-2-2.la
 libbonobo-2.la  libgnomeui-2.la
 libbonobo-activation.la libgnomevfs-2.la
 libbonoboui-2.lalibgnutls.la
 libcairo.la libgobject-2.0.la
 libcamel-1.2.la libgpg-error.la
 libcamel-provider-1.2.lalibgthread-2.0.la
 libdbus-1.lalibgtk-x11-2.0.la
 libebook-1.2.la libgtkhtml-3.8.la
 libecal-1.2.la  libhal.la
 libedataserver-1.2.la   libjpeg.la
 libedataserverui-1.2.la liblber.la
 libexpat.la libldap.la
 libfontconfig.lalibltdl.la
 libfreetype.la  libogg.la
 libgconf-2.la   libpango-1.0.la
 libgcrypt.lalibpangocairo-1.0.la
 libgdk-x11-2.0.la   libpangoft2-1.0.la
 libgdk_pixbuf-2.0.lalibpng.la
 libglade-2.0.la libpopt.la
 libglib-2.0.la  libsoup-2.2.la
 libgmodule-2.0.la   libtasn1.la
 ilibxml2.la


  As an example I looked into /usr/lib/libICE.la and found:

# libICE.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 
22:14:06)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='libICE.so.6'

# Names of this library.
library_names='libICE.so.6.3.0 libICE.so.6 libICE.so'

# The name of the static archive.
old_library='libICE.a'

# Libraries that this one depends upon.
dependency_libs=''

# Version information for libICE.
current=9
age=3
revision=0

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/lib'


 I checked the paths inside that file and found that they are correct.
   

 But what is the reason for these mass of seems to ne moved
 messages? Where are the according (wrong) informations stored?

 Thank you very much for any help in advance!
 mcc

 

























-- 
gentoo-user@gentoo.org mailing list