Re: virtualbox guest addon don't working

2012-01-12 Thread Michael Meskes
[Why is this send to so many lists?]

On Thu, Jan 12, 2012 at 07:15:23AM +, Balint Szigeti wrote:
 I installed virtualbox-guest-additions, virtualbox-ose,
 virtualbox-ose-dkms, virtualbox-ose-qt packages.
 lsmod says:
 ...
 vboxdrv  1723671  2 vboxnetadp,vboxnetflt
 ...
 |/|I installed|/|vbox-|/|||ose* from official repos||.
 I tried install vbox fuse (
 dpkg --get-selections |grep virtualbox
 virtualbox-guest-additions  install
 virtualbox-ose  install
 virtualbox-ose-dkms install
 virtualbox-ose-fuse install
 virtualbox-ose-qt   install
 ) but nothing has changed.

All of these describe the host, but the vboxfs mount happens inside the VM, so 
all of this info doesn't help. So please tell us if the modules are loaded in 
the VM and which packages are installed there.

Also

 I use 4.1.2 VBox.
 The VM is 6.0.3 Debian. VM kernel's 2.6.32-5-amd64
 In VM the vboxmanage says:
 /|vboxmanage -v
 3.2.10_OSEr66523

How about updating your vbox tools in the VM to match at least at the major 
version?

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at googlemail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120112075607.ga10...@feivel.credativ.lan



Re: virtualbox guest addon don't working

