Disablin IPv6 in Debian sarge with Kernel 2.6.7

2004-07-12 Thread Alexander List
Hello,

just to document how I disabled IPv6:

- changing /etc/modutils/aliases or /etc/modules.conf did NOT work
  (found in Google)
- adding alias net-pf-10 to a fresh /etc/modprobe.conf (didn't exist
  on my system) DID work

I tried to deconfigure the IPv6 addresses at runtime and remove the ipv6
module, but I failed (device or resource busy)... which was quite
annoying because I had to reboot...

Alex

-- 
Tear down this wall!
-- Ronald Reagan 1911-2004


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



ext3 on Debian woody

2002-01-31 Thread Alexander List
[Please CC me in replies, as I'm not currently subscribed to debian-user]

Hi,

I just successfully did the following:

1.) add ext3 to /etc/mkinitrd/modules
2.) mkinitrd -o /boot/initrd.img-2.4.17+ext3-686 /lib/modules/2.4.17-686/
3.) in /etc/lilo.conf set initrd=/boot/initrd.img-2.4.17+ext3-686
4.) tune2fs -j device for all filesystems to create journals
5.) edit /etc/fstab replacing ext2 with ext3

Unfortunately, this means that I have to recreate my initrd everytime a
new kernel package is to be installed. What do you think about enabling
ext3 support in the standard kernels by default? I'm not talking about
switching the default fs type already to ext3, but to change the initrd
for the stock kernel packages. ext3 is already in there as a module, it
just has to be enabled.

Another thing I noticed: After rebooting, / was mounted ro as ext2 (!) and
fsck'd. Maybe we should also fix that, so that the journal is really used
also for the root fs.

If I'm too complicated and there's easier, documented, working solutions,
please enlighten me :-)

Alex

PS: Couldn't find anything on the list archives, only things I found were
google::+debian +ext3

-- 
Forgive me, but I'm talking to a politician.
John Simpson, BBC World

___
lugg mailing list
[EMAIL PROTECTED]
http://ers.dhs.org/mailman/listinfo/lugg



Re: ext3 on Debian woody

2002-01-31 Thread Alexander List
On Thu, 31 Jan 2002, Sven Schumacher wrote:

  5.) edit /etc/fstab replacing ext2 with ext3

 You cant use ext3 for root fs if you use ext3 as a module.

Are you sure about this? ext2 is also a module in the latest stock
kernels, have a closer look at the /boot/config.x.y! I was surprised by
this myself. The modules have to reside in the initrd and they have to be
loaded, but it works, even with modules!

 I'm using Debian woody with ext3 for / and /boot, too. Perhaps you may have
 forgotten to edit your /etc/fstab to match the changed filesystems

Re-read my mail, I did change the fstab. Maybe the defaults entry messes
things up? Dunno, will investigate if nobody else already knows the
solution.

 Greets to Austria

Thanks, tho I'm currently living in Finland :-). Greetz to Germany...

Alex

PS: Here's my fstab:

# file system mount point   type  options   dump  pass
/dev/hda6   /   ext3defaults,errors=remount-ro  0
1
/dev/hda5   noneswapsw  0   0
/dev/hda7   noneswapsw  0   0
/dev/hda9   noneswapsw  0   0
/dev/hda11  noneswapsw  0   0
proc/proc   procdefaults0
0
/dev/fd0/floppy autodefaults,user,noauto0
0
/dev/scd0   /cdrom1 iso9660 defaults,ro,user,noauto 0
0
/dev/scd1   /cdrom  iso9660 defaults,ro,user,noauto 0
0
/dev/hda1 /boot ext3 rw 0   2
/dev/hda8 /usr ext3 rw  0   2
/dev/hda10 /var ext3 rw 0   2
/dev/hda12 /home ext3 rw0   2
/dev/hda13 /home/alex/q ext3 rw 0 2
/dev/hda2 /home/alex/r ext3 rw 0 2


-- 
Forgive me, but I'm talking to a politician.
John Simpson, BBC World



Re: ext3 on Debian woody

2002-01-31 Thread Alexander List
On Thu, 31 Jan 2002, Terry Carney wrote:

 I opted to compile the initrd-related stuff right into the kernel.

 When you use make-kpkg to create your kernel_image just add --initrd as
 a make-kpkg option .

I know that I can do this, but it would however be nicer to have ext3 also
in the stock kernels.

 Change lilo.conf so the line reads 'initrd=/initrd.img' then when you
 run 'dpkg --install kernel-image?.deb' it should all be done
 automatically.

Thanks, already knew that.

Alex

-- 
Forgive me, but I'm talking to a politician.
John Simpson, BBC World



dictd quite memory hungry...

2002-01-29 Thread Alexander List
Hello,

I have dictd 1.5.5-4 running on my System (Dual-PII-400), and it seems
that though rarely used, it is the nastiest one concerning memory usage.
Is there any reason for that? Shouldn't it be swapped out if unused?!

Here's what top gives me after switching to sort by memory usage view:


 11:20:54 up 10:48,  1 user,  load average: 0.04, 0.01, 0.00
