Re: [gentoo-user] Emerge logs no longer being mailed

2007-04-23 Thread Neil Bothwick
On Sun, 22 Apr 2007 17:34:02 -0700, Kevin O'Gorman wrote:

> And everything else is commented out (uses defaults).
> I'm running postfix, which appears to be working, and forwards my local
> mail to that same mail URI: "[EMAIL PROTECTED]"
> 
> What should I be looking for?

Look in the Postfix logfile (or syslog if Postfix isn't set to use its
own log). Is there any mention of connection attempts from Portage? If
not, the fault is with Portage. Otherwise, you should be able to see
whether the mail was accepted and where, if anywhere, it was delivered.


-- 
Neil Bothwick

"Press Return to Continue" - known as "The Mail Menupause".


signature.asc
Description: PGP signature


Re: [gentoo-user] Problems with HAL

2007-04-23 Thread Dale
Neil Bothwick wrote:
> Hello Dale,
>
>   
>>> If you're using the KDE automounter, you don't need any fstab entries
>>> for removable devices.
>>>   
>
>   
>> That's what I thought to.  I do however use it for a console session and
>> I use ivman to mount.  I think that is why I had to put that in there. 
>> KDE works with it there as well though so I guess it doesn't hurt
>> anything.
>> 
>
> You can use pmount to mount a device from a terminal, which is what KDE
> uses anyway. The main difference that an fstab entry makes is that it can
> change the mount point that would otherwise be used.
>   

What I like about ivman is that it is magic.  LOL  It does it without me
doing anything.  I like that.
>   
>> I also noticed that KDE can read my Canon camera like it is a drive now
>> though.  Not sure how that happened.  I'm not complaining though.
>> 
>
> KDE has been able to do that for a long time. It's not actually mounting
> it as a drive, because Canon cameras don't use usb-storage, but the
> camera:/ ioslave allows you to use it as if it was, via libgphoto2.
>
>
>   

I just noticed that though.  It didn't do that a few months ago.  It
would always come up with a empty folder and just sit there.  I still
use gtkam though.  I can rename the file names as they are downloaded
with it.  Be nice if KDE would let you do that the same way.

Dale

:-)  :-)

-- 
www.myspace.com/-remove-me-dalek1967

Copy n paste then remove the -remove-me- part.



Re: [gentoo-user] dhcpcd is too noisy in syslog

2007-04-23 Thread Fabio A Correa
You can also try to add the following to your /etc/conf.d/net:

dhcpcd_eth0=( "-l 3600" )

together with any previous flags you are using. With this, dhcpcd will 
recommend a lease time of
3600 seconds to the server.

-- 
Fabio A. Correa D.

Physics Dept, Universidad Nacional, Bogota, Colombia
[EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
My webpage and OpenPGP key at http://facorread.150m.com
[EMAIL PROTECTED] is not working anymore!!!
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Don't get a /etc/resolv.conf on dhcpcd ethx - Get /etc/resolv.conf-eth2.sv instead which doesn't work unless copy to /etc/resolv.conf

2007-04-23 Thread Richard Watson
> you _are_ using dhcpcd, right?

I decided to emerge dhcpcd again to see what I get. It reports an error
at the end of the compilation.

* QA Notice: USE Flag 'kernel_linux' not in IUSE for
net-misc/dhcpcd-2.0.5-r1
* 
* dhcpcd requires kernel support for Packet Socket (CONFIG_PACKET).

However it completes OK and seems to work OK other than having to
manually create the correct DNS in /etc/resolv.conf.

Anyone any ideas. Thanks, Richar

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] NFS vs. jumbo frames

2007-04-23 Thread Matthias Bethke
I've been fiddling with this for some days and can't but assume it's a
bug in one of the Gentoo patches to either the kernel or NFS tools:
Basically, NFS locking breaks as soon as I enable jumbo frames on both
server and client.
  touch foobar
  flock foobar ls
works fine in my NFS-mounted home with an MTU of 1500. An MTU of 9000 is
great for general net throughput so I wanted to use it on both the
server and the clients, but the above sequence hangs indefinitely when I
try. I'm aware flock() isn't supposed to work correctly with NFS anyway,
but all kinds of stuff depends on it at least pretending to.
The strange thing is, SuSE 10.1 as a client works fine with jumbo
frames, just my Gentoo box doesn't. I tried enabling nfs_debug with
sysctl and sniffing the wire with tcpdump and wireshark but with my
pretty basic knowledge of NFS workings I didn't spot anything
conspicuous other than that
  lookup(msbethke/foobar)
  nfs_update_inode(0:18/3424742 ct=1 info=0x6)
  nfs_fhget(0:18/1081970 ct=1)
  permission(0:18/1081970), mask=0x4, res=0 
