I got sold on Debian after reading today's discussion on slashdot.
However, there doesn't seem to be anything in the Debian web site about
how one goes about installing from ftp. It only tells me that it is
possible. So what disk images, etc. do I need?
Thank you in advance,
Chris Gray
On 22 Apr 1999, Miquel van Smoorenburg wrote:
> Ofcourse. You misread the docs; it says _not_ to change the hosts: line.
> The exact wording is:
>
> 2.4 HOSTS:
>
> Normally you should not do host lookups through NIS, use DNS for that.
> If you really must use NIS for it, here's how
In article <[EMAIL PROTECTED]>,
Prashanth Mundkur <[EMAIL PROTECTED]> wrote:
>I upgraded my lab machine today to slink. The NIS docu
>suggests
>
>---[/usr/doc/nis/nis.debian.howto.gz]
>2. HOW TO SPECIFY WHAT RESOURCES TO USE FOR NIS:
>
>2.4.2 For libc6 applications:
>
> Edit /etc/nsswitch.
On Tue, Apr 20, 1999 at 10:05:00AM +0100, Graham Ashton wrote:
> On Tuesday 20 April, Richard Harran wrote:
> > Would I see a performance increase if I made sure my linux partition
> > was on the outside of my disk? Would I be even better putting my swap
> > partition as far out as possible?
>
>
I expect this will mean that the next update to WordPerfect will be as a
.deb file
Bob
--
Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ AMPRnet: [EMAIL PROTECTED]
DM42nh http://www.primenet.com/~nielsen
On Wed, 21 Apr 1999, Jason Dawe wrote:
> Can anyone help me? I recompiled a 2.0.36 Kernel to include SB 16
> support. When the system boots it tells me sound init. complete, and
> there are no signs of errors. Here are some of the responses I get to
> certain commands:
>
> cat testsound.wav | /d
FYI.
I upgraded my lab machine today to slink. The NIS docu
suggests
---[/usr/doc/nis/nis.debian.howto.gz]
2. HOW TO SPECIFY WHAT RESOURCES TO USE FOR NIS:
2.4.2 For libc6 applications:
Edit /etc/nsswitch.conf and change the hosts entry:
hosts: nis files
---
I had to make t
On Wed, Apr 21, 1999 at 10:37:25AM -0800, Jack A Walker wrote:
>
>
> I thought caldera was corel's attempt to commercialize linux. This seems
> like quite a change for corel. I wonder what, if anything, it means for
> caldera.
AFAIK, the only connection between Corel and Caldera is that Calde
It's time to update the kernel for my laptop,and I'm trying to use
make-kpkg to do this. I've managed to get the kernel image .deb built,
but not the pcmcia stuff.
I've updated to the pcmcia-source from potato, and note that it has
.debs for up to 2.2.5. However, make-kpkg modules_image fail
On Thu, 22 Apr 1999, darrin griffiths wrote:
> I'm installing debian linux but the files resc1440.bin and drv1440.bin
> are too large to fit on a 1.44 mb floppy.
> help!
>
This should explain it to you:
http://debian.org/releases/stable/i386/ch-install-methods.en.html#s-create-floppy
RTFM is goo
On Thu, 22 Apr 1999, darrin griffiths wrote:
> I'm installing debian linux but the files resc1440.bin and drv1440.bin
> are too large to fit on a 1.44 mb floppy.
> help!
> cheers
> darrin griffiths
superformat /dev/fd0
dd if=resc1440.bin of=/dev/fd0
superformat /dev/fd0
dd if=drv1440.bin of=/d
I'm installing debian linux but the files resc1440.bin and drv1440.bin
are too large to fit on a 1.44 mb floppy.
help!
cheers
darrin griffiths
On Wed, 21 Apr 1999, Nils Rennebarth wrote:
> Running sendmailconfig, and answering yes to the Mailertable question
> creates and entry like this:
>
> FEATURE(mailertable, `text /etc/mail/mailertable')dnl
>
> which doesn't work.
>
> FEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl
>
>
Steve Lamb wrote:
> >> Does *ANYONE* know of a way to turn off the default X server
> >> permanently?
>
> Geez, I am upset. I forgot a work.
Do you mean "a word" :=)
> Does anyone know of a way to turn off the default X screen saver
> permenently?
Does "xset s off" do what you wa
At 02:40 PM 4/21/1999 -0600, [EMAIL PROTECTED] wrote:
>I have downloaded Debian 2.1 and all of the packages to the harddrive
>on my Dell GX1 400MHz with a WD 6.4GB drive. I got the kernel and base
>system installed fine. Using 'dselect' I chose the Dialup default
>Profile for the install. The 'A
|> > 2) Use a null modem cable to connect to a desktop and piggy back
|> > ride on that systems CD-ROM.
|> >
|> > Q: I don't know if the Linux base system supports null modem
|> > connections. Anybody any idea?
|>
|> Yes, it does. I have just installed debian on a laptop which only
|> has a flop
Hi,
ip-up is a script running scripts in the directory /etc/ip-up.d using the
run-parts command.
My problem was that would not run my scripts. I have now looked at the
run-parts docs, and have found out tha my scripts can not contain .'s in the
the filename. This was the reason they would not run
Antal Ritter:
> That's it. #!/bin/sh would be ok, but the kernel (?) will not find
> #!/bin/sh, and that's what the "file not found" referred to. This is
> one of my favourites.
Which, of course, suggests an alternative solution :-)
ln -s /bin/sh /bin/sh^M
(Which wouldn't work very well unless
> ] I just bought a new 3 button mouse for the convenience of better cut and
> ] paste, and find that I can't seem to make it work.
Fabio Olive leite:
> Most likely your mouse is (like mine) a dual mode mouse. Check if it
> doesn't have "PC" and "MS" written somewhere around the ball hole. For
> s
Hans van den Boogert:
> That makes me wonder: I have to install some packages on the notebook to
> get the external CD-ROM drive working. If I copy them from the CD-ROM on
> a DOS formatted floppy and then transfer to the notebook, will I get the
> same kind of trouble?
Nope. Copying deb files b
[EMAIL PROTECTED]:
> Quoted-printable is an abomination, and the least satisfactory of all the
> solutions to non-ASCII/non-RFC mail.
>
> As well as planting "=20" at the end of long-line breaks (and granted
> there is a need for a solution to the long-line problem), any true "="
> goes into "=3D"
Hello,
is there anything like run-parts that would run all the scripts at the same
time, and then wait for all of them to finish?
I wouldn't mind having most of my ip-up.d run together - I suspect there's
a lot of time spent idle waiting for protocol negotiation to go through...
Jiri
--
<[EMAI
I followed a link to
http://www.uk.debian.org/releases/stable/running-kernel-2.2
It said one ought to upgrade a few packages to the unstable versions
to run a 2.2.x kernel.
I downloaded these and ran dpkg -i ,
downloaded a few more as dpkg complaind about dependencies, and
when I thought I'd gott
On Wed, Apr 21, 1999 at 06:57:23AM -0700, Bob Nielsen wrote:
> I couldn't find it either, but created /etc/init.d/local (and ran
> update-rc.d) for stuff like this. You should use the full path:
I already have a 'local' file there, first thing I did when I Installed
Debian long time agao :-) (al
I have downloaded Debian 2.1 and all of the packages to the harddrive
on my Dell GX1 400MHz with a WD 6.4GB drive. I got the kernel and base
system installed fine. Using 'dselect' I chose the Dialup default
Profile for the install. The 'Access' and 'Update' options run fine
and find all of the
I didn't see an answer, but since this list is producing over 200 emails
a day, I might have missed it, but I searched the archives and didn't
see a reply. Can anyone suggest where else I might go to get an
answer?
I reinstalled my system from hamm a while back and am having trouble
with remote
>> "SL" == Steve Lamb <[EMAIL PROTECTED]> writes:
SL> Does *ANYONE* know of a way to turn off the default X server
SL> permanently?
Please restate your question. "Turn off" wrt to what? What is the
state you want to establish?
Ciao,
Martin
I think the decision to make their own Debian-ized distribution is
incredibly clever on Corel's part. It wouldn't surpise me a bit if a
lot of the decision was based upon the high potential of apt.
It seems to me that Corel has decided that instead of fight Microsoft on
their terms, to make new t
>
>
> I'm trying to compile a program that has -lX11 in the compiler
> options, but the compiler doesn't filnd the relevant library. What
> shall I put in place of the plain X11?
>
Before the -lX11 place -L/usr/X11R6/lib. Make sure you also have xlibg-dev
installed.
-BEGIN PGP SIGNED MESSAGE-
On Wed, 21 Apr 1999 16:00:00 -0400 (EDT), Alec Smith wrote:
>As in xdm starting when you first boot Debian? Just remove /etc/init.d/xdm
>> Does *ANYONE* know of a way to turn off the default X server permanently?
Geez, I am upset. I forgot a work.
As in xdm starting when you first boot Debian? Just remove /etc/init.d/xdm
On Wed, 21 Apr 1999, Steve Lamb wrote:
> -BEGIN PGP SIGNED MESSAGE-
>
> Does *ANYONE* know of a way to turn off the default X server permanently?
>
> - --
> Steve C. Lamb | I'm your priest,
I'm trying to compile a program that has -lX11 in the compiler
options, but the compiler doesn't filnd the relevant library. What
shall I put in place of the plain X11?
Pf
--
---
Pierfrancesco Caci | mailto:[EMAIL PR
On Wed, Apr 21, 1999 at 11:01:25AM -0400, Madel, Kurt wrote:
> For those of you using Potato, I was wondering how unstable it is. I have a
> Zip Plus drive and know that it is naturally supported by the 2.2.X kernel,
> so would like to move to a 2.2.X distribution as soon as possible and would
>
Brian Schramm <[EMAIL PROTECTED]> writes:
> I need to know how to change the timeout on the automount system for
> Slink. It is set WAY TO LONG.
use the --timeout parameter, like in my /etc/auto.master:
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of t
On Wed, 21 Apr 1999, Jack A Walker wrote:
> I thought caldera was corel's attempt to commercialize linux. This seems
> like quite a change for corel. I wonder what, if anything, it means for
> caldera.
Caldera is a completely different company. They have next to nothing to do
with Corel. (I kn
-BEGIN PGP SIGNED MESSAGE-
Does *ANYONE* know of a way to turn off the default X server permanently?
- --
Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
ICQ: 5107343 | main connection to the switchboard of souls.
- --
At 02:17 PM 4/21/1999 -0500, Kent West wrote:
>At 12:27 PM 4/21/1999 -0500, ying shang wrote:
>>Hi,
>>
>>When I installed the debian on a Dell 266 PC, I met a problem releated
>>to the SCSI. The following is the messages on the screen:
>>
>>..
>>md driver 0.36.0 MAX_MD_DEV=4, MAX_REAL=8
>>(scsi
Can anyone help me? I recompiled a 2.0.36 Kernel to include SB 16
support. When the system boots it tells me sound init. complete, and
there are no signs of errors. Here are some of the responses I get to
certain commands:
cat testsound.wav | /dev/audio
bash: /dev/audio: permission denied (I'm ro
On Wed, Apr 21, 1999 at 01:59:44PM +0100, Shaun Lipscombe wrote:
> why is my header ignored, and my mail to this group is archived on
> dejanews?
Whatever gateway propagates the list as muc.lists.debian.user
(informatik.tu-muenchen.de I think) appears to strip out all headers it
doesn't know abou
>My system has an LS-120 instead of a floppy. How can I >install LILO
on
>the
>LS-120, /dev/hdc. Also the resuce disk I have, which >is how I
currently
>boot
>into linux vs NT was made on another box with a >floppy, I have not
been
>able to make a bootable rescue disk in the LS120. The >hardware
Apache no longer logs hits since I upgraded to slink.
I have not changed /etc/apache/httpd.conf and it contains the lines:
LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so
ErrorLog /var/log/apache/error.log
TransferLog /var/log/apache/access.log
Files are there, but empty:
At 12:27 PM 4/21/1999 -0500, ying shang wrote:
>Hi,
>
>When I installed the debian on a Dell 266 PC, I met a problem releated
>to the SCSI. The following is the messages on the screen:
>
>..
>md driver 0.36.0 MAX_MD_DEV=4, MAX_REAL=8
>(scsi0) found at PCI 19/0
>(scsi0) Wide Channel, SCSI ID=7,
>When I installed the debian on a Dell 266 PC, I met a problem >releated to
the SCSI
>
>Then it stoped. Any idea?
Yes. i've encoutered a similar problem with my Ncr53c810.
the problem is located in your "generic" kernel. you need a specific one
compiled for your machine.
You may solve your probl
Thanks,
I have tried this fake domain. newaliases is much quicker indeed. However, the
warning message still exists. Any idea what the problem coud be?
Jens B. Jorgensen wrote:
> These timeouts are likely due to sendmail trying to resolve domain names
> (specifically, names which can't be
> reso
With only 4M RAM you will have problems with the system being very slow
(lots of swapping going on).
Installing ash and linking it to /bin/sh helps a lot, as does replacing
getty with mingetty. You may also want to look at replacing bash with
something smaller.
X recommends 8M+, it may run in 4,
I work on a Debian 2.0 machine. When I logon to a SunOS thingy (uname
-s gives: SunOS owl 5.5 Generic sun4c sparc SUNW,Sun_4_75), setenv
DISPLAY to my screen and start emacs (Version 19.25.1) I get a window
which has double the size it should have. If I type a character, I get
a space immediately a
Running sendmailconfig, and answering yes to the Mailertable question
creates and entry like this:
FEATURE(mailertable, `text /etc/mail/mailertable')dnl
which doesn't work.
FEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl
however does work, if the maps are there and made with makemap.
Quoting Santiago Vila Doncel ([EMAIL PROTECTED]):
> On Thu, 15 Apr 1999, David Wright wrote:
>
> The problem is that the ppa driver required to make the ZIP drive to work
> is now out of the kernel (i.e. as a module).
>
> [ This is a difference between Debian 2.0 and Debian 2.1 that I discovered
-BEGIN PGP SIGNED MESSAGE-
On Wed, 21 Apr 1999, Madel, Kurt wrote:
> And, I wouldn't suspect that KDE would be included as part of the Official
> Debian until QT is put under the GPL, not something that is very close to
> it. Corel mentions Open Source Software, but not Free Software. D
Christian - ip-up has to be executable, not just a script. Possibly
this is your problem. See
http://metalab.unc.edu/LDP/FAQ/PPP-FAQ-7.html#ss7.11
Good luck,
David
Date: Wed, 21 Apr 1999 12:36:43 -0500 (CDT)
From: Christian Dysthe <[EMAIL PROTECTED]>
Hi,
I am using Xisp to conne
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> My system has an LS-120 instead of a floppy. How can I install LILO on the
> LS-120, /dev/hdc. Also the resuce disk I have, which is how I currently boot
> into linux vs NT was made on another box with a floppy, I have not been
> able to make a boot
Hi
On Tue, Apr 20, 1999 at 09:38:30PM +0800, Hans van den Boogert wrote:
> 2) Use a null modem cable to connect to a desktop and piggy back ride on
> that systems CD-ROM.
> Q: I don't know if the Linux base system supports null modem connections.
> Anybody any idea?
Yes, it does. I have just inst
On Tue, 20 Apr 1999, rob wrote:
> Hello !
> I have problems with the card mentioned above. The driver for SMC
> etherpower II cards (I guess it's epic100) does not work. Please someone
> tell me if there is a LINUX driver for it or not. I would appreciate any
> help.
> Thanks
Please post more in
I thought caldera was corel's attempt to commercialize linux. This seems
like quite a change for corel. I wonder what, if anything, it means for
caldera.
To: "Debian-User \(E-mail\)"
cc:(bcc: Jack A Walker/BII)
Subject: RedHat need not apply
It seems that Debian will have its ve
>> "MK" == Madel, Kurt <[EMAIL PROTECTED]> writes:
MK> It seems that Debian will have its very own commercial pimp in
MK> Corel.
We will work with them for the benefit of both sides. Debian will stay
independent as before.
MK> Corel mentions Open Source Software, but not Free Software. Do
MK>
Hi,
I am using Xisp to connect to my ISP. I have made two scripts I want to run
when I am connected, and I thought they would be if I put them in ip-up.d
I have tested both scripts by running them "manually", and they work fine, but
they do not seem to be run when I connect, at least they aren't
Hi,
When I installed the debian on a Dell 266 PC, I met a problem releated
to the SCSI. The following is the messages on the screen:
..
md driver 0.36.0 MAX_MD_DEV=4, MAX_REAL=8
(scsi0) found at PCI 19/0
(scsi0) Wide Channel, SCSI ID=7, 16/255 SCBS
(scsi0) Downloading sequencer code ... 419
I was wondering if anyone has tried this. I have a 486/33 laptop with 4 megs
of RAM and would like to put Debian on it. I don't have anyway of
connecting the laptop to a cd-rom, but I do have a Zip Plus drive (so I need
the imm patch that is included as part of the 2.2.x kernel). The laptop has
a
My system has an LS-120 instead of a floppy. How can I install LILO on the
LS-120, /dev/hdc. Also the resuce disk I have, which is how I currently boot
into linux vs NT was made on another box with a floppy, I have not been
able to make a bootable rescue disk in the LS120. The hardware HOWTO says
unsubscribe
John Gay dixit:
~>
~> he had a look at Lotus' site, and they say that work is in progress.
~> I was just wondering if anyone knew of anything that could be used.
I had a look at Lotus site yesterday (hoping they might have plans to
release Lotus 123 for Linux), but saw no indication whatsoever.
Hello !
I have problems with the card mentioned above. The driver for SMC
etherpower II cards (I guess it's epic100) does not work. Please someone
tell me if there is a LINUX driver for it or not. I would appreciate any
help.
Thanks
Robert
On Wed, Apr 21, 1999 at 04:58:18PM +0200, Nils Rennebarth wrote:
> I receive these messages in my syslog when debugging is turned on, and the
> user don't get their mail with pop-3, with the same error message.
> Telnetting to pop-3 port gives the same message and the session is ended
> after the U
It seems that Debian will have its very own commercial pimp in Corel. Of
course that doesn't mean that anyone on the Debian development team has to
do any tricks for the big wigs at Corel.
And, I wouldn't suspect that KDE would be included as part of the Official
Debian until QT is put under the
Micha Feigin <[EMAIL PROTECTED]> writes:
| I'm trying to start ddd or xxgdb in order to debug c/c++ programs
| I tried versions 3.1.3-2 3.1.3-1 and the slink version.
| on the potato and up version I get a message, oops you found a bug in
| the program
| and then segfault every time i try to start
On Wed, Apr 21, 1999 at 08:38:55 -0700, Micha Feigin wrote:
> I'm trying to start ddd or xxgdb in order to debug c/c++ programs I tried
> versions 3.1.3-2 3.1.3-1 and the slink version.
We're now at 3.1.4-3, but 3.1.3-2 and up should work on potato.
> on the potato and up version I get a message,
>
>Real dumb stupid silly question..
>
>Where does Debian (2.0) set the screen blanker >parameter at boot !
>
>I guess it's set with "setterm -blank" - but where. I >have snooped
>about all
>over the place trying find the answer to this.
>
>I want to disable mine (-blank 0) permentley?
>
>Thanks in
On Wed, Apr 21, 1999 at 11:16:47 -0400, Dan Brosemer wrote:
> That said, potato has been fairly stable for me at work. The only thing
> that I have a beef with is DDD doesn't run well here (segfaults) but it
> runs beautifully at home. I have attributed this to the glibc2 vs.
> glibc2.1 differenc
I've been struggling with a 2.0 to 2.1 upgrade, and I need help.
I used: apt-get update
then: apt-get --download-only
to retrieve the packages followed by: apt-get -f dist-upgrade
to install. It ended with an error and I retried the command.
several times.
The problem is that I get a number
Hi
I'm trying to start ddd or xxgdb in order to debug c/c++ programs
I tried versions 3.1.3-2 3.1.3-1 and the slink version.
on the potato and up version I get a message, oops you found a bug in
the program
and then segfault every time i try to start it. It starts loading
(gives the image saying th
On Wed, 21 Apr 1999, Madel, Kurt wrote:
> Hello,
>
> For those of you using Potato, I was wondering how unstable it is. I have a
> Zip Plus drive and know that it is naturally supported by the 2.2.X kernel,
> so would like to move to a 2.2.X distribution as soon as possible and would
> like to
You can upgrade the kernel without changing from slink to potato. I
asked about upgrading to kernel 2.2.x and recieved the following
information from Graham Ashton:
quote "
I've been running 2.2.6 here without any problems on all my
boxes. 2.2.4 was also free from problems for me
At least 99% of Slink works with 2.2.x kernels. I have several machines
running kernels 2.2.5/2.2.6 on Slink.
I'm running Potato on one machine, and at the moment it is stable, but
that will change from time to time during the course of the development
cycle. Unless you want to deal with the occ
Kurt,
Entschuldigen Sie bitte meine Grammatik. Ich spreche nur ein bisschen
Deutsch.
Wenn Sie Debian 2.1 haben, koennen Sie dies tun:
Zuerst installieren Sie die Pakete "manpages-de" und
"manpages-de-dev". Dann schreiben Sie:
export LANG=de_DE
Jetzt koennen Sie schreiben, zum Beispiel:
man
Hello,
For those of you using Potato, I was wondering how unstable it is. I have a
Zip Plus drive and know that it is naturally supported by the 2.2.X kernel,
so would like to move to a 2.2.X distribution as soon as possible and would
like to use Debian because I believe in freedom.
Thanks
Kurt
I receive these messages in my syslog when debugging is turned on, and the
user don't get their mail with pop-3, with the same error message.
Telnetting to pop-3 port gives the same message and the session is ended
after the USER and PASS commands.
I just newly installed qpopper on this machine. W
How do I configure exim to allow mail from non-local hosts? It seems
as though my current (mostly default) exim setup will not allow me to
receive mail from anywhere other than my domain, uiuc.edu. I
currently have all my mail sent to my University email account, then
fetchmail from there. But
Thanks to all who responded to my request. I'm sure I will find what I'm
looking for there.
Ed.
- Original Message -
From: Jens Ritter <[EMAIL PROTECTED]>
To:
Sent: Wednesday, April 21, 1999 00:32
Subject: Re: Security in Linux
> eferen1 <[EMAIL PROTECTED]> writes:
>
> > I am now invol
Shao Zhang wrote:
> I have got the official debian 2.1 and would like to make a copy of
> it. I am wondering if I need any special
> software in order to make them still bootable. Since the machine where
> the burner connected has got Windoze, I have got no idea how to do this.
>
> Thx for
D.L.Whiteley (Dave) wrote:
>
> Last week I upgraded one of our machines from hamm to slink. Today I
> discovered that its cron taper backup had been failing due to
> "incorrect preference file format"
>
> Is this a random glitch or are the two events related. If so, then
> other taper users shoul
On Thu, 15 Apr 1999, Max wrote:
> I have a problem in that I'm quickly running out of space in /usr but
> I have tons of space left in /home. Here's what df shows:
>
> Filesystem 1k-blocks Used Available Use% Mounted on
> /dev/sda1 497667 35357436608 7% /
On Wed, 21 Apr 1999, Paul Sargent wrote:
> Hi,
>
> I'm new to Debian, so this may be a question that I'm only asking because
> I'm not familiar with the Debian way, but
> I've just installed slink onto a machine and although inetd is on the
> system, it hasn't been started. Is this standard D
On Wed, 21 Apr 1999, Nidge Jones wrote:
>
> Real dumb stupid silly question..
>
> Where does Debian (2.0) set the screen blanker parameter at boot !
>
> I guess it's set with "setterm -blank" - but where. I have snooped about all
> over the place trying find the answer to this.
>
> I want to d
I know this is slightly off topic, but. . .
I was recently asked by one of the top men in our network division if I knew of
any apps to work with Lotus Notes. We use Lotus Notes 4.5 here for basic E-Mail
and other functions. I'm no Linux Guru, I'm just a newbie, but I've been pushing
Linux here f
Honestly, use the link below to get started. It is by far the best way to
go. The instructions include links to all the relevant disks.
http://www.debian.org/releases/slink/i386/install.html
This link assumes you are installing on a computer with an x86 (Intel,
AMD, Cyrix) processor.
Hope tha
>
> I am looking for a list of what files I need to download for Linux. I
> see many different vendor's, and FTP sights, but I am having a problem
> finding a list of the files I need.
> Any help would be appreciated.
> Thanks
>
> A. M. Petersen
>
To install Debian, go to our homepage at www.d
>
> Hi,
>
> I'm new to Debian, so this may be a question that I'm only asking because
> I'm not familiar with the Debian way, but
> I've just installed slink onto a machine and although inetd is on the
> system, it hasn't been started. Is this standard Debian policy for security
> reasons?
>
I am looking for a list of what files I need to download for Linux. I
see many different vendor's, and FTP sights, but I am having a problem
finding a list of the files I need.
Any help would be appreciated.
Thanks
A. M. Petersen
_
Do You Y
Hi all,
Having solved my previous problems, I'm having problems with
g_print - it always blocks. The following code compiles fine, but when the
button is pressed, the thing just hangs, and has to be kill -9ed. Any
ideas?
compiled with gcc hello.c -o hello `gtk-config --cflags --lib`
Mat
On Tue, 20 Apr 1999, Madel, Kurt wrote:
> I believe that support for Debian is very important and is something that
> should be investigated. However, I believe that it may be difficult to
> combat an over-commercialized distribution if you start pushing for
> professional 24X7 commercial support
Hi,
I'm new to Debian, so this may be a question that I'm only asking because
I'm not familiar with the Debian way, but
I've just installed slink onto a machine and although inetd is on the
system, it hasn't been started. Is this standard Debian policy for security
reasons?
Either way is the
Nidge Jones wrote:
>
> Real dumb stupid silly question..
>
> Where does Debian (2.0) set the screen blanker parameter at boot !
>
> I guess it's set with "setterm -blank" - but where. I have snooped about all
> over the place trying find the answer to this.
>
> I want to disable mine (-blank 0)
For some time now (i.e. even before upgrading to slink), I have been having
problems with http. Example: when given an address, Lynx reports
that it is unable to connect; apt-get is also unable to connect. Netscape
works fine though. I can ftp (for example with apt-get) without problems.
In fact
On Thu, 15 Apr 1999, David Wright wrote:
> One of the nice things about installing hamm was that I could do it with
> one floppy and a zip drive. So I was really looking forward to putting
> slink on a couple of new boxes which are, as far as possible, MS-free.
>
> So I partitioned a disk, got to
Last week I upgraded one of our machines from hamm to slink. Today I
discovered that its cron taper backup had been failing due to
"incorrect preference file format"
Is this a random glitch or are the two events related. If so, then
other taper users should be warned!
Dave Whiteley
__
Dave Whi
Hello,
could you send your /etc/fstab file (if you can bring your machine
to the network), or the line(s) in it concerning /dev/hda4 ?
Etienne
unsubscribe
Hello,
I would like to set up dosemu in such a way that every user can have
his own hdimage, or some subdirectory of his homedirectory that will
be mounted through lsredir IF IT EXISTS.
I just tried redefining $_hdimage in one users .dosrc, but that didn't
work. Xdos just said 'ERROR:' and igno
Hello Debianers,
another Slink problem:
Starting Netscape 4.07 Communicator shows up the licence-window and
freezes short after. The prozess runs, hangs, no output, it does not
consume much cpu time (Kernel is 2.2.4).
Any hints?
TIA -- Peter
Log:
$ /usr/X11R6/bin/
Well, I've upgraded a Debian 2.1 (Slink) host on the kernel serie 2.2.x.
After kernel upgrade the OSPF don't work.
To use OSPF I've on host the debian package
gated 3.5.8-2
but this don't work, the error message is (on /var/log/gated.log):
Apr 21 11:23:39 trace_on: Tracing to "/var/log/g
1 - 100 of 129 matches
Mail list logo