Re: Removing a sound module?

2001-07-30 Thread staf wagemakers
On Mon, Jul 30, 2001 at 04:07:05PM +0300, Antti Tolamo wrote: > How can I remove a soundmodule if it doesn't succeed from modconf? > > I installed wrong module and now it fails as I try to remove it. modprobe -r module_name example: modprobe -r sb -- staf wagemakers email:

Re: console beep

2001-07-06 Thread staf wagemakers
On Fri, Jul 06, 2001 at 02:31:16PM +0200, Christian Jaeger wrote: > >You could use ssh to execute a remote shell script. > > But how does the remote script issue the beep? ;-) Ctrl-g doesn't do > what we are talking about. It should work... Another solution is: echo -e &quo

Re: console beep

2001-07-06 Thread staf wagemakers
n and answers my 'talk' request). > You could use ssh to execute a remote shell script. regards, -- staf wagemakers email: [EMAIL PROTECTED] homepage: http://www.stafwag.f2s.com

Re: wget and images

2001-06-21 Thread staf wagemakers
. I'm only missing the images (this is important, because > it is a graphics tutoriyl...) I think your need the "-m" (mirror) option "wget -m http://www.debian.org"; will download the debian site to your hd. -- staf wagemakers email: [EMAIL PROTECTED] homepage: http://www.stafwag.f2s.com

Re: I now have X, still no mouse

2001-04-14 Thread staf wagemakers
really out of my league. This means that the link you're trying to create already exist, run "ls -l /dev/mouse" to see were the link points to. if /dev/mouse is linked to something else you can recreate it with "ln -sf /dev/ttyS0 /dev/mouse". Look at "man l

Re: Passive mode FTP?

2001-04-14 Thread staf wagemakers
On Thu, Apr 12, 2001 at 07:02:51PM -0700, Karsten M. Self wrote: > on Thu, Apr 12, 2001 at 06:36:33PM +0200, staf wagemakers ([EMAIL PROTECTED]) > wrote: > > On Wed, Apr 11, 2001 at 06:24:00PM -0400, Stan Brown wrote: > > > Whats the magic environment variable to ge

Re: Mailman package

2001-04-14 Thread staf wagemakers
; required. You could try to add deb-src ftp://debian.org/debian unstable main non-free contrib to your /etc/apt/sources.list. and run apt-get -b source mailman This will compile mailman from unstable against the libraries on your system. good luck, -- Staf Wagemakers email : [EMAIL PR

Re: Passive mode FTP?

2001-04-12 Thread staf wagemakers
On Wed, Apr 11, 2001 at 06:24:00PM -0400, Stan Brown wrote: > Whats the magic environment variable to get ftp to use FTP mode? If you start "ftp -p" ftp will use passive mode, at the ftp prompt you can switch between "normal" and passive mode with the passive comma

Re: reluctant farewell

2001-01-28 Thread staf wagemakers
On Sat, Jan 27, 2001 at 06:26:55PM -0500, Ken Weingold wrote: > On Sat, Jan 27, 2001, staf wagemakers wrote: > > On Sat, Jan 27, 2001 at 02:15:59PM -0800, Mark Koopman wrote: > > > better yet, why use a log file analyzer at all? they can't truly measure > >

Re: Debian and FreeBSD

2001-01-27 Thread staf wagemakers
do, but ... I don't. man df... regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://staf.digibel.org

Re: What files do I need to set for NetWork Connection?

2001-01-27 Thread staf wagemakers
s/interfaces and bring the interface up with "ifup ethXX" ( if you like the windows style -> reboot ) The dns-server config to /etc/resolv.conf, man resolv.conf has all the information you need. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://staf.digibel.org

Re: reluctant farewell

2001-01-27 Thread staf wagemakers
On Sat, Jan 27, 2001 at 02:15:59PM -0800, Mark Koopman wrote: > better yet, why use a log file analyzer at all? they can't truly measure web > surfer behaviour > anyways, only web server behaviour. customers ask for it :) -- Staf Wagemakers email : [EMAIL PROTECTED] hom

Re: reluctant farewell

2001-01-27 Thread staf wagemakers
ebalizer are easier to use and so much faster than webtrends... -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://staf.digibel.org

Re: configuring sendmail

2001-01-09 Thread staf wagemakers
On Tue, Jan 09, 2001 at 03:26:18PM +, Sergio Matos wrote: > staf wagemakers wrote: > > > Normally if sendmail rejects mail for any reason ( unresolvable domains, > > relaying denied, too many hops etc. ) the sender will be notified by email. > > > > You don&#x

Re: GCC and EGCS