seems to be the exchange after which the hang occurs.
Our server is running 2.6.18-hardened-r6 and nfs-utils-1.0.12. The
clients are mostly SuSE 10.1 boxes with kernel 2.6.16.21-0.21-smp and
nfs-utils-1.0.7-36 while my workstation has 2.6.20-gentoo-r6 (was
linux-2.6.19-gentoo-r5 before) and the same ns-utils as the server.

-- 
I prefer encrypted and signed messages. KeyID: FAC37665
Fingerprint: 8C16  3F0m A6FC DF0D 19B0  8DEF 48D9 1700 FAC3 7665


pgpVv5f4MJwd6.pgp
Description: PGP signature


Re: [gentoo-user] virtualbox shared folder anyone? [SOLVED]

2007-04-23 Thread Helmut Jarausch
The following steps were successful (for me)

echo "app-emulation/virtualbox-bin additions dvitool" >> \
/etc/portage/package.use
emerge app-emulation/virtualbox-bin# here 1.3.8-r1

create the virtual machine (WinXP in my case) as described
and install (here) WinXP SP2 and power off (the VM) after the complete
install.

### just examples ..v...vvv
vboxmanage sharedfolder add WinXP -name linux -hostpath /MySharedFolder

Then start virtualbox again,

click on Details  CD/DVD-ROM
there on Mount CD/DVD
Some fiddling about "ISO Image File" leads to
add 
/opt/VirtualBox/additions/VBoxGuestAdditions.iso
Then click on "ISO Image File"

Now boot the virtual machine.
There you find VBoxGuestAdditions as an
additional (CD) drive.

Click on it to start installing the additional
drivers from Virtualbox.

Restart Windows and then

execute  cmd
and there
### for my example   v
net use x: \\vboxsvr\linux

and voila, it seems to work!

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Can't offload pictures from camera

2007-04-23 Thread Joost Roeleveld
> I have a Kodak EasyShare CX7300.  I have gphoto2-2.3.1 installed.  I'm
> currently running kernel 2.6.19-gentoo-r5 .  In the past, I have used
> the command "# gphoto2 -P [1]" to offload picture from this camera.
> Until today, it has always worked.  Today I tried to offload pictures
> from the camera and I get this:
>
> camille ~ # gphoto2 -P [1]
>
> *** Error ***
> An error occurred in the io-library ('Bad parameters'): Could not find
> USB device (vendor 0x40a, product 0x578). Make sure this device is
> connected to the computer.
> *** Error (-2: 'Bad parameters') ***
>
> For debugging messages, please use the --debug option.
> Debugging messages may help finding a solution to your problem.
> If you intend to send any error or debug messages to the gphoto
> developer mailing list <[EMAIL PROTECTED]>, please run
> gphoto2 as follows:
>
> env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt -P "[1]"
>
> Please make sure there is sufficient quoting around the arguments.
>
> This seems to suggest that the camera is not properly connected to the
> computer.  Yet, dmesg says:
>
> usb 2-1: new full speed USB device using uhci_hcd and address 11
> usb 2-1: configuration #1 chosen from 1 choice
>
> Is this something that I can fix myself, or should I report it as a bug?

I have a similar camera as yourself and don't think I've had this problem
before.
Can you make sure that the camera is actually connected, and switched on
(light is on) while running the "gphoto2 -P" command?
I find that there is a limited amount of time available from turning on
the camera to being able to download the pictures.

Also, can you make sure that libgphoto2 is compiled with USB support:
"gphoto2 -v"

You should see something like:
--
# gphoto2 -v
gphoto2 2.2.0

Copyright (c) 2000-2004 Lutz Mueller and others

gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may
redistribute copies of gphoto2 under the terms of the GNU General Public
License. For more information about these matters, see the files named
COPYING.

This version of gphoto2 is using the following software versions and options:
gphoto2   2.2.0x86_64-pc-linux-gnu-gcc, popt, no exif,
cdk, no aa, no jpeg, readline
libgphoto22.2.1x86_64-pc-linux-gnu-gcc, no EXIF, no
/proc/meminfo
libgphoto2_port   0.6.1x86_64-pc-linux-gnu-gcc, USB, serial
without locking
--