2012-01-12 Thread Michael Meskes
On Thu, Jan 12, 2012 at 09:15:04AM +, Balint Szigeti wrote:
 Maybe you're right. I don't know. I think enough to install the
 virtualbox-guest-additions (check this site: 
 http://packages.debian.org/squeeze/all/virtualbox-guest-additions/filelist).
 After instal I mount VBoxGuestAdditions.iso under /media/cdrom and
 run the sh /media/cdrom/VBoxLinuxAdditions.run command.
 Then the vboxsf module is created and after reboot the VM is working
 correctly. (The Vbox ShareFolder is available).

If you're using Debian in the VM you can as well install the
virtualbox-guest-ose-guest-* packages, so you get the addons into your
packaging system.

 How about updating your vbox tools in the VM to match at least at the major 
 version?
 It's not necessary. The share folder (original aim) is working.

Sure, but it is generally not a bad idea to update the guest additions as well.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at googlemail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120112100132.ga13...@feivel.credativ.lan



Zuerich MO/TU next week

2004-01-23 Thread Michael Meskes
I'll will travel to Zuerich next week to attend [EMAIL PROTECTED] So if anyone
is interested in meeting and signing keys on Monday evening ot Tuesday
afternoon, please drop me a note.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Re: [GENERAL] odbc with debian woody/postgres

2002-10-09 Thread Michael Meskes

On Wed, Oct 09, 2002 at 02:22:38AM -0400, Matt Price wrote:
 localall   trust
 host all 127.0.0.1 255.0.0.0   ident

Here you tell PostgreSQL to use ident.

 ps:  assuming I get thisworking, how do I add other database names to
 odbc.ini?  Do I need whole new sections (like
 [Postgresql/dbname]) or can I just add the dbnames to the Database
 line of the file?  

Sorry I don't fully understand that. You define one ODBC conenction for
exactly one database, so what are you looking for?

Michael
-- 
Michael Meskes
[EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


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




Unicode on console

2002-10-09 Thread Michael Meskes

Hi,

does anyone out there run unicode on console? It's pretty easy to get
the console (i.e. the non-X terminal) to display unicode but I cannot
find anything about how to enter non-standard characters via my
keyboard. That is I'm currently testing a switch to unicode to get rid
of all that hassle with iso-8859-15 for the Euro symbol ¤ which works
fin in vim but not in bash with unicode. Also I cannot enter the german
umlauts on my console anymore, to be precise I can enter them in vim but
only if I also hit another key. In bash nothing works.

Needless to say that all works well under X.

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes
[EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


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




Re: EXT3 questions

2002-05-01 Thread Michael Meskes
On Tue, Apr 30, 2002 at 08:45:37PM +0200, Eduard Bloch wrote:
  These two partitions were the ones moved to ext3. And ls -a shows
  .journal in / but not in /disks/oldhome.
 
 Weird. Which kernel and which e2progs has been used to create the

Kernel 2.4.18, e2fsprogs 1.27-2.

 journal? Did you try to clear the journal bit (man tune2fs) and recreate
 the journal?

I even tried removing it thinking of an old file as you mentioned in you
other mail. But after reboot the system complains about a missing
journal and goes to ext2. After recreating .journal via tune2fs it works
well again as ext3 but the file is still visible.

 Visit https://listman.redhat.com/mailman/listinfo/ext3-users .

Thanks.

But my main problem remains why I cannot boot an ext3 root partition
with our standard kernel. Is anyone using such a setup?

I guess I will try with some other machine as well, but then we already
tried with 26 identical machines and none worked. :-(

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


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



Re: EXT3 questions

2002-05-01 Thread Michael Meskes
Hi,

On Wed, May 01, 2002 at 10:54:15AM +0200, Eduard Bloch wrote:
 Weird. Is it really an up-to-date box? I was told, newer e2progs do even
 hide the journal afterwards if they get a chance, ie. running e2fsck on
 an umounted partition.

Yes, it's up-to-date. Here's Stephen's explanation:

e2fsprogs can move the journal out of the way into a private, hidden
inode, but it won't do that if the filesystem is already mounted.
When e2fsck is initially run during boot, only root is mounted, so
only root's .journal stays around.

So one question has been answered.

  But my main problem remains why I cannot boot an ext3 root partition
  with our standard kernel. Is anyone using such a setup?
 
 I have been using some months ago. Are you using initrd-based kernels?

Yes. Kernel-image-2.4.1*.deb

 Which initrd-tools version? Which filesystem type did you specify in

Up-to-date woody. I just installed a kernel-image (2.4.16) and the initrd tools
it depends on on my home machine, but couldn't really test since I got
lost interrupts on hda and a corrupt filesystem when using that kernel.
But it did mount my root fs as ext2.

 fstab?

/dev/hda5   / ext3   defaults,errors=remount-ro   0 1

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


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



EXT3 questions

2002-04-30 Thread Michael Meskes
Hi,

I'm experiencing with ext3 it appears I have some questions that maybe
anyone of you can answer:

- Is it possible to use ext3 for the root partition with the stock
  debian kernel? My ext3 roots work nicely with a hand made kernel but
  the stock Debian one just mounts the partition ext2. Isn't that what
  the initrd.img is for?

- I added ext3 to several partitions. All seem to work nicely. And on
  all execpt one the journal seems to be hidden. That is a ls -a does
  not show a .journal file. But on one partition an ls -a shows a file
  .journal. However, this partition also was mounted as EXT3 and
  everything seems to work nicely. Any idea why .journal is not moved
  away? Yes, I did run e2fsck on all of them.

BTW all systems in question are woody.

Thanks in advance for any hints.

Michael 

P.S.: Please CC me on replies.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


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



Re: EXT3 questions

2002-04-30 Thread Michael Meskes
On Tue, Apr 30, 2002 at 12:22:48PM +0200, Eduard Bloch wrote:
 It should work with any of Herberts 2.4.x-* kernels,-bf2.4 and
 2.2.20-udma100-ext3. IIRC you have to rebuild the initrd (for
 initrd-based kernels) once.


 How did you check this? Do not trust mount, look in /proc/mounts.

I did not trust mount either. mount always says it's ext3, but
/proc/mounts says ext2.

 Recent Ext3 driver hides the file, no matter how it was created. If you
 still see it, it is either a bug, or the partition is mounted with Ext2.

cat /proc/mounts says:

/dev/root / ext3 rw 0 0
/dev/hda7 /disks/oldhome ext3 rw 0 0
...

These two partitions were the ones moved to ext3. And ls -a shows
.journal in / but not in /disks/oldhome.

 As said, please check with /proc/mounts and report the problem to the
 ext3-users mailing list.

Do you have the address? Or else I will look for it.

Thanks.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


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



Re: EXT3 questions

2002-04-30 Thread Michael Meskes
Sorry, hit reply to fast, my last mail was incomplete. 

I just did a mkinitrd to create a new initrd, changed my lilo.conf, ran
lilo and rebooted, but nothing changed. The ext3 module is loaded but
unused and /proc/mounts says /dev/root is mounted as ext2.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


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



palm pilot kde

2001-10-01 Thread Michael Meskes
Is it possible to sync KDE (that is especially korganizer) with my palm? The
Palm entry in the help file that comes with korganizer is empty.

Thanks in advance.

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



KDM and ip aliasing

2001-09-20 Thread Michael Meskes
Hi,

does anyone know how to configure KDM to run on an aliased IP? I do have a
machine running 2 IPs on one network card. For some network reasons I need
KDM to run on the aliased one and not the original one. The clients try to
connect via chooser broadcast and only see the original IP address.

Is there a way to correct this? I tried setting
DisplayManager.sourceAddress but this does not seem to change anything.

Thanks in advance for any hint

Michael

P.S.: Please CC me on replies as I'm not subscribed here.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Re: KDM and ip aliasing

2001-09-20 Thread Michael Meskes
On Thu, Sep 20, 2001 at 12:15:32PM +0200, Oswald Buddenhagen wrote:
 which version of kde/kdm are you using? if it's = 2.2alpha2, the

Sorry, forgot that. It's 2.1.1.

 otherwise i can only ask, if it works with plain xdm - if not, then
 i obviously have something more to code ...

I have to try that. More later.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Problem with customer machine

2001-08-03 Thread Michael Meskes
Hi,

we are setting up a customer machine and experience the following messages
over and over again:

Aug  2 17:09:40 MDVTS054 kernel: unexpected IRQ vector 221 on CPU#0!
Aug  2 17:10:45 MDVTS054 kernel: unexpected IRQ vector 216 on CPU#0!

Now I found a lot of mail in some list archives about the same messages or
at least similar with a different number. But I did not find any reply to
these messages. AFAICT this means the IRQ handler notices an IRQ it does not
know how to handle. Is that correct?

The machine appears to run stable but the message comes up about once per
minute. If it does not do any harm I'm willing to just removed the message,
but before I like to know exactly what's that all about. In particular I
need to find out if this results from a hardware problem.

Does anyone know or has a link for me to read about this?

BTW there is another problem. The machine hangs solid during reboot after
printing disabeling symmetric io mode.

The machine is a dual Xeon with gdt7629 controller.

Thanks for any hints.

Michael

P.S.: Please CC me on replies since I am not subscribed here.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Windows 2000

2001-08-02 Thread Michael Meskes
Hi,

I need to set up one windows 2000 machine inside our Debian only network. Of
course I don't want to set up a complete 2000 domain etc., but I also do not
like to have two different authetifications. Before I start digging through
the possibilites (sambe as domain controller, ldap, kerberos, etc.) I wonder
if anyone else had the same problem and could tell me how he solved it.

Thanks for any idea.

Michael

P.S.: Please CC me on replies since I'm not subscribed to -user.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



locking on NFS

2001-04-04 Thread Michael Meskes
Is anyone running an NFS mounted partition where file locking correctly
works?

I have a server running potato with kernel 2.2.18 and nfs-kernel-server and
a client with kernel 2.4.2 and sid. My client mounts the partition but
cannot do file locking. For instance mutt is not able to write a mailbox
(shouldn't it be using dot locking anyway?). It just says mailbox is read
only. 

Unfortunately I wasn't able to find some docs helping me so far.

Thanks in advance for any help.

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



My NFS problem

2001-04-04 Thread Michael Meskes
I found it. statd was not running on the client. It seems to work now.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Re: Problems with 8139too driver in kernel 2.4.2

2001-04-01 Thread Michael Meskes
On Fri, Mar 30, 2001 at 02:37:23PM -0300, Daniel Toffetti wrote:
 I have two cheap cards and it worked fine and straightforward for

On my newer machines it worked well too.

 me. The only problem I had was that I selected a wrong driver the first
 time, then I browsed the drivers diskette and found the right driver, which
 is already bundled with the kernel.
 Have you compared the sources of the drivers for 2.2.18 and 2.4.2 ??

Does not help since the driver is a complete rewrite.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Problems with 8139too driver in kernel 2.4.2

2001-03-30 Thread Michael Meskes
I've been using this driver ever since I got myself soem cheap 100MB cards
and it worked flawlessly so far. But today I tried upgrading an old machine
from 2.2.18 to 2.4.2 and it freezes upon initialization of that driver, no
matter if it is compiled as module or not.
 
I tried changing the card to make sure it's not a hardware fault to no
avail.

Also I was able to trace the freeze down to the following line:
 
/* Soft reset the chip. */
RTL_W8 (ChipCmd, (RTL_R8 (ChipCmd)  ChipCmdClear) | CmdReset);
 
Of course just removing this line does not help. It just freezes with the
next RTL_W8 call.
 
I'm not sure what's going on here, so all help is appreciated.
 
Michael
 
P.S.: Please CC me on replies since I'm not subscribed here.

P.P.S.: I tried sending this to the kernel mailing list too, but it appears
this list does not exist on vger.rutgers.edu. Does anyone know where it is
now?
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



strange problem with squid and isdn

2001-03-13 Thread Michael Meskes
I have an internet gateway that runs squid and acts as an ISDN router, i.e.
isdn runs in auto mode and opens up the internet connection as soon as a
package goes out. It worked well that way. But at some point it stopped.
Well that is it still works well soemtimes and sometimes it don't.
Interestingly the problems started when we switched to an different ISP.

So what happens? The user starts his browser and directs it to a web page.
The browser then asks squid for that web page and that's it. I see the squid
connection being logged by ippl, but squid does not seem to do anything.
There is no isdn connection being started. Once when I was on site I checked
connectivity by pinging a machine and the router opened up the connection
without a problem. 

Then I tried to shut down squid but /etc/init.d/squid stop failed. It
printed lots of dots followed by Failed. I had to manually kill squid.

Needless to say everything was well again after restarting squid.

The machine btw is up-to-date potato including security updates.

Does anyone have an idea what might be going on?

Thanks in advance for any help.

Michael

P.S.: Please CC me on replies since I am not subscribed here.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



web/kernel problem

2001-03-07 Thread Michael Meskes
Is anyone able to access www.lego.com with kernel 2.4.2? I am not. But Iif I
reboot to 2.2.18 all works well. Does anyone have an idea what the reason
may be? All other webpages I tried do work.

Michael

P.S.: My system is up-to-date unstable.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Samba setup

2000-10-24 Thread Michael Meskes
Does anyone know if it is possible to replace a Windows NT domain controler
by a samba server so that a newly installed client system creates its entry
in the domain automatically? I think MS works that way, doesn't it?

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Sync mail with palm

2000-08-23 Thread Michael Meskes
Anyone's able to sync a lokal mailbox/maildir with some mail software on a
palmpilot? Ideally I would like to sync to my local IMAP server, but without
using a modem connection.

I'm pretty new to the palm, so I hope others have had the same problem
before.

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Stor Office 5.2

2000-08-14 Thread Michael Meskes
Does anyone have it running? I'm having problems getting to delete email
from my IMAP server. But then maybe there's a FAQ out there.

Michael

P.S.: To those who read my mail about OpenMail last week, yes, I intend to
compare all server based groupware or personal information management
systems available. So far I found three. OpenMail, StarOffice and
Worlpilot. Any idea if there are more?

P.P.S: Please CC me on replies.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



HP OpenMail

2000-08-11 Thread Michael Meskes
Is there anyone out there running this on a Debian machine? I'd like to try
it, but the download simply gives me a damaged rpm. 

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Re: HP OpenMail

2000-08-11 Thread Michael Meskes
On Fri, Aug 11, 2000 at 11:40:44PM +0800, Andrew McRobert wrote:
 I downloaded the files the other day, and have just begun the process of
 trying to install this on our Debian server. I've only had time to get to
 the stage of converting the rpm's to .tgz files and extracting the files
 to a temporary directory. It looks like it could take a fair bit of

I tried making debs from it but alien moans about the rpm being incorrect.

Is there a chance I could get your .tgz's?

 hacking around to get it all to work properly on Debian. I've heard that
 running the RedHat installation scripts on a Debian box will pretty much
 f$^k up the machine.

Not good. 

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



maildir imap

2000-08-07 Thread Michael Meskes
I would like to install courier-imap on my server, so I can get some system
in the way all the mails are stored. But I never used a maildir type mailbox
before. However, I cannot find any sufficient docs. I know I have to
configure procmail accordingly which was rather easy. Then I ran
maildirmake.courier with several names. It worked since mutt was able to
read the mail. But the imap server keeps telling me there is no mailbox.

Could anyone tell me the correct name or point me to some better docs?

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



mkisofs problem

2000-06-22 Thread Michael Meskes
I want to get the following layout in the root dir of my CD:

foo/
bar/
default - foo

Could anyone please tell me how I can accomblish that? I either get foo
twice since the link is followed or I get an error message by mkisofs:

/usr/bin/mkisofs: No such file or directory. Invalid node - 
/mountpoints/cdrom/default

What can I do?

Michael

Please CC me on replies.

-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Re: Corel package manager

2000-06-21 Thread Michael Meskes
On Tue, Jun 20, 2000 at 08:17:56PM +0100, Phillip Deackes wrote:
 Unless you particularly want the Corel package manager, you would be

I do.

 better off with the Storm version - Storm did not do anything
 proprietory to KDE like Corel. The Storm Package Manager is an excellent

I know. And I already have Stormpkg on that machine. But since I want both
(for presentation on a booth) I need to find a way to get get_it going to.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Corel package manager

2000-06-20 Thread Michael Meskes
I wonder if anyone was able to get Corel's package manager named get_it
running on a non-Corel installation. Since Corel did change some of the KDE
libraries the other programs included need the Corel Version of libkdeui and
libkdecore I think. But get_it does not work with the KDE packages made by
Stephan Kulow. 

Somehow this has to do with libjpeg. get_it is linked with version 6 and
upon startup prints an error message whose text escapes me now. Its
something like caller wants version 62 but only got 61 or so.

The tarball on the other hand does not easily compile. In fact there is no
compilation doc inside the package or at least I didn't find one. The
package manager is stored under utils, but in this directory configure
refuses to run.

Michael

P.S.: I'm not subscribed to -user only to -devel, so please CC me if needed.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



How to set permissions on CD?

2000-06-07 Thread Michael Meskes
Could anyone tell me how I can set permission on a CD? I have a directory
with mode 700 and a file in it with mode 600. However, after burning it to
CD both have mode 555. Okay, they cannot have a writing mode, but why is
other set while it wasn't in the beginning?

How can I fix this except mounting the CD with mode=700 option?

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Re: How to set permissions on CD?

2000-06-07 Thread Michael Meskes
On Wed, Jun 07, 2000 at 12:43:54PM -0500, Ron Flory wrote:
  did you remember to specify mkisofs options to preserve file
 attributes?

I did use gcombust. And gcombust per default uses '-R -r' which of course is
the reason for my problem. Thanks to all who answered.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Re: /dev/hda10

2000-05-25 Thread Michael Meskes
On Wed, May 24, 2000 at 11:22:05AM -0400, Ben Collins wrote:
 Can you tell me exactly how you have 10 partitons? Even the sun disk label
 only allows for 8. And i386 can have a max of 7(?) with extended
 partitions enabled.

According to kernel docs I can use up to 64. I need several operating
systems and several linux distributions on this one machine. And that won't
fit with just 7 partitions.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Re: /dev/hda10

2000-05-25 Thread Michael Meskes
On Wed, May 24, 2000 at 11:45:08AM -0400, Ben Collins wrote:
 Could be, but why would you want 10 partitions? :)

One for Windows (unfortunately), one for Stormix, one for Corel, one for
Debian (the system usually running :-)), one for testing other distros, one
/home, one swap, one to store data that all systems need to access ...

This machine is a demo machine and I don't like having to use different
machines for different demos.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Re: /dev/hda10

2000-05-25 Thread Michael Meskes
On Wed, May 24, 2000 at 11:39:28PM +0200, Patrick wrote:
 At the end of my fdisk I had :
 Calling ioctl() to re-read partition table.
 Re-read table failed with error 16: Device or resource busy.
 Reboot your system to ensure the partition table is updated.

Sure had this too. And thinking about it the reasoning absolutely makes
sense. 

Strangely enough though it did work for some of the others that were created
on the running machine too.

Thanks.

michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



/dev/hda10

2000-05-24 Thread Michael Meskes
Could anyone please tell me what I have to do to access /dev/hda10? I can
create it easily but trying to access it I get an 'unconfigured device'
message for instance from mke2fs. Do I need a special boot time parameter?

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



Re: ISDN question

2000-05-20 Thread Michael Meskes
On Sat, May 20, 2000 at 01:25:07AM +0200, Ron Rademaker wrote:
 A little more information would be nice... Wath ent (is going) wrong???

Sorry, if I wasn't precise. On my modem connection I do not have to worry
about DNS setup. My /etc/resolv.conf is empty and /etc/ppp/ip-up.d/0dns-up
creates one once my connection is up and running by putting the DNS servers
given by the provider in there.

But with ISDN it simply does not work. I wonder if I have to do something
special to get this going or if (maybe) the provider does not send the info.

 Checking your email adres I guess yoiur quite familair with linux / debian

Yes, I am. But frankly I NEVER used ISDN.

 : SHAME ON YOU YOU DIDN'T GIVE ANY MORE INFO!

No need to shout! You didn't give any specifics about what info you'd need
either.

Thanks anyway.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



ISDN question

2000-05-19 Thread Michael Meskes
We tried to set up a machine with ISDN that should automatically receiver
DNS information from the provider. This worked well with an analog modem but
failed with ISDN. Is there anything that needs special configuration?

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!



[OFFTOPIC] job offerings in Germany

2000-03-02 Thread Michael Meskes
I don't want to spam this list, so I give details only on private mail.

Just a short summary. We are looking for consultants in the Linux/Debian
area. The company resides in the western parts of Germany so the offer also
hold for Linuxers in the Netherlands or Belgium and of course to everyone
else who's willing to move. :-)

The consulting job is supposed to be done without much travelling.

The offer holds for all kinds of professional background. We also have
opportunities for students who look for a job besides their university
obligations.

For more info please contact me.

Michael

P.S.: I hope this kind of mail is okay on this list since I saw several
similar here over the last years. If not please take my apologies.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


network accounting

2000-03-02 Thread Michael Meskes
I'm looking for a tool similar to net-acct that enables me to log all
traffic that floats by. Hoever, I do not want this to be logged to the
machine in question but to a different machien (my one) via network.

Michael

P.S.: Please CC me since I'm not subscribed here.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Format question

2000-02-23 Thread Michael Meskes
My kids brought me some files teh types of which I never heard about. Could
anyone please tell me what I need to open *.ani? FILE does know this type:

Ani/zubat.ani: RIFF (little-endian) data, animated cursor

Thanks.

Michael

P.S.: Please CC me on replies.

-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


iproute questions

2000-02-23 Thread Michael Meskes
I have problems using iproute. Maybe there's anyone on this list who knows
some details I cannot find in the docs:

1) How do I get traffic control running? I tried running the example script
from the package but only get RTNETLINK error messages. This might be
because I have to enable another kernel option. But I have no idea which.
ip for instance works fine.

2) What do I have to do to get NAT going. It's easy if the official number
is routed by my router. But is it possible to run NAT with an IP number not
routed by the router? That is if my route is 1.1.1.1 can I use 1.1.1.2 as
NAT address?

Thanks in advance for your help.

Michael

Please CC me on replies.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


NAT

2000-02-15 Thread Michael Meskes
Could anyone give me a working NAT setup? I'm not sure if what I want to do
is possible at all:

INTERNET --- Debian Router --- FTP-Server

Let's say the route gets IP number 1.1.1.1 on the external site and
192.168.100.1 on the internal one. The ftp of course gets an private
address, says 192.168.100.2. But since it has to have contact to the outside
it also needs a official address, let's say 1.1.1.2. Now I'd like to route
all packets over the router. Thus I tried to add a nat rule but I cannot get
this going. If I translate an internal number, say 192.168.100.3 to the ftp
server all is well.

Michael

-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


transparent proxying

2000-02-04 Thread Michael Meskes
Are there other tools available or is transproxy the only one for this?
AFAIK I need some tool to rewrite the URLs so the proxy is correctly
addressed.

michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


ZIP drives

2000-02-02 Thread Michael Meskes
Do I have to be careful when buying a ZIP drive or does it just work? I
was thinking about a parallel port ZIP with 250MB cartridges.

Thanks in advance for your help.

Michael

Please CC me on replies.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Patch for FTP needed!

2000-01-31 Thread Michael Meskes
I need that ftp patch to allow passive ftp to a server behind a masquerading
firewall. You know, the well known problem that the port command lists the
unrouted private IP address of the server. I remember that there is a patch
for this but somehow I lost my link.

Thanks.

Michael

P.S.: Please CC me.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


ISDN

2000-01-31 Thread Michael Meskes
Since I want to get myself an ISDN connection I wonder which cards do work
with Linux. Is there a list available? Also I wonder if external equipment
works. They usually refer to CAPI 2.0 or something like that, but does Linux
know how to address this?

Michael

P.S.: Please CC me.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Transparent proxy

2000-01-31 Thread Michael Meskes
Hi,

do I still need transproxy? Or can I get my firewall to transparent proxy
web access with ipchains/ipmasqadm alone?

I tried by adding the following two rules:

ipchains -A input -s 172.26.1.0/24 -d 0.0.0.0/0 www -p tcp -j REDIRECT 8080
ipmasqadm portfw -a -P tcp -L 172.26.1.1 8080 -R 182.26.1.2 8080

This does not seem to work since I get a destination unreachable.

Also I vaguely remember transproxy doing some rewriting since the browser is
not proxy aware. On the other hand I'm not sure if transproxy is still
up-to-date since it still lists ipfwadm in its control entry. 

Michael

P.S.: Please CC me on replies.

-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Re: Port forwarding

2000-01-28 Thread Michael Meskes
On Thu, Jan 27, 2000 at 12:37:13PM -0800, aphro wrote:
 if its simple port redirection you could try rinetd, its a snap to setup,
 i dont think it performs well under high load though it works great
 though.

Yes, but I think port forwarding woul do a better job for me. It has been no
problem so far with port 80. Works well. Apache answers etc. But nothing
happens on port 25 and I need mail transfer. I wonder if this has anything
to do with the auth lookup.

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Port forwarding

2000-01-27 Thread Michael Meskes
Could anyone send me a working example of port forwarding? I just tried to
get it going to no avail.

I test setup has a firewall connecting 172.26.14.0/24 and 172.26.2.0/24
doing nothing but routing. Now i want it to redirect some ports (I tried
23,25,80) from its own 172.26.2.1 address to 172.26.14.7. I tried
accomplishing that by adding

ipmasqadm portfw -a -P tcp -L 172.26.2.1 80 -R 172.26.14.7 80

With this setup I get a log entry that someone tried to initiate a session
on 172.26.14.7 but that session never is fully established since no data
arrive on the outside. Also there is no error log on any of the machines.

Then I told my firewall to masquerade the internal network. With that I got
www going. However, with a respective rule added, smtp and telnet did not
work either. They do get a 'connection denied' icmp package back. But my
inside test machine does accept both protocols as I can see when directly
addressing it.

I also tried to the ip command to redirect anotehr address (in my case
172.26.2.2) completely to my internal machine. Using this setup I have the
same problem. I get the log that [EMAIL PROTECTED] tries to
establish a connection and nothing more. Strangely enough about every 2nd
or 3rd try this log shows the correct user instead of unknown.

Finally I tried marking packages to port 80 and add a special ip rule for these
packages but the result was the same.

I think I missed something essential but right now I have no idea what that
could be. And yes CONFIG_IP_MASQUERADE_IPPORTFW is defined in the kernel.

Thanks in advance for any help.

Michael

P.S.: PLease CC me on replies.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


postfix/sendmail

2000-01-27 Thread Michael Meskes
Could anyone tell me how smooth the update from sendmail to postfix is? Also
I wonder if postfix is still considered the best MTA in terms of security.

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Re: Port forwarding

2000-01-27 Thread Michael Meskes
On Thu, Jan 27, 2000 at 02:06:01PM +0100, Fitsch wrote:
  Perhaps you try something wrong, or I don't understand your setup. In
  common Port Forwarding is used to redirect traffic from the outside to
  an internal host behind your firewall. (e.g. webserver) this internal
  host may have an adress from the private space.

Yes, that's exactly what I want to do. I tried this with masq. on and out
but the problems are the same.

  When you specify the IP-Adresses, Source and Destination must be
  adresses on different machines, not of different nic's in one machine.

Right. I used as IP addresses the outside address of my firewall and the
address of my server in my internal net.

  If you have a strict policy on your firewall you have to allow this
  traffic, better you create an seperate chain for portforwarded traffic
  from the outside to the inside.

I even tried with all traffic allowed through.

  For traffic from the inside to the outside you don't need Port
  Forwarding, as this is handled by Masquerading or normal routing.

Yes, but I also get backward traffic after connecting from the outside. For
instance inetd tried to connect to teh auth service to check who is trying
to connect. The problem I had with outbound traffic though was with the
packets send back in the connection established from the outside.

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Re: postfix/sendmail

2000-01-27 Thread Michael Meskes
On Thu, Jan 27, 2000 at 12:52:26PM -0500, Joe Block wrote:
 It depends on how customized your sendmail installation is.  Postfix

Almost nothing other than adding /etc/mail/peers for ppp setup. Uses only
the standard Debian features.

 will read the old /etc/aliases without any trouble.  If you've done a
 lot of tinkering with sendmail.cf it may take some time to get postfix
 configured exactly the same way.

I need it to use a smart relay host adn do complete masquerading.

 I've been extremely happy with postfix.

Thanks.

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Re: Java problem

1999-12-29 Thread Michael Meskes
On Tue, Dec 28, 1999 at 08:31:43PM -0800, aphro wrote:
 Juergen Kreileder replied regarding the Java tool, I've fixed the problem
 several weeks ago, the new JDK will be released in a couple of days. 

Which version is the fixed one?

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Re: Java problem

1999-12-29 Thread Michael Meskes
On Tue, Dec 28, 1999 at 07:03:26PM +, Alisdair McDiarmid wrote:
 FWIW, I'm using jdk1.1 version 1.1.7v3-2 on 2.2.13 and all my Java
 development stuff works perfectly well.

Does StarOffice work for you? Do you have jdk1.1-nnative installed?

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


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


Re: Java problem

1999-12-29 Thread Michael Meskes
On Tue, Dec 28, 1999 at 08:03:51PM +0100, Roland Rosenfeld wrote:
 I just found out, that the bug only occurs if you use native threads.
 Simply add the option -green to java and it will work correct
 (removing jdk1.1-native[-dev] also should help).

Argh! And I thought I could tell you something new. That's exactly what I
tried (purging jdk1.1-native) and now it works.

Thanks.

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


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


Java problem

1999-12-28 Thread Michael Meskes
Everytime I start a JAVA program (that runs fine on a SuSe machine with
jdk-1.1.7v3) I only get the messages:

Cannot open /proc/00525 for GCCannot open /proc/00534 for GC

Of ocurse these files do not exist. In fact I never saw a file iunder /proc
starting with zeroes.

Anyway, I have the following packages installed resp. not installed:

un  jdk-common  none (no description available)
ii  jdk1.1  1.1.7v3-1  JDK 1.1.x (Java Development Kit) - Runtime o
ii  jdk1.1-dev  1.1.7v3-1  JDK 1.1.x (Java Development Kit)
ii  jdk1.1-native   1.1.7v3-1  JDK 1.1.x Runtime - native threads extension
pn  jdk1.1-native-d none (no description available)
un  jdk1.1-runtime  none (no description available)
un  jdk1.2  none (no description available)
un  jdk1.2-native   none (no description available)

Is there anything wrong with my setup? 

Any help would be appreciated.

Thanks in advance.

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


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


Re: Java problem

1999-12-28 Thread Michael Meskes
On Tue, Dec 28, 1999 at 04:13:35PM +, Roland Rosenfeld wrote:
 I reported this as Bug #48807 against version jdk1.1 1.1.7v2-2 some
 time ago.

So that means this is an old bug and one that's not fixed. Or is it fixed in
the latest release? Hay, if SuSe is able to run that software why aren't we.
And btw. I know others who successfully run the very same software
(linux-kontor) on a Debian potato system.

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


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


setserial

1999-12-27 Thread Michael Meskes
Why does setserial depend on modutils? If I have serial support built into
my kernel I do not need modutils, do I?

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


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


Virus scanner

1999-12-21 Thread Michael Meskes
Is there a virus scanner available for linux that I can use to scan mails,
downloads etc. before they even reach M$ systems?

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Locale question

1999-11-22 Thread Michael Meskes
I never cared much about localization but now I'm stuck with a program that
works well with all locales but has to do some output without using the
locale.

Since the output is a floating point I get e.g. 14,7 instead of 14.7 using
the german locale. But I need it to output 14.7. So far it uses printf for
output. Is there a printf-like-function that does not care about locales? Or
a format string that is locale-independant? Or is the only solution to
setlocale(LC_ALL, C) before the printf and setlocale(LC_ALL, de_DE)
afterwards?

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Question about XOpenIM

1999-11-17 Thread Michael Meskes
Does anyone know enough about this function to help me with a problem? Well
that is not exactly me but the LyX team.

Thanks.

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Re: CD player question

1999-09-09 Thread Michael Meskes
On Thu, Sep 09, 1999 at 12:32:18PM -0500, David Cureton wrote:
   Generally CD roms play audio cd's in the following way.

That's the way I expected. My problem is that I a) saw them add the cable
and b) it works under M$ Windows.