2001-01-07 Thread staf wagemakers
On Sat, Jan 06, 2001 at 09:29:20PM -0200, Jeronimo Pellegrini wrote: > :: staf wagemakers writes: > > > The latest gcc sersion 2.96 ( which is the default compiler on Red Hat 7 ) > > has > > a few bugs and isn't able to compile the Linux kernel. This version o

Re: GCC and EGCS

2001-01-06 Thread staf wagemakers
I wouldn't use this version at all... regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://staf.digibel.org

Re: configuring sendmail

2001-01-06 Thread staf wagemakers
or this behaviour... cheers, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://staf.digibel.org

ppp server

2000-11-13 Thread staf wagemakers
(netstat -rn) seems to look fine... I don't have clue what's wrong, so I can use some help :) -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: PHP

2000-10-25 Thread staf wagemakers
nstead of > executing my php file. Does anybody know how can I solve this ? Add the next lines to your srm.conf: AddType application/x-httpd-php .phtml .php AddType application/x-httpd-php-source .phps and restart apache. This should solve the problem... -- Staf Wagemakers email :

Re: dev/mouse

2000-10-16 Thread staf wagemakers
On Sun, Oct 15, 2000 at 06:33:29PM -0500, Gary L. Dolan wrote: > staf wagemakers wrote: > > > > /dev/mouse is (normally) a link to the real mouse device, you can create it > > with the "ln" command. > > > > ln -s /dev/mouse /dev/ttySxx ( or /dev/psau

Re: dev/mouse

2000-10-15 Thread staf wagemakers
device, you can create it with the "ln" command. ln -s /dev/mouse /dev/ttySxx ( or /dev/psaux if you've a ps2 mouse ) -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: root mail - cronjob

2000-10-13 Thread staf wagemakers
ple: * * * * * /path/to/script > /dev/null 2>&1 regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: Apache- CGI

2000-10-13 Thread staf wagemakers
debian questions and that is file permissions. Can i chmod a whole > directory and its contents? I have a images directory but chmod 777 images > or whatever does not change the files within the directory. Thanks for any > help. chmod -R xxx dirname, see "man chmod" for mo

Re: URGENT! Sendmail question (Redhat conversion) HELP!

2000-10-12 Thread staf wagemakers
`hash -o /etc/mail/access.db') and create a file /etc/mail/access with the ip-addresses that are allowed to use your mailserver for relaying. example: 127.0.0.1 RELAY 192.168.RELAY and recreate your access db make hash access.db < access Rebuild your sendmail.cf and restart sendm

Re: ssh configure error

2000-10-01 Thread staf wagemakers
ve no X installed and also don't want to do it. > which file to edit for doing it right? The configure script looks for "xauth" to enable X forwarding, if don't want to use X you can disable it with a configure option. If you run ./configure --help you should see the

Re: Sendmail and fetchmail problem

2000-09-15 Thread staf wagemakers
On Fri, Sep 15, 2000 at 02:14:49PM -0400, John Ackermann wrote: > In message <[EMAIL PROTECTED]>, staf wagemakers writes: > > >You could add the next line to your /etc/mail/sendmail.mc > > > >FEATURE(accept_unresolvable_domains) > > I regularly see "

Re: Sendmail and fetchmail problem

2000-09-14 Thread staf wagemakers
l.mc FEATURE(accept_unresolvable_domains) rebuild sendmail.cf and restart sendmail. Other possibilities are create a valid dns record for imap.server.hp.com, update /etc/hosts ... regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: sendmail: Domain must resolve

2000-09-12 Thread staf wagemakers
to masquerade your hostname with a existing domainname. This can be done by adding the next lines to /etc/mail/sendmail.mc and rebuild sendmail.cf. MASQUERADE_AS(`newdomain.name') MASQUERADE_DOMAIN(`your_host_name') FEATURE(masquerade_entire_domain) FEATURE(masquerade_envelope) --

Re: "Joe" editor

2000-09-06 Thread staf wagemakers
package is on the second binary-i386 cdrom, so if you use a cdrom installation you need this cdrom. Insert the disk and run "apt-cdrom add", this will add the cdrom packages to the available package list. If you use an internet installation try to run apt-get update this might

Re: "Joe" editor

2000-09-05 Thread staf wagemakers
On Tue, Sep 05, 2000 at 09:28:23AM +0300, Adrian Nims wrote: > I didn't found the editor "joe" in Debian. I used "joe" in other > distribution and I like to use it in Debian also. Can someone give me an > advice ? What can I do ? apt-get install joe :) c

Re: Install of 2.2 not recognising Compaq Array

2000-09-01 Thread staf wagemakers
it) Debian has several installation methods ( for more information see the debian homepage ). For cpq smart support you've to boot with the "compact rescue disk" or with the second binary-i386 cdrom. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: easy numlock question