Your versions will likely be different but I would be able to test with a
more recent version soon as I am planning on upgrading this machine.

But the thing you want to make sure you have is the "USB" part.

If none of this gives any indication, could you run the "gphoto2" command
with dubbing, as suggested in the output:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt -P "[1]"
Or, if this doesn't work, with:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt -P

And let me know if there are any further error messages in the logfile.

Kind regards,

Joost Roeleveld

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Can't offload pictures from camera

2007-04-23 Thread Michael Sullivan
On Mon, 2007-04-23 at 15:50 +0100, Joost Roeleveld wrote:
> > I have a Kodak EasyShare CX7300.  I have gphoto2-2.3.1 installed.  I'm
> > currently running kernel 2.6.19-gentoo-r5 .  In the past, I have used
> > the command "# gphoto2 -P [1]" to offload picture from this camera.
> > Until today, it has always worked.  Today I tried to offload pictures
> > from the camera and I get this:
> >
> > camille ~ # gphoto2 -P [1]
> >
> > *** Error ***
> > An error occurred in the io-library ('Bad parameters'): Could not find
> > USB device (vendor 0x40a, product 0x578). Make sure this device is
> > connected to the computer.
> > *** Error (-2: 'Bad parameters') ***
> >
> > For debugging messages, please use the --debug option.
> > Debugging messages may help finding a solution to your problem.
> > If you intend to send any error or debug messages to the gphoto
> > developer mailing list <[EMAIL PROTECTED]>, please run
> > gphoto2 as follows:
> >
> > env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt -P "[1]"
> >
> > Please make sure there is sufficient quoting around the arguments.
> >
> > This seems to suggest that the camera is not properly connected to the
> > computer.  Yet, dmesg says:
> >
> > usb 2-1: new full speed USB device using uhci_hcd and address 11
> > usb 2-1: configuration #1 chosen from 1 choice
> >
> > Is this something that I can fix myself, or should I report it as a bug?
> 
> I have a similar camera as yourself and don't think I've had this problem
> before.
> Can you make sure that the camera is actually connected, and switched on
> (light is on) while running the "gphoto2 -P" command?
> I find that there is a limited amount of time available from turning on
> the camera to being able to download the pictures.
> 
> Also, can you make sure that libgphoto2 is compiled with USB support:
> "gphoto2 -v"
> 
> You should see something like:
> --
> # gphoto2 -v
> gphoto2 2.2.0
> 
> Copyright (c) 2000-2004 Lutz Mueller and others
> 
> gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may
> redistribute copies of gphoto2 under the terms of the GNU General Public
> License. For more information about these matters, see the files named
> COPYING.
> 
> This version of gphoto2 is using the following software versions and options:
> gphoto2   2.2.0x86_64-pc-linux-gnu-gcc, popt, no exif,
> cdk, no aa, no jpeg, readline
> libgphoto22.2.1x86_64-pc-linux-gnu-gcc, no EXIF, no
> /proc/meminfo
> libgphoto2_port   0.6.1x86_64-pc-linux-gnu-gcc, USB, serial
> without locking
> --
> 
> Your versions will likely be different but I would be able to test with a
> more recent version soon as I am planning on upgrading this machine.
> 
> But the thing you want to make sure you have is the "USB" part.
> 
> If none of this gives any indication, could you run the "gphoto2" command
> with dubbing, as suggested in the output:
> env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt -P "[1]"
> Or, if this doesn't work, with:
> env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt -P
> 
> And let me know if there are any further error messages in the logfile.
> 
> Kind regards,
> 
> Joost Roeleveld
> 

camille ~ # gphoto2 -v
gphoto2 2.3.1

Copyright (c) 2000-2006 Lutz Mueller and others

gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may
redistribute copies of gphoto2 under the terms of the GNU General Public
License. For more information about these matters, see the files named
COPYING.

This version of gphoto2 is using the following software versions and
options:
gphoto2 2.3.1  i686-pc-linux-gnu-gcc, popt(m), exif,
cdk, no aa, no jpeg, readline
libgphoto2  2.3.1  i686-pc-linux-gnu-gcc, ltdl, EXIF
libgphoto2_port 0.7.1  i686-pc-linux-gnu-gcc, ltdl, USB, serial
without locking

When a run the gphoto2 command, the camera has been plugged into the
computer for at least ten seconds...

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NFS vs. jumbo frames

