Powerpoint player (extreme programming presentation)

2001-03-12 Thread Knud Sørensen


Hi

I have to do a presentation of extreme programming for my colleges.

And I have found a powerpoint presentation on  the net.

Is there  any powerpoint players for Linux.




Diskless workstations with cluster-nfs

2001-03-06 Thread Knud Sørensen

Hi

I have a setup of diskless mosix workstations
using cluster-NFS.

I have 3 directories for every workstation.
/dev
/tmp
/var

I have a problem with /var.

It is that programs like locate/updatedb and apt-get
uses /var to store a database.
But I would like share this database between every workstation.

Is there a easy solution for this problem ?

knud





Shutdown RAID1 failed

2001-02-12 Thread Knud Sørensen

When I am shutting down the RAID=
device md1 always failed.
and when i issue raidstop --all /dev/md1 it says the device is busy or=
resource busy.

2 Harddisk each has 3 partitions (1 /boot; 2 / ; 3 swap)
partition 1 (/boot) is in RAID1  (/dev/md0)
partition 2 (/) is also in RAID1 (/dev/md1)
partition 3 (swap)  


How can I find and close all open files on md1 ?

Knud






raid problems

2001-01-26 Thread Knud Sørensen
I have a raid1 device for which fsck returns a error.
It says that the physical size of the device is 26000k but
that the superblock says that the size is 26066k.

if I run mkraid --upgrade it tells me that
the physical size is 26066k and that the superblock
starts at 26000k.

What should i do to make fsck successful?

  



Knud



Re: raid problems

2001-01-26 Thread Knud Sørensen
Solved the problem myself.

And found a alternative way to set up raid.

I have to identical disk hda, hdc.

1)
Install debian on hda.

hda1/boot
hda2/
hda3Swap

2) 
config raidtab with hdc af failed.
md0 for boot
md1 for root

3)
config fstab and lilo.conf
md0 for boot
md1 for root

4)
clone the disk   
dd if=/dev/hda of=/dev/hdc 
This take some time.

5) start raid
raidstart /dev/md0
raidstart /dev/md1

6) write new superblock
mke2fs -S /dev/md0
mke2fs -S /dev/md1

7) change /boot to md0
umount /boot
mount /dev/md0 /boot

8) run lilo
lilo

9) reboot and test
reboot
(when up again)
df
this should give
/dev/md1/
/dev/md0/boot

10) hotadd some disk
remove failed-disk from  /etc/raidtab 
then
raidhotadd /dev/md0 /dev/hdc1
raidhotadd /dev/md1 /dev/hdc2



This works for me.

Knud














Knud Sørensen wrote:
 
 I have a raid1 device for which fsck returns a error.
 It says that the physical size of the device is 26000k but
 that the superblock says that the size is 26066k.
 
 if I run mkraid --upgrade it tells me that
 the physical size is 26066k and that the superblock
 starts at 26000k.
 
 What should i do to make fsck successful?
 
 
 
 Knud
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



debian packets for ltsp ?

2001-01-25 Thread Knud Sørensen
Hi

Does the exist any debian packets for linux terminal server project ?
(www.ltsp.org )

Knud



Re: Boot on raid1 did it work for you ??

2001-01-23 Thread Knud Sørensen
Hi

No, the /boot - directory is on my / partition.

I will try you suggestion soon.

Right now my main problem is that when I make a rescue from a floppy.

I have to run fsck  manually on /dev/md0 

then after a reboot i have to run fsck again.


It is like /dev/md0 is not properly unmounted ???

any suggestions 




Joerg Huber wrote:
 
 Hi Knud,
 
 do you have your boot image on the raid disk?
 The image should reside in the /boot - directory and this directory has to be
 on a separate partition. Lilo cannot boot from a raid partition.
 The /boot partition could be very small, I choose 25 MB.
 That's enough for a lot of images. 
 Hope that helps,
   Jörg
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



apt-get problem (package list corrupted !)

2001-01-23 Thread Knud Sørensen
When i run apt-get update i get a Segmentation fault.

The last thing i see is

Reading Package lists ... 0%

I think my package list is corrupted.

How does i reconstruct it ??

Knud



Boot on raid1 did it work for you ??

2001-01-22 Thread Knud Sørensen
I trying to make a system boot on a soft raid1 device. 

I have been following 
http://linuxdoc.org/HOWTO/Software-RAID-HOWTO-4.html#ss4.12
method 2.


If you have it working I would be happy for some help.

