Re: 'out of space' vs 'out of inodes'?

2007-07-20 Thread Kevin Mark
On Fri, Jul 20, 2007 at 10:54:00PM -0600, Bob Proulx wrote: > Kevin Mark wrote: > > A general Linux question: why does Linux report 'out of space' error > > when it runs out of inodes? Can't it distinguish between the 2 > > conditions to give the correct message or is there some other issue? > > Ju

Re: [Fwd: dh_gencontrol error]

2007-07-20 Thread Bob Proulx
Tom Ashley wrote: > http://wiki.debian.org/Manual-Howto Wow. That definitely describes a lot of work that I believe is no longer needed. I did not need to do any of that when installing Etch on my laptop with the Intel PRO/Wireless 2200BG. It worked for me using the proceedure that I described.

Re: xsession file

2007-07-20 Thread Bob Proulx
Nguyen, Cuong K. wrote: > Bob Proulx wrote: > > #!/bin/bash --login > > exec x-session-manager > ... > Follow your instruction, I tried: > > #!/bin/sh Grr... That is *NOT* what I instructed there. > exec gnome-session > > and it works like charm. I still do not understand why I should have

Re: [Fwd: dh_gencontrol error]

2007-07-20 Thread Tom Ashley
I hit the send key before finishing the message. On Sat, 2007-07-21 at 13:48 +0800, Tom Ashley wrote: > Thanks for the response Bob. > > On Fri, 2007-07-20 at 23:30 -0600, Bob Proulx wrote: > > Tom Ashley wrote: > > > I'm a new Debian user with limited Linux command line experience. I've > > > u

Re: [Fwd: dh_gencontrol error]

2007-07-20 Thread Tom Ashley
Thanks for the response Bob. On Fri, 2007-07-20 at 23:30 -0600, Bob Proulx wrote: > Tom Ashley wrote: > > I'm a new Debian user with limited Linux command line experience. I've > > used Mandrake/Mandriva for the past 5 years or so but have depended > > primarily on GUI tools. > > Hmm... I see a

printing troubles

2007-07-20 Thread Gary Parker
>From my gateway/firewall box I can print a CUPS test page to my networked HP printer (connected behind a wireless router) when shorewall isn't running, but nothing else. When shorewall is running I get the following message from CUPS: "Network host '192.168.1.49' is busy; will retry in 5 seconds..

Re: [Fwd: dh_gencontrol error]

2007-07-20 Thread Bob Proulx
Tom Ashley wrote: > I'm a new Debian user with limited Linux command line experience. I've > used Mandrake/Mandriva for the past 5 years or so but have depended > primarily on GUI tools. Hmm... I see a pattern. Did that experience condition you to always recompile from source? In this case I t

[Fwd: dh_gencontrol error]

2007-07-20 Thread Tom Ashley
Sorry if this is a duplicate. I sent the first message from the wrong email account and wanted to make sure it goes through. Tom Forwarded Message > From: Tom Ashley <[EMAIL PROTECTED]> > To: Debian User > Subject: dh_gencontrol error > Date: Sat, 21 Jul 2007 12:57:15 +0800 > >

Re: 'out of space' vs 'out of inodes'?

2007-07-20 Thread Bob Proulx
Kevin Mark wrote: > A general Linux question: why does Linux report 'out of space' error > when it runs out of inodes? Can't it distinguish between the 2 > conditions to give the correct message or is there some other issue? > Just curious as I just go this after making 1,000,000 small test files >

Re: 'out of space' vs 'out of inodes'?

2007-07-20 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/20/07 23:17, Kevin Mark wrote: > On Fri, Jul 20, 2007 at 06:53:20PM -0500, Ron Johnson wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 07/20/07 18:13, Kevin Mark wrote: >>> A general Linux question: why does Linux report 'out

Re: xsession file

2007-07-20 Thread Bob Proulx
Bhasker C V wrote: > .xsession is a file which to my knowledge can only take one command > at the end. The file must is not 'shelled' but 'exec'ed. > So you can place commands in the file one per line or a script > but the end of the file must be an exec and not a script/command that > returns. I

Re: xsession file

2007-07-20 Thread Bob Proulx
John Hasler wrote: > Fvwm2 is now fvwm (has been for quite a while). 'fvwm2' is a command that explicitly selects fvwm version 2 window manager. In the fvwm package, now version 2 with fvwm1 being the older version 1 program, two commands are installed. One is /usr/bin/fvwm2 which is the binary

