Re: win95files names

1999-11-10 Thread Ingo Reimann
On Wed, Nov 10, 1999 at 06:56:35AM -0500, Antonio Rodriguez wrote:
 How should I mount a win9* system, so that I can read the full file name
 without the funny ~1 thing?
 I have tried   mount -t msdos  , but this truncates the name to  *~1.
 I have a few linux files that I want to be able to recognize from the
 linux partition.
 Thanks,
 antonio.

Win95 introduced vfat, so you should use it :-)

mount -t vfat /dev/something

beware to have it compiled into your kernel! 


Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: umount

1999-11-09 Thread Ingo Reimann
On Mon, Nov 08, 1999 at 08:27:53PM -0800, Dave Wiard wrote:
 is there any way to force umount to unconditionally unmount a drive? one
 of my cd drives is constantly touted as 'busy' when i know there's zero
 activity, so it refuses to unmount and hence i cannot eject. any help
 would be apreciated.

if you want to FORCE unmount, you you add -f :

umont -f /

no good idea, but it should work :-) 


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: W?

1999-11-07 Thread Ingo Reimann
On Sun, Nov 07, 1999 at 05:20:36AM -0800, Steve Lamb wrote:
 OK, can someone tell me which package from potato owns w?  I've got a
 runaway /usr/bin/w that isn't owned by any package.  Kind of disturbing,
 really.  ;)

OK, not so easy:

convert:~# dpkg -S /usr/bin/w
dpkg: /usr/bin/w not found.

convert:~# dpkg -S /usr/bin/who
shellutils: /usr/bin/who

convert:~# l /usr/bin/w
lrwxrwxrwx1 root root   19 Sep  9 19:47 /usr/bin/w -
/etc/alternatives/w
convert:~# l /etc/alternatives/w
lrwxrwxrwx1 root root   17 Oct  7 11:04 /etc/alternatives/w
- /usr/bin/w.procps

convert:~# l /usr/bin/w.procps 
-rwxr-xr-x1 root root 8732 Oct  6 07:24 /usr/bin/w.procps
convert:~# dpkg -S /usr/bin/w.procps
procps: /usr/bin/w.procps

Got it ?

ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: Problems with Display

1999-11-07 Thread Ingo Reimann
On Sun, Nov 07, 1999 at 07:41:43AM -0800, Eric Hagglund wrote:
 I am running Debian 2.1 on a Gateway PC (200Mhz
 pentium pro) with Crystal Scan Monitor and an S3 Virge
 Video Card. 
 
 Although the Debian OS is for the most part very
 stable, I have never been able to get the monitor to
 display colors with the same intensity as is normal
 when it is running on the Windows 95 platform.
 
 The best example of this is with Netscape. When I
 first set the box up I was getting intermittent errors
 when running netscape which states something to the
 effect that there are not enough colors to run the
 display. After compiling my kernel (2.2), these
 errors became far less frequent, but the display for
 this program has never been as vivid as it is when
 running the Windows 95 OS. 

Well, would colordepth do you use?
You problem should NOT depend of the kernel, but of the Setting for your
XS3(v)?. Have a look at your /etc/X11/XF86Config, there should be something
like:
Section Screen
   Driver  Accel
   Device  Primary Card
   Monitor Primary Monitor
   DefaultColorDepth 32

   SubSection Display
  Depth32
  Modes1280x1024 1152x864
   EndSubSection
EndSection


Try that

ingo   

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: uninstall/reinstall

1999-11-05 Thread Ingo Reimann
On Tue, Nov 02, 1999 at 02:08:50PM -0800, Corey Edwards wrote:
 Your idea sounds good to me, but I'm new to apt having just
 installed it last week. I do know, however, that dpkg -i
 package-name.deb will replace the package and keep all the
 dependencies correctly, so if you want to download the
 actual deb file, you could do that.


Thanks Corey,

my problem is, that i don't see the most simple solution. 
apt-get install checks, if the package is already installed
dpkg -i does not, so you are right. 

Regards,

Ingo



I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



netbios/udp server failing

1999-11-04 Thread Ingo Reimann
Hi,

My box (convert) sits in a NT-Domain, i am running samba (potato - daily 
upgrade).
Every couple of minutes, my syslog shows a lot of

Nov  4 15:43:09 convert nmbd[8798]: connect from convert.uni-muenster.de
Nov  4 15:43:09 convert inetd[976]: /usr/sbin/tcpd: exit status 0x1

and finally :
Nov  4 15:43:09 convert inetd[976]: netbios-ns/udp server failing (looping),
service terminated

The same messages i also get from our secondary NT-Server. BTW: My convert
is only member of the domain, no server.

What is it? Why does my my own machine try to contact itself? What does
LASERVER want to know from me? How can i satisfy all these requests? It
looks somewhat misconfigured...

Thanks for you help

Ingo



I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: how to compile packages optimized for Pentium or Pentium-II?

1999-11-04 Thread Ingo Reimann
On Thu, Nov 04, 1999 at 05:08:04PM +0100, Robert Varga wrote:
 
 How can I recompile the packages so that they be optimized for running on
 Pentium or Pentium-II or else?

Hi Robert,

i just found a package: pentium-builder, that sets some compiler-flags for
that

greetings,

ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: SB Live

1999-11-04 Thread Ingo Reimann
On Thu, Nov 04, 1999 at 07:06:11PM +0100, SGaerner wrote:
 Hi!
 
 Who tried the new sblive module from Create Labs?? I can't compile it, because
 make doesn't find the header file linux/audio.h.
 Can anybody help me??
 
 The source for this modules can be found under: opensource.creative.com

Wow, they finally went opensource. That's good!

But, this audio.h i also don't have on my system... The archive seems not to
be very informative.

Send them a note :-)

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: SB Live

1999-11-04 Thread Ingo Reimann
On Thu, Nov 04, 1999 at 07:45:06PM +0100, SGaerner wrote:
 I made a mistake... :(
 I get the following error...
 
 [EMAIL PROTECTED]:/usr/src/sblive $ make
 #cc -D__KERNEL__ -DMODULE -DLINUX -DPCI_8010 -Wall -O2  -I/usr/include -I.   
 -c
 audio.c -o audio.o
 In file included from hwaccess.h:45,
  from audio.c:35:
 platform.h:42: linux/sound.h: No such file or directory
 make: *** [audio.o] Error 1
 [EMAIL PROTECTED]:/usr/src/sblive $ #

OK,

that looks better:

Try to install libc6-dev:
[EMAIL PROTECTED]:/home/reimann  dpkg -S sound.h
(...)
libc6-dev: /usr/include/linux/sound.h

 
 Do I have to copy the source code files to the Linux kernel source tree??

don't think so. they write, only to copy the module. 

Good luck

BTW: please tell me, if it works, and if it is good, than maybe i buy also
one :-) 

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



uninstall/reinstall

1999-11-02 Thread Ingo Reimann
Hi folks,

just some practical question.

Does there exist a simple mechanism to reinstall a package, that might be
broken by some error? If i use dselect, all dependencies are also checked
and lots of packages might be removed.

would 

dpkg -r --force-depends  XXX ; apt-get install XXX

