package

2001-03-06 Thread dko

hello
when i reinstall a package apt-get take configs i've made
i'd like to reinstall a package with it's default config. how can i do that.
i removed config files in /etc but it doesn't work.



KOAN David - mailto:[EMAIL PROTECTED]
SNAISO communications - 141 avenue de Verdun - 92130 Issy-les-moulineaux
www.snaiso.com
tel:01.41.46.15.70 - fax:01.41.90.05.09




can't launch X

2001-03-20 Thread dko

i have a stable debian and i decided to upgrade it to unstable release.
now i can't start KDE anymore.
when i launch startx i have the following error message
 X: cannot stat /etc/X11/X (no such file or direcotry), aborting.
giving up.
xinit: connection  refused (errno 111): unable to connect to X server
xinit: No such process (errno 3): Server error




nfs with debian and solaris

2001-03-23 Thread dko
hello,
i have an server nfs on solaris (10.11.11.1) and i'm trying to connect to it
with my debian workstation
when i mount i have that: 
mount 10.11.11.1:/home/dko /mnt/test
mount: wrong fs type, bad option, bad superblock on 10.11.11.1:/home/dko,
   or too many mounted file systems   

does anyone has encountered that kind of issue ?



nslookup missing

2001-03-29 Thread dko
i have the unstable on my station
when i install dnsutils, it says dnsutils doesn't exist anymore and rblcheck
host replace it.
i installed rblcheck and host but i'm still unable to launch nslookup

which package contain nslookup ?

KOAN David - mailto:[EMAIL PROTECTED]
SNAISO communications - 141 avenue de Verdun - 92130 Issy-les-moulineaux
www.snaiso.com
tel:01.41.46.15.70 - fax:01.41.90.05.09




can't use cron

2001-04-03 Thread dko
hello
I wrote a script and I want cron to start it everyweek
I added 10 1 * * 5  root  /root/update in crontab file and restarted cron
when I put crontab -l, it says no crontab for root ?!?
 
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file.
# This file also has a username field, that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user  command
25 6* * *   roottest -e /usr/sbin/anacron || run-parts --report
/etc/cron.daily
47 6* * 7   roottest -e /usr/sbin/anacron || run-parts --report
/etc/cron.weekly
52 61 * *   roottest -e /usr/sbin/anacron || run-parts --report
/etc/cron.monthly


10 1  * * 5 root /root/update  
# 


KOAN David - mailto:[EMAIL PROTECTED]
SNAISO communications - 141 avenue de Verdun - 92130 Issy-les-moulineaux
www.snaiso.com
tel:01.41.46.15.70 - fax:01.41.90.05.09