I would like to see your lilo.conf, fstab, raidtab.

On boot I get 
L 01 01 01 01 01 ...

When I try to reboot from a rescue floppy
fsck find some error on the raid md0.

 Hope you can help.

knud



Re: Install and RAID

2001-01-22 Thread Knud Sørensen
Russell Coker wrote:
 
 RAID is vitally important for serious machines.  This means all server-type
 machines and workstations for people who do important work.
 
 I would like to develop new installation software to allow Debian to be
 installed to RAID1 arrays.
 
 One problem with this is that the RAID-1 sync process (which occurs when the
 RAID array is initialised) takes a large amount of time and makes all disk
 access very slow (can take 2 hours or more).
 So we don't really want a RAID-1 sync operation to occur while the main
 software installation is in progress.

yes, a fast sync option would be great help under install.



Re: Boot on raid1 did it work for you ??

2001-01-22 Thread Knud Sørensen
Knud Sørensen wrote:
 
 I trying to make a system boot on a soft raid1 device.
 
 I have been following
 http://linuxdoc.org/HOWTO/Software-RAID-HOWTO-4.html#ss4.12
 method 2.
 
 If you have it working I would be happy for some help.
 
 I would like to see your lilo.conf, fstab, raidtab.
 
 On boot I get
 L 01 01 01 01 01 ...




Now I get LIL-

By changeing boot from /dev/hda to /dev/md0 in lilo.conf

Knud


 
 When I try to reboot from a rescue floppy
 fsck find some error on the raid md0.
 
  Hope you can help.
 
 knud
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: raid

2001-01-19 Thread Knud Sørensen
Hi 

I now have the kernel patched and the raid is almost working.

But I have some problems booting from the raid.

I get 
L 01 01 01 01 01 01 01 ...
from LILO

The partions have does have type fd.
and raid is compiled into the kernel not a loadable module!

Any idees ?



Knud Sørensen wrote:
 
 Hi
 
 I trying to setup software raid on a debian system.
 
 I using kernel 2.2.18
 but the newest raid patch at www.kernel.org
 seams to be to for 2.2.11.
 Can this patch be used for 2.2.18 ???
 
 If so how does one apply the patch ?? (I never patched the kernel
 before).
 
 Knud
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: raid

2001-01-19 Thread Knud Sørensen
Alvin Oga wrote:
 
 hi ya knud...
 
 this is a lilo problem
 
 if you have a boot flopppyboot off of it...
 rerun lilo once you get back in...

did that, didn't help.

The rescue disk come up with a fsck error on /dev/md0

running fsck manually on /dev/md0 didn't help ether.
 
is the a better way to correct error on a raid1 ??

Knud
 
 if nottry to boot off of some other media
 into single user modeand copy the kernel onto
 floppy and boot off of the new floppy boot...
 
 or boot off the network...or 
 
 have fun raiding ...
 alvin
 http://www.linux-1U.net ... 1U Raid5 ... 500Gb each ...
 
 On Fri, 19 Jan 2001, Knud [iso-8859-1] Sørensen wrote:
 
  Hi
 
  I now have the kernel patched and the raid is almost working.
 
  But I have some problems booting from the raid.
 
  I get
  L 01 01 01 01 01 01 01 ...
  from LILO
 
  The partions have does have type fd.
  and raid is compiled into the kernel not a loadable module!
 
  Any idees ?
 
 
 
  Knud Sørensen wrote:
  
   Hi
  
   I trying to setup software raid on a debian system.
  
   I using kernel 2.2.18
   but the newest raid patch at www.kernel.org
   seams to be to for 2.2.11.
   Can this patch be used for 2.2.18 ???
  
   If so how does one apply the patch ?? (I never patched the kernel
   before).
  
   Knud
  
   --
   To UNSUBSCRIBE, email to [EMAIL PROTECTED]
   with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



stripe swapping

2001-01-19 Thread Knud Sørensen
Hi

I trying to setup stripe swapping on two devices.

The only thing i did was editing the fstab file to.

/dev/hda2   none   swapsw,pri=1   0 0
/dev/hdc2   none   swapsw,pri=1   0 0

It don't work

the partition type on hda2 and hdc2 is 82 (Linux swap)

Do I need to do anything to the partion or adding a module to the
kernel?

any ideas ?

knud



Re: stripe swapping