56 processes: 55 sleeping, 1 running, 0 zombie, 0 stopped
CPU states:   0.2% user,   0.5% system,   0.0% nice,  99.3% idle
Mem:256044K total,   240992K used,15052K free,50940K buffers
Swap:   642404K total, 8404K used,   634000K free,   117604K cached

  PID USER PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME COMMAND
  179 nobody 9   0  6100 6072  5264 S 0.0  2.3   0:00 dictd
  380 root   9   0  3976 3976  3816 S 0.0  1.5   0:02 ntpd
[...]

Thanks for any hints!

Alex

PS: Please CC me in the reply, as I'm not currently subscribed to
debian-user but read it via the Web.

-- 
Forgive me, but I'm talking to a politician.
John Simpson, BBC World



untarring kernel source, symlink gone

2001-10-24 Thread Alexander List
Hi,

maybe I cannot see the forest because of the many trees, but when I untar
the latest Linux kernel tarball, it ignores my symlink, creating a
directory in it's place:

# ls -l
[...]
lrwxrwxrwx1 root src 7 Oct 25 01:44 linux - v2.4.13
-rw-r--r--1 root src  23111925 Oct 25 01:28 linux-2.4.13.tar.bz2
drwxr-sr-x2 root src  4096 Oct 25 01:34 v2.4.13
[...]
# tar --bzip2 -xf linux-2.4.13.tar.bz2
# ls -l
[...]
drwxr-xr-x   14 1046 gdm  4096 Oct 24 08:21 linux
-rw-r--r--1 root src  23111925 Oct 25 01:28 linux-2.4.13.tar.bz2
drwxr-sr-x2 root src  4096 Oct 25 01:34 v2.4.13
[...]

Is that how it should behave???

regards

Alex

PS: Please cc me directly, I'm not currently subscribed to debian-user.



Re: untarring kernel source, symlink gone

2001-10-24 Thread Alexander List
On Wed, 24 Oct 2001, Jason Wojciechowski wrote:

AL maybe I cannot see the forest because of the many trees, but when I untar
AL the latest Linux kernel tarball, it ignores my symlink, creating a
AL directory in it's place:

That's normal.  After untarring, just mv linux linux-2.x.y for the
appropriate x and y, then ln -s linux-2.x.y linux to recreate your symlink.

I know that, thanks anyway. I believe this behaviour must have changed,
because it worked earlier to create the symlink, then untar it, and find
the files in the directory that was symlinked. That's what puzzled me, that
this worked before...

Alex



Re: How to set system-wide PATH

2001-10-22 Thread Alexander List
On Mon, 22 Oct 2001, Joe Hu wrote:

 Does anybody know how to set default sytem-wide PATH? After installing
 Apache, I'd like to add /usr/local/apache/bin to the system path. I don't
 want to do it in the .bash_profile, because that only works after a shell
 session is started.

$ man bash
# see section INVOCATION for details

But for startup scripts etc., you might want to give it the absolute path
in the script for security reasons. For interactive sessions, /etc/profile
is your friend.

 P.S. I'm also sending this message to debain-isp because debian-user seems
 to have some problem. My last message never showed up on the mailing list
 website.

It takes some time until mails appear on the mailing list archives!

regards

Alex

-- 
People often think of research as a form of development -- that it's
about doing exactly what you planned, doing it on time, and doing it
with resources that you said you'd use.  But if you're going to do
that, you have to know what you are doing, and if you know what you
are doing, it isn't really research.
 --Dave Liddle, The New Yorker, Feb. 23/Mar.2, 1998, p84



Samba printing problem after upgrade slink-potato

2000-06-21 Thread Alexander List
Hi,

I just upgraded our office fileserver to potato, running samba 2.0.7-2,
lprng 3.6.12-6 and an HP LaserJet 4050 TN connected to the LAN. Everything
worked fine until the upgrade from slink to potato.

The following (very) weird thing happens now:

- when I lpr a file from the Linux box directly (eg /etc/passwd), it
  prints correctly (- LAN OK, Printer OK)
- when I rlpr the same file to our Win2k server (sorry, yes, we have one),
  it prints, too (- LAN OK, Printer OK)
- when I connect to my printer share \\server\hplj4050tn using
  smbclient and tell it to print /etc/passwd, it does as it should
  (- Samba printing also OK)
- I can connect to the network shares of my Samba machine. I can even
  install the printer correctly. (Samba ok?)
- when I try to print from any of the WinXX machines in the office
  (no matter if NT 4 or 2000), it just doesn't print at all. It won't even
  appear in the Windows print spooler.

However, I get the following error message by mail:
---
From alexlist  Wed Jun 21 14:27:36 2000
Date: Wed, 21 Jun 2000 14:27:36 +0200
From: Alexander List alexlist
To: alexlist
Subject: Rejected print job

Your print job was automatically rejected as an invalid data type.

Cannot print PJL files on this printer.
---


Did anyone experience similar problems? I have no clue how to solve this
problem so far...

Thanks for any hints

Alexander List




Re: apt changes mount status of /usr ?!?!!

2000-01-20 Thread Alexander List
On Wed, 19 Jan 2000, Jason Gunthorpe wrote:

  Obviously, apt seems to fiddle around with mount during the upgrade
  procedure, /usr is mounted ro after the upgrade!!!
 
 rm /etc/apt/apt.conf