2007-04-23 Thread Uwe Thiem
On 23 April 2007, Matthias Bethke wrote:
> I've been fiddling with this for some days and can't but assume it's a
> bug in one of the Gentoo patches to either the kernel or NFS tools:
> Basically, NFS locking breaks as soon as I enable jumbo frames on both
> server and client.
>   touch foobar
>   flock foobar ls
> works fine in my NFS-mounted home with an MTU of 1500. An MTU of 9000 is
> great for general net throughput so I wanted to use it on both the
> server and the clients, but the above sequence hangs indefinitely when I
> try.

Just curious: What kind of network (layer 2) is this that allows an MTU of 
9000?

Uwe

-- 
The Informal Linux Group Namibia:
http://www.linux.org.na
SysEx (Pty) Ltd.:
http://www.SysEx.com.na
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Questions about java, Seamonkey and random hangs.

2007-04-23 Thread Randy Barlow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dale wrote:
>> [I--] [  ] dev-java/java-sdk-docs-1.4.2 (1.4.2)
>> [I--] [  ] dev-java/java-sdk-docs-1.5.0-r1 (1.5.0)
>> [I--] [ ~] dev-java/java-sdk-docs-1.6.0-r1 (1.6.0)

I assume you are using the Sun JRE?

R

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGLPLi7So1xaF/eR8RAhktAJ9ViSLIJUwWih7CsFnzPN8WrO19hACglwI/
zDrll+dC4EpkvxtAmfwfMhM=
=Yg12
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NFS vs. jumbo frames

2007-04-23 Thread Tony Stohne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Uwe Thiem said the following on 2007-04-23 17:53:
> Just curious: What kind of network (layer 2) is this that allows an MTU of 
> 9000?
> 
> Uwe
> 
It sounds like Gigabit Ethernet to me.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)

iD8DBQFGLPN6JDzv6DN+QUkRAqfuAKDQsjPMRMMnnSBKeOTynrB8vsC9sACfce+m
T5AGW8nM3NTlg66jHxpzZJk=
=2WDI
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NFS vs. jumbo frames

2007-04-23 Thread kashani

Tony Stohne wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Uwe Thiem said the following on 2007-04-23 17:53:
Just curious: What kind of network (layer 2) is this that allows an MTU of 
9000?


Uwe


It sounds like Gigabit Ethernet to me.


Keep in mind that not all fastE or gigE switches support jumbo frames. 
Additionally not all cards support jumbo frames either though you can 
certainly set them to an MTU of 9000 and watch things break.


To the original poster, I'd do some googling and verify that all the 
network cards and switches involved can do jumbo frames and that it is 
enabled on each device as needed.


kashani
--
[EMAIL PROTECTED] mailing list



[gentoo-user] flash with seamonkey

2007-04-23 Thread James
Hello,


MY seamonkey browser does not work with flash plugins. Firefox
works fine.

Searching around, I did not find anything that fixes the problem.

Here are my options:

www-client/seamonkey-1.1.1  USE="crypt gnome ipv6 java ldap postgres -debug
-mozdevelop -moznocompose -moznoirc -moznomail -moznopango -moznoroaming -xforms
-xinerama -xprint" 

net-www/netscape-flash
 Available versions:  7.0.68 9.0.31.0
 Installed versions:  9.0.31.0(17:30:20 03/13/07)(-debug)


What did I miss?


James



-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: NFS vs. jumbo frames

2007-04-23 Thread ames
kashani  badapple.net> writes:


> >> Just curious: What kind of network (layer 2) is this that allows an MTU of 
> >> 9000?
> >> Uwe

> > It sounds like Gigabit Ethernet to me.

> Keep in mind that not all fastE or gigE switches support jumbo frames. 
> Additionally not all cards support jumbo frames either though you can 
> certainly set them to an MTU of 9000 and watch things break.

> To the original poster, I'd do some googling and verify that all the 
> network cards and switches involved can do jumbo frames and that it is 
> enabled on each device as needed.

> kashani



Does NFS have any negotiations to determine if jumbo frames can work
between 2 system, then use a smaller mtu if a larger (jumbo) mtu
is not suppported between devices?


James




-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NFS vs. jumbo frames

2007-04-23 Thread Tony Stohne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