Michael

-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


CD player question

1999-09-08 Thread Michael Meskes
Could anyone please explain to me how the CD players put out the music?

It seems I'm having a problem with the sound card on one of my systems. I
have one with a isapnp Sounblaster that works fine. For instance I can use
play to play wav files, splay for MP3s, saytime tells me how late it is and
xfreecd as well as gtcd play the CD. The only thing that doens't seem to
work is emusic. But I didn't try more than just hitting PLAY on emusic so
there is a lot of room for missing configuration on my part.

My other system using an es1370 chip set PCI card that is (wherever
possible) identically configured. I have no problem playing WAVs and MP3
with play resp. splay. But that's about it. None of the CD players gives me
any output. But I also get no error message at all. And saytime produces
some static in the speaker. Now saytime uses /dev/audio while play/splay use
/dev/dsp, so this may explain thsi difference. but why doesn't /dev/audio
work? And why do all the CD players not say a word?

As a last note on teh PCI system all works well when using M$. Good sound
from the CD.

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Re: CD player question

1999-09-08 Thread Michael Meskes
On Wed, Sep 08, 1999 at 05:33:09PM +0200, Lex Chive wrote:
 There is a catch with the es1370 driver in the kernel: it does not support the
 /dev/dsp interface the way the other drivers do (eg you cant use 'cat
 myfile.au /dev/dsp' to produce sound).  If saytime try to use something like

I see. That may very well be the reason why saytime doesn't work. In fact
this is a minor problem. Saytime is a nice toy to impress someone knowing
nothing about computers but other than that, I don't use it much.

 that that might be the problem. I had the with ICQJava before I switched to
 the ALSA drivers (and before I switched to gnomeicu). Thus you might want to
 try the alsa drivers.

Thanks.

 As for your CD sound problem... afaik you dont even need the sound driver to
 get sound from our cd, if you plugged the cd audio cable correctly (but I
 suppose windoze players use this to make sound too, so the cable is probably
 not the problem). No clue on whats happening there. Did you make sure you

That's exactly what I thought. In fact I did see them plug the cable in.

 correctly specified the device to use?

It starts working with the CD. I can switch tracks etc. I just do not get
any music.

 I hope you can get things working :)