Well, must have been an attack of stupidity when I installed the example
apt.conf without checking it thoroughly ;-((. 

Of course that was a classical species of Hit user to continue.

Thanx for showing me the way out of the tunnel...

Alex


Apache SuExec won't work with virtual hosts outside /var/www

1999-09-05 Thread Alexander List
-BEGIN PGP SIGNED MESSAGE-

Package: apache
Version: 1.3.6-15.2

Changing the SuExec docroot from /var/www/htdocs to /var/www will enable
SuExec for people without or with few virtual hosts residing below
/var/www.

However, on bigger systems with lots of virtual hosts, one might want to
specify a directory like /home/virtualhosts/www.yourcompany.com, each one
containing docs/ cgi-bin/ logs/ directories etc.

SuExec won't work in such an environment because it expects all cgi
programs in /var/www, and of course symlinks won't do the job.

What's the point of forcing the location of cgi programs to /var/www?
Shouldn't all the directories defined as ScriptAlias for each virtual host
be acceppted as docroot for SuExec? I thought SuExec was intended to make
cgi in a virtual host environment more secure, i.e. to run cgi scripts as
a different user for each virtual host?

Any suggestions on this topic are greatly appreciated...

Alexander List
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQCVAwUBN9I1A2WTYnZjEXP1AQHTXAP/ZEwkYX94afJwOESP43aYymubbDHxv2dj
h9nZUlrav09FWLAfEfwrzLjILhHzR8Zp3LFF8hDDdX+23hYbf4IT5H6lqExj7+45
3Ed2a/dZMfw9gkvRMcN/wVrjbSUCFR9Wu+rhKwfvISr06wDrbIB9yiSqrrCyu/7X
yLoe+M54XV8=
=/I0q
-END PGP SIGNATURE-


Apache crash shot entire machine

1999-08-04 Thread Alexander List
Hi!

I had a serious problem today with Apache, it took the whole machine to
nirvana. Did anyone experience similar problems?

Aug  4 10:44:58 debian kernel: Warning: possible SYN flood from 194.177.131.33 
on 195.202.146.60:53.  Sending cookies. 
Aug  4 12:45:55 debian kernel: Unable to handle kernel NULL pointer dereference 
at virtual address c008 
Aug  4 12:45:55 debian kernel: current-tss.cr3 = 00aa3000, %cr3 = 00aa3000 
Aug  4 12:45:55 debian kernel: *pde = 00102067 
Aug  4 12:45:55 debian kernel: *pte =  
Aug  4 12:45:55 debian kernel: Oops:  
Aug  4 12:45:55 debian kernel: CPU:0 
Aug  4 12:45:55 debian kernel: EIP:0010:[tcp_recvmsg+587/1120] 
Aug  4 12:45:55 debian kernel: EFLAGS: 00010206 
Aug  4 12:45:55 debian kernel: eax:    ebx: 00f6eccc   ecx: 00f6ec30   
edx:  
Aug  4 12:45:55 debian kernel: esi: 0246   edi:    ebp: 00f6ec0c   
esp: 00889ee8 
Aug  4 12:45:55 debian kernel: ds: 0018   es: 0018   fs: 002b   gs: 002b   ss: 
0018 
Aug  4 12:45:55 debian kernel: Process apache (pid: 23973, process nr: 21, 
stackpage=00889000) 
Aug  4 12:45:55 debian kernel: Stack: 00f6ec0c 00889f7c   
 00f6ec30    
Aug  4 12:45:55 debian kernel:00692810 00821c48 4e6197b0 00156fe6 
00f6ec0c 00889f78 1000   
Aug  4 12:45:55 debian kernel: 00889f7c 1000 00821c00 
080a47ec 00821c90 0013a19b 00821c90  
Aug  4 12:45:55 debian kernel: Call Trace: [inet_recvmsg+118/144] 
[sock_read+171/208] [sys_read+204/256] [system_call+85/124]  
Aug  4 12:45:55 debian kernel: Code: 81 48 08 00 00 02 00 89 4c 24 14 e8 35 6f 
fc ff 8b 85 f4 01  
Aug  4 12:45:58 debian kernel: wait_queue is bad (eip = 00156458) 
Aug  4 12:45:58 debian kernel: q = 00821c4c 
Aug  4 12:45:58 debian kernel:*q = 00889f08 
Aug  4 12:45:58 debian kernel: wait_queue is bad (eip = 00156497) 
Aug  4 12:45:58 debian kernel: q = 00821c4c 
Aug  4 12:45:58 debian kernel:*q = 00889f08 
Aug  4 12:46:29 debian kernel: general protection:  
Aug  4 12:46:29 debian kernel: CPU:0 
Aug  4 12:46:29 debian kerneld: error: exit: Identifier removed
Aug  4 12:46:29 debian kernel: EIP:0010:[wake_up_interruptible+53/240] 
Aug  4 12:46:29 debian kernel: EFLAGS: 00010206 
Aug  4 12:46:29 debian kernel: eax: 00821c4c   ebx: f689f7fb   ecx: 00821c4c   
edx: 70f2e805 
Aug  4 12:46:29 debian kernel: esi: 0051e730   edi: 00821c48   ebp: 001964b4   
esp: 001964a8 
Aug  4 12:46:29 debian kernel: ds: 0018   es: 0018   fs: 002b   gs: 0018   ss: 
0018 
Aug  4 12:46:29 debian kernel: Process swapper (pid: 0, process nr: 0, 
stackpage=00194690) 
Aug  4 12:46:29 debian kernel: Stack: 00f6ec0c 0051e730 00f6ec0c 00f6eccc 
00156437 00821c4c 0014e254 00f6ec0c  
Aug  4 12:46:29 debian kernel:00f6eccc 0051e7f8 0014e464 0051e7f8 
00f6ec0c 0051e730 00f6ec0c 0051e730  
Aug  4 12:46:29 debian kernel:0051e7f8 0051e730 00f6eccc 0014e7b9 
0051e7f8 00f6ec0c 0051e730 00f6ec0c  
Aug  4 12:46:30 debian kernel: Call Trace: [def_callback1+23/32] 
[tcp_fin+36/432] [tcp_queue+132/432] [tcp_data+553/576] [tcp_rcv+2385/2576] 
[ip_rcv+1007/1328] [net_bh+252/304]  
Aug  4 12:46:30 debian kernel:[do_bottom_half+59/112] 
[handle_bottom_half+11/24] [sys_idle+108/128] [system_call+85/124] [init+0/624] 
[set_selection+1704/1728] [start_kernel+429/448] [it_real_fn+0/80]  
Aug  4 12:46:30 debian kernel: Code: 8b 02 83 f8 01 75 67 9c 5e fa c7 02 00 00 
00 00 83 7a 4c 00  
Aug  4 12:46:30 debian kernel: Aiee, killing interrupt handler 
Aug  4 12:46:30 debian kernel: kfree of non-kmalloced memory: 001966d8, next= 
, order=0 
Aug  4 12:46:30 debian kernel: kfree of non-kmalloced memory: 001966c8, next= 
, order=0 
Aug  4 12:46:30 debian kernel: kfree of non-kmalloced memory: 00196bdc, next= 
, order=0 
Aug  4 12:46:30 debian kernel: idle task may not sleep 
Aug  4 12:46:33 debian kernel: general protection:  
Aug  4 12:46:33 debian kernel: CPU:0 
Aug  4 12:46:33 debian kernel: EIP:0010:[wake_up_interruptible+53/240] 
Aug  4 12:46:33 debian kernel: EFLAGS: 00010206 
Aug  4 12:46:33 debian kernel: eax: 00821c4c   ebx: f689f7fb   ecx: 00821c4c   
edx: 70f2e805 
Aug  4 12:46:33 debian kernel: esi: 0051ee14   edi: 00821c48   ebp: 0019629c   
esp: 00196290 
Aug  4 12:46:33 debian kernel: ds: 0018   es: 0018   fs: 002b   gs:    ss: 
0018 
Aug  4 12:46:33 debian kernel: Process swapper (pid: 0, process nr: 0, 
stackpage=00194690) 
Aug  4 12:46:33 debian kernel: Stack: 00f6ec0c 0051ee14 00f6ec0c 00f6eccc 
00156437 00821c4c 0014e254 00f6ec0c  
Aug  4 12:46:33 debian kernel:00f6eccc 0051eedc 0014e464 0051eedc 
00f6ec0c 0051ee14 00f6ec0c 0051ee14  
Aug  4 12:46:33 debian kernel:0051eedc 0051ee14 00f6eccc 0014e7b9 
0051eedc 00f6ec0c 0051ee14 00f6ec0c  
Aug  4 12:46:33 debian kernel: Call Trace: [def_callback1+23/32] 
[tcp_fin+36/432] [tcp_queue+132/432] [tcp_data+553/576] [tcp_rcv+2385/2576] 

Troubles compiling DSO for Apache

1999-02-21 Thread Alexander List
Hi!

I am using apache 1.3.4-5, apache-dev 1.3.4-5. When I try to configure
Ralf Engelschall's mod_ssl, I get:

./configure:Error: Installed Apache doesn't contain Extended API (EAPI)

Unfortunately, I didn't manage to compile the apache source package
myself. I always get to a point where debian/rules thinks it's
reverse-applying the EAPI patch...

Any hints?

Thank you

Alex

-- 
Nobody will ever need more than 640k RAM!
   -- Bill Gates, 1981
Windows 95 needs at least 8 MB RAM.
   -- Bill Gates, 1996
Nobody will ever need Windows 95.
   -- logical conclusion

** 

Alexander List @ HTU Graz, Rechbauerstr. 12, A-8010 Graz
Tel: +43-316-873-5111   Fax: +43-316-873-5115

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--


Using MySQL as user database

1998-09-17 Thread Alexander List
Hi!

I am thinking about using mysql for administering my user database, as it
will probably be quite large (expected round 1 users).

I thought about the following ways to do this:

1) using normal passwd/shadow files, dumped regularly from mysql
   
   I encountered the following difficulties with this approach:
   
   a) I do not want to store clear passwords anywhere, so
   b) I would have to encrypt the user passwords manually when adding
  a user to the database

