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'
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
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
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
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
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:
>
>
>
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
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 :
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]
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
> "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
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
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
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
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
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
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
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
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
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*
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
"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
-
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
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
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
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
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
*- 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
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
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
-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
-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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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 #
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
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
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
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
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?
>
How can I install the masquerading module for FTP compatibility?
Where can I find it?
Robert Varga
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
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
> 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
| 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
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
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
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.
>
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
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
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
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
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
>
> "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
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.
--
_
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.
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
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
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
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.
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
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
90 matches
Mail list logo