Thanks.

Michael

P.S.: Please CC me on replies.

-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


Re: hardware configuration questions

1999-09-04 Thread Michael Meskes
On Fri, Sep 03, 1999 at 09:56:06AM -0500, David Blackman wrote:
 Easiest way, spend 20 bucks buy OSS

But then I prefer free software a lot. Is there no way?

 you need to make a new kernel, disable ide cdrom support, and enable scsi
 emulation  scsi cdrom support

That's what I expected. Hopefully this works as well as the IDE support. :-)

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


hardware configuration questions

1999-09-03 Thread Michael Meskes
I'm trying to get my new hardware completely running under Debian. So far I
have encountered two problems.

1) I have no idea how to configure a PCI Soundblaster card. While this is
not a major problem I'd like to eventually play music on it. Since I have no
access to any recent HOWTO while playing with the machine at home, I don't
know if this is a FAQ.

2) I have an IDE CD writer but the only CD writing software I know
(cdrecord) wants a SCSI device. Can I go with a fake one here or do I need
other software? Hopefully this isn't a FAQ either.

Michael

P.S.: I'm not subscribed to this list, so please CC me if answering to the
list.

-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De   | Use PostgreSQL!


personal organizers

1999-07-21 Thread Michael Meskes
Anyone's using such a piece of hardware with Linux? I guess I have to have
some M$ Outlook compatibility for business stuff, but I'd also like to put
my personal mail on it that I do with mutt on Linux. Is this possible?

