Re: Mozilla/Firefox "PostScript/default" security problems

2004-07-06 Thread Michael B Allen
On Mon, 05 Jul 2004 21:56:14 -0500 Reid Priedhorsky <[EMAIL PROTECTED]> wrote: > Hello all, > > I have just discovered that the Mozilla and Firefox old-style printing > option "PostScript/default" is gone. Apparently we are now supposed to use > the Xprint printing stuff; unfortunately, Xprint is

Re: office suite capable of importing/converting applixware aw & ag files?

2004-07-06 Thread Erik Christiansen
On Mon, Jul 05, 2004 at 08:40:31PM +0100, stephen parkinson wrote: > my applix was purchased approx 4-5 yrs ago Last time I looked for an upgrade, it appeared to be no longer supported. (I'd be happy to be proven wrong) > i tgz'd the applix dir and now uncompressed on a libranet 2.8.1 box,

I'm too stupid to use find, can someone help me out, please?

2004-07-06 Thread Joerg Johannes
Hi everybody I'd like to delete all symbolic links in a directory. I thought I'm smart and use find for that instead of doing it manually. OK. The find man page says (snipped): -type c File is of type c: l symbolic link So far so good. [EMAIL PROTECTED]:/tmp/$ find . -type

Re: I'm too stupid to use find, can someone help me out, please?

2004-07-06 Thread Rick Pasotto
On Tue, Jul 06, 2004 at 10:36:06AM +0200, Joerg Johannes wrote: > Hi everybody > > I'd like to delete all symbolic links in a directory. I thought I'm > smart and use find for that instead of doing it manually. OK. The find > man page says (snipped): > > -type c File is of type c: l symboli

PHP- getimage size

2004-07-06 Thread M Suadi-Lonien
Hi all, been having the prob for sometimes now after updating/upgrading. The PHP getimagesize doesn't work anymore under my local webserver.But the same code works just fine for the webserver on the Net. Any hints? Debian SID Apache 1.3.31.12 PHP 4.3.4-4 Thx MSL -- To UNSUBSCRIBE, email to

Re: beep in console

2004-07-06 Thread Michael Alle
"Scetbon Cyril" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I run scripts in my crontab but i'm not able to generate a beep in > console mode. > I tried echo -e '\a' but no success while I can use sound. > Is there a pbm with my PC Speaker ? > try adding > /dev/console

Re : L 90 90 90 90 90

2004-07-06 Thread Owen Jones
Sorry spelling mistake was mine. default is spelt correctly, here is the lilo.conf again :   lba32boot=/dev/hdaroot=/dev/hda1install=/boot/boot-menu.bmap=/boot/mapdelay=20vga=normaldefault=Linuximage=/vmlinuzlabel=linuxread-onlyimage=/vmlinuz.oldlabel=linuxoldread-onlyoptional   And here is the

How to run the system in a ramdisk after booting from hda ?

2004-07-06 Thread Michael Alle
Hi ! How can I transfer the current running system which booted from hda to a ramdisk and unmount all local filesystems ? I want to setup a server, which gets its power supply from an UPS, but this ups can´t tell the machine whether commercial power is lost/restored, though a shutdown is not poss

Re: I'm too stupid to use find, can someone help me out, please?

2004-07-06 Thread Joerg Johannes
Am Di, den 06.07.2004 schrieb Rick Pasotto um 10:49: > On Tue, Jul 06, 2004 at 10:36:06AM +0200, Joerg Johannes wrote: > > This is not so clear anymore. But I think I understand that > > > > [EMAIL PROTECTED]:/tmp/$ find . -type l -exec rm {}; > > > > should do what I want. But I get an error me

Re: I'm too stupid to use find, can someone help me out, please?

2004-07-06 Thread Darryl Luff
Joerg Johannes wrote: I'd like to delete all symbolic links in a directory. I thought I'm smart and use find for that instead of doing it manually. OK. The find man page says (snipped): ... [EMAIL PROTECTED]:/tmp/$ find . -type l -exec rm {}; should do what I want. But I get an error message saying

Re: Unidentified subject!

2004-07-06 Thread David Fokkema
Hi John, On Mon, Jul 05, 2004 at 11:19:58PM +0100, JOHN WALL wrote: > Thanks for your help, I booted up and was asked for the > user name and password, this I gave and then typed in > tasksel, I chose X window and desk top environment and > chose finish and got this report on screen. > E:could not

vmware packaged as .deb

2004-07-06 Thread William Ballard
The guy who packages ATI fglrx drivers for Debian (http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html) is a godsend. Has anybody ever done a similar sort of thing to VMWare? It would be highly useful. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Re: I'm too stupid to use find, can someone help me out, please?

2004-07-06 Thread Martin Dickopp
Joerg Johannes <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED]:/tmp/$ find . -type l -exec rm {}; In addition to what others have said, may I suggest the following: find . -type l -print0 | xargs -0r rm It is more efficient as it doesn't spawn a new "rm" process for every link to be deleted.