Re: xsession file

2007-07-20 Thread Bob Proulx
Bob Proulx wrote: > Putting that all together gets you: > > #!/bin/bash --login > exec x-session-manager Grr... I should have said this. I hate it when I send too quickly and miss the obvious. So I will try to make this worthwhile with a little more explaination. #!/bin/bash --login e

Re: xsession file

2007-07-20 Thread Bob Proulx
Nguyen, Cuong K. wrote: > Thanks for you reply, but I have some (maybe very stupid because Debian is > quite new to me) questions: > > 1. I do not have fvwm2 (not found when type fvwm2 --help as root) As I said in my note fvwm2 is what *I* use but was only furnished as an example. The one you wa

Re: 'out of space' vs 'out of inodes'?

2007-07-20 Thread Kevin Mark
On Fri, Jul 20, 2007 at 06:53:20PM -0500, Ron Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/20/07 18:13, Kevin Mark wrote: > > A general Linux question: why does Linux report 'out of space' error > > when it runs out of inodes? Can't it distinguish between the 2 > > co

Installing problems: Debian 4.0r0, on LiteON DVD-RW LH-20A1p

2007-07-20 Thread Kevin C. Redden
Folks: Tried to install Debian 4.0 r0 on my system, and didn't get very far. It booted fine, but then after I did this: language for installing: English country or region: Unitied States Keymap: American English then it tries to detect hardware Then says: your installation CD-ROM couldn't be

Re: Eclipse minor annoyance

2007-07-20 Thread Roberto C . Sánchez
On Fri, Jul 20, 2007 at 08:23:46AM +1000, Alex Samad wrote: > I use eclipse downloaded from the net,just expand it into > /usr/local/lib/eclipse and it works fine. I found that the eclipse through > debian was a bit too tied to gcj - couldn't get debuging working properly > Huh? I have "export

Re: xsession file