If so, which product is the best?

Michael

P.S.: Please CC me, since I'm not subscribed here.

-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: [EMAIL PROTECTED]  | Use PostgreSQL!


Something like M$ Outlook

1999-07-21 Thread Michael Meskes
Hi,

are there programs under Linux that can replace M$ Outlook? My company uses
Outlook not just for mail but also for appointments, jobs, etc. Everything
is stored in an Exchange-Server and every now and then we synchronize our
clients. I'd like to do exactly that with Linux, but other than email I do
not see the software needed for this.

Did I miss some interesting software?

Michael

P.S.: Please CC me since I'm not subscribed.

-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: [EMAIL PROTECTED]  | Use PostgreSQL!


MP3 to WAV?

1999-06-25 Thread Michael Meskes
Is there a tool that allows me to transform MP3 files back to WAV? 

Michael

P.S.: Please CC me on your answer since I'm not subsribed here.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: [EMAIL PROTECTED]  | Use PostgreSQL!


problem with sendmail

1999-02-20 Thread Michael Meskes
I've set up my sendmail daemon to just forward my mail to my provider's
smart relay host mail.online-club.de. It worked pretty well until earlier
this week. All of a sudden though I get messages like

Deferred: 451 [EMAIL PROTECTED]... Deferred by rule.