do what i want ? (Don't like to check it, not to get in trouble :-) )

Thanks,

Ingo
-- 

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



staroffice and duplex printing

1999-11-02 Thread Ingo Reimann
Hi there,

did anyone manage to perform duplex-printing of star-office documents?

I have a Digital-Printserver LN17 with duplex option, which i can controll
either by the pstools package (pslpr with *.ppd) or with a2ps
--sides='duplex'.

But, if
a. .. i use the same ppd file and click on (*) duplex-printing 
b. .. i print to file and use pslpr
c. .. i print to file using generic printer and use pslpr

it 

.. takes a rather long time
.. in b. the page is sent through the duplexer but only printed on one side
*arrgh*
.. i don't want anymore

can anyone help me?

ingo

 

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



gimp segfault within script-fu

1999-11-01 Thread Ingo Reimann
Hi

does anyone know, what happened with lovely gimp?

Just now, it is not useable, due to segfaults in script-fu. Bugreport has
been submitted (#48840)

I need it...

Ingo
 

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



mysql root password

1999-11-01 Thread Ingo Reimann
Hi

Sometime, when i installed mysql ( don't know why exatcly ) the configure
script advised me to set a root password. I yelled for the ghosts ( is it
correct? ) and set one with
myswladm password XXX
ok, so far so good.

Every time when some apt script touches the database, it tries it without a
password and exits.

How can i remove this nasty password or 
How can i tell the scripts to use my password

Any help would be nice

Ingo
 

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: gimp segfault within script-fu

1999-11-01 Thread Ingo Reimann
On Mon, Nov 01, 1999 at 03:28:02PM +0200, Martin Fluch wrote:
 On Mon, 1 Nov 1999, Ingo Reimann wrote:
 
  does anyone know, what happened with lovely gimp?
  
  Just now, it is not useable, due to segfaults in script-fu. Bugreport has
  been submitted (#48840)
  
  I need it...
 
 There is the same scheme for version numbering with gimp than with the
 kernel. If the second number of the version is even, than it is the stable
 version of gimp (e.g. 1.0.4 is stable), but when it is odd (like 1.1.10)
 then it is a developer version which is more or less unstable. Your bug
 report is about gimp1.1, so there is no wonder about this. Fall back to
 gimp1.0.4, which is the current one in potato (it runs perfectly stable on
 my potato box), and wait with the upgrading till the next stable gimp will
 be released in the future.

Thanks for that hint, but i have been using the unstable releases of gimp
from the beginning on. Unstable and unusable is something quite different,
don't you agree? 

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: apt-get sources.list for KDE

1999-10-31 Thread Ingo Reimann
On Sun, Oct 31, 1999 at 08:26:05AM +, Todd Suess wrote:
 Greets,
 
 Does anyone have a sources.list entry for KDE, etc that works well?
 kde.tdyc.com which I normally use has been very unstable and slow as
 of late.   These are my current entries.  Any substitutes would be most
 welcome.
 
 Thanks!
 
 Current Lines:
 
 deb ftp://kde.tdyc.com/pub/kde/debian slink kde kde2 contrib rkrusty
 deb-src ftp://kde.tdyc.com/pub/kde/debian slink kde kde2 contrib rkrusty 

Hi

for Europe these ones are good.
One mirror in finnland, one in germany:
deb http://sunsite.tut.fi/ftp/Mirror/debian/ruins.tdyc.com/pub potato kde 
contrib rkrusty kde2

good luck,

ingo

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: idle user

1999-10-31 Thread Ingo Reimann
On Sun, Oct 31, 1999 at 04:16:35PM +0100, Attila Csosz wrote:
 What packeage does it? ( from the official binary slink cd-s )
 
 You've been idle for 68 min.
 You'll be logged off in 30sec unless you hit a key.
 
 Then I was logged off.

this is autolog

ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: Help with LILO, and initial install, please

1999-10-31 Thread Ingo Reimann
On Sun, Oct 31, 1999 at 02:15:42PM -0500, Stan Brown wrote:
   I am trying to install the unstable distribution set on a machine that
   ran Debian happily for years. The only change has been the addition of
   a larger disk (8Gig). 
 
   It's been a long time since I installed debian, thanks to it's excelent
   upgrade abailty, but I need to install from scratch this time.
 
   I initally set up the disk with 3 partitions:
 
   / (500M)
  75M swap
   /usr remainder
 
   However I ran inot problems with filling up the / partition while using
   dselect to install a large number of packages. So I went back and
   repartioned such that the first partion was 1023M. LILO did not like
   this :-(
 
   So I decided to repartiton it like this.
 
   /boot (100M)
 75M swap
   / remainder
 
   I was able to get the install menu system to think that was OK, and
   install the boot blocks. Unfortunately. when I rebooted, I just goot a
   3FA: for a prompt. Not good.
 
   How can I best partiton this drive, so that I have enough spce for the
   / partition?
 
   Is it likely t be /vat thats filling up?

yes,
convert:~# du -s /var
142752  /var

excuse, me but this is the third time whithin two days that someone asks,
how to partition a large disk. What about not only posting, but also
reading the archives?

Ingo  


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: mount Partition

1999-10-30 Thread Ingo Reimann
On Sat, Oct 30, 1999 at 12:18:03PM +0200, Robin Gressmann wrote:
 Hello,
 (sorry, my english is not very good)
 My problem:
 I have got a large harddisk (2GB). I have make 3 partittions:
 1. 64MB for all files that need for boot Linux (in the beginning of my
harddisk) - /dev/hdc1
 2. 64MB Swap
 3. the rest for all other files (/dev/hdc3)
 
 I do not know, how I have to mount /dev/hdc1 and /dev/hdc3, so that only the
 files need for boot are on /dev/hdc1 and all other files on /dev/hdc3.
 When the the installation tool ask for mount, I try to mount /dev/hdc3 to
 a ;-delimerted list of directory-names. But this do not work.

Hi Robin,

one disk can only be mounted to one directory. So, it is a good idea to use
one disk for the essential files, like kernel , /bin, /sbin and so on. I
don't know how far you are now, how much do you have installed.  

It depends also, how your disk is mapped. Lilo has to find the kernel within
the first 1024 cylinders. That is very important.
I suggest to have a small partition for /boot, that containes the kernel.
yout 64MB are much too much, but if you don't want to repartition again,
it's OK.
Now, how much memory to you have? The swapfile should be about twice as
much.

your fstab could then look like:

# /etc/fstab: static file system information.
#
# file system mount point type options  dump
pass
/dev/hdc3   / ext2defaults 0 1
/dev/hdc1   /boot ext2defaults 0 2
/dev/hdc2   none  swapsw   0  0

/dev/hdaX/dos/c   vfatumask=000  0   0
/dev/hdaY/dos/d   vfatumask=000  0  0

/dev/hdb/cdrom  iso9660 ro,noauto,users,hide   0 0 
/dev/hdd4   /zipvfat umask=000,noauto,users,hide 0 0  
/dev/fd0/floppy auto noauto,user  0   0 

proc/proc proc   defaults   0  0

 Thank you for all help,

Hope, it helps

Ingo

PS: If you have problems with my englisch, kann ich dir auch auf deutsch
helfen :-)


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: ld problem

1999-10-29 Thread Ingo Reimann
On Fri, Oct 29, 1999 at 04:25:52PM +0800, Liu Chung Him wrote:
 Dear All,
 
 I comply a problem which need libX11 . The gcc command line is :
 gcc -L/usr/X11/lib -L/usr/X11R/lib -lX11 -lXexr -lXmu -lXt -lVi -o Scan
 Scan.c

Hmm, is this only a misspelling for that mail?

what do you think about:
 gcc -L/usr/X11/lib -L/usr/X11R/lib -lX11 -lXexr -lXmu -lXt -lVi -o Scan
^   ^
 gcc -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lVi -o Scan
   ^^

 However, there is some error :
 /usr/bin/ld:cannot find -lX11
 collect2: ld returned 1 exit status
 make: *** [Scan] Error 1
 
 I have checked that there is libX11.so.6 under /usr/X11R6/lib.
  ^
 

 What is the problem ??? How to solve this ???

try that, and the -dev library as it has been suggested

Ingo

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Kernel-Panic : freeing cache, WAS K6-3 / E+gnome

1999-10-29 Thread Ingo Reimann

ok, things changed

the machine ran stable over night, doing nothing but setiathome. Getting
back to the office, i started 

apt-get update  apt-get upgrade

and suffenly the system stopped:

 Kernel panic: Freeing swap cache page

kern.log says:

Oct 29 11:03:01 convert kernel: VM: read_swap_page: page already in page
cache!
Oct 29 11:03:01 convert kernel: Kernel panic: Freeing swap cache page

What does this mean? What can i do?

I have this K6-3 400 on an an Asus XP55T2P4 mainboard with 128MB and an
additional Tag-ram to cache everything. Should i disable the on board cache?

any help would be phantastic!

Thanks,

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: Kernel-Panic : freeing cache, WAS K6-3 / E+gnome

1999-10-29 Thread Ingo Reimann
On Fri, Oct 29, 1999 at 09:03:55AM -0400, Noah L. Meyerhans wrote:
 -BEGIN PGP SIGNED MESSAGE-
 
 On Fri, 29 Oct 1999, Ingo Reimann wrote:
 
   Kernel panic: Freeing swap cache page
  
  kern.log says:
  
  Oct 29 11:03:01 convert kernel: VM: read_swap_page: page already in page
  cache!
  Oct 29 11:03:01 convert kernel: Kernel panic: Freeing swap cache page
  
  What does this mean? What can i do?
 
 Well, the kernel hackers will probably tell me that this is insane and
 that it could never possibly make a difference, but I swear it worked for
 me before when I had similar problems!  Destroy and re-create your swap
 partitions.  Remember to run swapoff on them before you delete them.
 Maybe you don't actually need to delete the partitions; mkswap might be
 enough.  But anyway, re-create the swap partition and run swapon...see
 what happens.
 
 I can't imagine why it would work.  I don't think it should.  But a couple
 years ago I ran into major stability problems and got similar messages to
 when you found in kern.log.  Re-creating the swap partition fixed
 everything.  I have no idea what inspired me to try that, but...
 
 HTH,
 noah

Thanks for you help, noah! I just did it and as you can see. NOW the system
works. How long? We will see! Hope, this was the problem.
I also decreased the core voltage for the CPU to 2.2V. Together it should
help. *sigh*

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: 7s(%\%+3ufP,9q$l*=P2000:

1999-10-29 Thread Ingo Reimann
On Fri, Oct 29, 1999 at 03:16:24PM +0200, HCI wrote:

kewl, what kind of language is that?

Ingo


+m)w0j;Z
 HANG CHEONG INTERNATIONAL
 
 7s(%\%+3ufP,9q$l*=P2000:
 
   1z,O'_8g1`,0ps)].ifP:^9D6K8#5,?
 %Z5n3x/H,Bx;xs'i)N6l1HR[ (Direct Mail),O'_$w8g5L*k9F(1z9w4A*:s'i.D*G?
 ;P(d1N.I6!)M*w?z/S6Ob(.D$#9|*:BB3fP$h!$W,+XD31z;0:r%t4M7sn$h*k
 (S
 (z%N2{f*:s'ifP$h!.6G2Ns'ifP$h!/S6O$Sh$H$O*+$OSs'i6O%N)Ms'i
 .D/q)9)9$#(%?$q,]93\h$j$=%q8g9Lf7V5{t+a3#$w'o1D3L,[EMAIL 
 PROTECTED]'V3t%B.D*G
 'sn*:S!P[OWZs'ifP $N 6G/us'ifP $]4N,O--:t;Z:t8tR[5o0es'i,
 ],0%[EMAIL PROTECTED]'V3tS%B$Q$@3.D!I
 
 8g3x'iEc5x:t8tfP,y(C10009o 1.5 .
 %g'Y,25008U-SW3f- 0.00155%)s37500
 $]4N,O$T8U-S+H$a7|8r1z6R,p1z*:3f+~*:2b'Q,050$8,(:'A%iAH(l
 50!/37500!W1875000,$@J$K$Qh8U!
 
 =P0]$H%M*:[EMAIL PROTECTED]@J8U'A-npsAH,2{b4N3%i/[EMAIL PROTECTED]J8U.
 'Qm*:h9h8r)R8gP2#+~3Cv.%u-n'd9o2#+~.;4CPAH?z(S0]CD.
 
 __
 %~.MfP$u(c%X0b,25008U%w+H$aE-MAILa'}.E}'AE\(-(,0SUPER SALESMAN.
 
 1M7~0*3t5o9q6l3n%s.($#67-n3z9L%tsISP*:MAIL SERVER,'b'A*:9q8#7m1M7~
 MAIL SERVER %i'9%~AW9LISP*:CUT+H+Y2N,3t+W6W'V).(O%NB23f.
 
 *%~4d$;$Q8U%w+H$aE-MAIL+H=ca'}.
 *%xFW$GJ8U%w+H$aE-MAIL+H=ca'}.
 *$j30$G$Q8U%w+H$aE-MAIL+H=ca'}.
 *%@,I$G$d$-J8U%w+H$aE-MAIL+H=ca'}.
 *6W9L30-S[EMAIL PROTECTED]h:X[EMAIL PROTECTED]a'}:
 *3U-Bag */B4+~-Textile *g*A-Garment *$i%N9(c-Furniture *9q8#-Computer
  (3L+a's7s$i4A,099~10$k189)
 
 *'s%i36-S$k'K6O's7s8j.F(,y(C$k$Q8U%w)*
 
 *(A0e%~4d1999-2000~$u0S7~258U%w+H$a6G/u89=X($@f7~,a0O,$=%qW,3s3n%s)*
 
 3s *0e3f$W*y   *v931PG*3n%s's7s   *8j.F's7s
 
 *(O%NCD-ROM%z:P$y8K8|.((O%NCD-AutoRun$N5f3f?o65$6-1)
  
 (%~.M%u0b$500) %C$[5L--8(O%N!C
 
 500$8%u$#9L,O-S$p'k8j!A$]3\'A2{b$#;]-n!A}Cx+O%H+a-n1@P$u'@$W*:
 2#+~)N*A0H.I;]-n!I
 **
 %;$=%q'sV3$j+,x*A[EMAIL PROTECTED],60UfU7~ Email Address!A
 ;]-nUf[EMAIL PROTECTED] Email [EMAIL PROTECTED]'Z-L!I
 **
 $#-n;4)v)q9L3o-SAH?z*:w7|3a!I
 
 (-qAJv=u)-(852)-23488365 $}%}%M
 
 a'}:-;[EMAIL PROTECTED])t($,~g5s24-2689?37~S3S.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

-- 

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: How to play Impulse Tracker files

1999-10-28 Thread Ingo Reimann
On Wed, Oct 27, 1999 at 11:49:30PM -0500, oneiros wrote:
 Thus spake Alec Smith ([EMAIL PROTECTED]):
 
  I've got several hundred megs of Impulse Tracker (a DOS module tracking
  program ala Amiga MODs) modules that I'd like to play under Linux. Does
  anyone know of a player to do this? I have s3mod installed, but it'll only
  handle the ScreamTracker III files I happen to have.
 
 mikmod..  tarballs at http://mikmod.darkorb.net
   debs in potato (also in slink, but of course those are quite old)


xmms and alsaplayer use also libmikmod 

they work fine with .it s

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Silly question: K6-3 and Enlightenment/Gnome ?

1999-10-28 Thread Ingo Reimann
Hi,

just a stupid thing:

I just introduced a K6-3 400, not overclocked, into my system, and after
that, i only get segfaoult if i want to start enlightenment/gnome. Has
anyone experiences with this? Normaly it should work...

Thanks,

ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: Gnome and E not working together... They do!

1999-10-27 Thread Ingo Reimann
On Wed, Oct 27, 1999 at 12:54:47PM -0500, Kellman wrote:
 Running potato, gnome tells me enlightenment is not gnome compliant when
 I try to run the usual way with the line:
 
 exec gnome-session
 
 in my .xsession file.  Is .16 of enlightenment not gnome compliant
 anymore?
 Any help would be appreciated.  Thanks

maybe that helps:

simple install gdm, choose gnome session and be astoinished :-)

You only should some stuff from /etc/X11/xdm/Xsetup_0 to
/etc/gdm/Init/Default in order get a neat blue background during login and a
xconsole. It works phantastic for me :-)

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: hdparm settings

1999-10-26 Thread Ingo Reimann
On Tue, Oct 26, 1999 at 11:36:37AM +0200, Jean-Yves BARBIER wrote:
 On Mon, Oct 25, 1999 at 10:19:55PM -0500, Andrei Ivanov wrote:
  Thats the idea. Make a small script in init.d directory and link from
  runlevel /etc/rc*.d to it.
  Andrew
 
 Heeemm, hdparm is, by default, contained in script:
   /etc/rc.boot/hwtools

Yummi,

could you be so kind to tell us, in which package this script should be? I
didn't find it on my system...

Ingo   


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: Where are gmp2?

1999-10-25 Thread Ingo Reimann
On Sun, Oct 24, 1999 at 11:58:54PM -0500, Christian Dysthe wrote:
 Hi,
 
 I need gmp2 to compile some software. I went to the Debian pages and
 found that the package I need are to be found under devel. Then I tried
 to run dselect, but gmp2-dev was not not be found. I went back to the
 web and tried to download from there, but the deb's are not available.
 
 What gives?

hal:/usr/lib# dpkg -s libgmp2-dev
Package: libgmp2-dev
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 315
Maintainer: Dale Scheetz [EMAIL PROTECTED]
Source: libgmp2
Version: 2.0.2-3.1
Replaces: gmp2-dev
Depends: libgmp2
Conflicts: gmp2-dev
Description: Multiprecision arithmetic library developers tools.
 This development package provides the header files and the symbolic
 links to allow compilation and linking of programs that use the libraries
 provided in the libgmp2 package.

ok ?

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: rpm package broken ? Hotfix

1999-10-25 Thread Ingo Reimann
On Mon, Oct 25, 1999 at 12:39:04AM -0400, Darxus wrote:
 
 I just did
 
  apt-get update
  apt-get install rpm
  rpm -i Device3Dfx-2.2-3.src.rpm
 
 And got rpm: error in loading shared libraries: libbz2.so.0.1: cannot
 open shared object file: No such file or directory
 
 Did a locate libbz2.so, found nothing.  Did a search for packages
 containing libbz2.so at http://www.debian.org/distrib/packages.html, and
 found nothing.
 
 So how do I make it go ?

Hi, i had the same problem and fixed it with

cp /usr/lib/libbz2.so.0.9.5d /usr/lib/libbz2.so.0.1

Uhhh!

But it worked...

Happy gaming..

Ingo 


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: xemacs21 and auctex

1999-10-24 Thread Ingo Reimann
On Fri, Oct 22, 1999 at 10:59:54AM +0200, Joachim Trinkwitz wrote:
 Ingo Reimann [EMAIL PROTECTED] writes:
 
  i got some problem with xemacs when upgrading from 20 to 21. How do i
  activate auctex? There seems to be some trick, that i can't figure out. 
  The needed files are there...
 
 In your .emacs you should insert at least:
 
 (require 'tex-site)
 
 I like to use the TeX-master local variables:
 
 (setq TeX-auto-save t)  ; Enable parse on save
 (setq TeX-parse-self t)   ; Enable parse on load
 (setq-default TeX-master nil) ; Query for master file
 
 and BIBTeX and refTeX (for \cite and \ref usage) support:
 
 (autoload 'turn-on-bib-cite bib-cite) ; BIBTeX-support
 (add-hook 'LaTeX-mode-hook 'turn-on-bib-cite)
 (setq bib-switch-to-buffer-function 'switch-to-buffer-other-window)
 
 (autoload 'reftex-modereftex RefTeX Minor Mode t)
 (autoload 'turn-on-reftex reftex RefTeX Minor Mode nil)
 (add-hook 'LaTeX-mode-hook 'turn-on-reftex)
 (setq reftex-plug-into-AUCTeX t)
 
 If you use the ispell checker (I seldomly do):
 
 (setq ispell-dictionary deutsch8)
 
 All that didn't change from xemacs20 to 21. You can read about these
 customizations in xemacs' info help system.

Thanks alot

the problem was something other. My former system had a .emacs mad by SuSE
that distinguished a. between GNUemacs (-.gnuemacs) and Xemacs
(-.xemacs-custom) and between different versions. i had to change a
 (if (= emacs-major-version 20)) 
into = and do some other small hacks, than it worked.

But nevertheless, your suggestions are helpful :-)

best wishes,

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: non-us apt-get config

1999-10-23 Thread Ingo Reimann
On Sat, Oct 23, 1999 at 07:48:41AM -0700, Uurcus the Swale wrote:
 Hi, can somebody please tell me exactly what line I need in
 /etc/apt/sources.list to access the non-US archives?
 I need to use FTP not HTTP, and currently I have non-us.debian.org listed
 as the FTP host.

maybe you try something like that:

deb ftp://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free

I use that for the german mirror - as you see. I think ftp.debian.org should
also work.

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



compiling a KDE App (kdesu)

1999-10-23 Thread Ingo Reimann
Hi hackers,

normally i am using gnome/enlighenment, but for root-shells with X this
system lacks some simple tool like kdesu, that does all this
authorization-stuff.

ok, with my old SuSE it was no problem either to install the package or to
compile it by using ./configure and so on.

Now, i do not manage to finde the correct settings for this script. The
problem seems to be the qt. Of yourse, i installed the -dev packages.

if i do ./configure --with-qt-dir=/usr/lib/qt1g, the linktest for a small
KDE-application fails:
...
checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking for extra includes... no
checking for extra libs... no
checking for KDE headers installed... yes
checking for KDE libraries installed... configure: error: your system fails
at linking a small KDE application!
Check, if your compiler is installed correctly and if you have used the
same compiler to compile Qt and kdelibs as you did use now

config.log says why:

...

configure:3993: g++ -c -O2 -Wall -I/usr/include/kde -I/usr/lib/qt1g/include
-I/
usr/X11R6/include  conftest.C
configure:4001: checking for KDE libraries installed
configure:4004: /bin/sh ./libtool --silent --mode=link g++ -o conftest -O2
-Wall -I/usr/include/kde -I/usr/lib/qt1g/include  -I/usr/X11R6/include  -s
-L/usr/lib  -L/usr/X11R6/lib conftest.C  -lkdecore -lqt -lXext -lX11  -rpath 
/usr/lib
-rpath /usr/X11R6/lib  15
/usr/lib/libqt.a(qpngio.o): In function od_read_fn(png_struct_def *,
unsigned 
char *, unsigned int)':
qpngio.o(.text+0x20): undefined reference to ng_get_io_ptr'
qpngio.o(.text+0x57): undefined reference to ng_error'
...
/usr/lib/libkdecore.so: undefined reference to ComboBox::insertItem(char
const
 *, int)'
/usr/lib/libkdecore.so: undefined reference to arkMagenta'
/usr/lib/libkdecore.so: undefined reference to Dir::exists(char const *,
bool)
'
/usr/lib/libkdecore.so: undefined reference to Font::QFont(char const *,
int, 



ok, lets add --with-extra-libs=/usr/lib/qt1g/lib -lpng because libpng
seems to be missing. And maybe the path to /qt1g/lib is also not a bad idea. 

Well i get rid of the error-mesages concerning libpng, but qt is still
missing:
--config.log

/usr/lib/libkdecore.so: undefined reference to ComboBox::insertItem(char
const
 *, int)'
/usr/lib/libkdecore.so: undefined reference to arkMagenta'
/usr/lib/libkdecore.so: undefined reference to Dir::exists(char const *,
bool)
'
/usr/lib/libkdecore.so: undefined reference to Font::QFont(char const *,
int, 

THe problem seems to be libqt2, that i also have installed. Ok, i remove the
links libqt.so.2xx from /usr/lib and add explicitely libqt.so.1.44:
 ./configure --with-qt-dir=/usr/lib/qt1g
--with-extra-libs=/usr/lib/qt1g/lib -lpng /usr/lib/libqt.so.1.44

The result is that i cannot compile the source ARRGH.

pty.cpp:56: passing nt' to argument 2 of trcpy(char *, const char *)'
lacks a cast
pty.cpp: In method  nt PTY::grantpt()':
pty.cpp:125: implicit declaration of function   nt grantpt(...)'
pty.cpp: In method  nt PTY::unlockpt()':
pty.cpp:184: implicit declaration of function   nt unlockpt(...)'
make[2]: *** [pty.o] Error 1
make[2]: Leaving directory /usr/src/redhat/SOURCES/kdesu/common'


Has anybody solved this problem, or some suggestions?

Would be nice

Ingo

-- 

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: Where is smbmount?-smbfs

1999-10-22 Thread Ingo Reimann
On Thu, Oct 21, 1999 at 06:41:58AM +, Stuart Ballard wrote:
 Hi,
 
 What package do I need to install to get the smbmount command? I have
 samba, samba-common and smbclient installed, but mount -t smbfs doesn't
 seem to do anything, and there is no smbmount man page.

if you need smbfs, you should install it :-)
[EMAIL PROTECTED]:/home/sensi  dpkg -S smbmount
smbfs: /usr/man/man8/smbmount-2.0.x.8.gz
smbfs: /usr/man/man8/smbmount-2.2.x.8.gz
smbfs: /usr/doc/smbfs/2.2.x/README-smbmount
smbfs: /usr/bin/smbmount
smbfs: /usr/bin/smbmount-2.2.x
smbfs: /usr/bin/smbmount-2.0.x
samba-doc: /usr/doc/samba-doc/textdocs/README.smbmount
 
 Even better, if possible, would be a way to get gmc (or kfm/konqueror)
 to dynamically browse windows hosts just as microsoft explorer (ugh)
 does. Does gmc support dynamically mounting/unmounting things?

Try gnomba or gnosamba

Hope, it helps

Ingo 


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: Data Aquisition Cards?

1999-10-22 Thread Ingo Reimann
On Thu, Oct 21, 1999 at 10:40:37PM +1000, Alan Eugene Davis wrote:
 A shot in the dark.
 What are people using with temperature sensors, oxygen probes, etc.,
 on linux systems?  Where can I find an IEEE488 card, cheap?
 
 I have been thinking about these things for years, and I have a couple
 hundred bucks to buy some hardware to enhance my science classroom,
 but haven't a clue where to start.  Apple was using the 1eee488 years
 ago.  Why can't I find a simple, cheap PCI ieee488 card?  
 
 I apologize, if (as it probably is) this is off-topic...

Hi Alan,

i was also interested in this. I work in a heterogene NT-Cluster with my
linux box and all others of my surrounding us LabView. From this year on,
there is a Linux-Version, that also supports the National Instuments
GPIB-Board. Unfortunately our Framegrabber is not supported, so i shall
switch to Windoze for measurements.
I have heard of a group in Berlin that do measurements under linux with some
GPIB-Board that do not cost  1000$+1000$ for LabView... 

Hope it helps,

Ingo 


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: kernel-source: make menuconfig does not run ?

1999-10-22 Thread Ingo Reimann
On Fri, Oct 22, 1999 at 02:24:58PM +0200, Shaul Karl wrote:
 Package: kernel-source
 Version: N/A
 Severity: normal
 
 [13:57:06 kernel-source-2.2.12]# make menuconfig
 rm -f include/asm
 ( cd include ; ln -sf asm-i386 asm)
 make -C scripts/lxdialog all
 make[1]: Entering directory `/usr/src/kernel-source-2.2.12/scripts/lxdialog'
 make[1]: Leaving directory `/usr/src/kernel-source-2.2.12/scripts/lxdialog'
 /bin/sh scripts/Menuconfig arch/i386/config.in
 Using defaults found in arch/i386/defconfig
 Preparing scripts: functions, parsingdone.
 
 And that is it. It keeps waiting silently, doing nothing.

Hmm, sounds strange,
but nevertheless, IF you install a new kernel, you should than take 2.2.13.

Did you install ncurses correctly?

Ingo 


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



New Kernel: make-kpkg vs. make bzLilo

1999-10-20 Thread Ingo Reimann
Hi,

can anybody tell me, what do do, if i don't want to do the complicated
debain way to install a new kernel?

in former times (SuSE =6.1 ) i got the sources, and did the
make menuconfig 
make dep  make clean  make bzLilo  make modules  make_modules_install

and that it was.

Now with debian potato, after booting my new kernel, the System.map was not
correct, and the System did not start.
I don't get depmod to make a new modules.dep. I am to stupid for this :-)

Is it really the only way to make a new kernel-package and install that via
make-kpkg XXX  dpkg -i my_lovely_new_kernel?

thanks for help,

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



xemacs21 and auctex

1999-10-20 Thread Ingo Reimann
Hi there,

i got some problem with xemacs when upgrading from 20 to 21. How do i
activate auctex? There seems to be some trick, that i can't figure out. 
The needed files are there...

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



mc, strange ftp behaviour

1999-10-19 Thread Ingo Reimann
Hi folks,

i found some strange behaviour with lovely mc.

I use two (identical?) potato-systems, one of them two months old, the other
just installed from scratch - was formerly a SuSE6.1. I saved the /home from
the latter, and now maybe have some struggle with old config-files in my
HOMEDIR.

The problem:

If i open an ftp link on the fresh installed machine, a lot of error
messages appear, beginning with a
 
|Could not parse:|
||
|^M  |
 

this happenes for every folder one the remote machine.
After that, i get a 

 More parsing errors will be ignored. (sorry)

and then

 File exists but can not be stat-ed: /welcome.msg No such file or directory 

This messages appeares for every file. The content of the remote dir is
shown, but i see for every folder one line

/..

The vfs is not correctly mapped. It seems, that there happenes a translation
mistake for CR, LF or whatever.

Has anybody some suggestions?

Greetings,

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany



Re: fortune problems?

1999-10-14 Thread Ingo Reimann
On Thu, Oct 14, 1999 at 12:01:41PM +1000, Dan Everton wrote:
 On Wed, Oct 13, 1999 at 05:02:44PM -0500, Robert Rati wrote:
  For some reason, when I run fortune I get this message:
  
  fortune: no place to put residual probability (0%)
  
  This happened after I ran the newest wine which caused a kernel panic.  I
  had to do a hard reboot to get the syatem back.  Does anyone know why this
  is happening or how to fix it?
 
 I had the same problem after upgrading to the lates version of fortune. I
 fixed it by deleteing /usr/local/share/fortune.

Hi Dan,

i don't have such a file... but the same symptoms...

Ingo Reimann


Re: sources.list entry for KDE - how to construct?

1999-10-14 Thread Ingo Reimann
On Thu, Oct 14, 1999 at 11:09:36AM -0500, Brian Boonstra wrote:
 Hi
 
   I'm not stupid, but I feel that way sometimes; I seem to be unable  
 to get my sources.list right for KDE.   Examining the lynx -dump command (see 
  
 below), we find that the Packages.gz file resides in the same place as all  
 the .deb files.  According to my understanding, apt-get looks for the  
 Packages.gz file in the second field (URI) of the sources.list, and the .deb  
 files themselves in the third field (distribution).  So I reckon my entry  
 should look like this:
 
 deb ftp://ftp.us.kde.org/pub/kde/stable/latest/distribution/deb/potato/i386 /
 
 
 which totally does not work, or like this
 
 deb ftp://ftp.us.kde.org/pub/kde/stable/latest/distribution/deb/potato i386/
 
 which seems happy, but then doesn't show the packages as available for  
 dselect.  Has anyone worked this out?
 

Ho,

a good hint from someone was:

deb http://sunsite.tut.fi/ftp/Mirror/debian/ruins.tdyc.com/pub potato kde 
contrib rkrusty kde2


it works for me - from germany

Ingo


Re: cannot start make menuconfig

1999-10-13 Thread Ingo Reimann
On Wed, Oct 13, 1999 at 06:08:21PM +0200, Bruno Van de Casteele wrote:
 Hi,
 
 i cannot start menconfig for compiling my kernel. I have the 2.2.10 one on a
 stable, with some unstable packages.
 copy of errors:
 In file included from lxdialog.c:22:
 dialog.h:29: cursus.h: No such file or directory
 
 what could be the problem?

Hi

try installing the ncurses package :-) this one makes the menus. 
#~: dpkg -S curses.h
libncurses4-dev: /usr/include/curses.h
libncurses4-dev: /usr/include/ncurses.h

Ingo 


libqt and qt are they the same !?

1999-10-13 Thread Ingo Reimann
Hi Maintainers,

could anyone please solve the dependency-conflict of libqt1.44-6.3 and
qt1g-1.44-6.1. Both seem to contain the same - maybe in different minor
versions, but nevertheless some packages depend on qt1g (tuxeyes) some
on libqt1g (kdebase)

Maybe i am the only one...

Would be nice, to fix that

Ingo

--

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany





qt and libqt, dependency

1999-10-08 Thread Ingo Reimann
Hi friends,

again some funny things happen with the QT.

First there seems to be a dependency conflict between qt1g 1.44-6.3 and
qt2. Suddenly they share the same libqimgio.so.0. Sorry, did not check,
if they are the same.

Next. Of both qt1 and qt2 appeared two conflicting versions: libqt and
qt. Unfortunately, most packages depend on qt, but libqt does not
provide qt... Could someone fix that?

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany





Re: Easy lilo question (win95 on /dev/hda, deb. on /dev/hdb)

1999-10-06 Thread Ingo Reimann
Hi Martin
On Wed, Oct 06, 1999 at 02:52:09AM -0700, Martin Waller wrote:
 Hello,
 
 Having had to installk win95, I did (on the first hard drive /dev/hda) and 
 then installed debian (on second ide drive /dev/hdb).
 
Take a /etc/lilo.conf like that:

# LILO Konfigurations-Datei
# Start LILO global Section
append=auto
boot=/dev/hda
#compact   # faster, but won't work on all systems.
linear
read-only
prompt
timeout=100
vga = normal# force sane state
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
#
#   ^ Martin, where is Your kernel?

root = /dev/hdb1

#   ^ Martin, where sits your debian ?
#
label = linux
# Linux bootable partition config ends
#
# DOS bootable partition config begins
other = /dev/hda1

#^^ Martin, what is your Primary Dos Partition?
#
#
label = Win95
table = /dev/hda
# DOS bootable partition config ends
#

Try that.

You have to put the correct values for your partitions of that so called OS
from Redmont and for your debian.
Where is your kernel located? 
put that in the line
image=
i suppose either
image =/vmlinuz
or
image=/boot/vmlinuz

then run lilo as root. that should work

Ingo


Re: debconf netbase fails

1999-10-04 Thread Ingo Reimann
Joey Hess wrote:

 Ingo Reimann wrote:
  when i installed debconf, i was happy, when he asked my, whether to use some
  nice gtk-interface or not.
  I thought, this was a good idea, and so during apt-get update/upgrade, some
  windows pops up an vanishes, but I only see a black box. How do i get rid of
  this an switch to a text-based output

 Run dpkg-reconfigure --frontend=text debconf and this time read the note
 saying that the GTK interface is experimental, and make your coice more
 wisely.

 Note that if you upgraded to unstable in the past few days, that won't work
 and you should just delete /var/lib/debconf/debconf.db instead. (It will
 start working again tomorrow..)


Hi Joey ,

thanks for you advise, but unfortunately it did not work :-(

some apt-get update; apt-upgrade later i ran into the following situation:

Netbase:
I got nice gtk-boxes, that asked me, wich interfaces i want to use (eth0 eth1 
ppp0).
Afterwards:

E: Sub-process dpkg-preconfig --apt recieved a segmentation fault.
E: Failure running script dpkg-preconfig --apt

I deleted /var/lib/debconf/debconf.db, even if i did not upgrade from slink. 
and ran
dpkg-reconfigure --frontend=text debconf. The next time i got the 
ncurses-interface
and after the same question about the interfaces:
Can't use string (ARRAY(0x8233c44)) as an ARRAY ref while strict refs in 
use at
/usr/lib/perl5/Debian/DebConf/Element/Dialog/Select.pm line 46, GEN23 chunk 5.
E: Sub-process dpkg-preconfig --apt returned an error code (29)
E: Failure running script dpkg-preconfig --apt

Am i wrong or the package?

Thanks for help,

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33541 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany





Re: debconf netbase fails - Solved

1999-10-04 Thread Ingo Reimann
Ingo Reimann wrote:

 Joey Hess wrote:

  Ingo Reimann wrote:
   when i installed debconf, i was happy, when he asked my, whether to use 
   some
   nice gtk-interface or not.
   I thought, this was a good idea, and so during apt-get update/upgrade, 
   some
   windows pops up an vanishes, but I only see a black box. How do i get rid 
   of
   this an switch to a text-based output
 
  Run dpkg-reconfigure --frontend=text debconf and this time read the note
  saying that the GTK interface is experimental, and make your coice more
  wisely.
 
  Note that if you upgraded to unstable in the past few days, that won't work
  and you should just delete /var/lib/debconf/debconf.db instead. (It will
  start working again tomorrow..)
 

 Hi Joey ,

 thanks for you advise, but unfortunately it did not work :-(

 some apt-get update; apt-upgrade later i ran into the following situation:

 Netbase:
 I got nice gtk-boxes, that asked me, wich interfaces i want to use (eth0 eth1 
 ppp0).
 Afterwards:

 E: Sub-process dpkg-preconfig --apt recieved a segmentation fault.
 E: Failure running script dpkg-preconfig --apt

 I deleted /var/lib/debconf/debconf.db, even if i did not upgrade from slink. 
 and ran
 dpkg-reconfigure --frontend=text debconf. The next time i got the 
 ncurses-interface
 and after the same question about the interfaces:
 Can't use string (ARRAY(0x8233c44)) as an ARRAY ref while strict refs in 
 use at
 /usr/lib/perl5/Debian/DebConf/Element/Dialog/Select.pm line 46, GEN23 chunk 
 5.
 E: Sub-process dpkg-preconfig --apt returned an error code (29)
 E: Failure running script dpkg-preconfig --apt

 Am i wrong or the package?

 Thanks for help,

 Ingo

Hi,
again i was to fast.
  dpkg -r debconf
  apt-get install debconf
solved the problems.

Thanks,

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33527 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany





debconf back from gtk to text, how

1999-10-01 Thread Ingo Reimann
Hi guys,

a maybe silly question:

when i installed debconf, i was happy, when he asked my, whether to use some
nice gtk-interface or not.
I thought, this was a good idea, and so during apt-get update/upgrade, some
windows pops up an vanishes, but I only see a black box. How do i get rid of
this an switch to a text-based output

Thanks alot,

Ingo Reimann
 


icmplog: destination unreachable - what is it

1999-09-30 Thread Ingo Reimann
Hi,

For some minutes now i get some strange messages in my syslog:

Sep 30 11:10:01 convert icmplog: destination unreachable from
COMSRV03.UNI-MUENSTER.DE
Sep 30 11:10:31 convert last message repeated 2233 times
Sep 30 11:11:31 convert last message repeated 3266 times
Sep 30 11:12:31 convert last message repeated 3586 times
Sep 30 11:13:31 convert last message repeated 3245 times
Sep 30 11:14:31 convert last message repeated 3652 times
Sep 30 11:15:31 convert last message repeated 3379 times
Sep 30 11:16:24 convert last message repeated 2297 times

can anybody tell me, if I or whoever is doing something wrong?

My box convert.uni-meunster.de sits in the domain uni-muenster.de and i am
just doing some ftp-download with netscape. They adviced us to us
automatical proxy configuration. This comsrv03 is a ftp-server for our
domain. 

Is it possible, that the file is cached there, and the progress is shown by
some ICMP-packets?

thanks for help

I. Reimann
 


Re: beeps playing through pc speaker - oplbeep

1999-09-27 Thread Ingo Reimann
Hi Joey,


On Sun, Sep 26, 1999 at 10:52:16PM -0700, Joey Hess wrote:
 
 You can install the oplbeep kernel module, which replaces the normal beep
 with a chime played through your sound card.

wow, nice thingy, but where do i find it ?

Ingo Reimann


libgnome32 1.0.16 where ?

1999-09-27 Thread Ingo Reimann
Hi gurus :-)

what happened with gnome? since friday, some packages require ( for instance
gdm ):

gdm depends on libgnome32 (= 1.0.16-0.1)
gdm depends on libgnomesupport0 (= 1.0.16-0.1)
gdm depends on libart2 (= 1.0.16-0.1)
gdm depends on libgnomeui32 (= 1.0.16-0.1)
  
but available is only version 1.0.10 of these libs.

I checked:
 
ftp.de.debian.org
ftp.debian.org

which are primary mirrors - should be :-) .

Are these libXX-packages the news ones where only the version number in the
.deb is not correct or are they still old ?

Ingo Reimann 


Re: many, too many, errors while upgrading potato ...

1999-09-24 Thread Ingo Reimann
On Fri, Sep 24, 1999 at 03:05:48AM -0700, Seth R Arnold wrote:
 Drat. Another easy answer shot. :(
 
 See what happens if you ``apt-get update; apt-get upgrade'' from root
 prompt. 
 
 If that doesn't fix it, guru time. :)

Hi you gurus,

i just got the same problem - daily potato update:
convert:~# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done

Preparing to replace glibc-doc 2.1.2-2 (using .../glibc-doc_2.1.2-3_all.deb)
...
/var/lib/dpkg/info/glibc-doc.prerm: /usr/sbin/install-info: Permission
denied
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
/var/lib/dpkg/tmp.ci/prerm: /usr/sbin/install-info: Permission denied
dpkg: error processing /var/cache/apt/archives/glibc-doc_2.1.2-3_all.deb
(--unpack):
 subprocess new pre-removal script returned error exit status 1

convert:/var/cache/apt/archives# dpkg -i --force-overwrite
libc6_2.1.2-3_i386.deb
(Reading database ... 81673 files and directories currently installed.)
Preparing to replace libc6 2.1.2-3 (using libc6_2.1.2-3_i386.deb) ...
Unpacking replacement libc6 ...
Setting up libc6 (2.1.2-3) ...
Current default timezone: 'Europe/Berlin'.
   Local time is now:  Fri Sep 24 11:38:38 CEST 1999.
   Universal Time is now:  Fri Sep 24 09:38:38 UTC 1999.
Run zconfig' if you wish to change it.
/var/lib/dpkg/info/libc6.postinst: /usr/sbin/update-rc.d: Permission denied
dpkg: error processing libc6 (--install):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 libc6

what is it ?

Ingo
 
 On Fri, Sep 24, 1999 at 11:52:03AM +0200, Alberto Maurizi wrote:
  
  Uh, I upgrade from potato to potato every day
  using dselect. Don't know about the method dselect
  use but it worked well till yesterday.
  
  
  On Fri, 24 Sep 1999, Seth R Arnold wrote:
  
   Alberto, I am going to guess you are upgrading from slink to potato. I am
   also going to guess you ran apt-get update;apt-get upgrade' rather than
   'apt-get update;apt-get dist-upgrade'.
   
   If I am wrong, tell us as much. :)
   
  
  
  -- 
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 -- 
 Seth Arnold | http://www.willamette.edu/~sarnold/
 Hate spam? See http://maps.vix.com/rbl/ for help
 Hi! I'm a .signature virus! Copy me into
 your ~/.signature to help me spread!
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: GoZilla for Linux

1999-09-22 Thread Ingo Reimann
Christian Wendt wrote:

 On Tue, Sep 21, 1999 at 04:58:05PM +0200, Manuel Arenaz Silva wrote:
  Hello,
 
  Does anyone knows I there is an ftp client for Linux Debian with, more
  or less, the same functionality as GoZilla for Windows?
 For the Gnome Desktop Enviroment a programm gtm (Gnome Transfer Manager)
 is evolving.
 It can sit in the panel, will accept URL-drops from netscape (or any other
 dragdrop aware ap, of course)

 Last time i looked at it it was somewhat buggy to me, but it may have been
 fixed by now.
 Hey, maybe even there is at deb package by now %-)


Hi,

sounds nice, but where did you find that. It´s neither in the potato tree nor 
known
by freshmeat.

Ingo


I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33541 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany





Re: Multiplexing /dev/dsp

1999-09-21 Thread Ingo Reimann
Hwei Sheng TEOH wrote:

 I'm just wondering, is there a way for multiple (unrelated) processes to share
 my DSP port? Is there any driver/modules/etc that multiplexes the DSP device?
 I'd like to have different programs that use DSP be able to share it. Is this
 even possible??

 T

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Hi

Try the Esound Daemon, esd

Ingo

--

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33541 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany





Re: Multiplexing /dev/dsp

1999-09-21 Thread Ingo Reimann
Hwei Sheng TEOH wrote:

 Hmm, I installed the ESound daemon, but I can't get my MP3 player (amp) to
 use esd -- it insists on going to /dev/dsp directly. I tried the esddsp script
 but it still doesn't work. Any clues?

 T

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

hmm, try

alsaplayer
xmms
eMusic

they work fine. with alsa, you even can fade between to individual players!

Ingo

--

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33541 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany





Re: sound under 2.2.x

1999-09-17 Thread Ingo Reimann
HI Seth,

I have nice sound with my AWE64 under OSS/Lite and ALSA, even with Wavetables 
:-)
Kernel 2.2.12, still SuSE6.1, ready to become Deb 2.1...

Greetings,

Ingo

Seth R Arnold wrote:


 (This is a sort-of unrelated email, so it gets its own thread. :)

 When I upgraded from 2.0.37 under SuSE to 2.2.6, I had to change a few
 things, but sound worked still. When 2.2.7 was released, I upgraded, and
 sound promptly broke. The prevailing wisdom at the time said 2.2.7 had some
 very drastic memory fragmentation issues, and the sound driver required
 larger chunks of memory than the fragmented memory could offer. (I saw a
 summary of this fragmentation, (and lack of, under 2.2.6) using the magic
 sysrq key..)

 Would someone please confirm or deny that the latest 2.2.x plays sounds
 quite nicely? And, would someone please confirm or deny that the latest
 2.2.x no longer munges up filesystems? I would like to upgrade to 2.2.x (no
 real reason, it just seems cooler. :) but I would like to avoid the trouble
 I had the last time I did it. (I even followed the Changes suggestions for
 everything except NFS -- which I don't use..)

 Thanks. :)

 --
 Seth Arnold | http://www.willamette.edu/~sarnold/
 Hate spam? See http://maps.vix.com/rbl/ for help
 Hi! I'm a .signature virus! Copy me into
 your ~/.signature to help me spread!

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

--

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33541 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany





gnome-su ? (like kdesu)

1999-09-16 Thread Ingo Reimann
Hi there,

does anyone know about a small tool like kdesu for gnome, that allows to
run X-Programms under root and does all the authentifacation stuff ?

Thanks,

Ingo

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33541 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany





RE: KDE 1.1.2 what to put in sources.list ?

1999-09-14 Thread Ingo Reimann
Hi,

ok, fine, we got the KDE1.1.2

I found a mirror on
 ftp://ftp.de.kde.org/pub/kde/stable/1.1.2/distribution/deb/

under potato/i386 are all the packages and a Packages.gz file

If i put the line
deb ftp://ftp.de.kde.org/pub/kde/stable/1.1.2/distribution/deb/potato
i386/

in my sources.list file, dselect finds the package.gz file,
-
Hit ftp://ftp.de.kde.org i386/ Packages
Get:1 ftp://ftp.de.kde.org i386/ Release
Ign ftp://ftp.de.kde.org i386/ Release

but not the packages itself:
 Unable to fetch file, server said 'Can't open
/pub/kde/stable/1.1.2/distribution/deb/potato/i386/i386/kdebase-i18n_1.1.2-19990906-1_all.deb:
No such file or directory

so, what can i do, how should the correct line look like?

Thanks alot :-)

Ingo

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33541 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany




Re: mc not working (?) now smb.conf failure

1999-09-13 Thread Ingo Reimann
Hi,

i just entered the debian-user mailing list, and wanted to ask for that. Thanks!
But now i get the funny message:

[EMAIL PROTECTED]:/home/reimann  mc
params.c:OpenConfFile() - Unable to open configuration file /etc/smb.conf:
No such file or directory
Can't load /etc/smb.conf - run testparm to debug it
load_client_codepage: filename /usr/lib/codepages/codepage.850 does not exist.

and mc works.

How to tell him/her/it, that the smb.conf is under /etc/samba/ ?

has anybody some idea?

Ingo

Mirek Kwasniak wrote:

 On Mon, Sep 13, 1999 at 10:13:08AM +0200, Jens Carsten Hansen wrote:
  Hi, I use mc frequently ( also to edit textfiles, I'm not a vi guy ), but
  recently it stopped working.
  when I try to start it, the machine hangs for a few seconds, there is a lot 
  of
  harddisk activity, then it exits with;
  /usr/bin/mc: fork: resource temporarily not available.
  I found out that the harddisk activity was due to a lot of files being 
  created
  in /tmp, 50-100 or so.
  They all looked like this;
  mcX-YY
  with the X's being numbers starting at 20443, looking very much like a PID, 
  and
  the Y's just looking like random numbers.
  I also noticed a process called queued running, which I do not think I have 
  seen
  running before.
 
  I suspect this having to do with the fact that I'm running potato, and 
  therefore
  having mc in version 4.5.38-1
 
  Can anyone tell me what the problem could be ?

 Change line 4 in /usr/bin/mc

 $ diff -u /usr/bin/mc{~,''}
 --- /usr/bin/mc~Fri Sep 10 15:02:15 1999
 +++ /usr/bin/mc Mon Sep 13 12:57:30 1999
 @@ -1,7 +1,7 @@
  #!/bin/bash

  MC=/tmp/mc$$-$RANDOM
 -/usr/bin/mc -P $@  $MC
 +/usr/bin/mc.real -P $@  $MC
  cd `cat $MC`
  rm $MC
  unset MC;

 Mirek

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

--

I. Reimann   [EMAIL PROTECTED]
Inst. fuer Angew. Physik +49 251 83-33541 (fon)
Correnstr. 2-4   +49 251 83-33513 (fax)
D-48149 Muenster
Germany