kashani said the following on 2007-04-23 20:11:
> Keep in mind that not all fastE or gigE switches support jumbo frames. 
> Additionally not all cards support jumbo frames either though you can 
> certainly set them to an MTU of 9000 and watch things break.
> 
> To the original poster, I'd do some googling and verify that all the 
> network cards and switches involved can do jumbo frames and that it is 
> enabled on each device as needed.
> 
Good point, on both comments!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)

iD8DBQFGLPzoJDzv6DN+QUkRArESAJ99y7HrbMdv/0QxZEsETlJpD63d9QCfWpGT
YEGKnn0hz9HT5bye2c15AqU=
=n2C9
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: NFS vs. jumbo frames

2007-04-23 Thread Uwe Thiem
On 23 April 2007, ames wrote:
> kashani  badapple.net> writes:
> > >> Just curious: What kind of network (layer 2) is this that allows an
> > >> MTU of 9000?
> > >> Uwe
> > >
> > > It sounds like Gigabit Ethernet to me.
> >
> > Keep in mind that not all fastE or gigE switches support jumbo frames.
> > Additionally not all cards support jumbo frames either though you can
> > certainly set them to an MTU of 9000 and watch things break.
> >
> > To the original poster, I'd do some googling and verify that all the
> > network cards and switches involved can do jumbo frames and that it is
> > enabled on each device as needed.
> >
> > kashani
>
> Does NFS have any negotiations to determine if jumbo frames can work
> between 2 system, then use a smaller mtu if a larger (jumbo) mtu
> is not suppported between devices?

Don't stare at NFS.  It's too high a layer in the TCP/IP stack.  And yes, it 
can deal with large packets. You can use NFS with localhost (127.0.0.1), 
right? That one usually has an MTU of 16,436.

The real issues with MTUs occur at layer 2 (ethernet or whatever you are 
using), IP (fragmentation and de-fragmentation) and ICMP (MTU discovery).

Uwe

-- 
The Informal Linux Group Namibia:
http://www.linux.org.na
SysEx (Pty) Ltd.:
http://www.SysEx.com.na
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] flash with seamonkey

2007-04-23 Thread Abhay Kedia
On Monday 23 Apr 2007 11:44:45 pm James wrote:
>
> What did I miss?
>
Do you have flash plugin mentioned under "about:plugins" page? Also did you 
try starting seamonkey from a terminal window to see if it throws any errors 
at you?

-- 
Regards,
Abhay


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


Re: [gentoo-user] Questions about java, Seamonkey and random hangs.

2007-04-23 Thread Dale
Randy Barlow wrote:
> Dale wrote:
> >> [I--] [  ] dev-java/java-sdk-docs-1.4.2 (1.4.2)
> >> [I--] [  ] dev-java/java-sdk-docs-1.5.0-r1 (1.5.0)
> >> [I--] [ ~] dev-java/java-sdk-docs-1.6.0-r1 (1.6.0)
>
> I assume you are using the Sun JRE?
>
> R
>
I know I had to download it from Sun's website but other than that, I
just installed what it said I needed.  I think I tried Blackdown or
something like that a long time ago.  It had a bug and someone told me
to use those above and it has worked fine until now.

It still does it though.  Sort of strange and a pest.  I can't even read
emails while it is loading up the page and images.

Any ideas?

Dale

:-)  :-)  :-)


-- 
www.myspace.com/-remove-me-dalek1967

Copy n paste then remove the -remove-me- part.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Questions about java, Seamonkey and random hangs.

2007-04-23 Thread Fabio Correa

Do you use Google earth? Do you experience any problems with it? Using
a similar technology (AJAX), it has a heavy load of images. Try it and
tell us if there are problems.


--
Fabio A. Correa D.