2) patching shadow so that it can use mysql for authentication
   
   I think there are even more problems with this approach, because
   not only shadow uses the passwd/shadow database, but the whole libc
   does, and I'm not sure if all my programs that need user information
   use the getpwent() function of the C library...

So my question is:

   Has anyone done something like this before?
   
   What do you think is the best approach? 

   I thought about writing a script that

   *) creates the user in the system with a random password that is of
  course sent to the printer immediately (well, at least the user 
  should know his/her password) with all the other account info,
   *) creates the user in the MySQL database with no password information,
  but details such as account status (active, hold, delete),
   
   and a cron job that

   *) updates the password database regularly, that is, removes users 
  from the database or puts a * into the passwd file according to the
  user status in the SQL database

I would greatly appreciate any suggestions on this topic!

Thanks in advance for your help...

Alex
-- 
Nobody will ever need more than 640k RAM!
   -- Bill Gates, 1981
Windows 95 needs at least 8 MB RAM.
   -- Bill Gates, 1996
Nobody will ever need Windows 95.
   -- logical conclusion

** 

Alexander List @ HTU Graz, Rechbauerstr. 12, A-8010 Graz
Tel: +43-316-873-5111   Fax: +43-316-873-5115

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--




Re: TRANSLATION Re: the instructions for win95 under dosemu