2001-01-19 Thread Knud Sørensen
Alvin Oga wrote:
 
 hi ya knud
 
 i dont think you wanna do that ???
 
 think you want something more like...
 
 /dev/mdx  /dev/hda2 /dev/hdc2
 
 where they are all mkswap formats instead of normal ext2
 
 than it should work.donno...never tried it...

Are you suggesting that I run the swap space over the raid ?

This was my primary intention too, to get high avability via raid1.

But I read that the is some problem with that.

That the raid need memory to swap, and that this memory then get swapped
- error.
 
So, I decided to use the kernels stripe swapping.



 but it does work for stripped data...
 
 and am assuming oyu have setup /etc/raidtab properly
 too
 
 if you need to use swapp space that much...
 add more memory..its only $45 for 64Mb or $65 for 128Mb ...
 or even less on mailorder places 

There server i work on have 640Mb.

But I have 2 identical disks. 
with raid1 on the first partition on each leaves me with 2 partitions 
if I only use one for swap, I still got on left.

So, why not use it for stripe swapping and increase the speed of the
swap space.

Knud
 
 amount of swap space constantly used...is a good guideline
 for how much more memory you need to add to the system...
 
 have fun raiding...
 alvin
 
 On Fri, 19 Jan 2001, Knud [iso-8859-1] Sørensen wrote:
 
  Hi
 
  I trying to setup stripe swapping on two devices.
 
  The only thing i did was editing the fstab file to.
 
  /dev/hda2   none   swapsw,pri=1   0 0
  /dev/hdc2   none   swapsw,pri=1   0 0
 
  It don't work
 
  the partition type on hda2 and hdc2 is 82 (Linux swap)
 
  Do I need to do anything to the partion or adding a module to the
  kernel?
 
  any ideas ?
 
  knud
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: raid

2001-01-19 Thread Knud Sørensen
Hi

I got stripe swapping to work.
I needed to run mkswap and swapon -a


Is the any way to speed up the raid reconstructing ???
(I accidentally run mkswap on one of the raid partitions ;-))

Thank for all the help, I have been grate.

But I still need to make my system boot on the raid.

Knud 




Alvin Oga wrote:
 
 hi ya...
 
 yesthe rescue disk probably won;t be able to
 fix the raid stuff
 
 change fstab so that /dev/md0 is NOT automatically
 being loaded at bootup
 change it from  auto to noauto in /etc/fstab
 while in single user rescue mode
 
 than run lilo again just for the fun of it...
 
 first fix the lilo problemthan worry about raid later
 
 than boot and see if LI goes away as does 101010101
 
 have fun raiding...
 alvin
 
 On Fri, 19 Jan 2001, Knud [iso-8859-1] Sørensen wrote:
 
  Alvin Oga wrote:
  
   hi ya knud...
  
   this is a lilo problem
  
   if you have a boot flopppyboot off of it...
   rerun lilo once you get back in...
 
  did that, didn't help.
 
  The rescue disk come up with a fsck error on /dev/md0
 
  running fsck manually on /dev/md0 didn't help ether.
 
  is the a better way to correct error on a raid1 ??
 
  Knud
 
   if nottry to boot off of some other media
   into single user modeand copy the kernel onto
   floppy and boot off of the new floppy boot...
  
   or boot off the network...or 
  
   have fun raiding ...
   alvin
   http://www.linux-1U.net ... 1U Raid5 ... 500Gb each ...
  
   On Fri, 19 Jan 2001, Knud [iso-8859-1] Sørensen wrote:
  
Hi
   
I now have the kernel patched and the raid is almost working.
   
But I have some problems booting from the raid.
   
I get
L 01 01 01 01 01 01 01 ...
from LILO
   
The partions have does have type fd.
and raid is compiled into the kernel not a loadable module!
   
Any idees ?
   
   
   
Knud Sørensen wrote:

 Hi

 I trying to setup software raid on a debian system.

 I using kernel 2.2.18
 but the newest raid patch at www.kernel.org
 seams to be to for 2.2.11.
 Can this patch be used for 2.2.18 ???

 If so how does one apply the patch ?? (I never patched the kernel
 before).

 Knud

 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
   
   
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
   
  
   --
   To UNSUBSCRIBE, email to [EMAIL PROTECTED]
   with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



rescue floppy

2001-01-18 Thread Knud Sørensen
Hi 


I have been looking for a rescue floppy image 
on ftp.uk.debian.org  
but i can't seams to find one.

I there anybody who can point me to it.

Knud



raid

2001-01-15 Thread Knud Sørensen
Hi