Physics Dept, Universidad Nacional, Bogota, Colombia
[EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
My webpage and OpenPGP key at http://facorread.150m.com
My alexandria.cc address is not available anymore.
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: NFS vs. jumbo frames

2007-04-23 Thread Francesco Talamona
On Monday 23 April 2007, kashani wrote:
> Tony Stohne wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Uwe Thiem said the following on 2007-04-23 17:53:
> >> Just curious: What kind of network (layer 2) is this that allows
> >> an MTU of 9000?
> >>
> >> Uwe
> >
> > It sounds like Gigabit Ethernet to me.
>
> Keep in mind that not all fastE or gigE switches support jumbo
> frames. Additionally not all cards support jumbo frames either though
> you can certainly set them to an MTU of 9000 and watch things break.
Some cards do support jumbo frames, but up to values lower than 9000, 
for example I set up a NFS over a gbit link with jumbo frames with an 
MTU of 7200 because this was the lower common.

> To the original poster, I'd do some googling and verify that all the
> network cards and switches involved can do jumbo frames and that it
> is enabled on each device as needed.
>
> kashani

Based on my experience I would add to verify also the upper MTU value 
really supported.

Ciao
Francesco

-- 
Linux Version 2.6.20-gentoo-r6, Compiled #2 PREEMPT Fri Apr 20 17:31:11 
CEST 2007
One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4408.86 Bogomips Total
aemaeth

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Kernel config when a symbol has disappeared

2007-04-23 Thread Iván Pérez Domínguez
I'm currently using kernel 2.6.13. I tried to download newer versions,
but using the same configuration leads to many warnings that claim that
some symbols my .config talks about do not exist anymore.

What can I do to find what should be changed? I tried reviewing the
kernel documentation, but couldn't find anything about it, and my new
kernels can't get through the whole boot process all times (most of the
times, they just hang the computer after detecting the input devices).

Any clues?

Cheers,
Ivan.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: NFS vs. jumbo frames

2007-04-23 Thread Fabio Correa

You can also fiddle with the rsize, wsize NFS mount parameters.


--
Fabio A. Correa D.

Physics Dept, Universidad Nacional, Bogota, Colombia
[EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
My webpage and OpenPGP key at http://facorread.150m.com
My alexandria.cc address is not available anymore.
--
[EMAIL PROTECTED] mailing list



[gentoo-user] System hangs when requesting dhcp on wireless card

2007-04-23 Thread Iván Pérez Domínguez
I'm coming with a very strange problem here:

My systems freezes completely when I try to get an IP address using
dhcp. I have an ipw2200, and it used to work perfectly.

The main problem in these kind of situations is that there's nothing
I can do to check what failed. Any ideas on what to do?

Cheers,
Ivan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel config when a symbol has disappeared

2007-04-23 Thread Fabio Correa

Right after copying the .config file, run make oldconfig. This will
parse the .config file again, and will ask you whether activate new
available options. Run make menuconfig on another terminal to check
the help on the new options!!

Good luck,

--
Fabio A. Correa D.

Physics Dept, Universidad Nacional, Bogota, Colombia
[EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
My webpage and OpenPGP key at http://facorread.150m.com
My alexandria.cc address is not available anymore.
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Questions about java, Seamonkey and random hangs.

2007-04-23 Thread Dale
Fabio Correa wrote:
> Do you use Google earth? Do you experience any problems with it? Using
> a similar technology (AJAX), it has a heavy load of images. Try it and
> tell us if there are problems.
>
>


I have used Googleearth before but not since this started.  My dial-up
is very slow so it takes forever.  I have went and took a shower while
it was loading.  :-(

Isn't there still a blackdown java out there?  Think it would be worth
waiting on and installing?  By waiting on, I mean the time to download it.

I'm open to ideas here.

Thanks

Dale

:-)  :-)  :-)



-- 
www.myspace.com/-remove-me-dalek1967

Copy n paste then remove the -remove-me- part.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel config when a symbol has disappeared

2007-04-23 Thread Neil Bothwick
Hello Fabio Correa,

> Right after copying the .config file, run make oldconfig. This will
> parse the .config file again, and will ask you whether activate new
> available options. Run make menuconfig on another terminal to check
> the help on the new options!!

When make oldconfig prompts you with a new option, you can press ? for
help.


-- 
Neil Bothwick

Always be sincere even if you don't mean it.


signature.asc
Description: PGP signature


[gentoo-user] Re: flash with seamonkey

2007-04-23 Thread James
Abhay Kedia  gmail.com> writes:


> > What did I miss?

> Do you have flash plugin mentioned under "about:plugins" page?

NO,

I found them, but, I'm not sure how to install a tar.gz file on gentoo,
and have it as part of the regularly maintained files. This is very likely the
problem. I never thoght that something like that would not be part
of the ebuild, as flash just works as part of the firefox ebuild.

> Also did you  try starting seamonkey from a terminal window to see 
> if it throws any errors at you?

I'll give this a whirl and see if any additional errors are given.


James








-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: flash with seamonkey

2007-04-23 Thread James
Abhay Kedia  gmail.com> writes:


> try starting seamonkey from a terminal window to see if it throws any errors 
> at you?


It just says:



No running windows found