1998-03-21 Thread Alexander List
Hi,

did you yourself try this? I installed a minimal Win95 on my C partition
and used the dosemu.conf mentioned. After disabling the mode con codepage
prepare stuff in autoexec.bat, Windows starts and then tells me
(in German), You can now turn off your computer. 

Alex

-- 
Windows 95:
n. 32 bit extensions and a graphical shell for a 16 bit patch to an
8 bit operating system originally coded for a 4 bit microprocessor,
written by a 2 bit company, that can't stand 1 bit of competition.

** 

Alexander List @ HTU Graz, Rechbauerstr. 12, A-8010 Graz
Tel: +43-316-873-5111   Fax: +43-316-873-5115

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--


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


Problem installing perl

1997-12-30 Thread Alexander LIST
# dpkg -i perl_5.004.04-3.deb
(Reading database ... 14672 files and directories currently installed.)
Preparing to replace perl 5.004.04-3 (using perl_5.004.04-3.deb) ...
Unpacking replacement perl ...
Setting up perl (5.004.04-3) ...
dpkg: error processing perl (--install): 
 subprocess post-installation script returned error exit status 123
Errors were encountered while processing:
 perl

Well, what could the problem be? And what is error 123? Where do i find a
list of all these errors? 

Thanx in advance

Alex List


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Problem installing perl

1997-12-30 Thread Alexander LIST
On 30 Dec 1997, Manoj Srivastava wrote:

   Is perl-base installed and configured?

Yes, of course.

-- 
Maenner der Wissenschaft!
 Man sagt ihr viele nach, aber die meisten mit Unrecht. - Karl Kraus

** 

Alexander List @ HTU Graz, Rechbauerstr. 12, A-8010 Graz
Tel: +43-316-873-5111   Fax: +43-316-873-5115

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


IMAP4 w/ SSL?

1997-11-13 Thread Alexander List
Hi,

is anyone running encrypted IMAP4 with SSLeay?

--
--
Maenner der Wissenschaft!
 Man sagt ihr viele nach, aber die meisten mit Unrecht. - Karl Kraus

**

Alexander List @ HTU Graz, Rechbauerstr. 12, A-8010 Graz
Tel: +43-316-873-5111   Fax: +43-316-873-5115

mailto:[EMAIL PROTECTED]
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


base 1.1.0-14 and image 1.3.64-0

1997-09-19 Thread Alexander LIST
Hi,

I have these two obsolete packages lying around on several machines, but I
have no idea how to get rid of them. I remember that there were two
dummy replacement packages for them.

Any hints?

Thank you...

Alex

-- 
Maenner der Wissenschaft!
 Man sagt ihr viele nach, aber die meisten mit Unrecht. - Karl Kraus

** 

Alexander List @ HTU Graz, Rechbauerstr. 12, A-8010 Graz
Tel: +43-316-873-5111   Fax: +43-316-873-5115

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


downgrading ldso 1.9.2-3 to 1.8.10-2

1997-09-16 Thread Alexander LIST
Hi,

I accidentally installed ldso 1.9.2-3 when trying to test some unstable
packages. The rest of the system is still a bo. How dangerous is it to
downgrade ldso?

Thanks for any hints...


-- 
Maenner der Wissenschaft!
 Man sagt ihr viele nach, aber die meisten mit Unrecht. - Karl Kraus

** 

Alexander List @ HTU Graz, Rechbauerstr. 12, A-8010 Graz
Tel: +43-316-873-5111   Fax: +43-316-873-5115

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


POP3 sending (was: What Linux needs)

1997-08-01 Thread Alexander LIST
: Yes, this requires a username/password login to authorize mail to be
: sent. Many providers are now eliminating SMTP relay even for their own
: customers who might connect from work using SMTP. With POP3 to send
: mail, a person could connect to their personal ISP and send email from
: outside their ISP's dialup network.

Is this a standardized feature mentioned in some RFC? 


-- 

** 

Alexander List @ HTU Graz, Rechbauerstr. 12, A-8010 Graz
Tel: +43-316-873-5111   Fax: +43-316-873-5115

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Monitor'ing trafic on a isdn dialup internet connection ?

1997-08-01 Thread Alexander LIST
 What is the best util/program to monitor the trafik that runs through
 the system. ?

Here, we use trafshow.

Here's the LSM entry:

---cut---
Begin3
Title:  trafshow
Version:1.2
Entered-date:   24JAN1997
Description:Ncurses based IP traffic monitoring software.
Keywords:   traffic monitoring
Author: [EMAIL PROTECTED] (Dmitry Gorodchanin)
Maintained-by:  [EMAIL PROTECTED] (Dmitry Gorodchanin)
Primary-site:   sunsite.unc.edu /pub/Linux/Incoming
24k trafshow-1.2.tgz
Alternate-site: NA
Original-site:  NA
Platforms:  Linux 2.0.0+.
Copying-policy: GPL
End


---cut---


-- 
Maenner der Wissenschaft!
 Man sagt ihr viele nach, aber die meisten mit Unrecht. - Karl Kraus

** 

Alexander List @ HTU Graz, Rechbauerstr. 12, A-8010 Graz
Tel: +43-316-873-5111   Fax: +43-316-873-5115

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


LDAP?

1997-07-19 Thread Alexander LIST
Hi,

is anyone working on a debianized version of the UMich LDAP package?

thanx for any hints

alex

-- 
Maenner der Wissenschaft!
 Man sagt ihr viele nach, aber die meisten mit Unrecht. - Karl Kraus

** 

Alexander List @ HTU Graz, Rechbauerstr. 12, A-8010 Graz
Tel: +43-316-873-5111   Fax: +43-316-873-5115

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: was digest question answered?

1997-01-18 Thread Alexander LIST
On Fri, 17 Jan 1997, Jaldhar H. Vyas wrote:

 A little while back somebody asked if there was a digest mode for this
 list.  I don't recall seeing an answer but I'd like to know this too.

Yes! It was. Subscribe by sending email to

[EMAIL PROTECTED]

Best regards

Alex
-- 
Alexander List,
Neue-Welt-Hoehe 52a, A-8042 Graz, Austria, EU
phone: +43-316-474737
Home address: Dafens 4, A-6824 Schlins, Austria, EU
phone: +43-5524-8560

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


debian-user as a digest?

1997-01-16 Thread Alexander LIST
The traffic on this list has become very heavy. 

Is it possible to get this list as a digest, e.g. once a day? 

-- 
Alexander List,
Neue-Welt-Hoehe 52a, A-8042 Graz, Austria, EU
phone: +43-316-474737
Home address: Dafens 4, A-6824 Schlins, Austria, EU
phone: +43-5524-8560

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

PGP public key available via WWW or on request
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: EGA driver for Xfree ? // Hercules too

1996-12-27 Thread Alexander LIST
On Tue, 24 Dec 1996 [EMAIL PROTECTED] wrote:

 Can anybody out there tell me if there exists an X11/XFree86  
  driver for my ol' EGA monitor/card combo (IBM). Hate to ask - but I 
  (sob weep ...) feel sorry for the poor thing - its brand new. 
  (literally never been used) ...

And I'm using a Hercules Monochrome Graphics Adapter - is there any
support for this?

-- 
Alexander List,
Neue-Welt-Hoehe 52a, A-8042 Graz, Austria, EU
phone: +43-316-474737
Home address: Dafens 4, A-6824 Schlins, Austria, EU
phone: +43-5524-8560

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.3i

mQCNAzKUShwAAAEEAKSeONtZF24pqL5eK3Q3PHJis0dI3uOKMFjOWwiwSyVyaKHp
FCCmHCayDabMVgGUnjHxIUZj7Rmlz5RT1GGKMBSK67yFD0mGVrl8eGoH1bBDviGj
S+quQ45SY/upp670EOqrxyp6pJk1uR+RjteFepzZ5am55tEMjGWTYnZjEXP1AAUR
tEJBbGV4YW5kZXIgTS4gTGlzdCA8YWxleGxpc3RAc2JveC50dS1ncmF6LmFjLmF0
PiA0NDAyMDIwNzc0IDkzMzI1NTSJAJUDBRAylEocZZNidmMRc/UBAVyBA/9l8Qff
Iuva0vmzrE4EbVfgonVjY4BKRVcB5QgxC9PTAILu2/aM4NyT8lOEhCjw4x5wzxLJ
Z3FWw3kTe9R/r0RKU49SA1pE7Fge+sbdXH/Z7g+SLZ1myMVX3sZaVFDzhCOO0C7I
FA4Izn2zQulIxsxcBaqEV5qIUW58cF7+JbJj6A==
=SyLK
-END PGP PUBLIC KEY BLOCK-
--


--
This message was delayed because the list mail delivery agent was down.


Re: mirror up-to-dateness report

