Re: use the serialport from perl

1999-03-16 Thread badpixel
On Mon, Mar 15, 1999 at 06:55:15PM -0600, John Hasler wrote:
 What version of pppd do you have?  pppd changes the permissions on the
 modem port for security reasons.  It didn't used to restore them properly,
 but as far as I know 2.3.5 does.

I use pppd 2.3.5 and the permissions look like:
0 crw-r--r--   1 root dialout4,  65 Mar 16 04:22 ttyS1
 
But i doesn't even work if i start the script as root!

-- 
michael legart, [EMAIL PROTECTED] muuuh.


use the serialport from perl

1999-03-15 Thread badpixel
Hi!

I'm trying to read callerid data from my modem with a perlscript. I open the
serialport with:

open (SERIALPORT, $device) or die arrrg! $!;

and this works fine just after a reboot. But! If i connect to the Internet for
a couple of minutes with pppd, disconnects again and start my script, it just
hangs at that line!  I can see it grabs the modem, but i cannot communicate 
with it - and as i said, the script just hangs. :(

Any ideas?

-- 
michael legart, [EMAIL PROTECTED]
sysadm, http://wiktor.dk


[gnome] panel just segfaults :(

1999-03-14 Thread badpixel
Hi!

I run linux 2.2.3 and potato, and i'm trying to install gnome. 
I used to packages from www.debian.org/~jules/gnome-stage2 or 
something like that, but panel (and gmc) just segfaults when i
try to start em.

Ä(~) panel

** CRITICAL **: file connection.c: line 973 (iiop_get_fd): assertion
`giop_connection-connection_type == GIOP_CONNECTION_IIOP' failed.
Segmentation fault (core dumped)

any ideas why?

-- 
michael legart, [EMAIL PROTECTED]
kaffe? http://image.dk/~badpixel/kaffe/


cdda ripping with Pioneer CD-ROM ATAPI Model DR-A02S 0107

1998-08-24 Thread michael/badpixel
hi!

i have a Pioneer CD-ROM ATAPI Model DR-A02S 0107 24x cdrom
drive, and would like to use it, for copying some audio from
cd's to wave.

i tried cdparanoia, but it makes the kernel go crazy!

-- 
hdc: irq timeout: status=0xd0 { Busy }
hdc: DMA disabled
hdc: ATAPI reset complete

ATAPI device hdc:
  Error: Illegal request -- (Sense key=0x05)
  Logical block address out of range -- (asc=0x21, ascq=0x00)
  The failed Read CD packet command was:
  be 04 00 02 d1 dd 00 00 01 f8 00 00 
hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdc: packet command error: error=0x50
---
anyone know what could course this?   

-- 
michael/badpixel Never make any mistaeks.


Re: awe64, how?

1998-06-28 Thread michael/badpixel

 http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/soundblaster.html

thanks!
 
 The howto is also on sunsite and mirrored everywhere.

i claims to have read the howto, but :)
 
 Alsa is definitely not for you. It is a development project and has only
 limited support for SB cards (as for any cards).
 (Note: I *love* alsa and will work on it... it is just not what your friend
 may want).

yea.. i use it for my gus pnp :)
 
 The standard sb16 driver will work but not support all features of your
 card. Please see my howto, too.

well, some sound would be enugh :)

[EMAIL PROTECTED]
 badpixel of bad sector  utchi, utchi, utchi, utchi, utchi!
[EMAIL PROTECTED]   


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


awe64, how?

1998-06-27 Thread michael/badpixel
hi!

one of my friends are trying to use his awe64 with linux...
does anyone know what to use? can he use the standart sb16 driver in the
kernel? what about alsa .. please send config files :)

thanks!

michael/badpixel!  www.debian.org
[EMAIL PROTECTED]


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


Re: init scripts using ipchains..?

1998-06-03 Thread Michael \[badpixel / bad sector\]
 netbase 3.09-1 (in hamm) includes ipchains, including all documentation
 (and /etc/init.d/netbase has a spoof protection setup)

oki doki .. i guess i missed that..

but what about ipmasq? i guess im not smart enugh ;)

i need to masq packets from eth0 (192.168.0.x) to ppp0

[EMAIL PROTECTED]dont fear the penguins..!
 badpixel of bad sectorwww.nerd.dk/penguins/
[EMAIL PROTECTED]   ...and may the source be with you ...



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


init scripts using ipchains..?

1998-06-02 Thread Michael \[badpixel / bad sector\]
hi!

does anyone have network init scripts, that uses ipchains for ip spoofing
protection etc.?

i would also like to see how ip_masq i done using ipchains! :)

thanks!

[EMAIL PROTECTED]dont fear the penguins..!
 badpixel of bad sectorwww.nerd.dk/penguins/
[EMAIL PROTECTED]   ...and may the source be with you ...



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


Re: the problem with g++

1998-04-11 Thread Michael \[badpixel / bad sector\]
At 15:46 10-04-98 -0400, you wrote:

Then the build system is messed up for what you're building.  You can try
installing egcc as well and use 
export CC=egcc
export CXX=g++

hmm.. sorry - doesn't work either! :(

regards,

badpixel of bad sector
[EMAIL PROTECTED]
www.image.dk/~badpixel/


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


qt compile problem after upgrade to libc6

1998-04-10 Thread Michael \[badpixel / bad sector\]

hi!

i have alot of problems compiling things, after i have 
upgraded to libc6 (from debian 1.3.1)

the programs, that i can't compile now compiled
before, without problems.

gcc: installation problem, cannot exec c1plus': No such file or directory

i can't compile qt 1.31 ...

locate cc1plus says: /usr/lib/gcc-lib/i486-linux/egcs-2.90.27/cc1plus

have i forgot to upgrade something? ... it compiled on my debian 1.3.1
before.

hm... looks like my problem is with qt only .. and kde

regards,

badpixel of bad sector
[EMAIL PROTECTED]
www.image.dk/~badpixel/


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


Deltree command?

1998-02-22 Thread Michael \[badpixel/bad sector\]
Hi!

Is there a deltree command in linux? ... or what parameters does 
rmdir need to remove all files and subdirectories under a directory?


regards,

b a d p i x e l  of  bad sector
[EMAIL PROTECTED]
icq uin: 2565176
---


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


Webmail ... a script for a pop3 server?

1998-01-22 Thread Michael \[badpixel/bad sector\]
Hi!

I have this pop3/smtp mailserver and would like to give users access 
to their pop3 mailboxes + send emails via. their webbrowser. Just 
like hotmail. It just doesn't have to be that advanced... Users just 
need to be able to login, read their mail, and send emails

Is it possible? ... for free? :)

btw. the server is also running apache webserver


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


Libc6 (again) - missing files

1998-01-10 Thread Michael \[badpixel/bad sector\]
Hi!

Now I'we got libc6 installed! :) ... but it still gives me some 
problems.

Here's one of them:

In file included from lxdialog.c:22:
dialog.h:29: curses.h: No such file or directory
make[1]: *** [lxdialog.o] Error 1
make[1]: Leaving directory
/usr/src/kernel-source-2.0.32/scripts/lxdialog' make: *** [menuconfig]
Error 2

I show up, when I try to do make menuconfig or make xconfig I can 
do a make config thoug. AND compile and install the kernel. Am I 
missing som dev files?

Also ... when i try to install ie. Netscape 3, it runs a little 
script, but stop with the error: unknow function mulk That error 
also show when i try to install the enlightenment package...

Any ideas?

Thanks!


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


netscape install - unknown function mulk (or mulc)

1998-01-10 Thread Michael \[badpixel/bad sector\]
Hi!

I have a litle problem with subject...

I am very sorry for asking all these stupid questions.


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


make xconfig - unknown command: wish

1998-01-10 Thread Michael \[badpixel/bad sector\]
Hi!

Which package do i install know? :)


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


The Debian Gnu logo?

1998-01-10 Thread Michael \[badpixel/bad sector\]
Hi!

Is there a site, where I can get the Debian logo in different 
sizes/formats?


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


Re: Upgrade to libc6...

1998-01-09 Thread Michael \[badpixel/bad sector\]
Hi!

  Just wondering how to uprade to libc6? Do I just install the libc6 package,
  or do I have to reinstall my hole system? ...
 
 http://www.debian.org/devel/libc5-libc6-Mini-HOWTO.html

Ok ... but I just have a little problem (i think!) :)

the libc6 package conflicts with libc5,and when i tries to remove 
libc5 a lot of programs depends on that...
 


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