and everything works as it does launching from the KDE menu system.

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] kde-base/kde-env Block kdelibs

2007-04-23 Thread AIT Gentoo User
Dear list friends,

i tried to update one of my gentoo box.it gave me following notice. it
tried to unmerge kde-env but there is no like ebuild in de portage. so
what will be the problem. please help me resolve this.

NOTICE
--
[ebuild  N] dev-libs/dbus-qt3-old-0.70  USE="-debug" 0 kB
[ebuild  N] net-dns/avahi-0.6.18  USE="gdbm python qt4 -autoipd
-bookmarks -  
 dbus -doc -gtk -howl-compat -mdnsresponder-compat -mono -qt3
-test" 0 kB
[ebuild U ] kde-base/kdebase-3.5.6-r2 [3.5.3-r3] USE="cups hal
ieee1394 java 
   opengl pam ssl xcomposite xinerama xscreensaver zeroconf
-arts* -debug -kdeenab
   lefinal* -kdehiddenvisibility -ldap -lm_sensors
-logitech-mouse -openexr* -samba  
 " 0 kB
[ebuild  N] kde-misc/kdnssd-avahi-0.1.2  USE="xinerama -arts -debug"
739 kB
[blocks B ] kde-base/kde-env (is blocking kde-base/kdelibs-3.5.6-r5)



EMERGE INFO
---
Portage 2.1.2.4 (default-linux/x86/2006.1, gcc-4.1.1/vanilla,
glibc-2.4-r3, 2.6.20-gentoo-r1-ait0310a i686)
=
System uname: 2.6.20-gentoo-r1-ait0310a i686 Intel(R) Pentium(R) 4 CPU
3.00GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 23 Apr 2007 15:00:10 +
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-java/java-config: 1.3.0-r2, 2.0.26-r4
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/eselect/compiler
/etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash
/etc/terminfo"
CXXFLAGS="-O3 -march=pentium4 -pipe"
DISTDIR="/home/nuwa/ait/distfiles"
FEATURES="candy ccache distlocks metadata-transfer parallel-fetch sandbox
sfperms strict userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://pushpaka.aitcybera.com http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo";
LINGUAS="si en"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
--filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acl akode alsa audiofile avahi berkdb bitmap-fonts
bzip2 cdr cli cracklib crypt cups curl directfb dri dts dv dvd dvdr
dvdread encode fam fbcon ffmpeg flac fortran gdbm ggi gif gphoto2 gpm
gstreamer gtk2 hal iconv id3 ieee1394 imlib immqt isdnlog java jbig jpeg
jpeg2 jpeg2k kde lame libcaca libg++ lirc live lua mad midi mmx mmxext mng
mp3 mp4 mpeg2 mpi ncurses nls nptl nptlonly opengl pam pcre pdf perl png
posix povray ppds pppd python qt qt4 rdesktop readline real reflection
samba sametime scanner sdl session speex spell spl sqlite sse sse2 ssl svg
svga tcpd theora tiff truetype truetype-fonts type1-fonts unicode v4l v4l2
vcd vorbis win32codecs wma wmf x86 xine xinerama xorg xv zeroconf zip
zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix
dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear
meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc"
INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="si en"
USERLAND="GNU" VIDEO_CARDS="nvidia vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
PORTDIR_OVERLAY




---

Thanks & Regards,

AIT Gentoo User

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde-base/kde-env Block kdelibs

2007-04-23 Thread Rumen Yotov

AIT Gentoo User написа:

Dear list friends,

i tried to update one of my gentoo box.it gave me following notice. it
tried to unmerge kde-env but there is no like ebuild in de portage. so
what will be the problem. please help me resolve this.

NOTICE
--
[ebuild  N] dev-libs/dbus-qt3-old-0.70  USE="-debug" 0 kB
[ebuild  N] net-dns/avahi-0.6.18  USE="gdbm python qt4 -autoipd
-bookmarks -  
 dbus -doc -gtk -howl-compat -mdnsresponder-compat -mono -qt3

-test" 0 kB
[ebuild U ] kde-base/kdebase-3.5.6-r2 [3.5.3-r3] USE="cups hal
ieee1394 java 
   opengl pam ssl xcomposite xinerama xscreensaver zeroconf
-arts* -debug -kdeenab
   lefinal* -kdehiddenvisibility -ldap -lm_sensors
-logitech-mouse -openexr* -samba  
 " 0 kB

