Re: ftpd error

2007-04-23 Thread Kam-Ming Siu
Hi, I guess you are using proftpd and login the ftp as anonymous user. If so, you must enable the anonymous login support in /etc/proftpd/proftpd.conf. Uncomment the statement between to , include these 2 tags. Then restart your proftpd. Best Regards, Ming Harald Grosse Hokamp wrote: H

Re: Grub problem?

2004-11-10 Thread Kam-Ming Siu
Hi Christian, I have not experience for net-inst disk. But I think you can install GRUB to SCSI disk's MBR after installation. The config. file of GRUB is /boot/grub/menu.lst. This file tells GRUB where is the files for bootup your machine and the related options. After confirm the contain of this

Re: Can I change when filesystem is checked by fsck?

2004-11-10 Thread Kam-Ming Siu
You can change the change interval by using tune2fs. If you want to the filesystem is checked everyweek. You can tune2fs -i 1w /dev/hd?? hd?? are the partition which you intended to check. Regards, Ming On Wed, Nov 10, 2004 at 02:44:53AM -0500, Rick Friedman wrote: > Each of my filesystems a

Re: graphical console problem

2004-11-08 Thread Kam-Ming Siu
Dear Luis, Try to tune the vertical lenght of your monitor manually(using the button on the screen). The problem seems to be the refresh rate has changed . There is a web page shows the usage of sisfb. It may help you. < http://www.winischhofer.at/linuxsisvga.shtml > As I know there is not a fi

Re: graphical console problem

2004-11-07 Thread Kam-Ming Siu
Try to pass "video=sisfb:mode:none" to your kernel, just like pass vga=ask. This options tells kernel does not turn on the sis framebuffer. If this option works, you will bootup your machine in text console. At that point you can try to activate standard framebuffer by passing "vga=791" to your ker

Re: Passwd fails - what went wrong?

2004-11-07 Thread Kam-Ming Siu
Try adduser -G users lata May be the group "lata" does not exist as you adding the new user. As I know by default debian would not create individual group for new user. Regards, Ming On Sun, Nov 07, 2004 at 07:07:00PM -0600, Ramasubramanian Ramesh wrote: > Hi, > > I have not changed passwd o

Re: IDE not detected

2004-11-07 Thread Kam-Ming Siu
May be your system does not load a kenrel module - ide-disk. Try to load it. And then mount your windows partition. May be you can access your ide harddisk again. Regards, Ming On Sun, Nov 07, 2004 at 09:43:44AM -0800, mamas wrote: > My Debian testing system (2.4.27-1-386) has two SCSI hds and S

Re: Samba Issues

2004-11-04 Thread Kam-Ming Siu
Try to check this link < http://lists.samba.org/archive/samba/2002-July/047202.html > It may give a pointer to you. Regards, Ming On Tue, Nov 02, 2004 at 10:06:11PM -0500, [EMAIL PROTECTED] wrote: > Hello, > I currently manage several Debian Woody servers in a corporate production > environm

Re: Sound problem: Sorry, no mixer ...

2004-10-28 Thread Kam-Ming Siu
I saw you are using ALSA driver. I think you have to load snd-mixer-oss and snd-pcm-oss too. For the details, you can check this link < http://www.alsa-project.org/alsa-doc/alsa-howto/alsa-howto.html > Best Regards, Ming On Thu, Oct 28, 2004 at 08:45:51PM -0400, Bernard Fay wrote: > I was able

Re: Proftpd: change permissions during the upload

2004-10-26 Thread Kam-Ming Siu
Hi, You have to change the umask from 022 to 006. Following is the steps: 1. Modify /etc/proftpd.conf. 2. Search Umask 3. Change "022" to "006" 4. Save the file 5. Remember to restart proftpd. Regards, Ming On Tue, Oct 26, 2004 at 03:26:04PM -0300, Eriberto wrote: > Hello, > > I need change f

Re: Launching remote applications

2002-11-24 Thread Kam-Ming Siu
Hi, By default the X server does not listen TCPIP connection. If you want to launching remote application and show the screen to your machine(w2), you have to edit this file (/usr/X11R6/lib/X11/xinit/xserverrc) on w2 from exec /usr/bin/X11/X -dpi 100 -nolisten tcp to exec /usr/bin/X11/X -d