2000-08-31 Thread staf wagemakers
lower runlevel. > > i did notice that the rest of the entries in the dir are links > (symbolic i guess) > The correct way is save it as /etc/init.d/setleds a run "update-rc.d setleds start 20 2 ." like some people corrected me. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: LI after Install

2000-08-31 Thread staf wagemakers
ated a small /boot partition at the beginning of your hd at the installation. Since you've installed the base already, you could try to boot with the Debian rescue floppy ( type rescue=/dev/your_root_partition at the boot prompt ) and rerun lilo with the "-L" option. -- S

Re: easy numlock question

2000-08-29 Thread staf wagemakers
bin/sh INITTY=/dev/tty[1-6] for tty in $INITTY; do setleds -D +num < $tty done When you save it as /etc/rc2.d/S20setleds numlock will be set at the system startup. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: Mailing list software.

2000-08-28 Thread staf wagemakers
eep an archive of the list in some sort of html format with okay > navigation - threads are good. Does such a piece of software exist? > Thanks :) I would use mailman http://www.list.org. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: Reading Sun disks/backup tapes on a Debian system

2000-08-27 Thread staf
syntax is more or less the same as the ufsrestore command on solaris but I'm not sure they are compatible. It's possible to mount an ufs partition on GNU/Linux if you've a kernel with ufs support. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: unzipping tar.bz2 files

2000-08-19 Thread staf
> I downloaded the kernel source through dselect, but I can't seem to unzip > the kernel source because it has a tar.bz2 ending. How does someone > unzip this type of file? try "tar xIf name.tar.bz2" or "bzip2 -cd name.tar.bz2 | tar xf -" regards, -- St

Re: rm user

2000-08-19 Thread staf
On Fri, 18 Aug 2000, cls-colo spgs wrote: > what's the command for removing user accts? userdel / deluser, or use vi to remove the entries in /etc/passwd /etc/shadow. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: LILO & Kernel Image too big

2000-08-14 Thread staf
1.8MB > (the old kernel is about 500K). Anyone have any ideas how to solve this? Try to use a bzimage instead of a gzip image, "make bzlilo" should do the job. If your kernel is still too big, you must use more modules. This will decrease the size of your boot kernel. -- Staf Wagem

Re: Protecting single files via .htaccess ?

2000-08-14 Thread staf
a user to the passwd file with the htpasswd command. -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: Mouse stopped working in X

2000-08-11 Thread staf
I'm in X. If you've a PS/2 mouse you can try to stop gpm (console mouse) with "gpm -k". You mouse should work in X now. To solve this problem and to be able to use you within X and the console you can try to use /dev/gpmdata as you mouse device for X. regards, -- Staf Wage

Re: Pine with Color

2000-08-11 Thread staf
You can't. > It is possible to use colors in Pine if you've a recent version (4.20 ->). In the main menu choose S Setup -> K Kolor. But we should use mutt, because Pine isn't Free -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: Debian ISO

2000-08-10 Thread staf
On Wed, 9 Aug 2000, Sean S. wrote: > Where do I get the ISO for Debian? I've looked all over the ftp site > and can't seem to find it. HELP!!! Take a look at http://cdimage.debian.org -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: Sendmail feature wanted

2000-08-09 Thread staf
a way to do this work, I thanks so much. For a berkeley db you've to use "hash" instead of "dbm". example: # makemap hash access.db < access and put FEATURE(access_db, `hash -o /etc/mail/access.db') in your sendmail.mc file. regards, -- Staf Wagemakers email

Re: apache-newby: permissions?

2000-08-08 Thread staf
ission to access /cgi-bin/sql-ledger/admin.cgi >on >this server. Is "admin.cgi" executable for www-data (apache runs as www-data on debian ) ? Try a chmod 755 on your cgi script, perhaps this solve the problem. regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: 2.2 iso

2000-08-08 Thread staf
there is a link to the windows version at http://cdimage.debian.org . I've created my debian cdroms with cdrecord on a M$ Windows system... the click-drag-&-drop software was too difficult to use :-) -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: lilo problem

2000-08-07 Thread staf
te a small /boot partition (10MB) within the 1024 limit. * Try to install lilo with the "-L" option, this should work with a recent version of lilo. If your lilo doesn't have this option you can try lilo -l. see man lilo for more information. * Use another bootmanager regards, -- S

Re: XF86Setup

2000-08-07 Thread staf
xserver, libc6 (>= 2.1.2), tcl8.2 (>= 8.2.2), tk8.2 (>= 8.2.2 regards, -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf

Re: Help needed

2000-08-06 Thread staf
nit process as yet. The easiest way is to remove the SNNxdm link in /etc/rc2.d, or you could use the "update-rc.d" utility. -- Staf Wagemakers email : [EMAIL PROTECTED] homepage : http://www.digibel.org/~staf