Re: awk or sed?

1999-09-23 Thread Marc Mongeon
Tim: awk works well if you know where in the output the address is located (e.g., the fourth word). sed is better if you need to find the address somewhere on the line. Looking at the ifconfig output, I think sed is better suited: ifconfig | sed -n '/^eth0/,/^$/s/ *inet addr:\([^ ]*\).*/\1/p'

RE: Newer LICQ?

1999-09-23 Thread Wim Kerkhoff
On Thu, 23 Sep 1999, Pollywog wrote: > On 23-Sep-99 Bill wrote: > > Hello everyone, > > I've been using the licq package that is standard with slink, this > > version is very old something like version 0.44. On the net the latest > > stable version is .701. Is there a deb for this anywhere or i

A clueless newbie writes in

1999-09-23 Thread Eldad
Ok, so I've installed Debian. I now have a huge amount of feedback on it; since I can't really do much coding in my spare time, this seems the best way I can help the Cause. Where does this feedback go? a lot if it relates to certain packages; I could go on about dselect for hours. But where? mail

Re: modprobe problem

1999-09-23 Thread Martin Fluch
On Thu, 23 Sep 1999, Pollywog wrote: > Thanks, this is what I have done :) > Initially, I attempted to add the above line to /etc/conf.modules and then > realized I had to add it to the /etc/modutils/aliases file instead. And after that run a update-modules Martin -- If the box says 'Windows 9

Re: Does X11 ignore ~/.bash_profile?

1999-09-23 Thread Martin Fluch
See 'man bash' how the bash starts. In short, when you login on console (bash ist invoked as a login shell) /etc/profile and than ~/.bash_profile is executed. Otherwhise only ~/bashrc is executed. Martin On Fri, 24 Sep 1999, Johann Spies wrote: > I am trying to install real player and have the

RE: Does X11 ignore ~/.bash_profile?

1999-09-23 Thread Pollywog
On 23-Sep-99 Johann Spies wrote: > I am trying to install real player and have the following lines in my > ~/.bash_profile: > > LD_LIBRARY_PATH=/usr/local/src/rvplayer5.0 > export LD_LIBRARY_PATH > PATH=$PATH:/usr/local/src/rvplayer5.0 > > When I do an "echo $PATH" in the console, I get: > > >

RE: Newer LICQ?

1999-09-23 Thread Pollywog
On 23-Sep-99 Bill wrote: > Hello everyone, > I've been using the licq package that is standard with slink, this > version is very old something like version 0.44. On the net the latest > stable version is .701. Is there a deb for this anywhere or is there a > better client that I can use? A D

Re: modprobe problem

1999-09-23 Thread Pollywog
On 23-Sep-99 Gregory T. Norris wrote: > You're using kerneld/kmod to load modules automatically, right? > Assuming that your system is otherwise working properly, just add > "alias char-major-108 off" to /etc/modutils/aliases and then run > /sbin/update-modules. Thanks, this is what I have done :

Re: Inchon International Airport Information

1999-09-23 Thread Marcin Owsiany
On Thu, Sep 23, 1999 at 09:10:03AM -0600, eric drayer wrote: > hey stop that spam You may not say so! This is because Debian approves spam on its mailing lists. This gives mooney to the Debian project. :) Marcin -- Marcin Owsiany [EMAIL PROTECTED]

NFS Install fails, eth0 module?

1999-09-23 Thread Neil Conway
Hello all. I recently tried to install Debian 2.1 using NFS. I rebooted using the resc disk, and followed the install program (dbootstrap?). Everything was going fine, until it came to the "Install Operating System Kernel and Modules" stage, or something like that. In any case, NFS was not in the

Does X11 ignore ~/.bash_profile?

1999-09-23 Thread Johann Spies
I am trying to install real player and have the following lines in my ~/.bash_profile: LD_LIBRARY_PATH=/usr/local/src/rvplayer5.0 export LD_LIBRARY_PATH PATH=$PATH:/usr/local/src/rvplayer5.0 When I do an "echo $PATH" in the console, I get: .::/home/jhspies/bin:/usr/gnu/bin:/usr/bin/X11:/use/X11