Obviously no mail goes out. I checked the relay host and sendmail tries to
deliver to post.strato.de. I never even heard about that domain. I just
talked to my provider (since this could have been a name server problem) and
they told me that strato is not their upstream provider. However, it is a
provider too. So all of a sudden my system tries to deliver mail through the
wrong companies smtp host. 

Does anyone have an idea how this could happen? No, I did not change any
software or configuration in between.

Thanks a lot in advance for any idea.

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: [EMAIL PROTECTED]  | Use PostgreSQL!


problem sending mail

1999-02-19 Thread Michael Meskes
I've set up my sendmail daemon to just forward my mail to my provider's
smart relay host mail.online-club.de. It worked pretty well until earlier
this week. All of a sudden though I get messages like

Deferred: 451 [EMAIL PROTECTED]... Deferred by rule.

Obviously no mail goes out. I checked the relay host and sendmail tries to
deliver to post.strato.de. I never even heard about that domain. I just
talked to my provider (since this could have been a name server problem) and
they told me that strato is not their upstream provider. However, it is a
provider too. So all of a sudden my system tries to deliver mail through the
wrong companies smtp host. 

Does anyone have an idea how this could happen? No, I did not change any
software or configuration in between.

Thanks a lot in advance for any idea.

Michael

P.S.: Please CC me on replies.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: [EMAIL PROTECTED]  | Use PostgreSQL!


bash programming question

1999-01-19 Thread Michael Meskes
Hi,

I have a small sh script that does essantially the following:

variable=`find . -print`

for file in $variable
do
some stuff
done

However, this does not work if there are blanks in the filename as $file
would be incomplete. I cannot simply use -exec for find either since I call
a function from the same script inside the loop. Finally I need to read some
input during this function, so simply piping the find results and reading
them via read doesn't work either. 

Does anyone have an idea how to do this? 

Michael

P.S.: Please CC me on your answer.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: [EMAIL PROTECTED]  | Use PostgreSQL!


graphic card again

1998-12-15 Thread Michael Meskes
I gave my Hercules card back and got a Matrox Millenium G200 instead. This
card is listed in the xfree list as being supported by the latest release.
Does anyone run a machine with this card to give me some info or
configuartions? I suppose it may not work with 3.3.2.3a but it should with
3.3.3.

Thanks

Michael

P.S.: Please CC me as I'm not subscribed here.
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: [EMAIL PROTECTED]  | Use PostgreSQL!


URGENT advice needed!

1998-12-14 Thread Michael Meskes
I just bought a new computer which is equiped with a Hercules Terminator
Beast. Does anyone know if this card is supported by Xfree? I can go back to
the store tomorrow and get a different card, in case it is not. But which §d
card is better suited to also run X on?

Michael
-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: [EMAIL PROTECTED]  | Use PostgreSQL!


Re: URGENT advice needed!

1998-12-14 Thread Michael Meskes
On Mon, Dec 14, 1998 at 03:11:46PM -0500, Shaleh wrote:
 In truth -- none.  Your best bet is to get a voodoo2 chipset and hold your
 breath.
 
 On 14-Dec-98 Michael Meskes wrote:
  I just bought a new computer which is equiped with a Hercules Terminator
  Beast. Does anyone know if this card is supported by Xfree? I can go back to
  the store tomorrow and get a different card, in case it is not. But which ?d
  card is better suited to also run X on?

I wasn't really precise. I do not need any 3D feature under X. All I want is
to use the machine under Linux as well as under M$. The 3D card is just for
the kids. I think I read somewhere XFree 3.3.3 works with TNT chips.

Michael

P.S.: Please CC me as I'm not subscribed to the debian-user list.

-- 
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: [EMAIL PROTECTED]  | Use PostgreSQL!


3D cards

1998-12-12 Thread Michael Meskes
Anyone using a Hercules Terminator 3D Beast with Debian? Does it work
without a problem, or which card should I better use?

Michael

P.S.: Please CC me as I'm not subscribed.
-- 
Dr. Michael Meskes, Manager of the Western Branch Office, Datenrevision GmbH
work: Cuxhavener Str. 36, D-21149 Hamburg, [EMAIL PROTECTED]
home: Th.-Heuss-Str. 61, D-41812 Erkelenz, [EMAIL PROTECTED]
Go SF49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


Hardware?

1998-10-07 Thread Michael Meskes
I'm about to buy a new machine and wonder for which hardware to go. It won't
be an expensive machine so I consider a cheap 3D AGP graphics card but
wonder which one can be used under X. Also what's the better buy for the
money, Pentium II or K6 II?

Michael

P.S.: Please CC me as I'm not subsribed here.

-- 
Dr. Michael Meskes  | Th.-Heuss-Str. 61, D-41812 Erkelenz | Go SF49ers!
Senior-Consultant   | business: [EMAIL PROTECTED] | Go Rhein Fire!
Mummert+Partner | private: [EMAIL PROTECTED] | Use Debian
Unternehmensberatung AG |  [EMAIL PROTECTED] | GNU/Linux!