loading TSO firmware for tg3

2004-07-06 Thread martin f krafft
So 2.6.7 does not support TSO for the Tigon3 chipset anymore. During initialisation, the tg3 driver *does* try to load the firmware: tg3.c:v3.3 (April 27, 2004) tg3: tg3_request_firmware (eth%d): Couldn't get firmware "tg3/tso-1.4.0". tg3: eth%d: Firmware "tg3/tso-1.4.0" not loaded; continui

Info Reqd on Debian TE 1.08

2004-07-06 Thread Vikram
Where can i get info o Debian TE 1.08? Is it a Telecom Extension based Debian Version ? TIA ~Vikram -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

MIMEDefang Notification

2004-07-06 Thread MIMEDefang
An e-mail you sent with message-id NOQUEUE was modified by our mail scanning software. The recipients were: <[EMAIL PROTECTED]> Here are the details of the modification: An attachment named message.scr was removed from this document as it constituted a security hazard. If your recipient require

Re: office suite capable of importing/converting applixware aw & ag files?

2004-07-06 Thread Ilkka Lindroos
On Monday 05 July 2004 22:40, stephen parkinson wrote: > got caught by proprietary file formatting :-) > > so do i build & install libstdc++2.8 sources or hope for > a open source program that will import applix aw/ag files ? You could try Koffice. It has some kind of support for Applix Words and

Re: vmware packaged as .deb

2004-07-06 Thread Gregory Seidman
On Tue, Jul 06, 2004 at 03:20:02AM -0700, William Ballard wrote: } The guy who packages ATI fglrx drivers for Debian } (http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html) } is a godsend. } } Has anybody ever done a similar sort of thing to VMWare? It would be } highly useful

Re: vmware packaged as .deb

2004-07-06 Thread David Fokkema
On Tue, Jul 06, 2004 at 03:20:02AM -0700, William Ballard wrote: > The guy who packages ATI fglrx drivers for Debian > (http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html) > is a godsend. > > Has anybody ever done a similar sort of thing to VMWare? It would be > highly useful

Re: vmware packaged as .deb

2004-07-06 Thread William Ballard
On Tue, Jul 06, 2004 at 08:01:41AM -0400, Gregory Seidman wrote: > On Tue, Jul 06, 2004 at 03:20:02AM -0700, William Ballard wrote: > } The guy who packages ATI fglrx drivers for Debian > } (http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html) > } is a godsend. > } > } Has anybo

Re: vmware packaged as .deb

2004-07-06 Thread Gregory Seidman
On Tue, Jul 06, 2004 at 05:13:32AM -0700, William Ballard wrote: } On Tue, Jul 06, 2004 at 08:01:41AM -0400, Gregory Seidman wrote: } > On Tue, Jul 06, 2004 at 03:20:02AM -0700, William Ballard wrote: } > } The guy who packages ATI fglrx drivers for Debian } > } (http://xoomer.virgilio.it/flavio.st

Re: vmware packaged as .deb

2004-07-06 Thread Thomas Adam
--- William Ballard <[EMAIL PROTECTED]> wrote: Just some tips on using find: > rm -r `find /usr/local -name '*vmware* -type d` find /usr/local -name '*vmware*' -exec rm -rf {} \; > rm `find /usr/local -name '*vm{ware,net,-support}*' -type f` (encompasses the above) > rm -r /etc/vmware -- Th

Re: Unidentified subject!

2004-07-06 Thread Kent West
David Fokkema wrote: Hi John, On Mon, Jul 05, 2004 at 11:19:58PM +0100, JOHN WALL wrote: Thanks for your help, I booted up and was asked for the user name and password, this I gave and then typed in tasksel, I chose X window and desk top environment and chose finish and got this report on screen

Re: Re : L 90 90 90 90 90

2004-07-06 Thread Kent West
Owen Jones wrote: And here is the print out from running a test (sbin/lilo -t) Added Linux * Skipping /vmlinuz.old The Boot Sector and the map file have *NOT* been altered that doesnt soun good does it? any ideas it is something wrong with my lilo.conf?? That's okay, because you used the -t o

Re: Copyright/License of Debian Constitution

2004-07-06 Thread Juha Siltala
On 2004-07-05, Carl Fink <[EMAIL PROTECTED]> wrote: > On Mon, Jul 05, 2004 at 02:55:28PM -0400, Travis Crump wrote: > >> a) Go try and 'reword' a book and try to pass it off as your own. > > Perfectly legal. Note that WEST SIDE STORY is not ROMEO AND JULIET > for copyright purposes. Yes, ROMEO is

Re: Unidentified subject!

2004-07-06 Thread David Fokkema
On Tue, Jul 06, 2004 at 07:58:34AM -0500, Kent West wrote: > David Fokkema wrote: > > >Hi John, > > > >On Mon, Jul 05, 2004 at 11:19:58PM +0100, JOHN WALL wrote: > > > > > >>Thanks for your help, I booted up and was asked for the > >>user name and password, this I gave and then typed in > >>tasks