I trying to setup software raid on a debian system.

I using kernel 2.2.18 
but the newest raid patch at www.kernel.org
seams to be to for 2.2.11.
Can this patch be used for 2.2.18 ???

If so how does one apply the patch ?? (I never patched the kernel
before).

Knud



back to stable

2001-01-04 Thread Knud Sørensen
Hi I have a problem.

I usually run stable, but some hours ago i needed a db front-end.
So, I change to unstable and did.
apt-get update 
apt-get install gnome-db

apt-get got over 40 packets to install including X windows 4.0

The installation failed and now I am left with a broken system.

1) So, How do I return to stable ??

2) Is there any database front-end which run on stable and support
oracle ?

Knud



Re: back to stable

2001-01-04 Thread Knud Sørensen
David B. Harris wrote:
 
 To quote Knud Sørensen [EMAIL PROTECTED],
 # apt-get got over 40 packets to install including X windows 4.0
 
 Not surprising. gnome-db is even now developmental software; it would
 require lots of new GNOME stuff :
 
 # 1) So, How do I return to stable ??
 
 You remove each and every one of those 40 packages that were installed,
 and you pray :) You did keep a list of those packages, didn't you? :)

That what i have tried to but some of the packets 
pre or post remove scripts fails!

So, is the any way to remove a packet without running them. ?

