can not disable ipv6

2005-12-07 Thread Rene Tapia
I can not disable ipv6 in:    Sarge-stable 3.1 r0a    Kernel 2.6.8-2-386 I've tried chanching aliases and sysctl.conf (see below) but to no avail. Changing aliases used to work in sarge-testing, but now the only thing that works is deleting actual module's file (ipv6.ko). Is there anything else

Re: [linux-cifs-client] latest cifs.ko module for debian

2005-06-02 Thread Rene Tapia
> Did anyone build the latest cifs client (1.34) kernel module cifs.ko for > debian sarge or ubuntu? > If yes, I would appreciate if it can be made available somewhere, or > just sent to me by email. > > I have a 2.6.10 kernel. > A simple howto on building it would also be appreciated I built i

Re: USB Pen Drive

2005-05-29 Thread Rene Tapia
I have sarge with a 2.6 kernel, and running gnome-volume-manager automatically mounts my usb pen drive, the device automatically appears in KDE Konqueror. --- Software Development Group <[EMAIL PROTECTED]> wrote: > Hi. > > I am putting a pen drive on the USB port and I can't see it. How do I l

Re: Permanently Unload Module

2005-05-16 Thread Rene Tapia
--- Matt Peter <[EMAIL PROTECTED]> wrote: > I'm encountering a problem with the ohci1394 module, which is causing > system instability and general slow performance. I do not need the > module, nor am I particularly concerned with the problem it's causing, > because after rmmod ohci1394 the sys

Re: Kernel Panic on my new custom kernel

2005-05-12 Thread Rene Tapia
I had the same problem building 2.6.11, and solved it with the --initrd option like Peter mentioned: make-kpkg clean; make-kpkg --initrd kernel-image Note that if you use this option with pristine sources (not Debian's) then you need to change /etc/mkinitrd/mkinitrd.conf (see man mkinitrd.conf)

Re: choose the default display manager

2005-05-06 Thread Rene Tapia
ust for > curiosity... I don't know, I am a bit confused myself, I also tried to change the x-window-manager at first, instead of the x-session-manager (to change default Gnome to KDE). But I am glad that worked for you :) > > Regards, > Hans-Joerg v. Mettenheim > > >

Re: choose the default display manager

2005-05-04 Thread Rene Tapia
> > > So how could I set which window manager is > started by the DM? I missed the previous parte of the thread, so I am not sure if what you want is to change the login manager or the session manager. To change the default session manager I used: update-alternatives --set x-session-manager /usr/

Re: LDAP authentication against Active Directory in Sarge

2005-05-04 Thread Rene Tapia
Besides ldap.conf, you also need to configure pam: apt-get install libpam-ldap -y apt-get install libnss-ldap -y apt-get install libpam-cracklib -y Note: libpam-cracklib is not required for LDAP (it just enforces strong passwords) The following config files work, but you can change them to suit