Re: Any considerations for debian on Athlon processor

2000-01-26 Thread Jens Ritter
Luis Gustavo Madrigal Salazar [EMAIL PROTECTED] writes:

 Are there any special considerations when installing debian (probably
 potato) in a box with an Athlon 800 Mhz with 10,2 GB and a Matrox G400???
 

potato works well with a G400. And with an Athlon.
Did not try both at the same time yet.

Jens
 
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Ponyprog

2000-01-26 Thread Jens Ritter
[EMAIL PROTECTED] writes:

 Dear Sir(s),
 
 Problems with Ponyprog:
 ---
 
 I have Debian 2.0 with a 2.2.9 Kernel installed on my IBM x86 Cyrix Pentium 
 200.
 Having read the instructions from http://www.cs.unibio.it I have it impossible
 to properly install Ponyprog.

I didn't have Problems compiling ponyprog on a potato (frozen) system
with V. Install
ii  libv-bin1.22-1  V - a C++ GUI Framework (binaries).
ii  libv-dev1.22-1  V - a C++ GUI Framework (Athena development 
fi
ii  libv1.221.22-1  V - a C++ GUI Framework (Motif).
ii  libvx-dev   1.22-1  V - a C++ GUI Framework (Motif development 
fil
ii  libvx1.22   1.22-1  V - a C++ GUI Framework (Athena).

(I use athena widgets)

You have to change some lines in the source code of ponyprog though.
String literals are const char *, which you have to cast to char *.

Jens 
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Booting kernel with 4 mb ram

2000-01-18 Thread Jens Ritter
Thomas Ditlev Petersen [EMAIL PROTECTED] writes:

 I would like to install debian-linux to my old notebook 486slc with 4 MB
 ram.
 For this pupose I have downloaded the low memory bootdisk, which should
 be able to install debian to a 4 MB system. But when I use the disk, the
 bootprompt appears as it should, but as I boot linux, the computer
 reboots just after decompressing the kernel, and the disk boots again.
 No messages pop up before the reboot.
 
  I haven't been able to figure out what the problem is, and I have tried
 several different configurations in the BIOS.
 
 Has anyone got any idea, why my computer will not boot linux.

Download one of the micro distributions and boot from them. 
If they show the same problem, you will have to build a kernel. 

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Diskless and Stare Office??

1999-10-27 Thread Jens Ritter
Benak Istvan [EMAIL PROTECTED] writes:

 Hi!
 
 Someone please tell me, if I want to use a Diskless clients (p200 with
 64 MB ram) and a strong server and 10 Mb ethernet cards, how will run
 the StarOffice 5.1 on the clients?? 
 Have anyone any experience with this??

I use staroffice over a 10Mb network loading from a Pentium 200 64MB on
a 486 DX 100 16 MB with 1.3 GB harddisk, facilitating ssh.

It takes some time until staroffice is loaded (though running a raid 0
on the P200). I guess this is because of a rather long X conversation
on startup.  Usage and feel is a bit slow, but you can work with it. 

Jens

---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: tetex-nonfree -- Potato -- foils.cls is gone?

1999-10-18 Thread Jens Ritter
Alexander Kushnirenko [EMAIL PROTECTED] writes:

 Hi,
 
 I used to prepare transparencies with foils.cls.  Apparently it's gone from 
 potato release of tetex-nonfree.  It worked fine on my slink computer.
 
 Should I report a bug or am I missing something?

I can´t find anything in the changelog in /usr/doc/tetex-nonfree.

Maybe you should ask at [EMAIL PROTECTED] or report a
bug. 

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Security UID, GID?

1999-09-30 Thread Jens Ritter
Art Lemasters [EMAIL PROTECTED] writes:

  One account on my system (e.g., one user in the /home directory)
 has had its group permission changed to from x to s without my doing
 so, a couple of times.  For example, in the /home directory, one user
 directory permission looked thusly:
 
 drwxr-sr-x   16 user  user  1024  Sep 29 18:00  user
 
  I did not manually chmod the permissions that way.  What
 might have caused this, and what are the implications, anyone?
 Thanks for any leads on this, and yes, I have changed that group
 permission back to x each time this occured.

s permission on directories make up for the following behaviour:

$ ls -ld test
drwx--   2 jens jens 1024 Sep 30 10:16 test
$ cd test 
$ su
Password: 
# mkdir test2
# exit
exit
$ chmod g+s .
hilbert [~/test] $ su
Password: 
# mkdir test3
# exit
exit
$ ls -la 
total 8
drwx--S---   4 jens jens 1024 Sep 30 10:19 .
drwx--  46 jens jens 5120 Sep 30 10:16 ..
drwxr-xr-x   2 root root 1024 Sep 30 10:17 test2
drwxr-sr-x   2 root jens 1024 Sep 30 10:19 test3

The uppercase letter indicates that the group x right is not set. 
All files and directories created in a directory with group s set,
will automatically set the group to the group of the parent
directory. 

See info file utilities

HTH,

Jens

---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: eth0: unknown interface...

1999-09-29 Thread Jens Ritter
Hugo van der Merwe [EMAIL PROTECTED] writes:

  I have installed the debian base system on a laptop, but now I need to
  install the rest over a network (from another brilliant working Debian
  machine). For this to work, I must get the pcmcia network card working... 
 
 I just realised, I think I didn't make use of the menu item Configure
 PCMCIA Support. Is there an easy way of configuring PCMCIA support for
 installation once I've already installed the base system? Can I run
 dbootstrap again? Where do I get it (the boot disks aren't mountable,
 right?) Or is it easier to reinstall from scratch?

Please have a look at pcnetconfig(8) part of pcmcia-cs.
(Sorry I don´t use pcmcia, this turned up using
zgrep config Contents-i386.gz |grep pcmcia)

HTH,

Jens



-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: ICQ Debian users?

1999-09-09 Thread Jens Ritter
B. Szyszka [EMAIL PROTECTED] writes:

 Hello,
 
 I was wondering if there are any Debian users here who use
 ICQ and wouldn't mind me asking them questions if I had
 problems. My ICQ number is 4982727 . Feel free to add me
 to your list if you wouldn't mind. Thanks.   : )

Dear Bart,

I would not publish my ICQ number like this, 
the ICQ protocol is not very secure, so someone could send a message
to another one who minds if you ask questions...

Jens 


P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Compiled Mysql

1999-08-31 Thread Jens Ritter
Lance Levsen [EMAIL PROTECTED] writes:

 Does anyone run slink with Perl and libdbd-mysql-perl with a locally 
 compiled version of Mysql?
 
 My problem is that perl refuses to connect. It know the mysql module 
 is there:
  @driver_names=DBI-available_drivers; print @driver_names;
 
 outputs:
 ExamplePProxymSQLmysql
 
 but:
 my @data_sources=DBI-data_sources(mysql);print @data_sources;
 
 outputs:
 nothing.

Can you connect to mysql using:

mysql -u name -p

?

Jens 

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: teTeX and DWWW

1999-08-25 Thread Jens Ritter
[EMAIL PROTECTED] (Marc Haber) writes:

 Hi!
 
 When I use DWWW to access the teTeX-Documentation, I can get through
 fine to
 http://torres.gf1.internal/cgi-bin/dwww?type=filelocation=/mnt/main8/usr/doc/texmf
 while torres.gf1.internal is my Debian box. However, none of the links
 on that page work (Example:
 http://torres.gf1.internal/cgi-bin/dwww?type=filelocation=/mnt/main8/usr/doc/texmf/tetex/teTeX-FAQ
 gives file not found, but teTeX-FAQ.gz clearly is there).

Does 

http://torres.gf1.internal/cgi-bin/dwww?type=filelocation=/mnt/main8/usr/doc/texmf/tetex/teTeX-FAQ.gz

work?


Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Anyone using a Mustek 1200ED Scanner with Linux?

1999-08-24 Thread Jens Ritter
John Foster [EMAIL PROTECTED] writes:

 Has anyone here tried using Linux with a  Mustek 1200ED scanner. I have
 requested info as to driver availability for Linux but no answer yet. I
 just got one and want to set it up with Linux. Any suggestions?

See 

www.mostang.com/sane for a list of scanners supported by sane, the
linux scanner interface. 

I have a Mustek 12000 SP with bios V1.02, which does not work very
well. Maybe your scanner is compatible and it most likely has got a
decent bios, so if you can, try if it runs with the mustek driver. 

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Weird slow network problem...

1999-08-24 Thread Jens Ritter
Dan Everton [EMAIL PROTECTED] writes:

 The weirdest part about this is that he has identical network card
 (RTL-8029, using the ne2k-pci driver), identical kernel (2.2.11), identical
 Debian install (potato as of yesterday) and identical config (except for the
 IP address of course :). I have no problems transferring files at full
 speed both locally and externally, he does.

Interrupts and other cards are the same, too?

What do you mean by locally and externally? Two cards in different
directions?

Jens


P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Weird slow network problem...

1999-08-24 Thread Jens Ritter
On Tue, 24 Aug 1999, Dan Everton wrote:
 On 24 Aug 1999, Jens Ritter wrote:
  What do you mean by locally and externally? Two cards in different
  directions?
 
 No interrupts and other cards are not the same. I have an ISA VIBRA16 and
 he has an ISA ESS688, I have an PCI S3 ViRGE, he has a PCI Tseng ET6000, I
 have a Voodoo2, he doesn't. It's not a hardware problem as far as I can tell
 because it only affects external links not local ones.

I don't think, that it is a hardware issue, see below.

 As for what I mean by locally and externally... we both live on campus at
 university and are connected to the residential network. Traffic within
 this network is fine and goes at full speed for my friend. The residential
 network is connected (through a firewall) to the university network.
 Traffic to this network is extremely slow for my friend but normal
 ethernet speeds for me. I hope that clears it up.

Yes, it does. This sounds like a problem with the firewall (at least his
machine does work inside the residential network - so I guess it is no
problem on his computer). Maybe the firewall is logging activity from the
computer of your friend.  

 The other weird aspect of this problem is that transfers made by a machine
 outside the residential network to his machine go at full ethernet speed
 as well. For example, using ftp  on an machine outside the
 residential network to copy a file to his machine goes at about 200kB/s.
 Using ftp to copy a file from his machine to a machine outside the
 residential network goes in ~30kB/s bursts with a few seconds between
 bursts. I get roughly same speed (200kB/s) in both directions. If it helps
 the external machine we're connecting to is a Sun box running SunOS 5.6.

 Oh, and before you think it's an ftp problem, this affects all other
 protocols (including ICMP if the bing results are any indication). And
 there's no measurable packet loss.

Is the problem bound to the IP or MAC adress? Did you swap IPs?
Did you connect your computer to his cable (in case a hub or switch is
damaged). 

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: 80 min CD burning

1999-08-23 Thread Jens Ritter
Paul Harris [EMAIL PROTECTED] writes:

 hi all,
 
 i've got a whole pile of 80 minute writable cds here (I wanted 74 min but
 there was no stock), but I have discovered that xcdroast doesn't seem to
 have an 80 min cd option when it comes to the burn.
 
 should i just try it anyway? can i get the 80 min storage space? is that
 option (in Write CD) just there to warn about lack of disk space or does
 it affect the burn? has anyone made a successful burn with these cds?

Just try it. xcdroast does not try to detect which length a given CD
has. Most times you are even save to burn some 660 MB on a 650 MB
CDR. 

I had no problems burning 80 minutes CDs with xcdroast. 


Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Singles? (was Re: 80 min CD burning)

1999-08-23 Thread Jens Ritter
On Mon, 23 Aug 1999, John Lapeyre wrote:

Wish I had some of those blanks.  I did not know they exist.  I use
   scripts to control the command line tools.  I use 74 min discs.

These took a long time to become available. Different suppliers told
different things about them (They would only be sold to OEMs, they will
not be manufactured because of pressure from the record industry). Now
they are available at all computer stores here in Aachen.

I found that cdrecord
   fails if I try to write too much to the disc. The disks are ruined.

Most disk have some more capacity than what the label says. But somewhere
the spiral ends and the leadout has to be a length on the order of 3
seconds, so that normal cd readers are able to read them (data cds). There
was once an article in the german computer magazine C'T, which (windows)
software is able to write the full capacity, which fails, etc. 

But cdrdao writes
   all 80 minutes without complaining ( it gives a warning).  The disks
   are playable, but the last few minutes are cut off.

CD players don't care about leadouts, I think. 

  But it may be just due to the command line params that I give and
 so forth. 

But by the way, does somebody know if there are some blank singles
available somewhere? 

Jens


P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


[OT] Favourite Distro Poll on slashdot

1999-08-23 Thread Jens Ritter

For those of you who do not read /. regularly: 

There is the infamous favourite linux distribution poll running, now.
http://slashdot.org/

Please go and vote for Debian!

TIA,

Jens


-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: how to format mySeagate ST33210A

1999-08-18 Thread Jens Ritter
Ralph Winslow [EMAIL PROTECTED] writes:

 I just got a new HD and tried to format it using my Debian 1.0
 Installation Boot
  Emergency disk set.  I made the disk primary and unplugged my current
 2.1Mb 
 drive and booted the first disk and partitioned using the second
 (Ramdisk).

What do you mean by using the second?

 I made a 100Mb swap and the rest, ~3Gb, Linux bootable, then made the
 swap area 
 with no problems.  But when I tried to format the Linux partition it
 failed with
 256/373mkfs.ext2: can'r resolve symbol 'llseek'. 

I wonder if this is a known bug. Can you reproduce it?
Please report it if necessary. 

 I then made the drive
 secondary
 and re-plugged my 2Gb 2.2 primary drive and rebooted, hoping to format
 from my
 regular system.  I tried mke2fs /dev/hdd, but it says, no such device. 

Try mke2fs /dev/hdd2 or /dev/hdd5 depending on if the ~3GB is in a
primary or extended partition. 

/dev/hdd is the complete hard disk.

Please post a fdisk -l, if it does not work.
What does dmesg report?

 I did
 an apropos format | more, but didn't spot a disk formatter in the
 voluminous
 output.  Can anyone spare a clue for a veteran?  TIA

mke2fs is the formatter.

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Making a bootable base installation cdrom

1999-07-21 Thread Jens Ritter
Mario Bertrand [EMAIL PROTECTED] writes:

 Hi debian users,
 
 I would like to make a bootable base installation cdrom with the packages 
 provid
 ed for floppy disks. So instead of having to copy 9 floppy , I would have only
 1 cdrom. Is there any instruction on howto do that? The only info I found is
 for making a cd from the commercial cdimage.

You can get the package slink-cd from the archive and with a current
mirror you can build your own cds.

If you want to make your own cds from potato have a look at the
ongoing efforts in debian-cd@lists.debian.org (see mailinglist
archives)

If you only want to have a cd, which you can use to install the base
system (i.e. the system you get after installing the base floppy
discs), you have to have a look at slink-cd, which steps it performs
so that the boot-floppies are installed into a directory tree
correctly. Make sure the base.tar.gz is in the tree, too and burn
this tree to a cd. 

HTH,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: What provides glib.h?

1999-07-20 Thread Jens Ritter
Shao Zhang [EMAIL PROTECTED] writes:

 I believe you are missing glibconfig.h. Search on the debian web site and 
 find out which package
 provides it.

[...]

  snipstuff that compiles/snip
  make -C ../konica libgphoto_konica_qm100.so
  make[2]: Entering directory `/usr/src/gphoto/gphoto-0.3-2-990422/konica'
  gcc -g -Wall -c -fPIC konica_qm100.c

Add `gtk-config --cflags` to the above line. 

It adds -I/usr/X11R6/include -I/usr/lib/glib/include


Jens

  In file included from /usr/include/gdk/gdktypes.h:33,
   from /usr/include/gdk/gdk.h:31,
   from /usr/include/gdk_imlib_types.h:1,
   from /usr/include/gdk_imlib.h:5,
   from konica_qm100.c:7:
  /usr/include/glib.h:66: glibconfig.h: No such file or directory
  make[2]: *** [konica_qm100.o] Error 1
  make[2]: Leaving directory `/usr/src/gphoto/gphoto-0.3-2-990422/konica'
  make[1]: *** [../konica/libgphoto_konica_qm100.so] Error 2
  make[1]: Leaving directory `/usr/src/gphoto/gphoto-0.3-2-990422/src'
  make: *** [gphoto] Error 2

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: What provides glib.h?

1999-07-20 Thread Jens Ritter


I missed to say that it is in the libgtk1.2-dev package.

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: What provides glib.h?

1999-07-20 Thread Jens Ritter

...and the libglib1.2-dev packages.

Sorry,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Apache, mod_roaming, Communicator 4.xx?

1999-07-15 Thread Jens Ritter

I am trying to get mod_roaming with any of the Communicator = 4.5
running. I set up mod roaming as described in the mod_roaming 1.0.1
distribution (see bug #41312). 

And I set up the Preferences of the communicator as described, too. 

But when I restart and I enter the authenticication password
communicator dumps me to the shell with bus errors. 

Did anyone get it running?

I am using unstable.

TIA,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: GMT ntp servers

1999-07-12 Thread Jens Ritter
Chris Hoover [EMAIL PROTECTED] writes:

 Does anyone know the ip's of some ntp servers that are on gmt?  I'm trying to
 get my computer time correctly set to gmt so it will display the correct time.

Have a look at the documentation in the xntp3 package. There is a link
buried somewhere on a list of ntp3 servers in the world. 

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: GMT ntp servers

1999-07-12 Thread Jens Ritter
On Mon, 12 Jul 1999, Patrick Kirk wrote:

 Hi all,
 
 Is there a command I can put in cron to have the time set by a ntp server
 that is appropriate for the UK?

With xntp3 you donot need to have a crontab entry. The xntpd daemon will
take care of it. 

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


netdate (was Re: GMT ntp servers)

1999-07-12 Thread Jens Ritter
On Mon, 12 Jul 1999, Patrick Kirk wrote:

 Hi all,
 
 Is there a command I can put in cron to have the time set by a ntp server
 that is appropriate for the UK?

There is another program called netdate provided by netstd.
Maybe you want to have a look at this.

Jens
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: GMT ntp servers

1999-07-12 Thread Jens Ritter
On Mon, 12 Jul 1999, Patrick Kirk wrote:

 Thanks - another problem solved.
 
 xntp3 is in and working .
 
 Out of curiosity, how often does the xntpd correct itself?

I don't know. Try to find it out by reading in /usr/doc/xntp3 and the
corrosponding man pages or measure it...

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Segmentation fault

1999-07-08 Thread Jens Ritter
Patrick Kirk [EMAIL PROTECTED] writes:

 Hi all,
 
 I get this message whenever I try using apt-get.  What is a segmentation
 fault and should I be concerned?  Please do let me know!
 
 Patrick
 
 rhino:/home/patrick# apt-get update
[...]
 Segmentation fault
 rhino:/home/patrick#


Have you set your LANG et.al. Variables? If yes, try to unset them...

HTH,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Howto to retrieve potato recursively?

1999-07-08 Thread Jens Ritter
Stefan Blum [EMAIL PROTECTED] writes:

 Hi,
 
 I want to download the whole debian/dist/potato-tree via ftp. 
 How can I do that? E.g., if a wanted to do the same thing from our
 ftp-server, I would simply type ``get debian/dist/potato.tar.gz''. 
 Our ftp-Server is configurated with this nice feature.
 
 Are there any other possibilities?

Look at fmirror or mirror.

Jens


P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: https connections?

1999-07-06 Thread Jens Ritter
Nate [EMAIL PROTECTED] writes:

 Hi folks.  
 
 I have installed apache-ssl.  I still cannot get https connections.
 
 What do I have to do to get this going.  Documentation? Thanks

Have a look at /var/log/apache-ssl/error.log

Read /etc/apache-ssl/httpd.conf and see if all values are set
correctly.

Start the https daemon by hand, which means that you have to dig in
/etc/init.d/apache-ssl how the server is started.

HTH,

Jens


P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: DOS MBR

1999-07-06 Thread Jens Ritter
Felipe Alvarez Harnecker [EMAIL PROTECTED] writes:

 Can someone send me a DOS Master Boot record so a can dd it to
 /dev/hda?
 
 Please answer only if you realy know what i mean because i dont want
 to alter the partition table.
 
 Send me version info as well.

Unless it is a freedos mbr, this is illegal. 

Why don't you use the mbr provided in the mbr package?

HTH,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: I/O error on /dev/dsp and /dev/audio

1999-07-02 Thread Jens Ritter
On Thu, 1 Jul 1999, G. Crimp wrote:

 Ah ha.  The kernel log reports the following:
 
   kernel: Sound: DMA (output) timed out - IRQ/DRQ config error?
 
 give me any more help with this.  I have read the sound HOWTO and the isapnp
 docs, but when it comes to reading the pnpdump file I find it pretty
 bewildering.  As I mentioned in my initial post, the fact that I had this
 working on a Deb 1,3 system was more good luck than anything else.  The
 pnpdump output often says to choose only one of a selection, but I am never
 sure which one to choose, nor in fact which of several lines constitute a
 single choice.  Here is the output from cat /dev/sndstat:
 
[...]
 Card config: 
 Sound Blaster at 0x220 irq 5 drq 0,1
 Roland MPU-401 at 0x330 irq 12 drq 0
 6860 UART Midi irq 11 drq 0
 (SB MPU-401 at 0x800 irq 5 drq 0)
 OPL-2/OPL-3 FM at 0x388 drq 0
[...]

Make this match with you kernel config and the isapnp config. 
Have a look at /proc/dma (when all modules are loaded). 
I am not sure what the () around SB MPU have to say. 
Check in the sound howto or in the kernel sources. 

HTH,

Jens


P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: I/O error on /dev/dsp and /dev/audio

1999-07-01 Thread Jens Ritter

Does cat /dev/sndstat work?

Check if sound is compiled in or loaded when a sound request happens
(check logs). 

Jens

G. Crimp [EMAIL PROTECTED] writes:

 Hi,
 
   I can't write to either /dev/audio or /dev/dsp, even as root.  The
 permissions on both are crw-rw.  I discovered when trying to set up
 RealAudio for a Linux broadcast.  When I tried to cat a file to either of
 these devices I get cat: write error: Input/output error.

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: looking for ssh debian2.0 package

1999-06-29 Thread Jens Ritter
Jan Krupa [EMAIL PROTECTED] writes:

 Is there shh binary debian2.0 ( kernel-2.0.36) package? 
 If so, where I could find it?
 Please send the answer to [EMAIL PROTECTED]

Are you lookgin for a ssh 2.0 binary package, or are you looking for a
ssh package for Debian 2.0 ?

In the latter case have a look at
ftp://archive.debian.org/debian-archive/

In the former case I have to tell you, that from what I recall from my
volatile memory, the maintainer of ssh does not want to put the effort
into packaging ssh 2.0 because of license problems. Please check the
mailing list archives of -devel on that.

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Strange NFS/networking problem

1999-06-16 Thread Jens Ritter

try fuser -n udp 800

HTH,

Jens


Daniel Dorau [EMAIL PROTECTED] writes:

[...]
 So what I did was figuring out which packets were blocked. They are
 udp packets sent from port 800. There's no port 800 in /etc/services.

[...]
 So where the hell are those packets from port 800 coming?!
 I found /proc/net/udp and had a look into it. There's a coloum named
 'local_adress' and 800 is 320h so I found a line matching this:

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: network printer??

1999-06-15 Thread Jens Ritter
Peter Moody [EMAIL PROTECTED] writes:

 hi, this is kind of a newbie question, I know, but , um..
 how do I go about setting up a network printer?  or more accurately,
 what is the debain equivalent to the redhat printer-tool?  
 for those not farmiliar with printer tool, it's a simple interface that
 allows 
 one to choose a networked samba printer by, more or less, just entering
 the ip address
 of the printer host.  I haven't been able to find how to do this in
 debain...
 help.?

Unfortunately there is no printer-tool equivalent I know of. There
is magicfilterconfig which sets up local printers. 

Use smbclient to connect to a remote samba printer. 

If you want to server a linux printer to a samba network you will have
to set up samba and lpr(ng) for yourself.

HTH,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: [Installing Bo Debian on a 386 2 meg RAM?]

1999-06-14 Thread Jens Ritter
Francois-Nicola Demers [EMAIL PROTECTED] writes:

 Hi,
 
 I have tried to install the Debian Bo distribution on my 386 with only
 2 megs of RAM without success.  Some people told me that they have been able 
 to
 install it even if the machine does not have the 4 meg of RAM required.
 
 I have not been able to boot because the installation stopped saying
 that 4 meg of RAM is necessary.
 
 Please explain me what boot parameters must be given to overcome the 4
 meg requirement.  Is it possible to put swap on before booting?

It is easier to use a minimal distribution like 

mulinux, 
smalllinux,
etc.

follow links from: http://smalllinux.netpedia.net/

I bet it is possible to convert such a system to Debian by hand. 
I didn't try to do it yet.

HTH,

Jens


P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: [comp.os.linux.misc] I am not impressed with Debian so far.

1999-06-09 Thread Jens Ritter

 From: [EMAIL PROTECTED] (Barry Samuels)
 Newsgroups: comp.os.linux.misc
 Subject: I am not impressed with Debian so far.
[...]

 I have been using SuSE since v5.2 ( now on 6.0 ) and, having heard 
 about apt-get, I thought that I would give Debian a try.
 
[...]

 After finishing the install, configuring X and trying the system 
 briefly to make sure it worked, I decided to recompile the kernel.  
 Everything here went without a hitch until I rebooted the machine.  It
 seemed from some error messages during boot that some support 
 functions which I had included in the kernel were also being loaded as
 modules.
 
 Before anyone starts suggesting what I didn't do, I did:
 
 make dep
 make clean
 make zImage
 make modules
 make modules_install
 copy resultant image to /boot/vmlinuz
 copy System.map to /boot
 run lilo
 
 I then recompiled again but this time modularising those support 
 functions which caused error messages.  On reboot this time everything
 was fine.

 So why should it be necessary to have some support functions as 
 modules rather than included in the kernel?  I went through the same 
 process with SuSE without any of these problems.

I guess he didn't remove /lib/modules/2.his.kernel.version.

You will be reminded to do this when using make-kpkg.

Maybe the README should state that there is kernel-package and
how to use it.  

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: fd0 deviation question

1999-06-09 Thread Jens Ritter
Jonathan Lupa [EMAIL PROTECTED] writes:

 Hello,
 
   Quick question on floppy deviation.  Everytime that I use superformat
 to format a floppy, it does a little warmup test and tells me to set a 
 deviation flag in /etc/driveprm.  Well, before I did that I tried again and
 superformat gave me back a different number for the deviation.
   The question: When the tested deviation varies with every run, is it
 time to get a new floppy drive?

superformat tries to find an interleave factor so that the fd
gives best performance on your system. 

So it has to measure some times. As a multiuser, multitasking system
is not very well suited for such a task it is likely there are small
differences in the outcome every time you run it. I guess it even
depends on the load (or the number of interrupts during the measurement). 

This is normal.

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: none

1999-06-02 Thread Jens Ritter
Igor Majdandzic [EMAIL PROTECTED] writes:

 Hi,
 just one quick quastion:
 
 WHEN NEW VERSION OF DEBIAN IS COMING OUT?

Hu, don't yell, my eyes hurt. :-)

The usual answer in Free Software Projects is: 
When it is ready, no sooner, no later. 

Our plans strive to have a new version ready in 3-4 month. 
Please have a look at the lists archives of debian-devel-announce.
Or if you want, update to unstable.

TIA,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Funkger?t

1999-06-02 Thread Jens Ritter
christian [EMAIL PROTECTED] writes:

 gibt es eine Möglichkeit, mit Hilfe eines Funkgerätes, Daten von PC's zu
 übertragen?

If you want to get german support please use [EMAIL PROTECTED]

[He is asking for a way to transfer data between PCs using radio.]


Yes, there is a way. Have a look at the HAM-HOWTO. 

HTH,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: program to extract CD info

1999-06-02 Thread Jens Ritter
Ian Setford [EMAIL PROTECTED] writes:

 I am writing a script to encode and name mp3's for my computer.  I believe
 I can use cddbcmd to query the CDDB database but how can I extract the
 disk-ID and other information from the actual CD-ROMs so I can pose the
 query?  I am under the impression that such a tool exists but I can't
 locate it.  

Have a look at cdda, it generates the necessary info. And look at
bladeenc, too.

HTH,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: LaTeX: multicol.sty

1999-06-01 Thread Jens Ritter
Armin Wegner [EMAIL PROTECTED] writes:

 Hi,
 
 which debian package provides the latex multicol environment?

tetex-nonfree

 Has it been replaced by another one?

No.

Get one of the Contents-*.gz files from your friendly neighborhood
Debian mirror. zgrep on it next time you are searching for a specific
file.

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: mpegs

1999-05-31 Thread Jens Ritter
Robert V. MacQuarrie [EMAIL PROTECTED] writes:

 Hi all,
   Can you take 7 mpeg clips and combine them into a single clip? If
 so is there any software for linux available to do this? Any pointers
 and/or additional info on this would be appreciated.
   Thanx
   --Rob

Mpeg is supposed to be a streaming format. So you can cat 1 2 3 4 5 
new.mpeg and it should work (same with split).

Jens


P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Official CDROM images

1999-05-31 Thread Jens Ritter
Charlie Hedlin [EMAIL PROTECTED] writes:

 I wanted to download the i386 and Alpha cdrom images, but do not seem to
 be able to connect to cdimage.debian.org (either http nor ftp).  These
 images don't seem to be on the standard ftp mirrors either. 

Have a look at http://cdimage.debian.org, and read it completely.

 previously done installs via ftp, but I need to take these with me on the
 road, and I don't have time to snail mail order disks.
 
 I have a complete binary tree of both dists, but I relized they won't fit
 outright on a CD, so I wanted to use the images.

Note that the images are a bit outdated. The Archive is said to be
r2 will the images still are r0 (there is no r1 due to possible
confusion). 

New Images will be prepared when a r3 is released (see mailing list
archive of debian-cd for reasoning).

HTH,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: SSH problem

1999-05-31 Thread Jens Ritter
Christian Dysthe [EMAIL PROTECTED] writes:

 Hi,
 
 We installed ssh on our new Debian 2.1 (slink) powered server. We do not have 
 X
 on it at all, but I get this message every time I log on through ssh. The 
 login
 works fine though.
 
 Warning: Remote host denied X11 forwarding, perhaps xauth program could not 
 be
 run on the server side.
 
 How do I get rid of it?

man ssh


P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Debian cd cover

1999-05-27 Thread Jens Ritter
Chris Frost [EMAIL PROTECTED] writes:

 --OgqxwSJOaUobr8KG
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: quoted-printable
 
 Several months back I ran accross a debian cd tray cover made in
 postscript by someone for slink but can't remember where it was (I have
 the i386 ps files, but didn't grab sparc images). Anyone know what I'm
 talking about, and what the url is?

http://www.oche.de/~leutloff/debian/cover.html

HTH,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: debian version conventions

1999-05-27 Thread Jens Ritter
Fethi A. Okyar [EMAIL PROTECTED] writes:

 Hello all,
 
 want to bring the insane naming convention into argument here
 for one second. 
 
 This remains to be a mystery for me, I don't know hw I ended up
 confusing all the names, slink potato, hamm, beef, etc.. Now I
 go down to the source (i.e. ftp.debian.org) and try to figure out
 which kernel version is used in which name by looking at base 
 packages. 

Have a look at 
ftp://archive.debian.org/debian-archive/dists/
for a Version number - code name mapping. 

HTH,

Jens
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: security problems in innd

1999-05-26 Thread Jens Ritter
Pere Camps [EMAIL PROTECTED] writes:

 Hi!
 
   I've just installed innd and besides the tipical allowing of
 access for some hosts that I guess it must exists, are there any other
 security considerations I should follow?

Well this is not easily answered, to be more exact a complete answer
is worth writing a book at least 1 inch thick (--- which I am not able
to do because I am not wise enough :-).

If you are interested in security flaws in inn I would suggest reading
the changelog, bugtraq and other sources for security information.

If you are interested in having a secure configuration of innd I
suggest doing the usual RTFM and looking at the inn website if one exists. 
Start with a minimal configuration and only allow the necessary
things. 

Have a look at the Lasg (Linux Administrators Security Guide --- see
c.o.l.announce).

Remove the network cable from your computer.





:-)))

HTH,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: AM53C974 SCSI-Controller: Debian, Suse und Redhat

1999-05-25 Thread Jens Ritter
Andreas Kraska [EMAIL PROTECTED] writes:

 Torsten Enkelmann wrote:
 
   Der DC-2974 hat einen AM53C974-Chip und sollte eigentlich mit dem
   Kernelmodul des AMD-Chip AM53C974 laufen.
   Tut er aber weder mit Suse6.0, 6.1, Debian 2.1, Redhat 6.0 !
  Bei mir läuft er ohne Probleme mit SuSE 6.0 und dem SCSI-Modul AM53C974.
  
  Jau, bei mir auch. Ganz im Gegensatz zum Tekram-Treiber. Der macht nämlich
  mucken beim scannen.
 
 Scanner hab ich nicht, aber der Tekram-Treiber funktioniert sonst prima
 mit den Platten und dem CD-LW.
 Der AM53C974 Treiber aus den Installationsroutinen von Redhat und Debian
 funktioniert aber ueberhaupt nicht. 
 Gibt's nicht nen Debian-Freak, der helfen kann ??

Frag mal unter [EMAIL PROTECTED] (deutsche Mailingliste), oder 
debian-user@lists.debian.org (englische Mailingliste). 

Vielleicht findest Du dort jemanden der Debian und diesen SCSI
Kontroller fährt. 

Gruß,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: How to disable enlightenment pager (for use w. GNOME)?

1999-05-25 Thread Jens Ritter
Joachim Trinkwitz [EMAIL PROTECTED] writes:

 Hi,
 
 I tried to install enlightenment together with GNOME (all the newest
 debs), but it insists on installing its own pager, which can't be put
 off by the config program. How can this be done?

Have a look at dpkg --force-help

HTH,


Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: *.debs for GNOME, apps, Mozilla, KDE...

1999-05-21 Thread Jens Ritter
Patrick Kirk [EMAIL PROTECTED] writes:

 Hi all,
 

 Just started a new job in a telecomms company today and to my
 surprise found a CD recorder in my desktop workstation.  It seems
 there's no problem with my doing serious downloads so let the search
 for toys begin!

You are lucky!

 I installed slink, my first working Linux installation, last Wednesday.

Congratulations.

 
 Comments please; is Enlightenment stable and working?  It looks
 great but nothing seems to work on it for me.  A url of a good
 version in *.deb format would be appreciated.
 
 I installed GNOME using apt-get install and a subdirectory called
 ~jim on the debian site. Is there a similiar one for Enlightenment?
 Is ~jim still the best place to get GNOME and the gtk apps for
 Debian?

gnome debs have now been migrated to potato (the unstable branch). 

 KDE have a *.deb release in a folder called hamm on their uk mirror.
 It seems hamm is the release before slink.  Is this set of *.debs
 likely to work with slink?

The hamm packets do work with slink (as hamm was the first release
with glibc support). I do not have all packets of kde installed but
the basic set works (kde 1.1). I abandoned kde because I had problems
with another piece of software which didn't like that kde tried to
change something in with the menues.

 Should I remove all references to GNOME and Enlightenment from my system 
 before upgrading?

There was a problem when installing kde and gnome at the same time. I
don not know if it still persists. Both packages used a directory
under /usr/share, but with different file formats.  

 Last (I hope question) lets imagine I put all the GNOME stuff on one CD and 
 all the KDE stuff on another; is there an apt-get install EVERYTHING on the 
 CD command?

dpkg -i `find -name *.deb`

should do the trick (but without apt's increased checking for
dependencies and conflicts).

 Apologies for the barrage of questions.  Thanks in advance,
Never mind.

HTH,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: loading module for NE2000 Ethernet card

1999-05-18 Thread Jens Ritter
Stuart Ballard [EMAIL PROTECTED] writes:

 David Karlin wrote:
  
  Hello,
  I have a box running slink and am trying to install an NE2000
  ethercard.
  
  When I do:
  # insmod /lib/modules/2.0.36/net/ne.o
  I get:
  /lib/modules/2.0.36/net/ne.o: unresolved symbol ei_open
  /lib/modules/2.0.36/net/ne.o: unresolved symbol ethdev_init
  /lib/modules/2.0.36/net/ne.o: unresolved symbol ei_debug
  /lib/modules/2.0.36/net/ne.o: unresolved symbol ei_interrupt
  /lib/modules/2.0.36/net/ne.o: unresolved symbol NS8390_init
  /lib/modules/2.0.36/net/ne.o: unresolved symbol ei_close

Sometimes this is a sign for two cards using the same io values or
interrupts. 

Are you running the freshly compiled kernel (try uname -a)?

Is your card a plug and pray? Does /etc/isapnp.conf exist and does it
have the correct values then?

As Stuart pointes out below: Do you supply the correct io and
interrupt values, to the module?

 Try using modprobe instead of insmod:
 
 # modprobe ne io=0x220
 
 I believe (although I've never tried this) that PCI ne2k cards don't
 need the io value, but ISA ones definitely do.
 
 I found out my io address by doing:
 
 for io in 200 220 240 260 280 300 320 340
 do
   echo $io
   modprobe ne io=0x$io
   sleep 1
 done
 
 This successfully loaded the card for me (although it's still not
 working - I suspect there are other problems somewhere in the system).

HTH,

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: MP3 encoder

1999-05-17 Thread Jens Ritter

Due to patent problems (because Fraunhaufer enforces their patent on
encoders), there will be no packages for approximately 19 years
(see http://www.patents.ibm.com/details?pn=US05742735__language=en
--- I hope this is the right patent ---
for licensing conditions see: http://www.iis.fhg.de/amm/legal/index.html).

In addition, if some package use the original source code of l3enc
(copyrighted by fraunhofer), they may infringe on copyright. Have
a look at l3enc's license. 

HTH,

Jens

Remco van 't Veer [EMAIL PROTECTED] writes:

 Another great MP3 encoder can be found at:
 
   ftp://wopr.campus.luth.se/pub/mpeg_layer_3
 
 Got this location from the debian-devel list a couple of months ago.
 Somebody wanted to package it but I have not seen a .deb yet.
 
 Regards,
 Remco
 
 
 On Sun, May 16, 1999 at 17:52, Frankie wrote:
 
  M.C. Vernon wrote:
   
   please Cc to Me
   
   Hi all,
   
   Things like cdgrip say and your favourite mp3 encoder, or default
   to lamer - but I can find to evidence of a mp3 encoder in the archive.
   Can anyone help me out?
   
   Thanks
   
  
  theres always l3enc... cant remember where I got it from, but the
  archive name is dist10.tar.gz, and you want to apply the patch
  dist10patch-2.1f.gz. You should be able to find it with ftpsearch -
  thats how I found it.
  
  It compiled first time no probs. I suppose someone ought to package up
  an mp3 encoder at some point...
 
 
 -- 
 AK-47 thrust Uzi SDI CD Ft. Bragg CIA KKK aanslag genetic
 counter-intelligence van Balen abuse radar Marxist assassination inkijk
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: 2 network cards revisited

1999-05-13 Thread Jens Ritter
MR [EMAIL PROTECTED] writes:

[...]
  append=ether=11,0x300,eth0 ether=10,0x240,eth1
[...]
 
 
 I moved my append line to the top and tried yours also and it still does
 not pick up the second card. I know the card works as it was pulled from
 another system so it shouldn't be the hardware. 

Maybe you have to supply some parameters to the driver of the network
card.
 
Which driver do you use with your etherexpress cards?

Jens

P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Remove occurences of X from file

1999-05-13 Thread Jens Ritter
Stefan Baums [EMAIL PROTECTED] writes:

 --NzB8fVQJ5HfG6fxh
 Content-Type: text/plain; charset=utf-8
 Content-Transfer-Encoding: quoted-printable
 
 Hi all.
 
 I use Emacs/MULE and write the following document:
 
Hall=F6 KuryLowicz
 
 where (this is the important bit!) the L of this iso-latin-1 email is
 actually the Polish l (l with a bar through it).
 
 Then I save it in the encoding emacs-mule. According to less in an
 iso-latin-1 terminal the file looks like:
 
Hall82=F6 Kury82=B3owicz
 

 Question: Can anyone clue me how to write a small script to remove the 82=
 
 characters from the file? (The point is to then feed it to LaTeX and
 \inputencoding.)

First have a look what less [+-]r says. Use something like:

cat your file | perl -e ' while(){ s/\x82//g; print; } '  cleaned.file

(sorry I don't have my perl notes handy).

I guess there is a way to trick latex to display a \lbar (see \hbar). 

HTH,

Jens

-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Norton Commander for Linux?

1999-05-10 Thread Jens Ritter
John Galt [EMAIL PROTECTED] writes:

 Sounds like midnight commander: here's a link to the description
 
 http://www.debian.org/Packages/stable/utils/mc.html
 
 I remeber a MC-based shell once upon a time, but haven't heard anything
 about it in years.  For X, I don't know if anybody's make a tcl/tk
 interface for it, but it should run fine in an xterm.  Xservers are based
 on video hardware, not mainboard hardware, so any should do--matter of
 fact you should have better performance with SVGA than I do (my chipset
 needs linear addressing to do more than 256 colors, and I have RAM
 addressed in that spot--linear addressing only works with less than 16M of
 RAM)

gmc is a gnome version of mc. 

HTH,

Jens

-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: can't login after package installation

1999-05-07 Thread Jens Ritter
Werner Reisberger [EMAIL PROTECTED] writes:

 I tried to install TCL on my machine (hamm) but had to install first
 libreadline and libncurses. I made a fault and tried to install first
 libreadline (with dpkg) the package complained that libncurses are required
 first. 
 
 After this installation attempt I wasn't able to login anymore (with
 telnet). The login processes finishes before the prompt is displayed with 
 the following error message:
 
   You have mail.
   -bash: error in loading shared libraries: libncurses.so.4: cannot open
   shared object file: No such file or directory
 
 Since I can't login I  cannot install libncurses or remove libreadline :[
 There seems to be a bug in the libreadline debian package. If some other
 package is required first the package shouldn't make any changes to the
 system.
 
 I didn't tried to login on the console yet since the machine is remote but
 I suspect the login process will also kick me out. Could someone give me
 a hint how to fix this this problem? I only have a boot disk (prepared by 
 copying the kernel) and the debian rescue disk. I suspect I need a real
 boot disk with an own root file system on it.

At the lilo prompt you can use an argument like init=/bin/sash
to get to a working root shell. You probably will have to remount
everything rw. 

Maybe later on you want to create a user which uses one of the
emergency all in one shells by default.

HTH,

Jens

-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Advanced Printer Control?

1999-05-06 Thread Jens Ritter
Marc Lepage [EMAIL PROTECTED] writes:

 I'm configuring a print server for remote clients. I've set up a Debian 
 machine
 with an HP LaserJet 4000 hooked to it via parallel cable. I've installed lprng
 and samba, and can print to it from two types of client:
 
[...]
 The issue, is that the NT drivers are able to take full advantage of the
 printer's capabilities. It can do duplex, 2- 4- 8-up printing, etc.
 
 How can I achieve such control from the Linux clients? I need to be able to
 specify at least duplex, and hopefully a greater subset of the printer's
 capabilities. Linux is working great as a print server to NT clients, but not 
 so
 great to Linux clients.


Have a look at the cti-ifhp package.


 PS: I can't help but imagine C++ iostream manipulators:
 
 cout  unix_line_feeds  file.txt  duplex  4up  file.ps;

cat file.ps | insert filter here | lpr. 


HTH,

Jens 
-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Strange things happening

1999-05-06 Thread Jens Ritter
Johann Spies [EMAIL PROTECTED] writes:

 Last night everything worked ok - printing too.  Today I could not print.
 I get the following 
 
 [EMAIL PROTECTED](20)$ lpq
 waiting for lp to become ready (offline ?)
  

Well? 

 Rank   Owner  Job  Files Total Size
 1stjhspies314  (standard input)  110621 bytes
 2ndjhspies315  (standard input)  9 bytes

What does status issued in lpc give?
Is there an active server?

Which printing daemon do you use? lpr or lprng?

Jens 
-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: index.bt being left all over the place

1999-04-21 Thread Jens Ritter
Andrew Waltman [EMAIL PROTECTED] writes:

 Hi folks,
 
 I'm having a minor problem with man. It leaves a file index.bt in the
 current directory. If I remove the file and then run man again it is
 replaced with a new file that diff says is different than the first (even
 if the man file I read is the same). If I leave the file alone, then
 modification date stays the same as when it was originally created and diff
 finds no difference in the file before and after running another man.

$ locate index.bt
/var/catman/index.bt
/var/catman/local/index.bt
/var/catman/X11R6/index.bt

with version man-db 2.3.10-68

 I'm just wondering if there is a way to stop man from creating these
 files. It would be really nice to be able to run man from any directory
 without having to worry about the stray index.bt's all over my system.
 
 I have man-db version 2.3.10-69g.

Please check if a bug is reported against man-db and file one if
necessary. Or contact the maintainer at [EMAIL PROTECTED]

HTH,

Jens
-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Security in Linux

1999-04-21 Thread Jens Ritter
eferen1 [EMAIL PROTECTED] writes:

 I am now involved in a research project at SFCC in Spokane, WA for a =
 computer science class, and have taken on the project of security in =
 operating systems.  What I am doing is researching the security problems =
 in Windows NT and Linux.  If any one has had security breaches/problems =
 in any version of Linux I would appreciate being told about it.
 
 If you have had any security issues with Linux such as:  hacking, =
 illegal entry to your system, e-mail messed up, etc. please respond to =
 me and tell me about it.

Check the usual references: bugtraq and rootshell.

Please do not post twice (html and text).

Jens

-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Latex -- Plz help

1999-03-31 Thread Jens Ritter
Shao Zhang [EMAIL PROTECTED] writes:

 Hi,
 I know that I should not fight the layout against latex. But I
 really like to do the following in latex for my resume.
 I tried to use the tabular environment and not very pleased with the
 outcome...
 I want to do something like this in latex:
 
 University Courses:
 First Year
 -Computing 1A(Functional Programming)
 -Computing 1B(Procefure Programming)
 -Higher Mathematics 1A
 -

Make it like this:

 col 1col2 col3
   

Use the standard \multicolumn{2}{l}{First Year} for overlapping. 

Use a tabular environment which supports fixed column width and which
does line breaking automatically in the fields.

HTH,

Jens



-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Linux on a large disk

1999-03-31 Thread Jens Ritter
Shao Zhang [EMAIL PROTECTED] writes:

 Hi,
 

 Nowadays, it is very common to have a disk ranging from 6.4GB to
 10.1GB.  It is also common lots people will install both windoze and
 linux on the same disk. I am just about to install debian on three
 computers for my friends. They all have a large disk with the first
 partition being occupied by windoze. Due to the fact that lilo
 cannot see anything beyond 1024 cylinders, what is the best way to
 deal with this fact?

Start linux by using loadlin (DOS program).
You can setup a menu in DOS/WIN.

HTH,

Jens

-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Problems with starting Linux when a CD-R is connected

1999-03-18 Thread Jens Ritter

Please reply to debian-user only! TIA, Jens.
 
-- Forwarded message --
Date: Thu, 18 Mar 1999 04:46:27 -0800
From: www-data [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Faq-O-Matic Moderator Mail

[This is a message about the Faq-O-Matic items you moderate.]

Who:  [EMAIL PROTECTED]
Item: Problems with starting Linux when a CD-R is connected
File: 194
URL:  /fom/194.html
What: inserted a part
New text:
 I have a problem that I don't seem to be able to fix myself.
 Linux stops at MD DEVS right after it has found the irq settings for drives
 it won't answer to Ctrl-Alt-Del or anything else but rebooting
 I use kernel 2.0.34 and version 5.x of MD DEVS but my friend who also has an 
 CD-R connected can install it without any trouble...
 
 System Configuration:
 K6-2 350
 192MB of SDRAM
 Matsushita [panasonic] CD-R (4x/8x)
 A CyberDrive (40x)
 IBM 16GP 8.4GB
 IBM 16GP 16.8GB
 
 using the original distribution from ftp.debian.org but bootable


As always, thanks for your help maintaining the FAQ.


Re: vivo player for linux

1999-03-17 Thread Jens Ritter
Maarten Bezemer [EMAIL PROTECTED] writes:

 Hiya!
 
 Is there anyone out here that knows about a player that can play
 .viv-files? The version of xanim I have doesn't support it :-(
 
 Please send a Cc: to [EMAIL PROTECTED] when replying.

AFAIK, there is no vivo player for linux. I once sent a mail to the
company asking for a linux version, but there was no reply. And
unfortunately, they have been bought by realvideo...

Jens
-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: which package provides ldd

1999-03-17 Thread Jens Ritter
Matt Garman [EMAIL PROTECTED] writes:

 Which package has the ldd program in it?  I could swear this utility
 used to be on my computer, now it's not (I had that dselect removal
 disaster mentioned in an earlier post).
 
 Thanks,
 MG

Please have a zgrep at 

ftp://your.favourite.mirror.of.debian.org/
   debian/dists/stable/main/Contents-yourarchitecturehere.gz


:-) 

HTH,

Jens


-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: German NFS-Server

1999-03-16 Thread Jens Ritter
Florian 'Papa Flo' Streck [EMAIL PROTECTED] writes:

 Hallo!
 
 Does anybody know a debian-mirror in Germany that I can access via NFS?
 I already tried the ftp-mirrors but always got a time-out message.
 Could it be that I just tried the wrong Paths? Or do those servers
 (ftp.de.debian.org ftp.tu-clausthal.de os.inf.tu-dresden.de) not support
 NFS? I don't think that a real time-out is the reason, because all those
 machines are directly connected to the german research network (DFN)
 (which is quite fast).

AFAIK there are no public NFS servers available in Germany. 

Try ftp.it.debian.org (this yields better rates as ftp.de.debian.org
at the moment from aachen DFN)


-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: lprng from slink (Debian 2.1) so secure can't use it!!!

1999-03-16 Thread Jens Ritter
[EMAIL PROTECTED] (James D. Freels) writes:

 The following message is a courtesy copy of an article
 that has been posted to linux.debian.user as well.
 
 I just upgraded from hamm to slink.  I have found one problem with the
 upgrade in the lprng package.  I downgraded to the hamm version until
 such time as it gets fixed.  Basically after installing the new
 version, I could not print due to some time of permissions error.  I
 have the standard lpd.conf and lpd.perms files as defined by Debian.

Could you please be more specific about what the problem is? 

Maybe the default security settings have changed and are now more
prohibitive by default. Please have a look at /etc/lpr.perms

And if necessary file a bug report against lprng using the bug
package.

TIA,

Jens

-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: accepting talk from only some users

1999-03-15 Thread Jens Ritter
Pere Camps [EMAIL PROTECTED] writes:

 Hi!
 
   I'd like to accept only talk from a list of users I specify...
 something like: if you're not on the list the your party is refusing
 messages pop-up shows up, and if you're on the list the as usual.
 
   Does anybody know how to make this?

You can use /etc/hosts.[allow|deny] for restricting the originating
hosts of a request. 

Maybe this helps,

Jens

-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: fetchmail and ssh

1999-03-15 Thread Jens Ritter

This can besolved by using expect and/or the preconnect option. 
It is described in a thread on debian-devel. So please
search in the mailing list archive of debian-devel for fetchmail.

TIA,

Jens

Phil Nitschke [EMAIL PROTECTED] writes:

 Hi fetchmail/ssh guru's,
 
 I connect to work with a ppp session from my Debian/GNU Linux box
 (running potato), and need to fetch my mail from my mail-server there
 (named harpo; running SunOS 4.1) using IMAP.
 
 Previously I have had this working like so:
 
   /usr/bin/fetchmail --invisible --syslog --daemon 250 --timeout 90 \ 
--interface ppp0/150.101.132.131 --silent  \ 
--mda /usr/bin/procmail -Yf- -d %s \ 
--folder /users/phil/.mail/home-xfer   \ 
harpo
 
 I run this and then enter my password for my account at work when
 asked for it.
 
 Now I want to extend this to use ssh, without any passphrase, so that
 I can start fetchmail from an ip-up.d script, and avoid having to
 enter any passwords at all.  I can now do `ssh harpo', and connect
 successfully. 
 
 After reading the POP3 example in the fetchmail man-pages, I tried it
 like this:
 
   /usr/bin/fetchmail --invisible --syslog --daemon 250 --timeout 90 \
 --silent --mda /usr/bin/procmail -Yf- -d %s \
 --folder /users/phil/.mail/home-xfer --verbose harpo 
 
 With this `~/.fetchmailrc' file:
 poll harpo
   via localhost port 1234 with protocol imap
   preconnect ssh -f -L 1234:harpo:143 harpo sleep 20  /dev/null /dev/null;
 
 However, there are two problems:
 
 (1) I'm still prompted for a password, and 
 (2) I get this error:
 
  4.7.6 querying harpo (protocol IMAP) at Sat Mar 13 01:14:35 1999 
  socket error while fetching from harpo
  Query status=2
  fetchmail: sleeping at Sat, 13 Mar 1999 01:14:40 +1030 (CST)
 
 Can anyone suggest what I can do to get this going?
 
 TIA,
 
 -- 
 Phil.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 
P.S.: Please vote against Spam! At
 http://www.politik-digital.de/spam/
(Sorry Europeans only)
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: burning cd question

1999-02-24 Thread Jens Ritter
Jens B. Jorgensen [EMAIL PROTECTED] writes:

 --A7BCFE73A6DB2FC44BAE5362
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Matt Garman wrote:
 
  Linux.  Doesn't Windows support Rock Ridge?  I'm not about to burn a
  Joliet cd.

Why not? 

 
 Sorry, you'll have to. WinXX doesn't use Rock Ridge extensions, only Joliet.
 Fortunately, you can have Rock Ridge and Joliet extensions on the same disk 
 since they
 use different, non-overlapping mechanisms. The latest version of mkisofs (not 
 yet
 packaged, at least last time I checked) supports creating images with Joliet
 extensions. Get it here and compile it yourself (or if you want I'll email 
 you the
 binary). I've created disks with it have have been very pleased with the 
 results.

Even hamm's version of xcdroast (e.g.) supports rock ridge and
joliet. 

 !doctype html public -//w3c//dtd html 4.0 transitional//en

Please do not clutter this list by posting stuff twice (a lot of
people have to pay for getting mail).

---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: compiling debian source

1999-02-24 Thread Jens Ritter
E.L. Meijer (Eric) [EMAIL PROTECTED] writes:

  
  Finally,
  How do I compile up Debian source code safely so that it doesn't
  upset dpkg?
  Specifically, I want to recompile VIM to use the X version, but
  I don't want to upgrade to Slink and have to do the job all over again.
  There must be a safe 'Debian' way? I had a look at dpkg-source but that
  didn't help much.
 
 Two ways that I can think of.
 
 1) Compile the thing and install it in the /usr/local hierachy.  Debian
does never upgrade or remove anything herein.
 2) Rename the package, e.g. to vim-private.  In an automatic upgrade I
would not expect this gets replaced by any vim package.

3) Use dpkg-source -x to extract the source. Bump the version to a
non-maintainer upload (i.e. xyz1.2.3-5 - xyz1.2.3-5.1) by editing 
  this here --^^
  xyz1.2.3/debian/changelog
  Use dpkg-buildpackage -us -uc to build the package without signing
it. Install it with dpkg -i from ... 

Jens
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Defining a new LaTeX-counter (off-topic)

1999-02-24 Thread Jens Ritter
Johann Spies [EMAIL PROTECTED] writes:

 I want to define a new counter in LaTeX and as I understand The LaTeX
 Companion page 446 it can be done with the command 
 
 \newcounter{mynecounter}
 
 However the following file results in an error message when I run LaTeX:
 
 \documentclass[11pt,a4paper]{article}
 
 \begin{document}   
 
 \newcounter{bepaling}{\arabic{bepaling}}

I guess you have to define the counter in the preamble (before
\begin{document}). 

Please direct further questions on TeX to news:comp.*.tex

TIA,

Jens

---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Autostart application from console

1999-02-24 Thread Jens Ritter
John Plate [EMAIL PROTECTED] writes:

 Hi
 
 How can I have a console start up an application automatically when
 the system boots?

Look at the open package and the scripts in /etc/init.d and have a
look at /etc/inittab, too.

HTH,

---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: FAT32

1999-02-24 Thread Jens Ritter
[EMAIL PROTECTED] writes:

 I realize that this question has probably been asked extensively in 
 the past but where might I find the proper module to read a FAT32 
 hard drive. 

Fat 32 support is part of debian standard kernels. 

HTH,

Jens 
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: fetchmail doesn't put email...

1999-02-24 Thread Jens Ritter
Paul Nathan Puri [EMAIL PROTECTED] writes:

 Fetchmail downloads my email apparently.  But it does not, put the email
 in a place where mutt can find it.  After running fetchmail, mail is
 downloaded, but then when I start mutt, there is nothing there.

fetchmail delivers to your MTA (Mail Transport Agent --- read smail,
sendmail, exim, whicheveryouuseplacedhere). The MTA is responsible for
placing the mail in the right place.

 What do I need in my ~/.fetchmailrc file to make it put the mail
 in the right place?

You have to install an MTA. 

HTH,

Jens
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


GNU time (was Re: how much processor time is allocated to a program)

1999-02-24 Thread Jens Ritter
Eric Leblanc [EMAIL PROTECTED] writes:

 On Tue, Feb 23, 1999 at 05:30:30PM +, Oliver Elphick wrote:

 [EMAIL PROTECTED]:~# /usr/bin/time --verbose runq
 Command being timed: runq
 User time (seconds): 0.03
 System time (seconds): 0.02
 Percent of CPU this job got: 106%
   ^^^

Doh!  


Jens
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: IRC

1999-02-24 Thread Jens Ritter
Kenneth Scharf [EMAIL PROTECTED] writes:

 I would like to give the on line irc at debian a try.  What software
 package would I use, and how to set it up to access the debian channel?

ircii, bitchx, zircon, etc. are irc clients.

The #debian channel is hosted by irc.*.openprojects.net (* = us, eu or
leave it out).

HTH,

Jens
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: SLOW boot disk?

1999-02-24 Thread Jens Ritter
Hogland, Thomas E. [EMAIL PROTECTED] writes:

 Curiosity question here: I dual-boot Debian and Win95 by using a boot disk
 for Debian (it's partition is the last 1.2GB on a 6.4GB disk, so LILO
 doesn't like booting it). The book disk takes a LONG time to boot - 2 or 3
 minutes just to do the initial load, then it starts loading off the HD and
 everything flies... I just created a boot disk during the install, same as
 on another PC I use, but the home one is slow, while the work one is nice
 and fast... Any ideas? 

This is because we use the -s (== slow, stupid, _safe_) option on
them, because we wanted the discs to boot on every PC. 
There is a resc1440-fast.bin disk image in the disks-i386
directory. Try it.

Jens

---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Bootable CD?

1999-02-19 Thread Jens Ritter
[EMAIL PROTECTED] (LEJEUNE STEPHANE) writes:

 Hi,
 
 How can I make a bootable cd.
 I've found lots of info about how to make bootable floppy's,
 but couldn't find any info about bootable cd. I presume there are
 some differences as you can't write any info on the cd at boottime,
 whereas if I'm correct, that seems to be required.
 Could anybody point me to some howto's or faq, because I've been 
 going through lots of them and could't find any info on the subject.

mkhybrid -b boot_image

Note that the boot_image has to be rather early in the iso9660 image,
because some motherboards are only able to boot from the beginning of
the cd (This caused some serious toasting when preparing hamm).

HTH,

Jens

---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: creating 10 disks of Debian

1999-02-19 Thread Jens Ritter
Robert Vollmert [EMAIL PROTECTED] writes:

 Hello,
 
 On Fri, Feb 12, 1999 at 11:26:13PM -0500, [EMAIL PROTECTED] wrote:
  I have downloaded the files recommended to their own directories (e.g.
  base14-1.exe) - but have only successfully extracted the first two image
  disks.  I infer from the documenation that 10 in total exist.
  
  After trying to create the third - I get a disk that shows now files in
  Windows 3.1 filemanager.
 
 I think that only the first two disks contain MS-DOS filesystems, the
 others aren't readable by DOS/Windows.

Exactly (I think, they are created by using the floppy device directly
--- more space). You have to use rawrite2 under dos or dd under linux
to write them to floppies.

---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: DAT TAPE ?

1999-02-19 Thread Jens Ritter
 Raymond A. Ingles [EMAIL PROTECTED] writes:

 On 17 Feb 1999, Pierfrancesco Caci wrote:
 
  I have the opportunity to get a used DAT tape, a Digital DEC TLZ 06
  it uses the standard Sony 4 mm audio tapes, 90 m lenght.
  
  Is it usable with Linux ? What software do I need apart the SCSI-tape
  support in the kernel ?
 
  It should be usable, no problem. All the standard applications like
 tar, cpio, and mt should work fine. I've never used it, but a lot of
 people swear by BRU, a commercial backup program, but it's not required
 by any means.

taper, kbackup (unstable), amanda are all-in-one free solutions. (I
guess this list is not complete).

HTH,

Jens
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: How to give users certain privileges?

1999-02-19 Thread Jens Ritter
[EMAIL PROTECTED] writes:

 I have set up Debian on four lab computers and would like the students using
 them to be able to access our Novell system via ncpmount, etc., as well as
 floppies.  Additionally, it would be nice if they could shut down without my
 intervention.  

You can use a package like super or sudo. While adding the
inconveniency that the users have to type in a password, it adds
logging who actually invoked what. 

Note that it is easy to get root access, if they have physical access
to the boxes. (At least use the password option of lilo).

 Can I simply add them to specific groups which would give them this access,
 or is there another way to accomplish it which is more efficient?  

Sometimes yes, sometimes you will have to change the default
permissions. 

 Ah ... one other thought.  Ctrl-Alt-Del is a safe reboot as defined, isn't
 it?  (The computers should be reset into the ... ugh ... WinNT environment
 after we use them, for the rest of the masses.)

look at /etc/inittab. 

HTH,

Jens
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: wu-ftpd-academ

1999-02-11 Thread Jens Ritter
Daniel J. Brosemer [EMAIL PROTECTED] writes:

 The Debian Weekly News had an announcement that fixes are already out for
 wu-ftpd-academ but are in /incoming.  I seem to remember something about
 that being accessable only to developers.  Is there a place where we can
 get at it?

Netgod makes them available on his site:

PROFTPD:

i386:
   wget http://netgod.net/debian/security/proftpd_1.2.0pre1-2_i386.deb
   dpkg --install proftpd_1.2.0pre1-2_i386.deb

m68k:
   wget http://netgod.net/debian/security/proftpd_1.2.0pre1-2_m68k.deb
   dpkg --install proftpd_1.2.0pre1-2_m68k.deb

WU-FTPD:

i386:
   wget http://netgod.net/debian/security/wu-ftpd-academ_2.4.2.16-12.2_i386.deb
   dpkg --install wu-ftpd-academ_2.4.2.16-12.2_i386.deb

(from Johnie Ingram earlier post, which was pgp signed, so please look
at his message titled: Debian FTP Security Update)

HTH,

Jens
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: emacsen and auctex

1999-02-04 Thread Jens Ritter
Stefan Thull [EMAIL PROTECTED] writes:

 Hi,
 I have tried to install my first debian (2.0) from a official CD, so I
 choose one of the
 standard installations to begin with (standard workstation)
 Everything was ok besides emacs, xemacs and auctex.
 The installation choose emacs 20 and xemacs but the configuration of emacs
 broke und the one of auctex could not be done because of dependency
 problems.
 I have tried to remove all emacs packages to start again, but again the
 removal failed because of dependency problems.
 I don't need xemacs and would be happy with emacs and auctex.
 What could be done?
 thanx in advance
 Stefan Thull

Have a look at dpkg --force-help.

HTH,

Jens
---
[EMAIL PROTECTED]   [EMAIL PROTECTED]
Key ID: 2048/E451C639 Jens Ritter
Key fingerprint: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37 


Re: Let's hunt the oldest bug!

1999-01-11 Thread Jens Ritter
Marcus Brinkmann [EMAIL PROTECTED] writes:

 --k+w/mQv8wyuph6w0
 Content-Type: text/plain; charset=us-ascii
[...]
 +---+
 | Please run the attached `fastclock' binary, it is an `optimized'  |
 | version of xclock, which runs about 60 times faster than the original.|
 | As I have never seen droppings, I can't tell you how long you have to |
 | run the program. If you see artifacts, please submit the information  |
 | above to [EMAIL PROTECTED]  |
 +---+


I run fastclock for about 14 days non stop (on the xdm login screen)
and have never seen droppings.

HTH,

Jens

-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37


Re: gtkicq

1998-12-21 Thread Jens Ritter
Luiz Otavio L. Zorzella [EMAIL PROTECTED] writes:

 Hi,
 
 I have a debian/frozen dist, and my gtkicq stopped working. I found
 out that some of the libs that it needs are not present in the system
 anymore.
 
 $ ldd -v /usr/local/bin/gtkicq 
 ldd: version 1.9.9
 (...)
 libgtk-1.1.so.2 = not found
 libgdk-1.1.so.2 = not found
 libgmodule-1.1.so.3 = not found
 libglib-1.1.so.3 = not found
 (...)
 
 Frozen now has newer of all these libs...
 
 Why does debian not keep these old libs available for program that
 needs them? (oldlibs?)
 
 Is there a way around for me?

Download the source and compile it. 
To minimize problems with dependencies bump the version to a NMU.
(Oh, sorry that was Debianspeak. Here the translation:
To minimize collisions with later uploads and to circumvent the
checking of dependencies for your personally compiled gtkicq, change
the version number to that of a non maintainer upload
(e.g. gtkicq_0.57-1 to gtkicq_0.57-1.1) edit .../debian/changelog for
this. )

HTH,

Jens 
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
 Nach dem Spiel, After the game,
 ist vor dem Spiel.  is before the game.
-- Sepp Herberger


Re: print in WP8

1998-12-21 Thread Jens Ritter
Shao Zhang [EMAIL PROTECTED] writes:

 Hi all,
   I am using HP5L. and I could't print from WP8.
 
   It prints something like:
 
   Error: /undefined in
 
   Operand stack: Execution Stack: %interp_exit --nostringval --
 
 
   Could anyone plz hlep??

This is a postscript error message.

I don't know whether this is from the HP5L or wether ghostscript
produces this message...

Jens
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
Das ist halt der Unterschied: Unix ist ein Betriebssystem mit Tradition,
 die anderen sind einfach von sich aus unlogisch.
-- Anselm Lingnau in de.comp.os.unix.discussion


Re: Epson Stylus Color IIs

1998-12-14 Thread Jens Ritter
[EMAIL PROTECTED] (van den Hurk) writes:

 Hi everybody out there!
 
 Is there any support under Linux for the Epson Stylus Color IIs?

AFIAK The Epson Printers talk ESC/P2.  

There is support for st(ylus)color. So you should at least be able to
use it as a Stylus Color printer. 

HTH,

Jens

-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
 Nach dem Spiel, After the game,
 ist vor dem Spiel.  is before the game.
-- Sepp Herberger


Re: ftping StarOffice in small doses

1998-12-14 Thread Jens Ritter
[EMAIL PROTECTED] (tracheotomy bob) writes:

 Hi all,
   I want to download StarOffice but with it being 70Mb I don't fancy 
 having an
 open line for seven hours plus. Does anyone know of an ftp program that can 
 download
 in chunks at a time and doesn't mind frequent interruptions. I think in the 
 past someone 
 mentioned 'cftp' but I can't find any information on that.
   Does anyone know if StarOffice 5 is libc5 or libc6. Libc6 would be 
 better from 
 my point of view, if it's not can anyone recommend an alternative.
 
 Thanks

Most common implementations of ftp (as the netbase one) implement
reget. 

HTH,

Jens

-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
 Nach dem Spiel, After the game,
 ist vor dem Spiel.  is before the game.
-- Sepp Herberger


Re: Printing Quota

1998-12-14 Thread Jens Ritter
Llista mail debian [EMAIL PROTECTED] writes:

 Hi All!
 
   I want to do a printing quota under Linux using de LPRng. The
 quota system is very easy (Quota = Quota - Num_lines_printed), but I don't
 know who to interact with de LPR, I need a filter? How I put my script in
 the filter? (I see that de lpf filter give me de number of lines printed)

It is easy to print out rubbish on a large amount of pages using a one
line ps file. What do you want to do in such a case?

   The idea is that anybody send de text to the printer, before print
 it, I need to check de quota and if the quota is OK then print else not
 print.

I would try to use a printer which is capable to report the pages
printed and base the quota on this information. 

See package cti-ifhp for more information.

HTH,

Jens

-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
Das ist halt der Unterschied: Unix ist ein Betriebssystem mit Tradition,
 die anderen sind einfach von sich aus unlogisch.
-- Anselm Lingnau in de.comp.os.unix.discussion


Re: Bells, whistles Other noise makers

1998-12-07 Thread Jens Ritter
Paul McDermott [EMAIL PROTECTED] writes:

 Hello everyone, I fixed my sound problem recently.  To bring everyone up
 to date, I had a pnp sound card that I could not get sound working.  I
 needed to load the soundlow module for it to work.  Now that said.  I have
 a question on making a sound with the ^G.  I am trying to insert the
 bell character in the file debian.txt file found on the bootdists.  I am
 using emacs so at the bottom of the file i do C-q C-g and it is inserts a
 ^G where i want it. If i cat or do a more on the file i here the bell but
 when i use the disk i see a diamond just before the boot: prompt.  can
 anyone help me.  if sending you the file helps let me know.  thanking you
 in advance,

syslinux is in charge when you boot the disk, so no linux kernel is
running who could interpret this ascii code (not to mention a sound
driver). You have to check syslinux whether it is possible to do a
bell at the prompt (and how to do it).

-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
«Computers are like air conditioners -- they stop working properly if i
 you open WINDOWS»


Re: dselect on serial terminal

1998-12-07 Thread Jens Ritter
Chevelle Strobel [EMAIL PROTECTED] writes:

 This is a multi-part message in MIME format.
 
 --=_NextPart_000_0298_01BE1FC6.DACCE7C0
 Content-Type: text/plain;
   charset=iso-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 When I use the Select Packages menu item of dselect and then do a =
 search and press return, my terminal locks up.  Has anybody else tried =
 this? =20

I use dselect regularly on a wyse 99+ terminal without problems.

 --=_NextPart_000_0298_01BE1FC6.DACCE7C0
 Content-Type: text/html;
   charset=iso-8859-1
 Content-Transfer-Encoding: quoted-printable

Please switch of html posting, thanks.

Jens
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
Of course 5 years from now that will be different, but 5 years from now
everyone will be running free GNU on their 200 MIPS, 64M SPARCstation-5.
-- Andy Tannenbaum in the famous Linux is obsolete thread
   on comp.os.minux, 1992


Re: OCR software for Linux?

1998-12-07 Thread Jens Ritter
Eloy A. Paris [EMAIL PROTECTED] writes:

 Hi!
 
 Does anyone know of any Optical Character Recognition software for Linux?
 I'd love to have this capability with my brand-new scanner.
 
 peloy.-

There exist some, but non in a usable state yet. 
See:

http://starship.skyport.net/crew/amk/ocr/
http://www.socr.org/
xocr (name of software)

HTH,

Jens
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
 Nach dem Spiel, After the game,
 ist vor dem Spiel.  is before the game.
-- Sepp Herberger


aol.com not blocked anymore? (was Re: just a test - please ignore)

1998-12-03 Thread Jens Ritter

I always thought aol.com has been blocked, because the signal to spam
ratio is so high?

Jens

[EMAIL PROTECTED] writes:

 Sorry, but I needed to test my connection to this list - my messages don't
 seem to be going out.
 
 Please ignore this post.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
Nothing is more admirable than the fortitude with which millionaires
tolerate the disadvantages of their wealth.
-- Nero Wolfe


Re: Festplatte partitionieren

1998-12-02 Thread Jens Ritter
Michael Wahl [EMAIL PROTECTED] writes:

 Hallo !
 
 Bin absoluter Debian / Linux Neuling und brauche ein paar Tips über die 
 Festplattenpartition.

For answers in German language please contact [EMAIL PROTECTED]

 Ich habe eine 1,7GB ATAPI und demnächst kommt noch eine 6,4GB Western 
 Digital hinzu.
 Die ATAPI würde ich gerne für die Installation von Debian und anderen 
 Betriebssystemen nutzen (NT40, DOS6.22).
 Außerdem benutze ich ME10 und ProE (CAD-Software), einige Rechen- 
 Programme (z.B. Mathcad, ANSYS), Staroffice, Word und Excel und ein 
 bißchen Spielen will ich auch noch (z.B. Forsakken).
 Internet Zugang ist auch vorhanden und ein lokales 3-Rechner Netzwerk.
 Wie groß sollte dabei meine /root, /usr, /dos, sein; Brauche ich noch 
 andere Partitionen? Gibt es leben im Weltall?

The size of the /dos partition doesn't matter, as long as all your dos
programs fit on it.

More interesting is the size of /root, /usr, /home and /var. 

/root = 50 MB is sufficent.

/home depends on the number of regular logins and what they will do on
the machine. For using Staroffice, you have to multiply 8 MB with the
number of users. If you have archives of mailing lists, you have to
take more space per user.

/var is the home of the print, news and mail spool. Depending on the
number of high volume newsgroups/mailinglists, I would calculate 5 MB
per Newsgroup and Day (might be more).

/usr depend on the number and size of the applications you will
install. On my heavy used system (netscape, staroffice, maple, emacs,
C/C++ environment) it has a size of 375 MB. 

HTH,

Jens
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
 Nach dem Spiel, After the game,
 ist vor dem Spiel.  is before the game.
-- Sepp Herberger


Re: ICQ over IP Masquerading

1998-12-02 Thread Jens Ritter
Michael Beattie [EMAIL PROTECTED] writes:

 On Mon, 30 Nov 1998, Paul Miller wrote:
 
  
  Has anyone gotten ICQ to work over Linux IP Masquerading?  Someone said
  something about telling Linux that ICQ uses ports 2000 to 4000, but I don't
  know what to do with them or how.  Can anyone help?
  
Maybe the autofw feature of the new kernels will help?
You have to enable experimental drivers before you will see it in
 make menuconfig. 

Jens
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
Das ist halt der Unterschied: Unix ist ein Betriebssystem mit Tradition,
 die anderen sind einfach von sich aus unlogisch.
-- Anselm Lingnau in de.comp.os.unix.discussion


Re: No more C++ ?

1998-12-01 Thread Jens Ritter
Christoph Keller [EMAIL PROTECTED] writes:

 When I try to compile a c++ source I get following error-message:
 
 robinson:~/uni/c++/src$ c++ hello.C
 /usr/bin/ld: cannot open -lstdc++: No such file or directory
 collect2: ld returned 1 exit status

 I heard some people have the same problem.
 But how can I fix it?

You need libstdc++, install it.

Jens
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
Of course 5 years from now that will be different, but 5 years from now
everyone will be running free GNU on their 200 MIPS, 64M SPARCstation-5.
-- Andy Tannenbaum in the famous Linux is obsolete thread
   on comp.os.minux, 1992


Re: printing over smb

1998-11-26 Thread Jens Ritter
Chris Frost [EMAIL PROTECTED] writes:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I've setup printers using magicfilterconfig before, but how do I set the
 printer up to print using smb?


Use the normal magicfilter entry, which you redirect to a raw queue,
which has an if entry in printcap. The if will be a script which calls
smbclient. see man smbclient, search for print -.

HTH,

Jens
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
Das ist halt der Unterschied: Unix ist ein Betriebssystem mit Tradition,
 die anderen sind einfach von sich aus unlogisch.
-- Anselm Lingnau in de.comp.os.unix.discussion


Re: OFFTOPIC: ssh in userspace?

1998-11-26 Thread Jens Ritter
Colin Telmer [EMAIL PROTECTED] writes:

 I want to connect my debian box to my sun station at work using ssh, but I
 do not have su access at work. Someone mentioned that you can install ssh
 in userspace but I tried and failed. Everything works fine but until the
 install wants to chown root ssh (or something like that). Can I get around
 this? Any help is gratefully appreciated. Cheers. 

I used sshd and ssh successfully at work (without having root
access). Compile ssh (should do without root privileges), do not try
to install it (this requires root) and run sshd with a port argument. 

Connect from your Debian box using -P Port. 

-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
KeyID: 2048/E451C639 1998/01/28
Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
«Computers are like air conditioners -- they stop working properly if i
 you open WINDOWS»


  1   2   3   >