Re: Sendmail problems and new ghostscript debian packages...

1998-06-21 Thread Bernt T. Hansen
Henry Chih-Hsiang Yao <[EMAIL PROTECTED]> wrote: > > Secondly, where is the none-free directory on the ftp site. ftp://ftp.caldera.com/pub/mirrors/debian/non-free/ ftp://ftp.debian.org/debian/non-free/ The non-free directory for 'bo' is at the same level as the 'bo' directory. Bernt. -- T

Problems with exmh

1998-06-20 Thread Bernt T. Hansen
7.5p1-2The Tool Command Language (TCL) v7.5 - Run-T ii tk404.0p3-5The Tk toolkit for TCL and X11 v4.0 - Run-Ti ii tk414.1p1-2The Tk toolkit for TCL and X11 v4.1 - Run-Ti Any ideas? Thanks in advance, Bernt. -- Bernt T. Hansen- Norang C

Re: Tape drive "sense" errors

1998-06-15 Thread Bernt T. Hansen
Qtips on the heads. I have 2 bottles of cleaning fluid (Aiwa: Head Cleaner, and Pinch Roller Cleaner) Standard cassette tape head cleaning stuff. It works great. I've never used head cleaning tapes. Regards, Bernt. -- Bernt T. Hansen- Norang Consulting Incorporated --- [EMAIL

Re: Tape drive "sense" errors

1998-06-12 Thread Bernt T. Hansen
Ossama, I get similar errors on my system when the tape heads are dirty. I do nightly backups and about every two months I need to clean the tape heads to get rid of errors like these. Hope this helps, Bernt. -- Bernt T. Hansen- Norang Consulting Incorporated --- [EMAIL PROTECTED

Re: Boot problems: PCI device(s) unrecognized..

1998-06-03 Thread Bernt T. Hansen
Gregory: I got the same thing on my system. I ran it for months with no problems with 2.0.32. When I upgraded to 2.0.33 the messages went away. Regards, Bernt. > When I boot, I get: > > > pcibios_init : BIOS32 Service Directory structure at 0x000f9a20 > > pcibios_init : BIOS32 Service Dire

Re: How to create device for tape backup

1998-05-31 Thread Bernt T. Hansen
>Thanks for the tip Bernt. I assume that MAKEDEV pulls the device info from > /proc/devices? Another tape-related device I've seen reference to (and thus > assume I need) is /dev/nht0. Any idea what that device might be for and why > two > are needed (in addition to whether it is made the s

Re: How to create device for tape backup

1998-05-31 Thread Bernt T. Hansen
> cd /dev > ../MAKEDEV ht0 Sorry that should read cd /deb ./MAKEDEV ht0 not ../MAKEDEV ... Bernt. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to create device for tape backup

1998-05-31 Thread Bernt T. Hansen
ld do the trick). > Thanks much in advance. /dev/MAKEDEV is a tool which creates devices in the /dev directory. You normally make the ones you need and ignore the ones you don't. Regards, Bernt. -- Bernt T. Hansen- Norang Consulting Incorporated --- [EMAIL PROTECTED] Computer Sy

Re: Changing bit depth on X

1997-04-04 Thread Bernt T. Hansen
r" DefaultColorDepth 16 SubSection "Display" . . . Hope this helps, Bernt. -- Bernt T. Hansen- Norang Consulting Incorporated --- [EMAIL PROTECTED] Computer Systems/ - 235 Bellamy Road N., Scarborough - phone: (416)431-6216 Analyst- Ontario, Canada

Re: 16bit X-windows

1997-03-27 Thread Bernt T. Hansen
PCI) with 8Mb so he can use Depth 32 with 1024x768...(I'm jealous) ;-) Bernt. -- Bernt T. Hansen- Norang Consulting Incorporated --- [EMAIL PROTECTED] Computer Systems/ - 235 Bellamy Road N., Scarborough - phone: (416)431-6216 Analyst- Ontario, Canada M1J-2L7 --

Re: Installing debian 1.2 from december 1996 InfoMagic 6 CD set

1997-03-18 Thread Bernt T. Hansen
gt; > I hope I've included enough details to get some help, but if you're missing > some informations, I can answer many questions. > > > -- Bernt T. Hansen Norang Consulting Inc. [EMAIL PROTECTED] Computer Systems 235 Bellamy Road North phone: (416)431-6216 Analyst Scarborough, Ontario fax: (416)431-2617 Canada M1J-2L7

Re: imap4 locking fails

1997-03-10 Thread Bernt T. Hansen
_/_/_/_/_/ | > | _/_/ _/_/ _/_/_/_/_/_/ _/_/_/_/_/_/ | > | | > | [EMAIL PROTECTED] - Software Engineering in SQL and C++

Re: Perl/io/dpkg-ftp and start-stop-daemon (again(again)).

1997-03-07 Thread Bernt T. Hansen
ln -s /usr/bin/perl /bin/perl and all was well. I installed diald after that (but haven't completed configuration yet). Hope this helps, Bernt. Bernt T. Hansen Norang Consulting Inc. [EMAIL PROTECTED] Computer Systems 235 Bellamy Road North phone: (416)431-6216 Analyst Scarbo

Re: why? whats wrong with cron?

1997-03-04 Thread Bernt T. Hansen
in /etc/rc2.d/*cron* (or whatever run level your system comes up in) If it in NOT there then create the links as follows: cd /etc/init.d update-rc.d cron defaults 89 You can then start cron either by rebooting or manually (just this once) with ./cron start Hope this helps, Bernt. ----

Re: getty

1997-03-04 Thread Bernt T. Hansen
ty --help and it reported "mgetty FATAL." > My guess is vgetty handles voicemail and mgetty doesn't. (vgetty has added functionality. Bernt. ------- Bernt T. Hansen NORANG Consulting Inc. [EMAIL PROTECTED] Computer S

Re: can't install TeX (fwd)

1997-03-02 Thread Bernt T. Hansen
vision > Yerevan Phisics Institute > Alikhanian's Brothers str.2 > 375036 Yerevan 36 > Armenia > > URL: http://www.yerphi.am/crd/prs/sevinian.html > Phone: 374-2-352041 (YerPhI), 374-2-344873 (aprt.) > Fax: 374-2-350030 > > > -- Bernt T. Hansen NORANG Consulti

Re: /dev/tape: No such device

1997-02-24 Thread Bernt T. Hansen
ausforderung! > "http://www.appl-math.tu-muenchen.de/~spiegl/kosog"; > > > -- > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to > [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] > > > -- Bernt T. Hansen NORANG Con

Re: cron doesn't start at boot up?

1997-02-19 Thread Bernt T. Hansen
Billy- Try # update-rc.d cron defaults I had to add the links for cron after installing it to have it start at boot time for run levels 2-5. You should probably read about the boot process information in # info debian under 'Customizing' question 11.3 and 11.4 There is a good description of wha