1996-12-27 Thread Alexander LIST
On Wed, 25 Dec 1996, Bruce Perens wrote:

 I am experimenting with a script that audits the up-to-dateness of Debian
 FTP mirror systems. Here's my report so far:

 These 27 of our 42 listed mirrors are up-to-date. Some may be missing
 from this list because they are more than 24 hours behind the master
 copy of the Debian FTP archive, or they don't allow the PASV FTP
 command (I'll fix my program), or I couldn't contact them this evening,
 or the root of the Debian archive isn't what is listed in
 README.mirrors. This report will become more reliable over the next
 week or so, and will become a regular feature on our web site.

Great idea! What would you think about a script that checks the
connectivity to a given set of closest mirrors based on the Timezone 
or so and reports the fastest  mirror available? 

-- 
Alexander List,
Neue-Welt-Hoehe 52a, A-8042 Graz, Austria, EU
phone: +43-316-474737
Home address: Dafens 4, A-6824 Schlins, Austria, EU
phone: +43-5524-8560

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.3i

mQCNAzKUShwAAAEEAKSeONtZF24pqL5eK3Q3PHJis0dI3uOKMFjOWwiwSyVyaKHp
FCCmHCayDabMVgGUnjHxIUZj7Rmlz5RT1GGKMBSK67yFD0mGVrl8eGoH1bBDviGj
S+quQ45SY/upp670EOqrxyp6pJk1uR+RjteFepzZ5am55tEMjGWTYnZjEXP1AAUR
tEJBbGV4YW5kZXIgTS4gTGlzdCA8YWxleGxpc3RAc2JveC50dS1ncmF6LmFjLmF0
PiA0NDAyMDIwNzc0IDkzMzI1NTSJAJUDBRAylEocZZNidmMRc/UBAVyBA/9l8Qff
Iuva0vmzrE4EbVfgonVjY4BKRVcB5QgxC9PTAILu2/aM4NyT8lOEhCjw4x5wzxLJ
Z3FWw3kTe9R/r0RKU49SA1pE7Fge+sbdXH/Z7g+SLZ1myMVX3sZaVFDzhCOO0C7I
FA4Izn2zQulIxsxcBaqEV5qIUW58cF7+JbJj6A==
=SyLK
-END PGP PUBLIC KEY BLOCK-
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Debian 1.2: mc dependency problem

1996-12-27 Thread Alexander LIST
Hi,

I just upgraded my Debian system from 1.1 to 1.2. When installing mc,
I found that mc suggests gpm, but there's no dependency on libgpm1.
Without libgpm1, mc won't run.

Best regards

Alex

-- 
Alexander List,
Neue-Welt-Hoehe 52a, A-8042 Graz, Austria, EU
phone: +43-316-474737
Home address: Dafens 4, A-6824 Schlins, Austria, EU
phone: +43-5524-8560

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.3i

mQCNAzKUShwAAAEEAKSeONtZF24pqL5eK3Q3PHJis0dI3uOKMFjOWwiwSyVyaKHp
FCCmHCayDabMVgGUnjHxIUZj7Rmlz5RT1GGKMBSK67yFD0mGVrl8eGoH1bBDviGj
S+quQ45SY/upp670EOqrxyp6pJk1uR+RjteFepzZ5am55tEMjGWTYnZjEXP1AAUR
tEJBbGV4YW5kZXIgTS4gTGlzdCA8YWxleGxpc3RAc2JveC50dS1ncmF6LmFjLmF0
PiA0NDAyMDIwNzc0IDkzMzI1NTSJAJUDBRAylEocZZNidmMRc/UBAVyBA/9l8Qff
Iuva0vmzrE4EbVfgonVjY4BKRVcB5QgxC9PTAILu2/aM4NyT8lOEhCjw4x5wzxLJ
Z3FWw3kTe9R/r0RKU49SA1pE7Fge+sbdXH/Z7g+SLZ1myMVX3sZaVFDzhCOO0C7I
FA4Izn2zQulIxsxcBaqEV5qIUW58cF7+JbJj6A==
=SyLK
-END PGP PUBLIC KEY BLOCK-
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


dselect pre-dependency problem

1996-12-12 Thread Alexander LIST
Hi!

I just tried to upgrade to Debian 1.2. Unfortunately, dpkg has the
following problem:

# dselect
dpkg: cannot see how to satisfy pre-dependency:
 perl pre-depends on libdl1
dpkg: cannot satisfy pre-dependencies for perl (wanted due to perl)

installation script returned error exit status 1.

When I looked into /lib, I found:

# ls -l /lib/libdl*
lrwxrwxrwx   1 root root   15 Nov 15 03:38 /lib/libdl.so -
libdl.so.1.7.14
lrwxrwxrwx   1 root root   15 Nov 15 03:38 /lib/libdl.so.1 -
libdl.so.1.7.14
-rwxr-xr-x   1 root root 6991 Apr 12  1996
/lib/libdl.so.1.7.14


So what's wrong? I have PERL installed, I have the lib installed.

BTW is there a way to tell dpkg to check installed packages and report
broken installations, missing files etc?

Thanx in advance

Alex

-- 
Alexander List,
Neue-Welt-Hoehe 52a, A-8042 Graz, Austria, EU
phone: +43-316-474737
Home address: Dafens 4, A-6824 Schlins, Austria, EU
phone: +43-5524-8560

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.3i

mQCNAzKUShwAAAEEAKSeONtZF24pqL5eK3Q3PHJis0dI3uOKMFjOWwiwSyVyaKHp
FCCmHCayDabMVgGUnjHxIUZj7Rmlz5RT1GGKMBSK67yFD0mGVrl8eGoH1bBDviGj
S+quQ45SY/upp670EOqrxyp6pJk1uR+RjteFepzZ5am55tEMjGWTYnZjEXP1AAUR
tEJBbGV4YW5kZXIgTS4gTGlzdCA8YWxleGxpc3RAc2JveC50dS1ncmF6LmFjLmF0
PiA0NDAyMDIwNzc0IDkzMzI1NTSJAJUDBRAylEocZZNidmMRc/UBAVyBA/9l8Qff
Iuva0vmzrE4EbVfgonVjY4BKRVcB5QgxC9PTAILu2/aM4NyT8lOEhCjw4x5wzxLJ
Z3FWw3kTe9R/r0RKU49SA1pE7Fge+sbdXH/Z7g+SLZ1myMVX3sZaVFDzhCOO0C7I
FA4Izn2zQulIxsxcBaqEV5qIUW58cF7+JbJj6A==
=SyLK
-END PGP PUBLIC KEY BLOCK-
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: MS WORD format (and customizable telnet client) (fwd)

1996-12-03 Thread Alexander LIST
On Mon, 2 Dec 1996, Paul Seelig wrote:

 This was the case with the first beta because of a failure on behalf of
 the developers when they compiled the release. The newer betas are
 corrected in this regard. So you have to buy your Motif anyway. And apart
 from that it's still not even worth trying for people with standard
 hardware. StarOffice needs an incredible amount of resources. Don't even
 bother trying it unless you have a Pentium with at least 64 Megs of RAM.
 All else should be a real pain.

Sorry, I can't agree with you. At my site, we have several Am586/133 (ASUS
486 boards with the AMD processor), mostly 16MB of ram, and everything
NFS-mounted. It's true that the first beta was painfully slow, but it was
faster than booting Novell, Windows 3.11 and starting Word 6.