mrtg and the new snmpd in potato

1999-09-23 Thread Lawrence Walton
I can't get the new snmpd in potato and mrtg (any version) to play nice with each other. I can get the correct information (sysDescr sysContact sysName sysLocation ifNumber sysObjectID) using snmpwalk and snmpget, but mrtg refuses to work conplaining "error status: noSuchName". UCD snmpd versio

Initial console for multia

1999-09-23 Thread Arturo Galvan
Hi I got a multia several months ago and I've been trying to install Debian on it ever since. I have a floppy drive, a 2.5in IDE drive and a SCSI CDROM. I have already installed Red Hat 5.2 but I prefer Debian. I am able to get the kernel to load but it always freezes with the message "un

Re: killing dormant/dead processes

1999-09-23 Thread Peter Palfrader aka Weasel
On Fri, Sep 24, 1999 at 08:27:57AM +1300, [EMAIL PROTECTED] wrote: > I used the power off switch... > risky, but it worked. Compile 'Kernel Hacking' into your kernel. Now you can use Alt-SysRQ-S to sync your disk and Alt-SysRQ-U to mount everything read only. This way it's more likely to avoid

Re: ip-up.d

1999-09-23 Thread Martin Fluch
On Thu, 23 Sep 1999, Ben Lutgens wrote: > I am having a problem using /etc/ppp/ip-up.d/ to start fetchmail when I use > pon to connect. there is a script in there that wil start fetchmail for me as > desired via command line. yet fetchmail still won't start on it's own when I > connect to my ISP.

Re: ip-up.d

1999-09-23 Thread Gregory T. Norris
Can you post the script you've been using? It's likely that it relies on some environment variables being set, or some such... On Thu, Sep 23, 1999 at 01:36:33PM -0800, Ben Lutgens wrote: > I am having a problem using /etc/ppp/ip-up.d/ to start fetchmail when I use > pon to connect. there is a sc

Re: What does "mountd" is used for?

1999-09-23 Thread Mark Brown
On Thu, Sep 23, 1999 at 09:37:58PM +0200, Manuel Arenaz Silva wrote: > I know, but in my system there is no man page for "mountd" The manual page comes with the program. -- Mark Brown mailto:[EMAIL PROTECTED] (Trying to avoid grumpiness) http://www.tardis.ed.ac.uk/~broonie/ EUFS

Re: ip-up.d

1999-09-23 Thread Mark Brown
On Thu, Sep 23, 1999 at 01:36:33PM -0800, Ben Lutgens wrote: > I am having a problem using /etc/ppp/ip-up.d/ to start fetchmail when I use > pon to connect. there is a script in there that wil start fetchmail for me as > desired via command line. yet fetchmail still won't start on it's own when I

Re: modprobe problem

1999-09-23 Thread Gregory T. Norris
You're using kerneld/kmod to load modules automatically, right? Assuming that your system is otherwise working properly, just add "alias char-major-108 off" to /etc/modutils/aliases and then run /sbin/update-modules. On Thu, Sep 23, 1999 at 09:08:02PM -, Pollywog wrote: > I upgraded ppp (potat

Newer LICQ?

1999-09-23 Thread Bill
Hello everyone, I've been using the licq package that is standard with slink, this version is very old something like version 0.44. On the net the latest stable version is .701. Is there a deb for this anywhere or is there a better client that I can use? Thanks Bill

(n)vi doesn't exit at correct command line

1999-09-23 Thread Dean Allen Provins
Hello: I use 'vi' exclusively, and until upgrading to Debian 2.1, never experienced any problems with 'vi' exits. It always exited on the same line at which it was started. I believe at the time, I was using 'elvis' as 'vi'. For the record, I use 'xterm's under OpenLook, and that is were I obser

Please contact Trenton Albarracin at The Linux Store. 480-778-1039 re: a reseller agreement

1999-09-23 Thread Trenton Albarracin
 

RE: modprobe problem

1999-09-23 Thread Pollywog
On 23-Sep-99 Pollywog wrote: > I upgraded ppp (potato) and I can't seem to get rid of the modprobe error > I > am getting in my logs. Any ideas? I think I fixed it. I forgot I should not modify the conf.modules file directly. tnx -- Andrew