Knud




 # 2) Is there any database front-end which run on stable and support
 # oracle ?
 
 I dunno about that :(
 
 Dave
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



diskless debian

2000-12-19 Thread Knud Sørensen
Hi 


I am about to start installing 
some diskless workstations. 

I have found this documentation
Diskless-root-NFS-HOWTO
Diskless-HOWTO 
NFS-Root mini-HOWTO
NFS-Root-Client-mini-HOWTO

But they seams to be based on rethat linux.

Is the any advises or documentation specific for debian ?



Re: php4-postgresql problem

2000-12-14 Thread Knud Sørensen
Rino Mardo wrote:
 
 On Tue, Dec 12, 2000 at 07:34:21PM +0100 or thereabouts, Knud S?rensen wrote:
  Bruno Boettcher wrote:
  
   On Tue, Dec 12, 2000 at 06:27:49PM +0100, Knud Sørensen wrote:
dl(pgsql.so); says
Warning: Unable to load dynamic library '/usr/lib/php4/apache/pgsql.so'
shared obejct not open
   indeed :D
   and an ls -l of that file yields what?
   mine gives:
   ll /usr/lib/php4/apache/pgsql.so
   -rw-r--r--1 root root  34k Dec  7 06:45
   /usr/lib/php4/apache/pgsql.so
 
  ls pgsql.so gives
  -rw-r--r--1 root root33528 Oct 16 20:29 pgsql.so
 
  md5sum pgsql.so gives
  2ec708930f4e2f44655b413f3779bdc3  pgsql.so
 
Sorry, php4-pgsql is already the newest version
   yup, real strange then...
  
 
 i'm using mysql and also get the same error.  are you using the .deb
 package or the source?  i fixed my problem by purging the .deb packages
 and installed using the source files.  it seems the .deb packages are
 missing some settings (be it mysql or postgresql) that it is unable to
 find the .so files.

which source file did you use php4 or php4-mysql

Knud
 
 --
 
 
 Key fingerprint = 9DE1 5825 77B4 FF45 7485  D3EB DCCF DE48 09B6 4426
 
 
 Who's watching the watchmen?
 
   
Part 1.2Type: application/pgp-signature



Re: php4-postgresql problem

2000-12-14 Thread Knud Sørensen
Rino Mardo wrote:
 
 On Thu, Dec 14, 2000 at 11:20:42AM +0100 or thereabouts, Knud S?rensen wrote:
  Rino Mardo wrote:

  which source file did you use php4 or php4-mysql
 
 
 there's no such thing.  just get the php4 source from php.net and
 compile it with the proper switch.
 

Oh, yes the is
in /etc/apt/sources.list add something like

deb-src ftp://ftp.uk.debian.org/debian stable main

Then use 

apt-get source php4



Re: php4-postgresql problem

2000-12-14 Thread Knud Sørensen
Petr Cech wrote:
 
 Hi,
 I'm bit lost who said what, but I'll try to comment it all at one. And I don't
 read -user so please CC.
 
 On Thu, Dec 14, 2000 at 11:20:42AM +0100 , Knud Sorensen wrote:
  Rino Mardo wrote:
  
   On Tue, Dec 12, 2000 at 07:34:21PM +0100 or thereabouts, Knud S?rensen 
   wrote:
Bruno Boettcher wrote:

 On Tue, Dec 12, 2000 at 06:27:49PM +0100, Knud Sorensen wrote:
  dl(pgsql.so); says
  Warning: Unable to load dynamic library 
  '/usr/lib/php4/apache/pgsql.so'
  shared obejct not open
 indeed :D
 and an ls -l of that file yields what?
 mine gives:
 ll /usr/lib/php4/apache/pgsql.so
 -rw-r--r--1 root root  34k Dec  7 06:45
 /usr/lib/php4/apache/pgsql.so
   
ls pgsql.so gives
-rw-r--r--1 root root33528 Oct 16 20:29 pgsql.so
 
 OK. this looks like the 4.0.3pl1-0potato1. Have you upgraded libpgsql2 to 7.0
 version? If yes, that's the problem.

I use

php4-4.0.3pl1-0potato1
php4-pgsql-4.0.3pl1-0potato1
postgersql-7.0.2-6
apache-1.3.9-13.1 

What is the easiest solution if I would like to run postgresql 7.

Knud



php4-postgresql problem

2000-12-12 Thread Knud Sørensen
Hi 

I am trying to get php4 and postgresql work together.

But on pg_connect I get function not defined.

I have find something strange about my php configuration.

There is now php.init file in /etc/php4/apache

Both php4 and php4-pgsql fail when I run dpkg --configure on them.

Loadmodule php-module IS uncommended in http.conf

And I have tried to make a php.init file with 
extension=pgsql.so

It don't help

Do you have any suggestions.



Re: php4-postgresql problem

2000-12-12 Thread Knud Sørensen
Knud Sørensen wrote:
 
 Hi
 
 I am trying to get php4 and postgresql work together.
 
 But on pg_connect I get function not defined.
 
 I have find something strange about my php configuration.
 
 There is now php.init file in /etc/php4/apache
 
 Both php4 and php4-pgsql fail when I run dpkg --configure on them.
 
 Loadmodule php-module IS uncommended in http.conf
 
 And I have tried to make a php.init file with
 extension=pgsql.so
 
 It don't help
 

I migth add that I get this error:
PHP Warning: Unable to load dynamic library
'/usr/lib/php4/apache/pgsql.so' shared obejct not open in Unknown on
line 0

 
 Do you have any suggestions.




Re: php4-postgresql problem

2000-12-12 Thread Knud Sørensen
Bruno Boettcher wrote:
 
 On Tue, Dec 12, 2000 at 05:56:40PM +0100, Knud Sørensen wrote:
 
   I am trying to get php4 and postgresql work together.
  
   But on pg_connect I get function not defined.
 try inserting a dl(pgsql.so); before the pg_connect...
 or add it to the php.ini
 
dl(pgsql.so); says 
Warning: Unable to load dynamic library '/usr/lib/php4/apache/pgsql.so'
shared obejct not open



  I migth add that I get this error:
  PHP Warning: Unable to load dynamic library
  '/usr/lib/php4/apache/pgsql.so' shared obejct not open in Unknown on
  line 0
 make
 apt-get --fix-missing install php4-pgsql
 and report back what it tells you
It says 
Sorry, php4-pgsql is already the newest version 

 
 --
 ciao bboett
 ==
 [EMAIL PROTECTED]
 http://inforezo.u-strasbg.fr/~bboett http://erm1.u-strasbg.fr/~bboett
 ===
 the total amount of intelligence on earth is constant.
 human population is growing



Re: php4-postgresql problem

2000-12-12 Thread Knud Sørensen
Bruno Boettcher wrote:
 
 On Tue, Dec 12, 2000 at 06:27:49PM +0100, Knud Sørensen wrote:
  dl(pgsql.so); says
  Warning: Unable to load dynamic library '/usr/lib/php4/apache/pgsql.so'
  shared obejct not open
 indeed :D
 and an ls -l of that file yields what?
 mine gives:
 ll /usr/lib/php4/apache/pgsql.so
 -rw-r--r--1 root root  34k Dec  7 06:45
 /usr/lib/php4/apache/pgsql.so

ls pgsql.so gives
-rw-r--r--1 root root33528 Oct 16 20:29 pgsql.so

md5sum pgsql.so gives 
2ec708930f4e2f44655b413f3779bdc3  pgsql.so

  Sorry, php4-pgsql is already the newest version
 yup, real strange then...
 
 --
 ciao bboett
 ==
 [EMAIL PROTECTED]
 http://inforezo.u-strasbg.fr/~bboett http://erm1.u-strasbg.fr/~bboett
 ===
 the total amount of intelligence on earth is constant.
 human population is growing



remote installing debian.

2000-12-11 Thread Knud Sørensen
Hi 

I have a server with a colocater which is running redhat.

I have asked them to install debian, but almost a month have gone 
with now progress.

So, is it possible to install debian via telnet or something ?

Hope you can help!

Knud.



oracle on debian

2000-12-07 Thread Knud Sørensen
Hi 

I have tried to install oracle on debian.

The database is running but when I try to connect it
gives the error 
ORA-03113: end-of-file on communication channel

Does anybody know what is wrong !

Knud



Internet connection

2000-11-20 Thread Knud Sørensen
Hi 

I have installed debian 2.2 and have some problems 
getting the internet to work.

I have noticed something strange.

1) 