Now, with the second beta, it's a lot faster than Winword. Even with
16megs of RAM on a 486. Of course, I haven't tried it on my 386 yet...

-- 
Alexander List,
Neue-Welt-Hoehe 52a, A-8042 Graz, Austria, EU
phone: +43-316-474737
Home address: Dafens 4, A-6824 Schlins, Austria, EU
phone: +43-5524-8560

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.3i

mQCNAzKUShwAAAEEAKSeONtZF24pqL5eK3Q3PHJis0dI3uOKMFjOWwiwSyVyaKHp
FCCmHCayDabMVgGUnjHxIUZj7Rmlz5RT1GGKMBSK67yFD0mGVrl8eGoH1bBDviGj
S+quQ45SY/upp670EOqrxyp6pJk1uR+RjteFepzZ5am55tEMjGWTYnZjEXP1AAUR
tEJBbGV4YW5kZXIgTS4gTGlzdCA8YWxleGxpc3RAc2JveC50dS1ncmF6LmFjLmF0
PiA0NDAyMDIwNzc0IDkzMzI1NTSJAJUDBRAylEocZZNidmMRc/UBAVyBA/9l8Qff
Iuva0vmzrE4EbVfgonVjY4BKRVcB5QgxC9PTAILu2/aM4NyT8lOEhCjw4x5wzxLJ
Z3FWw3kTe9R/r0RKU49SA1pE7Fge+sbdXH/Z7g+SLZ1myMVX3sZaVFDzhCOO0C7I
FA4Izn2zQulIxsxcBaqEV5qIUW58cF7+JbJj6A==
=SyLK
-END PGP PUBLIC KEY BLOCK-
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: MS WORD format

1996-12-02 Thread Alexander LIST
On Mon, 2 Dec 1996, Jean Orloff wrote:

  Daniel Does anyone know of a document reader/editor that will read Microsoft
  Daniel Word format?
 
 This is something I need once a week at least. In fact, it is my only reason
 for windows booting. So you can imagine how desperately I sought for such a
 software, but no! I couldn't believe it! Any hint welcome!

Have a look at http://www.stardivision.com/. They have StarOffice 3.1, a
complete office solution for different platforms, in public beta now.
Noncommercial use is free AFAIK and the Wordprocessor, StarWriter, can
read/write MS-Winword-6.0, _and_ has built in HTML capabilities. You can
even surf the Web from the Wordprocessor.

Note: I am in no way affiliated with Stardivision. I use it at university
as an alternative to booting Windows. Now there's only one thing I miss: A
customizable telnet client with remote saving/printing capabilities for
the Austrian Press Agency... 


-- 
Alexander List,
Neue-Welt-Hoehe 52a, A-8042 Graz, Austria, EU
phone: +43-316-474737
Home address: Dafens 4, A-6824 Schlins, Austria, EU
phone: +43-5524-8560

mailto:[EMAIL PROTECTED]  
http://www.sbox.tu-graz.ac.at/home/alexlist

-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.3i

mQCNAzKUShwAAAEEAKSeONtZF24pqL5eK3Q3PHJis0dI3uOKMFjOWwiwSyVyaKHp
FCCmHCayDabMVgGUnjHxIUZj7Rmlz5RT1GGKMBSK67yFD0mGVrl8eGoH1bBDviGj
S+quQ45SY/upp670EOqrxyp6pJk1uR+RjteFepzZ5am55tEMjGWTYnZjEXP1AAUR
tEJBbGV4YW5kZXIgTS4gTGlzdCA8YWxleGxpc3RAc2JveC50dS1ncmF6LmFjLmF0
PiA0NDAyMDIwNzc0IDkzMzI1NTSJAJUDBRAylEocZZNidmMRc/UBAVyBA/9l8Qff
Iuva0vmzrE4EbVfgonVjY4BKRVcB5QgxC9PTAILu2/aM4NyT8lOEhCjw4x5wzxLJ
Z3FWw3kTe9R/r0RKU49SA1pE7Fge+sbdXH/Z7g+SLZ1myMVX3sZaVFDzhCOO0C7I
FA4Izn2zQulIxsxcBaqEV5qIUW58cF7+JbJj6A==
=SyLK
-END PGP PUBLIC KEY BLOCK-
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]