ip-up.d

1999-09-23 Thread Ben Lutgens
I am having a problem using /etc/ppp/ip-up.d/ to start fetchmail when I use pon to connect. there is a script in there that wil start fetchmail for me as desired via command line. yet fetchmail still won't start on it's own when I connect to my ISP. Any ideas why. Or where to look for more info. I

modprobe problem

1999-09-23 Thread Pollywog
I upgraded ppp (potato) and I can't seem to get rid of the modprobe error I am getting in my logs. Any ideas? Unusual System Events =-=-=-=-=-=-=-=-=-=-= Sep 23 21:00:19 lilypad modprobe: can't locate module char-major-108 -- Andrew

Re: Slow system clock?

1999-09-23 Thread Scott Henry
> "J" == Jason Christensen <[EMAIL PROTECTED]> writes: J> Would anyone be able to speculate as to why my system (kernel) J> clock is slow? I know that my hardware (CMOS) clock is J> maintaining a time that does not drift more than a CMOS clock J> normally does, but my kernel clock will lose ap

Re: killing dormant/dead processes

1999-09-23 Thread zdrysdal
No i tried init 1 and it just started another shutdown process... so in total i had two dead shutdown processes :). I used the power off switch... risky, but it worked. debian-user@lists.debian.org on 23/09/99 19:19:57 To: debian-user@lists.debian.org cc:(bcc: Zane Drysdale/Diagnostic

Re: Gateway hangs on accesses from LAN

1999-09-23 Thread Marcin Owsiany
On Thu, Sep 23, 1999 at 11:50:07PM +1000, Andrew J.F. Clark wrote: > I have a problem with my IP Masq gateway (slink, 2.0.36) hanging during > accesses via the LAN. What happens is that whenever one of the machines > on the LAN (NT4, Win98 or Debian Slink) accesses anything on the gateway a > coup

Slow system clock?

1999-09-23 Thread Jason Christensen
Would anyone be able to speculate as to why my system (kernel) clock is slow? I know that my hardware (CMOS) clock is maintaining a time that does not drift more than a CMOS clock normally does, but my kernel clock will lose approximately 4 hours in every 9. I can set the system clock at 9

Re: What does "mountd" is used for?

1999-09-23 Thread Manuel Arenaz Silva
Wayne Topa wrote: > Subject: What does "mountd" is used for? > Date: Wed, Sep 22, 1999 at 09:03:31PM +0200 > > In reply to:Manuel Arenaz Silva > > Quoting Manuel Arenaz Silva([EMAIL PROTECTED]): > > I would like what is the usage of the mountd daemon. > > man mountd > > That man co

Re: awk or sed?

1999-09-23 Thread Marcin Owsiany
On Thu, Sep 23, 1999 at 12:12:57PM +1200, Tim Thomson wrote: > Hi, > > I want to write a script, that gets the local ip address, and does a > reverse ns lookup, then sets the hostname to the dns response. > > I can use grep to get the line I want from ifconfig and nslookup. But how > do I get the

Gnome-objc configure problem

1999-09-23 Thread Mike Nachlinger
Hi All, Running a Debian 2.2.12/Glibc6 system. Configure for gnome-objc-1.0.40 stops with a "Objective C required but none found" error. I have the GCC and Gobjc packages installed. What flags do I need to send to configure to get it to recognize the compiler? "CC=egcc CFLAGS=-O2 ./configure" do

Trouble while compiling KWinTV.

1999-09-23 Thread Steeve Lennmark
Hi, i'm having trubbel compiling KWinT. I know this isn't a Debian specific question, but I can compile it in both redhat and SuSE without error's. This is the error: g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt1g/include -I/usr/X11R6/include-O2 -c wintvscreen.cpp wintv

Re: portscan: sunrpc etc...

1999-09-23 Thread Seth R Arnold
Just a quick warning -- killall functions quite nicely under linux. But, don't try it under other versions of unix as superuser, since it often does kill*all*. As for the services... discard throws away everything that hits it -- /dev/null ported to tcp/ip sockets. :) daytime tells the date and ti

Re: configuration of a printer

1999-09-23 Thread Manuel Arenaz Silva
Andreas Piesk wrote: > > are you sure about the /dev/lp1 ? the first lpt is lp0. > > what are the permissions of /etc/printcap ? readable by everyone ? > the printcap itself seems to be ok. > At first sight everything looks OK: the /dev files, the printcat file... cambados:~# ls -lisa /dev/lp*

RE: portscan: sunrpc etc...

1999-09-23 Thread Ryan McLean
Just a quick note, you may also try: killall -HUP inetd instead of 'kill -HUP inetd' That works just as well :P - Ryan /* Ryan McLean * Network/Systems Administrator * Honesty.com * http://www.honesty.com */ -Original Message- From: Jean-Yves BARBIER [mailto:[EMAIL PROTECTE

Re: Need docs on Fontselector In Gnome

1999-09-23 Thread John Foster
"John R. Sheets" wrote: > Sure: > > http://developer.gnome.org/doc/API/libgnomeui/gnomefontselector.html > > However, it has been deprecated in favor of GtkFontSelection or > GnomeFontPicker. I imagine it'll disappear in the next major version > release of GNOME, e.g. Gnome 2.0. > > John -

Re: telnet to my machine (cont)

1999-09-23 Thread Rob Mahurin
On Tue, Sep 21, 1999 at 05:22:43PM +0200, Manuel Arenaz Silva wrote: > > Sep 21 17:11:49 cambados in.telnetd[8102]: connect from 193.144.50.23 > Sep 21 17:11:49 cambados in.telnetd[8102]: error: cannot execute > /usr/sbin/in.telnetd: No such file or directory > > Efectively, the file "/usr/sbin/i

NFS mount freezes up my machine...

1999-09-23 Thread Tomislav Renic
Greetings from a (currently) warm and sunny Winnipeg. My problem is that my machine occasionaly locks up completely (no response whatsoever...not even num/caps lock or mouse), requiring a cold boot, after attempting to mount and NFS volume. Any pointers as to what I should be looking at? Thanks

Re: silly sendmail question

1999-09-23 Thread Rob Mahurin
On Tue, Sep 21, 1999 at 09:24:34AM -0400, Peter S Galbraith wrote: > > Rob Mahurin wrote: > > > On Mon, Sep 20, 1999 at 12:02:15PM -0400, Peter S Galbraith wrote: > > > I'm behind a firewall, and I'm trying the same thing and can't > > > get it to work: > > [snip] > > > > > > However, I have an

Re: portscan: sunrpc etc...

1999-09-23 Thread Jean-Yves BARBIER
On Thu, Sep 23, 1999 at 04:35:35AM -0700, Lev Lvovsky wrote: > do have anything that I've not checked as far as I know). I especially > need help with sunrpc, as it's nowhere to be found in rc*... ^^ So do I ;->> > > also, can somone give me a straight answ

portscan: sunrpc etc...

1999-09-23 Thread Lev Lvovsky
hello, upon runnign portscan on my computer from a nonlocal host, I get the following: 9 -> discard 13 -> daytime 21 -> ftp 22 -> ssh 23 -> telnet 25 -> smtp 37 -> time 79 -> finger 80 -> www 110 -> pop-3 111 -> sunrpc 113 -> auth as I use pretty much all of the "standard" daemons, I don't know

Re: debian and xterm

1999-09-23 Thread Brian Servis
*- On 23 Sep, [EMAIL PROTECTED] wrote about "debian and xterm" > I do not how to set by defualt a TERM as xterm and NOT xterm-debian. > I have other server with freebsd and openbsd and loggin on that servers i > nedd to export the TERM variable since they do not recognize xterm-debian. > Any idea

Re: Need docs on Fontselector In Gnome

1999-09-23 Thread John R. Sheets
John Foster wrote: > > I have looked for the docs on the Gnome fontselector. There do not seem > to be any. Anyone have any ideas? Sure: http://developer.gnome.org/doc/API/libgnomeui/gnomefontselector.html However, it has been deprecated in favor of GtkFontSelection or GnomeFontPicker. I imagi

debian and xterm

1999-09-23 Thread marco
I do not how to set by defualt a TERM as xterm and NOT xterm-debian. I have other server with freebsd and openbsd and loggin on that servers i nedd to export the TERM variable since they do not recognize xterm-debian. Any idea to have xterm instead of xterm-debian? Thanks for replying to [EMAIL PR

Re: Apt in slink (Was: (no subject))

1999-09-23 Thread Brad
-BEGIN PGP SIGNED MESSAGE- On Thu, 23 Sep 1999 [EMAIL PROTECTED] wrote: > If I understand correctly the most recent version of apt is 0.3.11 > (this is the version in potato). The most recent is 0.3.13, although a new version should be released soon because of a bug in the parsing of s

Re: lilo post-install

1999-09-23 Thread Brad
-BEGIN PGP SIGNED MESSAGE- On Thu, 23 Sep 1999, virtanen wrote: > alvin wrote: > > > > if you(lilo) get stuckuse dos/windows to "fdisk /mbr" and > > > try to fix the lilo.conf file again > > > > > > have fun > > > alvin > > I managed to get it working. The thing, which was difficu

Unidentifiable Fonts question

1999-09-23 Thread John Foster
I have a stable Slink installed and was setting up some non-debian software. I noticed that there are some fonts directories that are not listed in my fontpath. They are; 100dpi-il2 75dpi-il2 misc-il2 All of the other fonts and my truetype fonts seem to be working fine and all are accounted for pro

Re: awk or sed?

1999-09-23 Thread Andrew Hately
Tim Thomson wrote: > > Hi, > ... Was it awk or sed, or am I going along the wrong track? ... Linx Focus this month has an awk tutorial http://www.linuxfocus.org/English/September1999/article103.html Andrew -- http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=45690

Re:

1999-09-23 Thread mcclosk
Dave Baker <[EMAIL PROTECTED]> wrote: |> The debian homepage: http://www.debian.org/releases/stable talks |> about the new version of apt being available from netgot.net's home |> page. Clicking the link gives a 404 and searching through the site |> doesn't show it anywhere. |> |> Does anyone kn

Problems after upgrading xlibg...

1999-09-23 Thread franck routier
Hi to all, I recently upgraded from xlib6g 3.3.2.3a-11 to xlib6g 3.3.4-2 on my debian slink system. Before that, everything worked fine, especially the gdm graphical login. Now I only get the grey screen of the X server, nothing more. gdm generates this log file in /var/state/gdm/:0.log :/usr

Re: Inchon International Airport Information

1999-09-23 Thread eric drayer
hey stop that spam On Thu, 23 Sep 1999, han min woo wrote: > Dear Madam or Sir > > Please refer to the attached news information for Inchon International Air > port in Korea. This news letter should be delivered to personel who are > related to > airport business and are interested in our fa

Re: .bashrc doesn't work?

1999-09-23 Thread Pollywog
On 23-Sep-99 Martyn Pearce wrote: > > Eric G . Miller writes: >| On Thu, Sep 23, 1999 at 07:21:47AM +, Martyn Pearce wrote: >| > What are you trying to do here? Is there some bash feature being >| > exploited that I haven't seen before? >| > >| I'm not trying to do anything. I was replyin

Re: .bashrc doesn't work?

1999-09-23 Thread Pollywog
On 23-Sep-99 Eric G . Miller wrote: > On Thu, Sep 23, 1999 at 07:21:47AM +, Martyn Pearce wrote: >> What are you trying to do here? Is there some bash feature being >> exploited that I haven't seen before? >> > I'm not trying to do anything. I was replying to an earlier post that > inidi

Gateway hangs on accesses from LAN

1999-09-23 Thread Andrew J.F. Clark
I have a problem with my IP Masq gateway (slink, 2.0.36) hanging during accesses via the LAN. What happens is that whenever one of the machines on the LAN (NT4, Win98 or Debian Slink) accesses anything on the gateway a couple of times, the gateway freezes totaly and won't respond to anything. Cur

dpkg problem in unstable stream

1999-09-23 Thread MoFo
I'm getting this error whenever I try and add ANY package with dpkg: fgets gave an empty null-terminated string from `/var/lib/dpkg/info/libpam-doc.list' I get this when trying to add/remove/config, anything. Any help would be appreciated.

Re: .bashrc doesn't work?

1999-09-23 Thread Martyn Pearce
Eric G . Miller writes: | On Thu, Sep 23, 1999 at 07:21:47AM +, Martyn Pearce wrote: | > What are you trying to do here? Is there some bash feature being | > exploited that I haven't seen before? | > | I'm not trying to do anything. I was replying to an earlier post that | inidicated the

Re: true type fonts and xfstt - solved

1999-09-23 Thread Aaron Stromas
when i typed 'fairly sure" before i hesitated a second. the problem was xfstt runs on port 7101 but in XFConfig i managed to put 7100. one looks but does not see... thanks again to all respondents, -a Aaron Stromas wrote: Seth R Arnold wrote: > Hmm. My next thought -- and I must apologize for ask

Quicktime Streaming

1999-09-23 Thread Randall Barth
How can I get Quicktime streaming working across an ip masquerading gateway to my ISP over PPP? I've tried using Apple's proxy, but the program aborts with a segmentation fault. I'm running stock slink. Are there any loadable kernel masquerading modules available for Quicktime streams? Thanks, R

Re: lilo post-install

1999-09-23 Thread virtanen
alvin wrote: > > if you(lilo) get stuckuse dos/windows to "fdisk /mbr" and > > try to fix the lilo.conf file again > > > > have fun > > alvin Hi, I managed to get it working. The thing, which was difficult was to find out that if I wanted to boot first dos (there are some other users of

Re: true type fonts and xfstt (again)

1999-09-23 Thread Aaron Stromas
Seth R Arnold wrote: > Hmm. My next thought -- and I must apologize for asking -- have you actually > installed ttf files into /usr/share/fonts/truetype? And, are they named > *ttf? I got many of mine from a DOS machine, and it had many TTF files that > I renamed to ttf. (my machine has a nifty re

Re: debian-user-digest Digest V99 #1649

1999-09-23 Thread Philipp Braunbeck
Hi, "LILO boot: hda=19650,16,63" #put the CHS marked on your HD here, of course. or, in /etc/lilo.conf: --Schanipp # LILO Konfigurations-Datei # Start LILO global Section append="hda=19650,16,63" boot=/dev/hda #compact #

Re: true type fonts and xfstt (again)

1999-09-23 Thread Seth R Arnold
Hmm. My next thought -- and I must apologize for asking -- have you actually installed ttf files into /usr/share/fonts/truetype? And, are they named *ttf? I got many of mine from a DOS machine, and it had many TTF files that I renamed to ttf. (my machine has a nifty rename script, written by larry

Re: true type fonts and xfstt (again)

1999-09-23 Thread Aaron Stromas
seth, i've read and followed the faq before i asked for advice. the xfontsel -pattern found no matches. xcoral is not on my system - what is it? -a Seth R Arnold wrote: > Aaron, there is a bit more involved than just adding it to the config files. > here is the relevant section snipped from /us

Re: ip_masq_ftp

1999-09-23 Thread Seth R Arnold
On Thu, Sep 23, 1999 at 11:11:45AM +0200, Robert Varga wrote: > On Thu, 23 Sep 1999, Seth R Arnold wrote: > > If you built your kernel yourself, it should be installed into > > /lib/modules//ipv4/ip_masq_ftp.o > > > > In which case, you can "modprobe ip_masq_ftp" to get it to go. > So I do not n

Re: ip_masq_ftp

1999-09-23 Thread Robert Varga
On Thu, 23 Sep 1999, Seth R Arnold wrote: > If you built your kernel yourself, it should be installed into > /lib/modules//ipv4/ip_masq_ftp.o > > In which case, you can "modprobe ip_masq_ftp" to get it to go. > > :) So I do not need to set any option during the kernel configuration? And is

Re: ip_masq_ftp

1999-09-23 Thread Seth R Arnold
If you built your kernel yourself, it should be installed into /lib/modules//ipv4/ip_masq_ftp.o In which case, you can "modprobe ip_masq_ftp" to get it to go. :) On Thu, Sep 23, 1999 at 11:02:13AM +0200, Robert Varga wrote: > > How can I install the masquerading module for FTP compatibility? >

ip_masq_ftp

1999-09-23 Thread Robert Varga
How can I install the masquerading module for FTP compatibility? Where can I find it? Robert Varga

Re: .bashrc doesn't work?

1999-09-23 Thread Eric G . Miller
On Thu, Sep 23, 1999 at 07:21:47AM +, Martyn Pearce wrote: > What are you trying to do here? Is there some bash feature being > exploited that I haven't seen before? > I'm not trying to do anything. I was replying to an earlier post that inidicated there was something wrong with putting y

Re: removal of essential packages

1999-09-23 Thread Dave McFadden

md5sum of a cd

1999-09-23 Thread Jim B
I just burned some CDs from their ISO images. I have the m5dsums of the images, and now I'd like to compare a hash of the completed CD against the original image... basically I want to make sure the CD was burned ok. I'm concerned because the hard drive I downloaded the ISOs to was bad, and I had

Re: A GnuPG package for stable? [Rendering Security Insecure]

1999-09-23 Thread J Horacio MG
> Date: Wed, 22 Sep 1999 15:03:54 -0500 > From: "Eric Gillespie, Jr." <[EMAIL PROTECTED]> > To: "Bruce Z. Lysik" <[EMAIL PROTECTED]>, debian-user@lists.debian.org > Subject: Re: A GnuPG package for stable? > Message-ID: <[EMAIL PROTECTED]> > Content-Type: multipart/signed; boundary=a8Wt8u1KmwUX3Y2C

Re: .bashrc doesn't work?

1999-09-23 Thread Martyn Pearce
| On 23-Sep-99 Eric G . Miller wrote: | > If I remeber correctly, they had .bash_profile sourcing .bashrc. Is | > there something inherently wrong with doing such a thing? Most of the time, it's just redundant. There are settings (e.g., PATH), which only need to be set once, because they're

Entertainment Explorer

1999-09-23 Thread Ivy Wan
Welcome to http://www.DVDshelf.com, the largest online stores for selling DVD & VCD in the world. We offer over 3,900 titles and it will be expanded to 5,000 titles in the end of September. DVDshelf.COM is turning the Web into a powerful new sales channel for DVD and Video CD and CD as well our

Re: killing dormant/dead processes

1999-09-23 Thread Seth R Arnold
Can you init 1 or init 0? On Thu, Sep 23, 1999 at 03:26:17PM +1300, [EMAIL PROTECTED] wrote: > Hi > > I am trying to shutdown a server and it says it is already shutting down... > i discovered a shutdown process but it seems to be dead and i cannot kill > it off with kill -9. > > ie > > 993

Re: mysql seg faulting

1999-09-23 Thread Wim Kerkhoff
Hi Christian, Thanks for your reply. On 21-Sep-99 Christian Hammers wrote: > On Mon, 20.09.99 13:12 -0700, Wim Kerkhoff wrote: >> I just installed the latest versions of *mysql*, and all seemed to work >> fine. >> However, now everything (mysql, mysqladmin, xmysqladmin...) seg faults on >> me. >

Inchon International Airport Information

1999-09-23 Thread han min woo
Dear Madam or Sir   Please refer to the attached news information for Inchon International Air port in Korea. This news letter should be delivered to personel who are related to airport business and are interested in our facilities/services. If this is mistakenly delivered to you or

Need docs on Fontselector In Gnome

1999-09-23 Thread John Foster
I have looked for the docs on the Gnome fontselector. There do not seem to be any. Anyone have any ideas? -- John Foster AdVance-Computing Systems [EMAIL PROTECTED] ICQ# 19460173

killing dormant/dead processes

1999-09-23 Thread zdrysdal
Hi I am trying to shutdown a server and it says it is already shutting down... i discovered a shutdown process but it seems to be dead and i cannot kill it off with kill -9. ie 993 ? D 0:00 sh /usr/local/bin/faxrunq 15546 ? D 0:00 shutdown -r 0 w 18153 ? D 0:00 sendfax 234

Re: Strange bash prompt

1999-09-23 Thread ferret
I don't know if it's related or not, but when I do something like 'cd /usr/local/../../var/log ; echo $PWD' I get '//var/log' Bash 2.01.1(1)-release On Wed, 22 Sep 1999, Keith Harbaugh wrote: > On Wed, 1999-09-22 10:25:29 +0530, XRDLAB wrote: > > Hi, > > > > I noticed a strange behaviour of bas

Re: exim configuration

1999-09-23 Thread Peter Mickle
On Wed, Sep 22, 1999 at 11:33:38AM -0300, Mario Olimpio de Menezes wrote: > > Hi, > > What is the proper way to configure exim for my home system? I > tried eximconf, choosing "using smarthost" option (2) but it refuses my > e-mail, saying that can't relay mail for destination.machine >

Re: Debian's IPMasq and EverQuest

1999-09-23 Thread Bruce Z. Lysik
> "S" == Steve Lamb <[EMAIL PROTECTED]> writes: S> The problems are most likely because the server is trying S> to make a connection with your client machine. Since the S> IPMasqing doesn't know what to do with that port, it drops is. Bing, you were right. EverQuest wants po

is libgnomeui32 broken?

1999-09-23 Thread Shao Zhang
Hi, Whenever I try to run something like e-conf or gnomeicu. I get an error like this: e-conf: error in loading shared libraries: /usr/lib/libgnomeui.so.32: undefined symbol: gdk_imlib_get_cache_info Any ideas? Shao. -- _

Re: .bashrc doesn't work?

1999-09-23 Thread Pollywog
On 23-Sep-99 Eric G . Miller wrote: > On Wed, Sep 22, 1999 at 05:45:21PM +, Martyn Pearce wrote: >> >> | Oops! In Rat Hat putting things in your .bashrc worked... I guess I >> | have a few more things to unlearn from Rat Hat! >> >> The behavoiur of bash w.r.t. .bashrc & .bash_login is fixed.

Re: daemon/initd

1999-09-23 Thread John Pearson
Correcting my mistakes... On Wed, Sep 22, 1999 at 04:31:28PM +0930, John Pearson wrote > On Wed, Sep 22, 1999 at 03:13:12PM +1300, [EMAIL PROTECTED] wrote > > Hi > > > > Can someone properly explain to me the differences between how a process > > starts up as a daemon as apposed to a process whic

Debian homepage and apt: releases/stable

1999-09-23 Thread Dave Baker
The debian homepage: http://www.debian.org/releases/stable talks about the new version of apt being available from netgot.net's home page. Clicking the link gives a 404 and searching through the site doesn't show it anywhere. Does anyone know where this can now be downloaded from? Also, does an

awk or sed?

1999-09-23 Thread Tim Thomson
Hi, I want to write a script, that gets the local ip address, and does a reverse ns lookup, then sets the hostname to the dns response. I can use grep to get the line I want from ifconfig and nslookup. But how do I get the numbers and name out of the output? Was it awk or sed, or am I going along

Re: xfree86 3.3.5 in debian

1999-09-23 Thread Eric G . Miller
Of course, you shouldn't need an .xinitrc or .xsession at all in a user's home directory. To specify the default window manager, just make it the first entry in the file /etc/X11/window-manages. The system wide Xsession should also live under /etc/X11. If it doesn't your system is broked.

Re: .bashrc doesn't work?

1999-09-23 Thread Eric G . Miller
On Wed, Sep 22, 1999 at 05:45:21PM +, Martyn Pearce wrote: > > | Oops! In Rat Hat putting things in your .bashrc worked... I guess I > | have a few more things to unlearn from Rat Hat! > > The behavoiur of bash w.r.t. .bashrc & .bash_login is fixed. Therefore, > if using .bashrc "worked" wi

Re: VMware+DOS network

1999-09-23 Thread Bob Nielsen
You can get the driver at ftp://ftp.crynwr.com/drivers/amdpd.zip Unarchive it and install pcntpk.com on your vmware dos system. It is run by invoking: pcntpk int=0x60 (should be in the range 0x60 to 0x80). It will respond with a message like: Packet driver for an PCNTPK, version 02.20 Packet