2007-07-20 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/20/07 21:17, Nguyen, Cuong K. wrote: > Hi John, > > Even fvwm not found in my system (install from the latest DVD downloaded > from debian) :( > > Sorry, I only know that I am now using Gnome, so what is a windows > manager then? Is gnome a des

Re: xsession file

2007-07-20 Thread Nguyen, Cuong K.
Hi John, Even fvwm not found in my system (install from the latest DVD downloaded from debian) :( Sorry, I only know that I am now using Gnome, so what is a windows manager then? Is gnome a desktop shipped with that windows manager? KC. John Hasler wrote: I do not have fvwm2 (not found wh

Re: lsof -- "No such file or directory"...?

2007-07-20 Thread Karl E. Jorgensen
On Fri, Jul 20, 2007 at 10:16:40AM -0500, will trillich wrote: > # apt-get install lsof > Reading package lists... Done > Building dependency tree... Done > The following NEW packages will be installed > lsof > 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. > Need to get 0B/205kB o

Re: xsession file

2007-07-20 Thread John Hasler
> I do not have fvwm2 (not found when type fvwm2 --help as root) Fvwm2 is now fvwm (has been for quite a while). > my default windows manager is gnome Gnome is not a window manager. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac

Re: xsession file

2007-07-20 Thread Nguyen, Cuong K.
Hi Bob, Thanks for you reply, but I have some (maybe very stupid because Debian is quite new to me) questions: 1. I do not have fvwm2 (not found when type fvwm2 --help as root) 2. my default windows manager is gnome, how should it be startkde there? so far, here is what I can do with .xsession

Re: [OT] general mail questions

2007-07-20 Thread Wayne Topa
Tyler Smith([EMAIL PROTECTED]) is reported to have said: > Hi, > > I have a few questions about how mail works. I'm using mutt with exim > on Lenny, which I use to access my pop mail account. I've noticed that > my messages sometimes are a long time getting from the server to mutt. > For example,

Re: xsession file

2007-07-20 Thread Bhasker C V
.xsession is a file which to my knowledge can only take one command at the end. The file must is not 'shelled' but 'exec'ed. So you can place commands in the file one per line or a script but the end of the file must be an exec and not a script/command that returns. Or in other words, the .xsessi

Re: xsession file

2007-07-20 Thread Nguyen, Cuong K.
Hi Ron, NOT using Session relates to another problem that I am having now: using xbindkeys with dual head. If I add "xbindkeys" in Desktop - Preferences - Sessions, then xbindkeys works in just ONE of my screen (:0.0), and I need to move mouse to another screen (:0.1) and run xbindkeys on that sc

Re: Debian not auto mount my CDs / DVDs

2007-07-20 Thread Nguyen, Cuong K.
It seems that there is a problem of the current version of hal on my system. When I insert CD/DVDs, I am sure something is recognized there, because my XP in my Virtual Box reads bootable CD just fine. The only thing is Debian does not create an icon on my Desktop and mounts it in some folder. I

Re: xsession file

2007-07-20 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/20/07 19:47, Nguyen, Cuong K. wrote: > Hi all, > > I have Debian Etch 4.0 and it is quite new to me. I want to customize > some scripts starting with Gnome every time when I boot up and log in, > and the method chosen is to use ~/.xsession file.

Re: xsession file

2007-07-20 Thread Bob Proulx
Nguyen, Cuong K. wrote: > I need to create one, but then I do not know what is the "official" > command(s) to pass off the process to gnome whenever the script is > implement. Tried gdm, xdm, /etc/init.d/gdm, startx etc... with no > luck. Everybody has an idea? Use something like this: #!/bin/b

xsession file

2007-07-20 Thread Nguyen, Cuong K.
Hi all, I have Debian Etch 4.0 and it is quite new to me. I want to customize some scripts starting with Gnome every time when I boot up and log in, and the method chosen is to use ~/.xsession file. The problem is I do not see that file in my home folder. I need to create one, but then I do n

Re: [OT] general mail questions

2007-07-20 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/20/07 17:53, Tyler Smith wrote: > Hi, > > I have a few questions about how mail works. I'm using mutt with exim > on Lenny, which I use to access my pop mail account. I've noticed that > my messages sometimes are a long time getting from the ser

Re: [OT] general mail questions

2007-07-20 Thread Kevin Mark
On Fri, Jul 20, 2007 at 10:53:17PM +, Tyler Smith wrote: > Hi, > > I have a few questions about how mail works. I'm using mutt with exim > on Lenny, which I use to access my pop mail account. I've noticed that > my messages sometimes are a long time getting from the server to mutt. > For examp

Re: 'out of space' vs 'out of inodes'?

2007-07-20 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/20/07 18:13, Kevin Mark wrote: > A general Linux question: why does Linux report 'out of space' error > when it runs out of inodes? Can't it distinguish between the 2 > conditions to give the correct message or is there some other issue? > Just c

[OT] general mail questions

2007-07-20 Thread Tyler Smith
Hi, I have a few questions about how mail works. I'm using mutt with exim on Lenny, which I use to access my pop mail account. I've noticed that my messages sometimes are a long time getting from the server to mutt. For example, if I check my email via the webmail webpage without starting fetchmai

'out of space' vs 'out of inodes'?

2007-07-20 Thread Kevin Mark
A general Linux question: why does Linux report 'out of space' error when it runs out of inodes? Can't it distinguish between the 2 conditions to give the correct message or is there some other issue? Just curious as I just go this after making 1,000,000 small test files and got this (du -m -i). -K

Re: USB bus fails to see devices

2007-07-20 Thread Celejar
On 14 Jul 2007 12:55:01 -0400 Haines Brown <[EMAIL PROTECTED]> wrote: > I'm told that USB support in the Linux kernel is buggy. Is > it possible a kernel bug could cause it to miss my camera but still > see all other USB devices? Is it likely my kernel would support my > camera, and then for no ob

Re: [OT] bash HISTCONTROL=ignorespace; was Re: libraries in debian BROKEN...

2007-07-20 Thread Andrew Sackville-West
On Fri, Jul 20, 2007 at 12:09:22PM -0800, Ken Irving wrote: > On Fri, Jul 20, 2007 at 12:33:34PM -0700, David Brodbeck wrote: > > rm is like a table saw. rm with the "-f" switch is like a table saw with > > the blade guard removed. Sometimes you have to use it that way, but you'd > > better be

Re: Script of the ftp

2007-07-20 Thread Ken Irving
On Fri, Jul 20, 2007 at 03:37:27PM -0500, Ron Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/20/07 14:42, Márcio Luciano Donada wrote: > > This is for the snakes in scripts. I am making one scripts that it > > uses the bow will be for sending archives of different vario

ppm type 6 to ppm type 3: debian logo's

2007-07-20 Thread Hugo Vanwoerkom
Hi, When you install the debian logo package you get added boot logo's You can edit these with ImageMagick. But when you edit one of these with ImageMagick it generates a type 6 file (first line: P6) which the kernel compile does not recognize, it wants a P3 file. I could swear I once fixed

Re: Beautyfuls OpenGL ScreenSavers

2007-07-20 Thread Orestes leal
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/20/07 14:20, Orestes leal wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> On 07/19/07 00:51, Orestes Leal wrote: > >>> Hi, Folks, > >>> > >>> I need a package of ScreenSavers to use > >>> with my OpenGL Accelerat

Re: FW: Sending Email from script

2007-07-20 Thread Wayne Topa
Andrei Popescu([EMAIL PROTECTED]) is reported to have said: > On Thu, Jul 19, 2007 at 08:26:15PM -0400, Wayne Topa wrote: > > > A degree in exim'isms is required. Especially for the changelogs. :-( > > > > Stopped my outgoing mail with the last upgrade and the privious > > upgrade as well. I

Re: Script of the ftp

2007-07-20 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/20/07 14:42, Márcio Luciano Donada wrote: > This is for the snakes in scripts. I am making one scripts that it > uses the bow will be for sending archives of different varios > directory for ftp, only that I am having a problem of > > My scripts

Re: Script of the ftp

2007-07-20 Thread Mike Bird
On Friday 20 July 2007 12:42, Márcio Luciano Donada wrote: > This is for the snakes in scripts. I am making one scripts that it > uses the bow will be for sending archives of different varios > directory for ftp, only that I am having a problem of > > My scripts is: > > !/bin/bash > users=`ls /home

Re: Beautyfuls OpenGL ScreenSavers

2007-07-20 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/20/07 14:20, Orestes leal wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 07/19/07 00:51, Orestes Leal wrote: >>> Hi, Folks, >>> >>> I need a package of ScreenSavers to use >>> with my OpenGL Accelerated Drivers (ATI) >>> tha

Re: Drbd8

2007-07-20 Thread Burkhard Ott
Am Thu, 19 Jul 2007 11:30:21 +0200 schrieb Pierguido: > Burkhard Ott wrote: >> Am Wed, 18 Jul 2007 19:00:13 +0200 schrieb Pierguido: >> >>> net { >>> #allow-two-primaries; >>> cram-hmac-alg "sha1"; >>> shared-secret "FooFunFactory"; >> >> Did you create the metafile? > Yes...i took

[OT] bash HISTCONTROL=ignorespace; was Re: libraries in debian BROKEN...

2007-07-20 Thread Ken Irving
On Fri, Jul 20, 2007 at 12:33:34PM -0700, David Brodbeck wrote: > rm is like a table saw. rm with the "-f" switch is like a table saw with > the blade guard removed. Sometimes you have to use it that way, but you'd > better be extra-careful or you'll cut your fingers off. :) There's a very use

Re: Script of the ftp

2007-07-20 Thread Bob Proulx
Márcio Luciano Donada wrote: > This is for the snakes in scripts. In this context what are "snakes in scripts"? > I am making one scripts that it uses the bow will be for sending > archives of different varios directory for ftp, only that I am > having a problem of > > My scripts is: > > !/bin/

Script of the ftp

2007-07-20 Thread Márcio Luciano Donada
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is for the snakes in scripts. I am making one scripts that it uses the bow will be for sending archives of different varios directory for ftp, only that I am having a problem of My scripts is: !/bin/bash users=`ls /home/relatorios/` for user in

Re: libraries in debian BROKEN by working with Adobe SVG

2007-07-20 Thread David Brodbeck
On Jul 20, 2007, at 11:34 AM, Andrew Sackville-West wrote: On Fri, Jul 20, 2007 at 11:23:50AM -0700, David Brodbeck wrote: On Jul 20, 2007, at 11:19 AM, stuseven wrote: well... since I dont have internet on my linux, I have always considered it safe to run as root... this is a first possi

Re: Beautyfuls OpenGL ScreenSavers

2007-07-20 Thread Orestes leal
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/19/07 00:51, Orestes Leal wrote: > > Hi, Folks, > > > > I need a package of ScreenSavers to use > > with my OpenGL Accelerated Drivers (ATI) > > that comes with beautyfuls screensavers, > > like The Matriz3D, Lights, Water, Sounds, > >

Re: libraries in debian BROKEN by working with Adobe SVG

2007-07-20 Thread Andrew Sackville-West
On Fri, Jul 20, 2007 at 11:23:50AM -0700, David Brodbeck wrote: > > On Jul 20, 2007, at 11:19 AM, stuseven wrote: > >> >> >> well... since I dont have internet on my linux, I have >> always considered it safe to run as root... this is a >> first possible example of why that could be dangerous. > >

TAF Temmuz 2007 Basin Bildirisi

2007-07-20 Thread Mustafa Makinist
Almanya Cumhurbaskani Horst Köhler ve esi Eva Luise Köhler'in Berlin "Bellevue" Sarayi'nda düzenledigi Bahçe Senligi'ne Mustafa Makinist ve esi Sükriye Makinist te davetliydi. Toplum yararina yaptiklari çalismalar sonucunda böyle bir davete katilmanin gururunu yasayan Makinist çifti 'Bizim içi

Re: libraries in debian BROKEN by working with Adobe SVG

2007-07-20 Thread David Brodbeck
On Jul 20, 2007, at 11:19 AM, stuseven wrote: well... since I dont have internet on my linux, I have always considered it safe to run as root... this is a first possible example of why that could be dangerous. As lessons go, this is a fairly cheap one. My introduction to why I shouldn't

Re: libraries in debian BROKEN by working with Adobe SVG

2007-07-20 Thread stuseven
...also... to Florian, Andrew, and Bob - I will be trying all suggested remedies, in order of their simplicity... and my thanks to you, and all who replied so quickly and meaningfully. -- View this message in context: http://www.nabble.com/libraries-in-debian-BROKEN-by-working-with-Adobe-SVG

Re: libraries in debian BROKEN by working with Adobe SVG

2007-07-20 Thread stuseven
well... since I dont have internet on my linux, I have always considered it safe to run as root... this is a first possible example of why that could be dangerous. I wont say I simply loaded the file, and it zapped Inkscape... I opened it and worked on it in Inkscape... the next time I opened I

Re: lsof -- "No such file or directory"...?

2007-07-20 Thread will trillich
On 7/20/07, Bhasker C V <[EMAIL PROTECTED]> wrote: Bash sometimes caches the filenames along with path names and i have faced this some times Closing the bash shell and opening another shell must fix the problem good catch, that was it! (all other shells could run 'lsof' fine, just the one h

Re: lsof -- "No such file or directory"...?

2007-07-20 Thread Hans Hofker
will trillich wrote: # lsof -i bash: /usr/sbin/lsof: No such file or directory say what? # ls -l `which lsof` -rwxr-xr-x 1 root root 106324 2006-05-15 18:09 /usr/bin/lsof* eh? any ideas? Perhaps you have defined an alias for "lsof"? -- Regards, Hans. -- To UNSUBSCRIBE, email to [EMAIL PR

How to change pmount default settings?

2007-07-20 Thread Yaugeniy
Hi, Using Etch Does anyone know how to change pmount default iocharset? I've got a vfat flash disk, and my locale is set to ru_RU.KOI8-R. When my flash is automounted in KDE russian filenames are displayed as ??. Man pmount says: "default: utf8 if called in an UTF-8 locale, otherwise

Re: lsof -- "No such file or directory"...?

2007-07-20 Thread Bill Benedetto
>>> will trillich writes: Will> # apt-get install lsof Will> Reading package lists... Done Will> Building dependency tree... Done Will> The following NEW packages will be installed Will> lsof Will> 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Will> Need to get 0B/

lsof -- "No such file or directory"...?

2007-07-20 Thread will trillich
# apt-get install lsof Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed lsof 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/205kB of archives. After unpacking 369kB of additional disk space will be used. Sel

Re: ssh x11 forwarding on etch

2007-07-20 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Ron Peterson wrote: > > I just discovered that I had to add the following to my > > /etc/ssh/ssh_config in order for X11 tunnelling to work when I > > logged into remote systems. I have found that so long as I log into the remote system with "ssh -

XSane protection (?) problem

2007-07-20 Thread Roby
Under 2.6.21.5 kernel, xsane works fine. Under 2.6.22, it cannot find my scanner ... but if I try it as root, xsane works again (with a dire warning about running as root). Thought it was a protection problem. Thought I could fix it. Hah! /etc/udev/libsane.rules includes my scanner (Epson Perf

Re: libraries in debian BROKEN by working with Adobe SVG

2007-07-20 Thread Andrew Sackville-West
On Thu, Jul 19, 2007 at 11:09:53PM -0600, Bob Proulx wrote: > Andrew Sackville-West wrote: > > stuseven wrote: > > > My question is: what libraries need to be refreshed or replaced > > > to get Inkscape in Debian working again ? Note - reinstalling > > > Inkscape does not fix this problem. > > >

Re: Java icon problem (was: Eclipse minor annoyance)

2007-07-20 Thread [EMAIL PROTECTED]
On Fri, 20 Jul 2007 08:23:46 +1000 Alex Samad <[EMAIL PROTECTED]> wrote: > On Thu, Jul 19, 2007 at 11:11:15PM +0200, [EMAIL PROTECTED] wrote: > > Hi! > > > > I am a happy user of Eclipse on my Debian Etch-box - Though I have > > noticed that the icons that are shown in the field to the left of th

Re: Server for a Bibliography (eg. pubmed.gov)

2007-07-20 Thread Mathieu Malaterre
Let say I go on pubmed.com and check: http://www.ncbi.nlm.nih.gov/sites/entrez?Db=pubmed&Cmd=ShowDetailView&TermToSearch=17623889&ordinalpos=1&itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVMedline Which output format does phpbibliography supports (MEDLINE, AbstractPlus, XML) ?

Re: Server for a Bibliography (eg. pubmed.gov)

2007-07-20 Thread Lorenzo Bettini
Mathieu Malaterre wrote: Hello, I am looking for a tool just like pubmed.gov. Ideally it should support one of the export format of pubmed.gov, or quickly upload a pdf file of a scientific article. Thanks, This one I made it :-) http://phpbibliography.sourceforge.net/ -- Lorenzo Bettini, P

Re: Network printing problem.

2007-07-20 Thread Barry Samuels
On 19/07/07 20:37:22, Florian Kulzer wrote: > On Thu, Jul 19, 2007 at 10:58:13 +0100, Barry Samuels wrote: > > I have two computers at home on a small network both of which are > > connected to a router. Both computers are running Debian Testing. > > Computer A has two ethernet ports one of which

Re: libraries in debian BROKEN by working with Adobe SVG

2007-07-20 Thread Florian Kulzer
On Thu, Jul 19, 2007 at 16:30:40 -0700, stuseven wrote: > > I posted to the Inkscape forum about this, but so far with no replies... > the problem - and this will be the 2nd time... I forgot my oath of a > year ago never to load Adobe SVG into Inkscape... > ...when I did this yesterday, Inkscape

Re: libraries in debian BROKEN by working with Adobe SVG

2007-07-20 Thread Liam O'Toole
On Thu, 19 Jul 2007 16:30:40 -0700 (PDT) stuseven <[EMAIL PROTECTED]> wrote: > > I posted to the Inkscape forum about this, but so far with no > replies... the problem - and this will be the 2nd time... I forgot my > oath of a year ago never to load Adobe SVG into Inkscape... > ...when I did th

Re: Why this crontab does not work?

2007-07-20 Thread Bob Proulx
Makaveli wrote: > Magicloud Magiclouds wrote: > >[EMAIL PROTECTED] # crontab -l > ># m h dom mon dow command > >* 0,12* * * root/root/update.sh > > Add an another line below this one. I once had that the last line > wouldn't be executed. So put a # there or somet

Re: Why this crontab does not work?

2007-07-20 Thread Makaveli
Magicloud Magiclouds wrote: Dear all, I have a crontab like this: [EMAIL PROTECTED] # crontab -l # m h dom mon dow command * 0,12* * * root/root/update.sh [EMAIL PROTECTED] # more /root/update.sh #!/bin/bash apt-get update apt-get upgrade -d apt-get autoclea

Re: Set up LAN DNS server

2007-07-20 Thread rocky
On Jul 20, 12:50 pm, [EMAIL PROTECTED] (Bob Proulx) wrote: > rocky wrote: > > 1, To make is serve as the Internet Name Resolution I make the Debian > > Desktop's /etc/resolv.conf only have one line "nameserver 127.0.0.1" > > I suggest using the 'resolvconf' package. It creates a framework to > man

Re: Changing mouse port

2007-07-20 Thread Dmitri Pissarenko
Thanks! -- http://www.xing.com/profile/Dmitri_Pissarenko http://dapissarenko.blogspot.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]