Laptop

1998-03-27 Thread Michael Meskes
I'm going to buy a laptop in a month or two. I'd like to know which laptop
does work well with Debian. Since some of you run it on laptops, please tell
me which ones. But keep in mind, I'm buying it privately, so don't tell me
about high priced laptops. :-)

Michael

P.S.: Please CC me. I'm not subscibed here.
-- 
Dr. Michael Meskes, Project-Manager| topsystem Systemhaus GmbH
[EMAIL PROTECTED]| Europark A2, Adenauerstr. 20
[EMAIL PROTECTED]  | 52146 Wuerselen
Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux!  | Fax: (+49) 2405/4670-10


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


Re: shononascii

1997-01-14 Thread Michael Meskes
Luis Francisco Gonzalez writes:
 $ shownonascii `echo $MM_CHARSET` iso-8859-1.msg 
 Your font path appears to be correctly set.
 Running xterm to display text in iso-8859-1, please wait...

From shownonascii's source:

if test $1 = -e
then
shift
CMD=$*
RIGHTTERMCMD=$*
else
CMD=more $* /dev/null
RIGHTTERMCMD=more $*
fi

if test ! -z ${MM_CHARSET:-}
then
if test $MM_CHARSET = $CHARSET
then
$RIGHTTERMCMD
exit 0
fi
fi

Maybe MM_CHARSET is not equal to CHARSET?

Michael
-- 
Michael Meskes, Projekt-Manager  | [EMAIL PROTECTED], [EMAIL PROTECTED]
topsystem Systemhaus GmbH| Phone: (+49) 2405/4670-44
Europark A2, Adenauerstr. 20 | Fax:   (+49) 2405/4670-10
52146 Wuerselen  | Go SF 49ers! Use Debian GNU/Linux!


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


Re: Setting up Masquerading on Debian machines.

1997-01-02 Thread Michael Meskes
Rob Browning writes:
 Is there any reason that msquerading wouldn't work right using the
 current (unstable) debian packages?

No! I've set up a firewall with it and it works fine.

 I set up the host (the one actually connected to the internet via ppp)
 with the following network related commands (in addition to a ppp
 defaultroute):
 ...
   ipfwadm -F -p deny
   ipfwadm -F -a accept -m -S 192.168.1.0/24 -D 0.0.0.0/0 -W eth0

I think you have to use the external device here. Please try with the check
option of ipfwadm.

   ifconfig eth0 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255
   route add -net 192.168.1.0 netmask 255.255.255.0
   route add default gw 192.168.1.1 metric 1
 
 This doesn't work.  I can ping the host from the client, and the
 host can reach the internet via it's pppd defaultroute, but the client
 cannot reach the internet, so the host is not forwarding the
 masqueraded packets.

You could add a command after the above ones on the host to make it log the
denied packages:
 
ipfwadm -F -a deny -S 0.0.0.0/0 -D 0.0.0.0/0 -o

Michael

-- 
Michael Meskes, Projekt-Manager  | [EMAIL PROTECTED], [EMAIL PROTECTED]
topsystem Systemhaus GmbH| Tel: (+49) 2405/4670-44
Europark A2, Adenauerstr. 20 | Fax: (+49) 2405/4670-10
52146 Wuerselen  | Go SF 49ers! Use Debian GNU/Linux!


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


Re: shadow passwords

1996-09-12 Thread Michael Meskes
Bernard Leach writes:
 
 I am trying to locate a current set of packages that would
 upgrade a 1.1.7 system to use shadow passwords.

The shadow packages are in project/experimental. Most packages in rex are
already shadow aware.

 Also what is the Debian standpoint on shadow passwords?

Will be included in 1.2.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian GNU/Linux!| //_/  /_/  //\___/_/  //



Re: char-major-10

1996-09-11 Thread Michael Meskes
Boris Beletsky writes:
 listsadd in /etc/conf.modules:
 listsalias char-major-10 misc
 how about :
 alias char-major-10 off ?
 cause i realy don't have non serial mice

Yes, you should set all modules to off that get requested despite not being
available.

Michael
-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian GNU/Linux!| //_/  /_/  //\___/_/  //



Re: char-major-10

1996-09-11 Thread Michael Meskes
Bernd Eckenfels writes:
 Therefore there is one alias needed:
 
 alias char-major-10 misc
 
 Each single device with major 10 will be requested from kerneld with:
 
 char-major-10-%d, therefore the following aliases are needed in addition:
 
 alias char-major-10-0 busmouse
 alias char-major-10-1 psaux
 alias char-major-10-2 msbusmouse
 alias char-major-10-4 amigamouse
 alias char-major-10-5 atarimouse
 alias char-major-10-6 ?
 alias char-major-10-130 wdt (or softdog)
 alias char-major-10-131 wdt
 alias char-major-10-134 apm_bios
 alias char-major-10-135 rtc

Quite a lot of these are already built into the kerneld source (at least if
you use a fairly new one). Please tell me which of these aliases is missing
in the latest modules release.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian GNU/Linux!| //_/  /_/  //\___/_/  //



Re: ELF or a.out?

1996-08-30 Thread Michael Meskes
Niels writes:
 Some packages, among them workbone and symlinks, still provide an a.out
 binary in /usr/bin/, but no dependency on libc4 (workbone even depends on 
 libc5...).

symlinks is ELF for some time now. Just look for version 1.0-3.

Michael
-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: joe and lynx on a short terminal

1996-08-29 Thread Michael Meskes
Miquel van Smoorenburg writes:
 
 In article [EMAIL PROTECTED],
 Dale Scheetz  [EMAIL PROTECTED] wrote:
 I have a Data General dumb terminal hooked up to my linux box through a
 hard wired serial port. The terminal seems to provide 24 lines on the
 screen. Pine handles this fine, but joe and lynx behave as though there
 were one more line than there actually is. The behavior is that as you
 cursor down the screen (in joe), the previous line appears under the
 cursor as you move. Is there an environment variable that I can set to 24
 (or even smaller) that will make joe and lynx handle the screen correctly?
 
 Probably a terminfo problem. Your terminal may have auto-wrap (auto-margins)
 and terminfo says it doesn't, or vice verse. Also make sure that you do
 have the right terminfo entry: if you set term to linux its terminfo
 entry says it has 25 lines.

joe doesn't use terminfo. It comes with its own (very small) termcap file
and uses this. I never had the time to test joe with terminfo support
compiled in instead. The upstream author recommends to not use it anyway.

Michael
-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: procps 1.01a-1 problems

1996-08-26 Thread Michael Meskes
Hakan Ardo writes:
 
 Hi,
 I tested to install procps 1.01a-1, but after that all I get out of ps is:
 
 ps: can't load library 'libproc.so.1.01a'

This is a bug in the postinst. I don't know if it has been reported yet.
Will check that.

You should be able to work around it simply by installing it once again.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: gpm_1.06-3.deb: libgpm.so.* are missing

1996-08-26 Thread Michael Meskes
Martin Dinkloh writes:
 
 In gpm_1.06-3.deb the files libgpm.so.* are missing.
 
 I noticed this since mc wouldn't run anymore after updating to this package.
 I have not checked if there are any other files missing.