/etc/init.d/inetd is a empty file !
if I move it to /etc/init.d/inetd.bak
and try to 
dpkg -i netbase_3.18-4.deb
I get a error. Why !!

2) 
I might also be a problem with my /etc/gateways file
Does anybody have a example I can see!!


3) Why is there no link to /etc/init.d/networking form /etc/rc5.d ??


Hope you can help !

Knud

PS.) I am a debian newbie.



Internet connection

2000-11-20 Thread Knud Sørensen
Hi 

I have installed debian 2.2 and have some problems 
getting the internet to work.

I have noticed something strange.

1) 

/etc/init.d/inetd is a empty file !
if I move it to /etc/init.d/inetd.bak
and try to 
dpkg -i netbase_3.18-4.deb
I get a error. Why !!

2) 
I might also be a problem with my /etc/gateways file
Does anybody have a example I can see!!


3) Why is there no link to /etc/init.d/networking form /etc/rc5.d ??


Hope you can help !

Knud

PS.) I am a debian newbie.



Network config

2000-11-14 Thread Knud Sørensen
Hi

I am a new debian user.
I have some problems getting my network to work.

What is the best way to config the network in debian 2.2 ?

It seems that there is a problem finding the eth0 interface.

Can anybody help me ?

Knud



Re: Network config

2000-11-14 Thread Knud Sørensen
Maurizio Boriani (by way of Maurizio Boriani ) wrote:
 
 On Tuesday 14 November 2000 10:49, Knud Sørensen wrote:
  Hi
 
  I am a new debian user.
  I have some problems getting my network to work.
 
  What is the best way to config the network in debian 2.2 ?
 
  It seems that there is a problem finding the eth0 interface.
 
  Can anybody help me ?
 
  Knud
 
 Hi,
 there's a file in /etc/network, it's name's interfaces. Look at it 
 and his
 manual pages, you'll be glad to use ifup and ifdown script and some
 anti-flood systems.
 bye
 --

Yep, there is only a loopback interface in the /etc/network/interfaces

Why is this am I missing a kernel modul or something ?

Knud



Re: Network config

2000-11-14 Thread Knud Sørensen
Virginie wrote:
 
 On Tue, Nov 14, 2000 at 05:04:06PM +0100, Knud S?rensen wrote:
  Thanks, this was the problem.
 
 You're welcome, I'm happy to learn it :)
 
 
  When make config ask if I wanted experimental module I say no.
  And my net card was a experimental realtech thing.
 
  I am now connected to the local network but the seams to be a problem
  getting
  trough to the internet.
 
 I've just a 6months esperience on linux, and a few day on debian so I'm
 not sure to be able to help you a lot...just an idea : have you got a
 proxy ? If so, lynx (or netscape) have to be configured.
 
No proxy.



 At home I connect via ADSL but once a time I connected via an enterprise
 network and I remember that I had to configure the gateway with my
 own Internal IP on the network (and not the firewall's internal
 interface IP as I thought).

This might be it.

Where do debain put gateway info.
I used linuxconf to update the gateway 
but /etc/gateways is empty.

Knud 

 
 I've kept my configuration somewhere so I'm going to have a look. Tell
 me if you still have problems and I 'll send you the files.
 
 Cheers
 
 NB: sorry for my crappy english, I hope you understand :)
 
 --
   ^^
(_/°°-çVirginie
| \_`-
)/mutt||
\nn   \nn