Re: Unidentified subject!

2004-07-06 Thread Kent West
David Fokkema wrote: On Tue, Jul 06, 2004 at 07:58:34AM -0500, Kent West wrote: David Fokkema wrote: On Mon, Jul 05, 2004 at 11:19:58PM +0100, JOHN WALL wrote: E:could not open lock file/var/lib/dpkg/lock-open(13 Permission) E:unable to lock the administration directory(/var/lib/dpkg

Re: Unidentified subject!

2004-07-06 Thread Thomas Adam
--- Kent West <[EMAIL PROTECTED]> wrote: > John: You can fix this, but since you don't have anything important on > your system (presumably) yet, you could take this opportunity to Reinstall? You have gone mad. Learning from the experience is far more beneficial than placating the situation.

Attachment Received Autoreply

2004-07-06 Thread Virus Research
This is an autoreply based on a message received from you. Thank you for your file-sample. We will review your email and either send you a response or forward to the appropriate contact. If you have sent us a file which contains a possible virus please insure that it is compressed in a pa

Re: Unidentified subject!

2004-07-06 Thread Kent West
Thomas Adam wrote: --- Kent West <[EMAIL PROTECTED]> wrote: John: You can fix this, but since you don't have anything important on your system (presumably) yet, you could take this opportunity to Reinstall? You have gone mad. Learning from the experience is far more beneficial than plac

Re: vmware packaged as .deb

2004-07-06 Thread Reid Priedhorsky
On Tue, 06 Jul 2004 14:20:09 +0200, William Ballard wrote: > > And manually doing things like > rm -r `find /usr/local -name '*vmware* -type d` > rm `find /usr/local -name '*vm{ware,net,-support}*' -type f` > rm -r /etc/vmware You can use stow to solve this problem. Even though vmware appears to

Burning bootable DVDs

2004-07-06 Thread C. Tresenriter
I have downloaded the DVD version of Sarge and am looking for info on how to burn it to a disc from the command line. >From what I've found so far, cdrecord is probably not capable of doing this and at the price of DVDs, I'd rather not make too many coasters. Anyone have some advice/links on the to

Re: Unidentified subject!

2004-07-06 Thread David Fokkema
On Tue, Jul 06, 2004 at 09:04:55AM -0500, Kent West wrote: > Thomas Adam wrote: > > >--- Kent West <[EMAIL PROTECTED]> wrote: > > > > > > > >>John: You can fix this, but since you don't have anything important on > >>your system (presumably) yet, you could take this opportunity to > >> > >>

IMPORTANT WARNING! Re: I'm too stupid to use find, can someone help me out, please?

2004-07-06 Thread Hendrik Boom
On Tue, Jul 06, 2004 at 10:36:06AM +0200, Joerg Johannes wrote: > > [EMAIL PROTECTED]:/tmp/$ find . -type l -exec rm {}; > By now other have answered your wustion, but: VERY IMPORTANT: when yo are debugging a shell command like this one, se the echo command instead of the rm command. That wa

Re: IMPORTANT WARNING! Re: I'm too stupid to use find, can someone help me out, please?

2004-07-06 Thread Joerg Johannes
Am Di, den 06.07.2004 schrieb Hendrik Boom um 16:39: > On Tue, Jul 06, 2004 at 10:36:06AM +0200, Joerg Johannes wrote: > > > > [EMAIL PROTECTED]:/tmp/$ find . -type l -exec rm {}; > > > > By now other have answered your wustion, but: > > VERY IMPORTANT: > > when yo are debugging a shell comma

postfix trusted network

2004-07-06 Thread Frank Kaldewey
Hi postfix has to relay mails from a webserver(win2k) in LAN to WAN. webserver 192.168.1.150 mailserver/postfix 192.168.1.100 I edit in etc/postfix/main.cf mynetworks = 192.168.1.0/28, 127.0.0.0/8 so postfix will accept mails from all host of this network and relay them. but mails not rela

Re: postfix trusted network

2004-07-06 Thread Lukas Ruf
> Frank Kaldewey <[EMAIL PROTECTED]> [2004-07-06 16:43]: > > Hi > > postfix has to relay mails from a webserver(win2k) in LAN to WAN. > > webserver 192.168.1.150 > > mailserver/postfix 192.168.1.100 > > I edit in etc/postfix/main.cf > > mynetworks = 192.168.1.0/28, 127.0.0.0/8 > do you ha

Re: vmware packaged as .deb

2004-07-06 Thread Zenaan Harkness
On Tue, 2004-07-06 at 22:34, Thomas Adam wrote: > --- William Ballard <[EMAIL PROTECTED]> wrote: > > Just some tips on using find: > > > rm -r `find /usr/local -name '*vmware* -type d` > > find /usr/local -name '*vmware*' -exec rm -rf {} \; I recommend learning 'xargs' (higher performance when

Write access on mounted drives

2004-07-06 Thread LeRoux van Wyk
Hi there I'm trying to mount my a samba share for read and write access by a normal user. Can anybody shed some light on the subject for me. I've tried smbmount //server/share /mnt/share uid=user rw -o username=user1 It asks me for a password and then mounts the drive, but as a normal user

Re: Re: How do i configure XF86Config-4 for a iD865glc desktop system

2004-07-06 Thread Eric van Rheenen
On Mon, 2004-07-05 at 19:04, Bob Proulx wrote: > Eric van Rheenen wrote: > > I have a PC with an Intel D865GLC motherboard and i'm running > > Debian Linux 2.4.26. > > Sounds reasonable. > > > The problem i stil have is how to configure the video chip. Which > > driver should i choose within XF8

Re: add install-script to a boot-cd

2004-07-06 Thread Sven Hoexter
On Mon, Jul 05, 2004 at 11:48:19AM +0200, Oliver Braun wrote: > Hi, > > I want to add my own install-script for my own special programm to an > original debian boot-cd, so that this script automatically will be started > after normal debian installation has been finished. > > What do i have to do

Re: Copyright/License of Debian Constitution

2004-07-06 Thread John Hasler
Juha Siltala writes: > Remember when a novel called "Wind Done Gone" or some such was written by > a female black Southern author? Mitchell's family were upset. And lost the lawsuit they filed. The resolution process in the Debian constitution is an _idea_. Copyright does not protect ideas. Jus

Re: Copyright/License of Debian Constitution

2004-07-06 Thread Carl Fink
On Tue, Jul 06, 2004 at 12:52:48PM +, Juha Siltala wrote: > On 2004-07-05, Carl Fink <[EMAIL PROTECTED]> wrote: > > Perfectly legal. Note that WEST SIDE STORY is not ROMEO AND JULIET > > for copyright purposes. Yes, ROMEO is in public domain ... but WSS > > is not, which it would be if it we

Re: Write access on mounted drives

2004-07-06 Thread Zane Dodson
On Tue, Jul 06, 2004 at 06:48:32PM +0200, LeRoux van Wyk wrote: | Hi there | | I'm trying to mount my a samba share for read and write access by a | normal user. Can anybody shed some light on the subject for me. I've | tried | | smbmount //server/share /mnt/share uid=user rw -o username=user1 |

pppoa package available?

2004-07-06 Thread Russell D Cook
Hello all, DSL recently became available in my rural area, and I subscribed. I use a linux stable machine as a firewall and gateway for my home lan, accessing the dsl modem via an ethernet port. My provider advises me that they will be changing over to ATM soon, and will be providing me a new

Re: pppoa package available?

2004-07-06 Thread Lukas Ruf
> Russell D Cook <[EMAIL PROTECTED]> [2004-07-06 17:07]: > > My provider advises me that they will > be changing over to ATM soon, and will be providing me a new modem. I assume that the interface will remain the same between the modem and your computer, i.e. ethernet. wbr, Lukas -- Lukas Ruf

$B7zC[%Q!<%9$,0B$/Aa$/(B

2004-07-06 Thread persstudio
$B=kCf$*8+Iq$$?=$7>e$2$^$9(B $B%$%s%?!<%M%C%H$G5.<[EMAIL PROTECTED](B $BEv%9%?%8%*$N;E;v$r>R2pCW$7$?$/%a!<%kCW$7$^$7$?!#(B $B!~;E;v$r1_3j$K7h$a$k$*yB?Eo%Q!<%9!&%S%k%Q!<%9#3! K|1_$+$i!*(B $B!zJ#?tKg?t$NJ}!"99$K%5!<%S%92A3J4|4VCf$G$9!*(B $B"#@'Hs%/%j%C%/$7$F#H#P$4Mw2<$5$$"#(B (Bhttp://www

Re: arts problems

2004-07-06 Thread Justin Guerin
On Friday 02 July 2004 15:42, Roy Pluschke wrote: > Hi, > > I'm running sid with a 2.6 kernel and recently have noticed that the > sound quality through juk is horrible. I investigated further and it > seems to be an arts problem (all other apps which don't use arts sound > fine). I've tried modi

Re: Kernel 2.6 and sound ymfpci

2004-07-06 Thread Christoph Sticksel
Silvan wrote: > On Sunday 04 July 2004 01:14 pm, Christoph Sticksel wrote: > >> Everything sound-related is loaded and lsmod shows a whole bunch of snd_* >> modules, snd, soundcore, opl3sa2 and ad1848 are there as well. > >> If I do a "modprobe -r opl3sa2" and reload it with "modprobe opl3sa2" I

Re: postfix trusted network

2004-07-06 Thread Frank Kaldewey
hi, this is my main.cf that comes with the debian-postfix package: # see /usr/share/postfix/main.cf.dist for a commented, fuller # version of this file. # Do not change these directory settings - they are critical to Postfix # operation. command_directory = /usr/sbin daemon_directory = /usr/lib/po

Re: signature check failed

2004-07-06 Thread Richard Wilbur
On 2004.07.02 11:29, Andreas Janssen wrote: Richard Wilbur (<[EMAIL PROTECTED]>) wrote: > I've been trying off and on to install Debian Woody from CD base + > network apt (under dselect) I have had good luck downloading > and rotten luck installing packages downloaded. ... > "Authenticating

Re: How do i configure XF86Config-4 for a iD865glc desktop system

2004-07-06 Thread David Fokkema
On Tue, Jul 06, 2004 at 04:56:35PM +0200, Eric van Rheenen wrote: > On Mon, 2004-07-05 at 22:11, David Fokkema wrote: > > On Mon, Jul 05, 2004 at 04:33:59PM +0200, Eric van Rheenen wrote: > > > Hello, > > > > > > I have a PC with an Intel D865GLC motherboard and i'm running > > > Debian Linux 2.4.

Re: pppoa package available?

2004-07-06 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Russell D Cook <[EMAIL PROTECTED]> wrote: > DSL recently became available in my rural area, and I subscribed. I >use a linux stable machine as a firewall and >gateway for my home lan, accessing the dsl modem via an ethernet port. >My provider advises me that the

Re: postfix trusted network

2004-07-06 Thread Lukas Ruf
Frank, please do not top-post. See for a short explanation. > Frank Kaldewey <[EMAIL PROTECTED]> [2004-07-06 17:35]: > > Lukas Ruf wrote: > > >>Frank Kaldewey <[EMAIL PROTECTED]> [2004-07-06 16:43]: > >> > >>Hi > >> > >>postfix has to relay mails from a webserve

Re: signature check failed

2004-07-06 Thread Chris Metzler
On Tue, 6 Jul 2004 09:13:09 -0600 Richard Wilbur <[EMAIL PROTECTED]> wrote: > > When did the policy of releasing normal Debian packages without > signatures begin? Was it before or after the release of "Woody"? My understanding is that it began when Debian began. Individual "official" Debian

xrandr extensions as normal user

2004-07-06 Thread Pietro
Hi, I've searched the archives for analogous problem, but found nothing, so forgive me if the question has already been asked! This is the problem: if I run startx as root the xrandr extensions runs, but if I run startx as normal user they do not run: [EMAIL PROTECTED] pietro]$ xrandr Xlib: exten

Re: vmware packaged as .deb

2004-07-06 Thread William Ballard
On Tue, Jul 06, 2004 at 08:31:29AM -0400, Gregory Seidman wrote: > Um, vmware has a perfectly good uninstall script. It works nicely. > Furthermore, the vmware install script will move an old version out of > the way. Oh, didn't know that, that's useful. -- To UNSUBSCRIBE, email to [EMAIL PROTE

Re: vmware packaged as .deb

2004-07-06 Thread William Ballard
On Tue, Jul 06, 2004 at 01:34:20PM +0100, Thomas Adam wrote: > --- William Ballard <[EMAIL PROTECTED]> wrote: > > Just some tips on using find: > > > rm -r `find /usr/local -name '*vmware* -type d` > > find /usr/local -name '*vmware*' -exec rm -rf {} \; Oh lord, I've opened the can of worms.

Re: vmware packaged as .deb

2004-07-06 Thread Lukas Ruf
> William Ballard <[EMAIL PROTECTED]> [2004-07-06 18:28]: > > command must support reading args from stdin. > that's not fully true. xargs yes, but assume rm. See the man page of xargs. wbr, Lukas -- Lukas Ruf | Wanna know anything about raw | | IP? ->

Re: on sarge xine crashes X

2004-07-06 Thread Darryl Luff
Kent West wrote: Sven Heinicke wrote: About a week ago a new XFree86 came out for sarge. Since the xine (and gxine) crashes X, and I get no useful error messages. I had xine crashes also. I found that by deleting my ~/.xine directory the crashing problem went away. I'm also having this proble

Re: Copyright/License of Debian Constitution

2004-07-06 Thread Juha Siltala
On 2004-07-06, John Hasler <[EMAIL PROTECTED]> wrote: > Juha Siltala writes: >> Remember when a novel called "Wind Done Gone" or some such was written by >> a female black Southern author? Mitchell's family were upset. > > And lost the lawsuit they filed. Sure, I seem to remember that much. Just a

Re: Copyright/License of Debian Constitution

2004-07-06 Thread Rob Weir
On Mon, Jul 05, 2004 at 04:32:19PM -0400, Carl Fink said > On Mon, Jul 05, 2004 at 02:55:28PM -0400, Travis Crump wrote: > > > a) Go try and 'reword' a book and try to pass it off as your own. > > Perfectly legal. Note that WEST SIDE STORY is not ROMEO AND JULIET > for copyright purposes. Yes,

USB newbie needs help

2004-07-06 Thread Torsten Schrammen
hi @ all (please be patient with me for my bad english) if ve got a debian woody running with an asus p2b as samba sever. now i like to get cups running with usb and a canon bjc 6100 ( a parport lp0 kyocera printer works fine with cups) if ve compiled some kernels (2.4.18 / 2.4.23 / 2.4.26 and

Re: ldd output

2004-07-06 Thread Rob Weir
On Sun, Jul 04, 2004 at 02:47:37AM -0400, Arthur E. Conrad said > in the following case is > does [libcrypt.so.1 => /lib/libcrypt.so.1 (0x40034000)] == [libcrypt.so.1 => > /lib/libcrypt.so.1 (0x40154000)] I'm no elf expert, but I'm pretty sure that they're refering to the same library loaded at a

Re: Perl Apache::Session

2004-07-06 Thread Rob Weir
On Sun, Jul 04, 2004 at 06:36:40AM -0400, Tom Allison said > I was looking but not finding the following: > > Apache::Session::CacheAny > > in the deb's. Just to be certain, does anyone know if this is available > as a deb (and I'm using bad search terms) You can search for individual files i

Re: Mozilla/Firefox "PostScript/default" security problems

2004-07-06 Thread Alan Shutko
Reid Priedhorsky <[EMAIL PROTECTED]> writes: > 1. It was broken for some people. > > Fine, but Xprint is broken for me and now I can't print. I don't > think it's appropriate to remove a feature until its replacement is > stable and useable by everyone who could use the old feature. Personally,

Re: jewel for lcd users

2004-07-06 Thread Alan Shutko
Carl Fink <[EMAIL PROTECTED]> writes: > It turns off any monitor that supports APM. It's cool, but it's not > just for LCD users. And typically, it works better for desktop systems (crt or lcd) than for laptops. While I'm sure there are some laptops this works on, I haven't owned one. -- Alan

Unable to handle kernel paging request...

2004-07-06 Thread Luke A. Kanies
Hi all, I am having problems with two 2.6 kernel modules, 3c59x and emu10k. Both of them fail with the same error: "Unable to handle kernel paging request at virtual address ", along with a dump of some extra info like a Call Trace, finally ending in a Segmentation fault (I'm assuming it's mo

Re: moving an installed Debian system onto RAID-1

2004-07-06 Thread Debian User
Hi Robert, I just succesfully completed a 3-day crusade against my scsi chain. At the end it turns out all I needed was a black goat and some incense. Your problem sounds similar too mine, boot stops right before or during mounting the / fs , with messages it cannot read from the disk from vario

Re: Unable to handle kernel paging request...

2004-07-06 Thread Thomas Adam
--- "Luke A. Kanies" <[EMAIL PROTECTED]> wrote: > at virtual address ", along with a dump of some extra info like a > Call Trace, finally ending in a Segmentation fault (I'm assuming it's > modprobe or insmod that's getting the segfault). I'm running debian > unstable. So install 'ksymoops'

Debian Woody login problem

2004-07-06 Thread wren argetlahm
Okay, so I got a Debian box recently already set up with Woody and a few other programs. I've decided to wipe it out and install Sarge as my main OS, but would like to back up the OS as-is in case I mung anything up. I have two harddrives: one (5GB) partitioned with what I take to be the standard 1

Re: moving an installed Debian system onto RAID-1

2004-07-06 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Robert Waldner <[EMAIL PROTECTED]> wrote: >I've got an installed Debian system which I want to move to RAID-1. Try this: http://www.miquels.cistron.nl/raid/ Mike. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

postscript-enabled mozilla package anyone?

2004-07-06 Thread Thomas Winischhofer
Since I am not willing to configure my printers a third time with that crappy Xprint stuff (why the heck do we have CUPS including easy setup, PPD support, KDE/GNOME integration, etc etc etc etc), does anyone provide postscript-enabled xprint-disabled mozilla packages? What a brillant idea to d

Re: Unable to handle kernel paging request...

2004-07-06 Thread Luke A. Kanies
On Tue, 6 Jul 2004, Thomas Adam wrote: So install 'ksymoops' and use that to run the callback trace through (I assume syslog logs it). Then look on the LKML for more detailed information. I've installed it and am trying to use it right now, but it doesn't appear to really be set up for 2.6 kernels

hacking attempt on Apache?

2004-07-06 Thread Pim Bliek
Hi, I got this in my logs: 12.135.225.155 - - [30/Jun/2004:13:41:07 +0200] "POST /cgi-bin/formmail.pl HTTP/1.0" 404 14523 "http://www.foo.bar/"; "-" 0 foo.bar 205.155.196.131 - - [30/Jun/2004:13:41:17 +0200] "POST /cgi-bin/contact.cgi HTTP/1.0" 404 14523 "http://www.foo.bar/"; "-" 0 foo.bar 209.1

Re: Debian Woody login problem

2004-07-06 Thread Thomas Adam
--- wren argetlahm <[EMAIL PROTECTED]> wrote: > ~115000MB /foo). I did a series of `cp -dpR`s to just http://www.hantslug.org.uk/cgi-bin/wiki.pl?LinuxHints/OneDiskToAnother > It starts up fine from the first drive, and the kernal > starts up fine from the second, but when it comes to > the logi

Re: hacking attempt on Apache?

2004-07-06 Thread Robbert Hamburg
On Tuesday 06 July 2004 20:30, Pim Bliek wrote: > Hi, > > I got this in my logs: > > 12.135.225.155 - - [30/Jun/2004:13:41:07 +0200] "POST > /cgi-bin/formmail.pl HTTP/1.0" 404 14523 "http://www.foo.bar/"; "-" 0 > foo.bar > 205.155.196.131 - - [30/Jun/2004:13:41:17 +0200] "POST > /cgi-bin/contact.cg

Anyone do DV editing (Kino and Cinelerra)?

2004-07-06 Thread Bill Moseley
Ok, I'm playing with Kino -- works reasonably well, although segfaults when trying to control my Sony camera where dvgrab and gscanbus work fine at running the camera. Now I want to try Cinelerra. Can someone explain a bit about capturing. I found what seems like an old tutorial at

Pc Pauses when I transfer files over network or from drive to drive.

2004-07-06 Thread Thomas G
Well Ive tried just about everything I can think of... switch NICS tried using different types of file sharing but I still have the same problem. My computer pauses... Likes stops responding for 10 15 seconds at a time. So it will transfer and work fine for 2 seconds and then lockup... and then

Re: hacking attempt on Apache?

2004-07-06 Thread Pim Bliek
Nope, not at all running it. I don't have anything really interesting in my cgi-bin except for awstats. Pim > > HTTP/1.0" 404 14523 "http://www.foo.bar/"; "-" 1 foo.bar > > 12.104.198.106 - - [30/Jun/2004:13:42:12 +0200] "POST > > /cgi-bin/mailer/mailer.cgi HTTP/1.0" 404 14523 "http://www.foo.bar

Re: Contar ficheros con LS u otro comando

2004-07-06 Thread Luis Arocha
Y el martes 6 de julio, Eduardo Bellido Bellido escribió: > > ls | grep -w ext | wc -l > Ya puestos mejor aún: ls | grep -w ext$ | wc -l === Saludos -- Luis Arocha -data-o Canary Islands-Spain /| \O__@ O _

migration of Maildir to new system. Also advice wanted on performance

2004-07-06 Thread Pim Bliek
Hi, Currently I am hosting my mail on an old box at home. It has quite a new disk though, an 80 GB WD. However, my Maildir is BIG (288 MB now) and it is DOGSLOW. Next week I will get my own Debian Stable dedicated server at my ISP (YEH! ;)). I would love to get some good suggestions on how to

Re: hacking attempt on Apache?

2004-07-06 Thread Robbert Hamburg
On Tuesday 06 July 2004 21:02, Pim Bliek wrote: > Nope, not at all running it. I don't have anything really interesting > in my cgi-bin except for awstats. > > Pim Could be someone scanning you. It is hard to block them since they are coming from several ips... -- To UNSUBSCRIBE, email to [EMA

Re: Pc Pauses when I transfer files over network or from drive to drive.

2004-07-06 Thread Thomas Adam
--- Thomas G <[EMAIL PROTECTED]> wrote: > and then transfer again... its very odd.. I was wondering if anyone > could have some kind of explanation for this. Im using Linux 2.4.25-l-k7 Have a look at setting 'rsize' and 'wsize' limits (man nfs) -- Thomas Adam = "The Linux Weekend Mechanic

Re: I'm too stupid to use find, can someone help me out, please?

2004-07-06 Thread Derrick 'dman' Hudson
On Tue, Jul 06, 2004 at 11:30:44AM +0200, Joerg Johannes wrote: | Am Di, den 06.07.2004 schrieb Rick Pasotto um 10:49: | > On Tue, Jul 06, 2004 at 10:36:06AM +0200, Joerg Johannes wrote: | | > > This is not so clear anymore. But I think I understand that | > > | > > [EMAIL PROTECTED]:/tmp/$ find

New (LAN) web server: do I use stable, testing or unstable?

2004-07-06 Thread Felix C. Stegerman
Hello, I've recently acquired a 2nd hand PC I want to use as a web server. For now, I just want the server to be accessible from my LAN, later I may want to connect it to the Internet through my ADSL connection. Specifications: CPU: 466MHz Celeron RAM: 128MB DDR PC100 NIC: 3Com 10/100 Drives:

Using Linux on a Family PC

2004-07-06 Thread Felix C. Stegerman
Hello, I've recently acquired a 2nd hand PC I want to use as replacement for our family PC. That means my Mom, Stepdad and little sister (5 years old) will use it. Specifications: CPU: 466MHz Celeron RAM: 128MB DDR PC100 NIC: 3Com 10/100 Drives: hda: 8.4 GB Seagate hdb: 8.4 GB Seagate f

Re: Using Linux on a Family PC

2004-07-06 Thread s. keeling
Incoming from Felix C. Stegerman: > > I've recently acquired a 2nd hand PC I want to use as replacement for > our family PC. > That means my Mom, Stepdad and little sister (5 years old) will use it. > > Specifications: > CPU: 466MHz Celeron > RAM: 128MB DDR PC100 > NIC: 3Com 10/100 > Drives:

problem upgrading postfix

2004-07-06 Thread Ryan Torvik
i've been having trouble upgrading my system recently. it looks to be choking on postfix. |scarlet log|# apt-get -f install Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be

Re: Mozilla/Firefox "PostScript/default" security problems

2004-07-06 Thread Reid Priedhorsky
On Tue, 06 Jul 2004 09:40:12 +0200, Michael B Allen wrote: > > Reid Priedhorsky <[EMAIL PROTECTED]> wrote: > > > > 2. It had security problems. > > > > This brings me to my question: Does anyone have any solid references > > on these security problems? Googling and searching the bug database > >

Re: Using Linux on a Family PC

2004-07-06 Thread Felix C. Stegerman
s. keeling wrote: Incoming from Felix C. Stegerman: Uh huh. So? I'd double the RAM and give them a CD/DVD or whatever. I accidentally hit the 'send' button instead of the 'save as draft' button, which lead to an incomplete email. The full email will follow shortly. Regards, Felix -- Felix C. St

Re: Using Linux on a Family PC

2004-07-06 Thread Felix C. Stegerman
Hello, As you may have noticed, I accidentally hit the 'send' button instead of the 'save as draft' button, which lead to an incomplete first email in this thread. Here is the complete email. I've recently acquired a 2nd hand PC I want to use as replacement for our (windows 98) family PC. That m

Re: udev question

2004-07-06 Thread John L Fjellstad
Sam Halliday <[EMAIL PROTECTED]> writes: > however that only solves half the problem... how can i make this > /dev/usbmouse link (or whatever i call it) point to /dev/input/mouse1 > (the touchpad) when the usb mouse is not plugged in? You don't. In X, what you do is make one your primary mouse

Re: beep in console

2004-07-06 Thread Scetbon Cyril
Michael Alle wrote: "Scetbon Cyril" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] I run scripts in my crontab but i'm not able to generate a beep in console mode. I tried echo -e '\a' but no success while I can use sound. Is there a pbm with my PC Speaker ? try adding > /dev

Re: beep in console

2004-07-06 Thread Thomas Adam
--- Scetbon Cyril <[EMAIL PROTECTED]> wrote: > > Try looking for a script called console_beep-0.1 ... found it > somewhere. > already done in perl (if you're interested I can email it) % apt-cache show beep [..elided..] Description: Advanced pc-speaker beeper beep does what you'd expect: it bee

Re: Mozilla/Firefox "PostScript/default" security problems

2004-07-06 Thread Brad Sims
On Tuesday 06 July 2004 2:32 am, Michael B Allen wrote: > What! The PostScript/default printing was pretty bad but I'm a little > surprised they dumped it entirely as it would require additional setup > to get xprint running. Are you sure? I am, I was told that mozilla no longer supports direct pr

Re: postscript-enabled mozilla package anyone?

2004-07-06 Thread Brad Sims
On Tuesday 06 July 2004 1:07 pm, Thomas Winischhofer wrote: > Since I am not willing to configure my printers a third time with that > crappy Xprint stuff (why the heck do we have CUPS including easy setup, > PPD support, KDE/GNOME integration, etc etc etc etc), does anyone > provide postscript-

Re: Mozilla/Firefox "PostScript/default" security problems

2004-07-06 Thread Travis Crump
Brad Sims wrote: On Tuesday 06 July 2004 2:32 am, Michael B Allen wrote: What! The PostScript/default printing was pretty bad but I'm a little surprised they dumped it entirely as it would require additional setup to get xprint running. Are you sure? I am, I was told that mozilla no longer support

Re: Mozilla/Firefox "PostScript/default" security problems

2004-07-06 Thread Jacob S.
On Tue, 06 Jul 2004 18:29:39 -0400 Travis Crump <[EMAIL PROTECTED]> wrote: > Brad Sims wrote: > > > > I am, I was told that mozilla no longer supports direct printing, > > and the lack of postscript wasn't a bug and they closed my > > bugreport. > > > > Upstream still supports directs printing,

recommendation for digital camera

2004-07-06 Thread Faheem Mitha
Dear People, I know this question has been asked before, but the answer is constantly changing.:-) So, I'm looking for a digital camera with the following (tentative) requirements. I'm happy to have these requirements questioned. 1) A cost of $500 or under. 2) Needs to work well with Debian (o

  1   2   >