[ebuild  N] kde-misc/kdnssd-avahi-0.1.2  USE="xinerama -arts -debug"
739 kB
[blocks B ] kde-base/kde-env (is blocking kde-base/kdelibs-3.5.6-r5)



EMERGE INFO
---
Portage 2.1.2.4 (default-linux/x86/2006.1, gcc-4.1.1/vanilla,
glibc-2.4-r3, 2.6.20-gentoo-r1-ait0310a i686)
=
System uname: 2.6.20-gentoo-r1-ait0310a i686 Intel(R) Pentium(R) 4 CPU
3.00GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 23 Apr 2007 15:00:10 +
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-java/java-config: 1.3.0-r2, 2.0.26-r4
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/eselect/compiler
/etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash
/etc/terminfo"
CXXFLAGS="-O3 -march=pentium4 -pipe"
DISTDIR="/home/nuwa/ait/distfiles"
FEATURES="candy ccache distlocks metadata-transfer parallel-fetch sandbox
sfperms strict userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://pushpaka.aitcybera.com http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo";
LINGUAS="si en"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
--filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acl akode alsa audiofile avahi berkdb bitmap-fonts
bzip2 cdr cli cracklib crypt cups curl directfb dri dts dv dvd dvdr
dvdread encode fam fbcon ffmpeg flac fortran gdbm ggi gif gphoto2 gpm
gstreamer gtk2 hal iconv id3 ieee1394 imlib immqt isdnlog java jbig jpeg
jpeg2 jpeg2k kde lame libcaca libg++ lirc live lua mad midi mmx mmxext mng
mp3 mp4 mpeg2 mpi ncurses nls nptl nptlonly opengl pam pcre pdf perl png
posix povray ppds pppd python qt qt4 rdesktop readline real reflection
samba sametime scanner sdl session speex spell spl sqlite sse sse2 ssl svg
svga tcpd theora tiff truetype truetype-fonts type1-fonts unicode v4l v4l2
vcd vorbis win32codecs wma wmf x86 xine xinerama xorg xv zeroconf zip
zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix
dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear
meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc"
INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="si en"
USERLAND="GNU" VIDEO_CARDS="nvidia vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
PORTDIR_OVERLAY




---

Thanks & Regards,

AIT Gentoo User


Hi,
Try the following:
#emerge =kde-base/kdelibs-3.5.6-r5 -aC
will ask for confirmation to unmerge.
The old kde-env ebuild must be in VDB (/var/db/pkg/...)
HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


[gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping & synclient

2007-04-23 Thread Alexander Skwar
Hello.

I'm having a hell of a time configuring my Synaptics Touchpad. Basically,
I'd like to disable the annoying "tapping" feature; with tapping, they 
mean, that the user shortly "hits" (taps) the touchpad and this is then
interpreted as a click. This annoys the hell out of me, as I accidently
tap the touchpad when I type something and as a result, I continue to 
type at the wrong location. Anyway, enough of the whining - I'd like to
disable tapping...

On various places on the internet, like 
http://linux-on-laptops.com/forum/showthread.php?t=112
or http://copland.udel.edu/~doke/dell_d810/, I found, that it should be
good enough, to add

Option  "MaxTapTime""0"

to the Section "InputDevice" in the xorg.conf file. As you can see in
my xorg.conf file at , I did that.
Nonetheless, I'm sadly still able to use that annoying tapping feature :(

As this did not work, I tried to use graphical configuration tools
like gsynaptics, ksynaptics or synclient to access the touchpad. All
of these tools require, that

Option  "SHMConfig" "on"

is added to the xorg.conf. Instead of "on", I also tried "true", "1"
and "yes". None of these work - all the time, when I run one of the
aforementioned tools, I get an error message, stating something reg.
SHMConfig. For synclient, it is:

[EMAIL PROTECTED] ~ $ synclient -m 20
Can't access shared memory area. SHMConfig disabled?

I'm using on ~x86:

[EMAIL PROTECTED] /etc/X11 $ X -version

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.19-suspend2-r3.045 i686 
Current Operating System: Linux blattli 2.6.19-suspend2-r3.neu.001 #3 Sun Apr 
15 11:44:24 CEST 2007 i686
Build Date: 19 March 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present

Is anyone able to configure a Synaptics Touchpad? If so, any idea
what I'm doing wrong?

Thanks,

Alexander Skwar

-- 
[EMAIL PROTECTED] mailing list