It's not missing it just got deleted due to a bug in the postinst. You
should be able to work around it by simply installing it once again.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: a4.sty and a4wide.sty

1996-08-26 Thread Michael Meskes
Hakan Ardo writes:
 Then there is the trouble with lyx. I have just started to try it out, and it 
 seems like it uses the sty approch, but it might be a misconfiguration of it
 to...

I use a4paper with LyX all the time without a problem. However, a4wide
doesn't work.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: lyx and fonts

1996-08-24 Thread Michael Meskes
Hakan Ardo writes:
  Sorry, there's only one: /usr/X11R6/man/man1/lyx.1.gz.
 
 Even taht one is missing...

Hmm, I have it. :-)

Try reinstalling the package.

 Well, I am using mfbasfnt 1.0-3. Because 1.0-4 is in the unstable 
 distrobutinge,
 and I thought that with unstable you ment not yet usable. But I am getting the

No. :-)

 feeling that the packages in there is perfectly OK to use. What is the general
 feeling about them? Do you allow dselect to update your packages as soon as a
 new version shows up in unstable, or how carefull do I have to be with them?

I usually use dftp so I don't know. :-)

Normally they work very well. If not there'll be another release pretty
soon.

 I can find no mfdcfnt package. I should be freely downloadable even if it is
 in the non-free distrobution, right?

Right. But maybe it wasn't on the mirror yet.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: How to use win32gcc

1996-08-23 Thread Michael Meskes
wilbert writes:
 Does anyone of you know how to use the win32gcc package? Did I miss some
 documenation or websites? Am I right when I assume that with this package
 I can compile and link c++ programs which are runnable on a windows
 machine?

You are completely correct. But you need cygwin.dll (on ftp.cygnus.com) to
be able to run the binaries.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: Not keeping correct time

1996-08-21 Thread Michael Meskes
Shaya Potter writes:
 
 I just noticed that my linux box dosen't seem to be keeping correct 
 time.  I tried running xntp to correct it, but it wouldn't work (does it 
 work behind firewalls?) Does anyone know of an efficient way to make my 
 linux box keep correct time?

If you don't want to go over the internet you could try adjtimex. This
package adjusts the kernel timex variable and makes your system keep the
time pretty well.

If it works well you should think about a BIOS write command (clock -w),
too.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: vfat/msdos depend on fat

1996-08-21 Thread Michael Meskes
Jean Orloff writes:
 Since I'm there: `ps` is also broken in my custom 2.0.0 kernel. It complains
 about being unable to find libproc.so. Any chance this may be cured at the 
 same
 time? I got into the trouble of making a custom kernel because of the PS/2
 mouse problem amply mentionned before...

Try re-installing the proc package. There may be a bug in the postinst.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: Netscape Library Error

1996-08-21 Thread Michael Meskes
Eric Liu writes:
 Problem: Typing 'netscape' yields
 netscape: can't load library 'libXpm.so.4'

Install xpm4.7. That'll help.

 The installations did not complain of missing dependencies.  I can't

Should we add one here? I think so.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: ALPHA: pe package - periodic execution

1996-08-19 Thread Michael Meskes
Christian Schwarz writes:
 I just rewrote my pe program and made a debian package. Here is what it's
 for:
 ...
 If this is useful for others too, I want to include it in the Debian
 distribution. I just tried to upload it to ftp.debian.org, but there is a

The site is master.debian.org anyway. If you have problems like this you
should write to debian-devel not debian.users.

 So for now I had just placed it on my web space. Every one can get it via
 =09http://www.informatik.tu-muenchen.de/~schwarz/pe_0.2-1_all.deb
 and the source is
 =09http://www.informatik.tu-muenchen.de/~schwarz/pe_0.2-1.tar.gz

Unfortunately it's not possible to get them. There's a permission problem.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: vfat/msdos depend on fat

1996-08-19 Thread Michael Meskes
Hamish Moffatt writes:
 I compiled a custom kernel last night, and made fat, msdos and vfat all
 modules. msdos and vfat depend on fat to operate, and it seems that
 /etc/modules gets processed later than mounting all file systems;

That's what the auto option is for.

 vfat gets inserted before fat, and hence doesn't work. I notice that
 the precompiled Debian kernel compiles FAT support in, not as a module.

Ah, please upgrade to modules_2.0.0-8. There's is a bug in depmod in version
-6 and -7. Unfortunately -8 is still in incoming, but you can get it from
feivel.informatik.rwth-aachen.de:/pub/debian.incoming.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: can't ifconfig dummy

1996-08-18 Thread Michael Meskes
Bill Roman writes:
 
 Why doesn't `ifconfig dummy songdog' work?  It tells me:
 SIOCSIFADDR: No such device

Try dummy0 instead!

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: lyx and fonts

1996-08-18 Thread Michael Meskes
Hakan Ardo writes:
 
 I'm trying to use lyx, and it works fine untill it invokes latex. Then it 
 seems to be using some fonts that I have not installed. Where can I find 
 those 
 fonts (listed below)? Acording to /usr/doc/lyx/debian.README.gz, ther should 
 also excist * several manpages, of which I can find non. I am using the 

Sorry, there's only one: /usr/X11R6/man/man1/lyx.1.gz.

 MakeTeXTFM dcr1000.tfm 
 ...

What Latex installation do you have? I assume you're using mfbasfnt 1.0-4.
If so the missing dc fonts are not suprising. They aren't in mfbasfmt
anymore but are seperately packaged in mfdcfnt, which unfortunately is
non-free.

Michael

-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: Tin+Suck

1996-08-16 Thread Michael Meskes
Gith writes:
 I've installed tin and suck as way to read newsgroups locally.
 The problem is, i haven't figured out how to use tin to read the
 newly downloaded articles. If someone is using the suck+tin 

I might be wrong on this, but isn't this a feature in tin that has yet to be
implemented? From the man page:

-R read   news   saved   by   the  -S  option  (not  yet
   implemented).

 combination for news, could you post here or e-mail me directly
 on how to do it..

Where is the advantage of using suck over using tin -S?

Michael
-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



Re: Latex (Quite long)

1996-08-15 Thread Michael Meskes
Kari Davidsson writes:
   I was just installing again Latex, after some accidental purging
 of my old Latex setup. Among the things that I installed are:
 
   latex   2e-7
   kpathsea2.6-2   Path searching tool.
   mfbasfnt1.0-4   Tex default fonts.
 .
 .
 (/usr/lib/texmf/tex/latex/base/t1enc.stykpathsea: Running MakeTeXTFM 
 dcr1200.tfm 
 Running MakeTeXPK dcr1200.tfm
 mf \mode:=nullmode; mag:=1; scrollmode; input dcr1200 \/dev/null
 This is METAFONT, Version 2.71 (C version 6.1)
 
 kpathsea: Running MakeTeXMF dcr1200.mf 
 ! I can't find file `dcr1200.mf'.
 * ...nullmode; mag:=1; scrollmode; input dcr1200
   

This is a well known problem with mfbasfnt. Please upgrade to version -5.
Note, that you have to install mfdcfnt, too, since the dc fonts are no
longer free.

That'll do it.

Michael
-- 
Michael Meskes   |_  __  
[EMAIL PROTECTED] |   / ___// / // / / __ \___  __
[EMAIL PROTECTED]  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
[EMAIL PROTECTED]|  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!| //_/  /_/  //\___/_/  //



  1   2   >