Re: wlan0 eth0 bridging problem

2009-01-27 Thread Deephay
On Wed, Jan 28, 2009 at 2:01 PM, Alex Samad wrote: > On Tue, Jan 27, 2009 at 02:44:42PM +0800, Jerome BENOIT wrote: >> Hello List ! >> >> Alex Samad wrote: >>> On Sun, Jan 25, 2009 at 12:03:47AM -0500, Wayne Topa wrote: Deephay wrote: > Greetings all, > > I have two NICs on my l

Re: Which FS for USB Flash Drive

2009-01-27 Thread Rick Thomas
On Jan 27, 2009, at 8:11 PM, Kushal Koolwal wrote: Probably the best r/w filesystem for flash based devices in JFFS2. I don't recollect an option of formatting the FS as JFFS2 in the Debian Lenny Installation CD? JFFS2 isn't for USB Flash "thumb drives". It's for the kind of raw flash

Automatically Running Script When USB Flash Disk Mounted

2009-01-27 Thread Zaki Akhmad
Hello, I am installing Portableapps[1] on my USB Flash Disk. I use Wine to get this portableapps running on my Debian. I am curious how to make a script, which automatically run the wine command when my USB Flash Disk get mounted so that my portableapps running. I'll appreciate any hint. Thanks.

Re: wlan0 eth0 bridging problem

2009-01-27 Thread Alex Samad
On Tue, Jan 27, 2009 at 02:44:42PM +0800, Jerome BENOIT wrote: > Hello List ! > > Alex Samad wrote: >> On Sun, Jan 25, 2009 at 12:03:47AM -0500, Wayne Topa wrote: >>> Deephay wrote: Greetings all, I have two NICs on my laptop: eth0 and wlan0, I tried to bridge them and use a a

RE: payroll software, its cost and the local vendor

2009-01-27 Thread Sudhama J S
Dear It is very urgent, if you are not sure, can you guide me some vendor about the payroll software. Sudhama 9885002556 From: Sudhama J S Sent: Tuesday, January 27, 2009 3:35 PM To: 'debian-user@lists.debian.org'; 'jlil...@hathway.com' Subject: payr

Re: packages in a fresh install

2009-01-27 Thread Thilo Six
Thilo Six wrote the following on 28.01.2009 06:23 <- *snip* -> > In the case above all packages are not marked as "auto" ^-non sorry for the writing error -- bye Thilo key: 0x4A411E09 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.

Re: packages in a fresh install

2009-01-27 Thread Thilo Six
Ron Johnson wrote the following on 28.01.2009 05:42 <- *snip* -> >>> # apt-get install \ >>> $(cat /media/thumb/package.versions.txt | cut -d/ -f1) >> Just a lillte heads up. >> At least since lenny then you might be interessted in: ,[ man 8 apt-mark ] When you reques

Re: How to remove automatically installed packages when nothing depends on them?

2009-01-27 Thread Daniel Burrows
On Tue, Jan 27, 2009 at 08:27:13PM +0100, Michael Wagner was heard to say: > * Countable Infinity 23.01.2009 > > When I installed xfce4-terminal, it automatically installed > > libxfce4mcs-manager3, libxfce4util4, etc. But now if I do: > > > > aptitude purge xfce4-terminal > > > > it does not

Re: packages in a fresh install

2009-01-27 Thread Ron Johnson
On 01/27/2009 10:02 PM, Thilo Six wrote: Ron Johnson wrote the following on 27.01.2009 23:05 <- *snip* -> My machine: $ apt-show-versions > /media/thumb/package.versions.txt Their machine, when in a minimal state: # apt-get install \ $(cat /media/thumb/package.versions.txt | cut -d/ -f1)

Re: Which FS for USB Flash Drive

2009-01-27 Thread Stefan Monnier
> Something to consider is: do you want swap on your flash drive or not? Depends on your use case. In general, I'd say you probably do want some amount of swap, tho you'll probably want to set your swappinness such that the swap space is used sparingly, since it's not a fast drive. > Don't you

Re: Which FS for USB Flash Drive

2009-01-27 Thread Stefan Monnier
>>> AFAIK, a live usb system would not allow me to write data >>> persistently just like a live CD. > How did you get this idea? Read [2]. While it does allow it, it does not allow it in quite the same way as a normal Debian system. E.g. it is not meant to be used day-in/day-out and upgraded from

Re: Which FS for USB Flash Drive

2009-01-27 Thread Stefan Monnier
>> Does anybody have any experience with installing Debian (say Lenny) on USB >> flash drives? I have a small Debian system installed on my flash key. It's basically a rescue system, but is just a "normal" Debian testing, which I have been upgrading every once in a while with apt-get. >> I woul

Re: packages in a fresh install

2009-01-27 Thread Thilo Six
Ron Johnson wrote the following on 27.01.2009 23:05 <- *snip* -> > My machine: > $ apt-show-versions > /media/thumb/package.versions.txt > > Their machine, when in a minimal state: > # apt-get install \ > $(cat /media/thumb/package.versions.txt | cut -d/ -f1) Just a lillte heads up. At lea

Re: ssh howto for debian?

2009-01-27 Thread Ron Johnson
On 01/27/2009 09:15 PM, Daniel Dalton wrote: Hi, Does anyone know of a howto for debian describing how to setup a home ssh server (with sshd)? No need for a HOWTO (in Debian, at least). Local host named "foo": # apt-get install ssh Remote system: C:\ putty foo -- Ron Johnson, Jr. Je

ssh howto for debian?

2009-01-27 Thread Daniel Dalton
Hi, Does anyone know of a howto for debian describing how to setup a home ssh server (with sshd)? Thanks, Daniel. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Current state of hibernation/suspend on Lenny (kernel 2.6.26)?

2009-01-27 Thread A. F. Cano
On Sat, Jan 24, 2009 at 03:29:43PM -0500, I said: > ... > kernel (2.6.26). Since I've read that the video driver is a particularly > thorny issue, especially on resume, and I'm using the nvidia legacy > drivers, experiences with this driver will be particularly welcome. > I have a "GeForce4 Ti 420

Re: slocate replacements

2009-01-27 Thread Celejar
On Tue, 27 Jan 2009 17:07:21 +0100 Johannes Wiedersich wrote: ... > I use mlocate. Thanks for the tip; it looks promising. Celejar -- mailmin.sourceforge.net - remote access via secure (OpenPGP) email ssuds.sourceforge.net - A Simple Sudoku Solver and Generator -- To UNSUBSCRIBE, email to d

Re: Which FS for USB Flash Drive

2009-01-27 Thread Mike Castle
On Tue, Jan 27, 2009 at 11:07 AM, Kushal Koolwal wrote: > Hi, > > Does anybody have any experience with installing Debian (say Lenny) on USB > flash drives? I would like to install Debian on my PQI 4 GB USB flash drive > but I am not sure which filesystem to use - ext2, ext3, XFS? I just grabbed

RE: Which FS for USB Flash Drive

2009-01-27 Thread Kushal Koolwal
> Probably the best r/w filesystem for flash based devices in JFFS2. I don't recollect an option of formatting the FS as JFFS2 in the Debian Lenny Installation CD? >Live is exactly what you want, but it can't be a direct conversion of a Live >CD, since they generally use a r/o squashfs, for the c

Re: Which FS for USB Flash Drive

2009-01-27 Thread Celejar
On Tue, 27 Jan 2009 15:15:15 -0800 Kushal Koolwal wrote: ... > Finally if anybody has followed any particular tutorial to create a Debian > Live USB flash drive, can you point that out? Otherwise I will just do a wild > search and pick one of them. http://debian-live.alioth.debian.org/ http:/

Re: OT: Iceweasel strange behaviour on eBay (UK) [Solved]

2009-01-27 Thread Michal R. Hoffmann
On 26/01/09 21:36, Michal R. Hoffmann wrote: A bit off-topic. Recently I noticed a strange behaviour of Iceweasel while I'm using eBay. On some auctions it shows a warning message screen instead of the auction: --- Dear User: Unfortunately, access to this particular listing or item ha

Re: Which FS for USB Flash Drive

2009-01-27 Thread Mark Allums
elijah rutschman wrote: > I've done something like this and it worked pretty well with etch-and-a-half several months ago. I just used ext2 as the filesystem for simplicity and haven't had any issues thus far. I have heard that flash storage these days sustains enough write cycles to outlive t

RE: Which FS for USB Flash Drive

2009-01-27 Thread Kushal Koolwal
>Ie. you want to write 'data' to it as opposed to install debian to it. Both. Sorry for the confusion. I would like to install Debian on USB Flash drive and also read/write data (store files,etc.) just like a hard drive. > How did you get this idea? Read [2]. Thanks for the link and clearing my

Re: Which FS for USB Flash Drive

2009-01-27 Thread elijah rutschman
On Tue, Jan 27, 2009 at 1:07 PM, Kushal Koolwal wrote: > Does anybody have any experience with installing Debian (say Lenny) on USB > flash drives? I would like to install Debian on my PQI 4 GB USB flash drive > but I am not sure which filesystem to use - ext2, ext3, XFS? I've done something like

Re: Which FS for USB Flash Drive

2009-01-27 Thread Boyd Stephen Smith Jr.
On Tuesday 2009 January 27 13:07:55 Kushal Koolwal wrote: >Does anybody have any experience with installing Debian (say Lenny) on USB > flash drives? Not yet. I am interested in carrying around a Debian installation in the future though. > I would like to install Debian on my PQI 4 GB USB flas

Re: packages in a fresh install

2009-01-27 Thread Kevin Monceaux
On Tue, 27 Jan 2009, Kevin Monceaux wrote: # man dpkg works wonders. :-) Also from the dselect man page: I think I browsed too many man pages before I replied. The above should read "from the dpkg man page." :-) Kevin http://www.RawFedDogs.net http://www.WacoAgilityGroup.org Brucevill

Re: Which FS for USB Flash Drive

2009-01-27 Thread Nate Bargmann
* Johannes Wiedersich [2009 Jan 27 16:25 -0600]: > ... or ext2 if you don't want a journal and reduce the r/w load of the > device [1]: > > > ext2 is still recommended over journaling file systems on bootable > > USB flash drives and other solid-state drives. ext2 performs fewer > > writes than

Re: Which FS for USB Flash Drive

2009-01-27 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ron Johnson wrote: > On 01/27/2009 03:13 PM, Kushal Koolwal wrote: >> I would like to use my USB device for reading and writing to the >> drive just as we do on a regular IDE hard drive. Ie. you want to write 'data' to it as opposed to install debian

enigmail and iceape

2009-01-27 Thread lostson
Hello Has anyone had any luck with getting enigmail to work with the iceape suite ? I was trying to get it working earlier today with no luck, thanks. -- LostSon http://lostsonsvault.org Debian Lenny amd_64 signature.asc Description: This is a digitally signed message part

Re: packages in a fresh install

2009-01-27 Thread Ron Johnson
On 01/27/2009 03:23 PM, Kevin Monceaux wrote: Marcelo, On Tue, 27 Jan 2009, Marcelo Chiapparini wrote: You might transfer this file to another computer, and install it there with: dpkg --clear-selections dpkg --set-selections and then, in order to install the package

Re: packages in a fresh install

2009-01-27 Thread Michael Wagner
* Marcelo Chiapparini 27.01.2009 > Michael Wagner wrote: >> it's easy. From the manpage of "dpkg" >> >> To make a local copy of the package selection states: >> dpkg --get-selections >myselections >> >> You might transfer this file to another computer, and install it there with: >>

Re: packages in a fresh install

2009-01-27 Thread Kevin Monceaux
Marcelo, On Tue, 27 Jan 2009, Marcelo Chiapparini wrote: You might transfer this file to another computer, and install it there with: dpkg --clear-selections dpkg --set-selections and then, in order to install the packages, should I do "aptitude update"? # man dpkg

Re: Which FS for USB Flash Drive

2009-01-27 Thread Ron Johnson
On 01/27/2009 03:13 PM, Kushal Koolwal wrote: What is the difference? What difference do you want to achieve with respect to a 'live' debian system? I would like to use my USB device for reading and writing to the drive just as we do on a regular IDE hard drive. AFAIK, a live usb system would

RE: Which FS for USB Flash Drive

2009-01-27 Thread Kushal Koolwal
>What is the difference? What difference do you want to achieve with respect to >a 'live' debian system? I would like to use my USB device for reading and writing to the drive just as we do on a regular IDE hard drive. AFAIK, a live usb system would not allow me to write data persistently just

Re: packages in a fresh install

2009-01-27 Thread Marcelo Chiapparini
Michael Wagner wrote: * Marcelo Chiapparini 27.01.2009 I am upgrading my notebook. The old one runs etch like a charm. I want to run etch in the new notebook too, and to have installed in it exactly the same packages than in the old one. So, 1) does exist a file with the information of all

Personal invitation from Jabree K

2009-01-27 Thread Jabree K
Personal invitation from Jabree K

Re: php5 gd imagerotate() function

2009-01-27 Thread Chris Burkhardt
Joey L wrote: > To All: > > I am getting this error on my site: > *Fatal error*: Call to undefined function imagerotate() in > */var/www/html/websites > > > *I was told that i need the imagerotate() function to be enabled in the > pre-packaged gd package that i installed. > > I found this link

Re: packages in a fresh install

2009-01-27 Thread Michael Wagner
* Marcelo Chiapparini 27.01.2009 > I am upgrading my notebook. The old one runs etch like a charm. I want > to run etch in the new notebook too, and to have installed in it exactly > the same packages than in the old one. So, > 1) does exist a file with the information of all the packages ins

Re: Which FS for USB Flash Drive

2009-01-27 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kushal Koolwal wrote: > I am tried searching around the internet but most of the articles > talk about preparing a LIVE USB flash drive which is *not* what I > would like to do. I just want a plain Debian system on my USB flash > drive just like on any

Re: packages in a fresh install

2009-01-27 Thread Boyd Stephen Smith Jr.
On Tuesday 2009 January 27 13:02:11 Marcelo Chiapparini wrote: >1) does exist a file with the information of all the packages installed >in the old system? Yes. /var/lib/dpkg/status >2) is it possible to use this information in the fresh installation on >the new system? Yes. (I guessed from you

Re: boot-time script

2009-01-27 Thread Michael M. Moore
On Tue, Jan 27, 2009 at 3:35 AM, Sebastian Günther wrote: > * Umarzuki Mochlis (umarz...@gmail.com) [27.01.09 04:27]: >> I tried making boot-time script for deluge like below >> >> #!/bin/bash >> /usr/bin/deluge >> >> Then I ran update-rc.d to the deluge script hat I saved in /etc/init.d >> # upda

Which FS for USB Flash Drive

2009-01-27 Thread Kushal Koolwal
Hi, Does anybody have any experience with installing Debian (say Lenny) on USB flash drives? I would like to install Debian on my PQI 4 GB USB flash drive but I am not sure which filesystem to use - ext2, ext3, XFS? My primary concern/criteria in selecting a fs would be throughput/perform

packages in a fresh install

2009-01-27 Thread Marcelo Chiapparini
Hi! I am upgrading my notebook. The old one runs etch like a charm. I want to run etch in the new notebook too, and to have installed in it exactly the same packages than in the old one. So, 1) does exist a file with the information of all the packages installed in the old system? 2) is it pos

Re: fox.com & abc.com video players

2009-01-27 Thread Dancing Fingers
try doing apt-get update apt-get install libflash-mozplugin Chris On Jan 26, 11:40 pm, David Fox wrote: > Oops wanted this to go to the list > > -- Forwarded message -- > From: David Fox > Date: Mon, Jan 26, 2009 at 8:33 PM > Subject: Re: fox.com & abc.com video players > T

Re: Mount NTFS: Permission and Owner

2009-01-27 Thread Eduardo M KALINOWSKI
Zaki Akhmad wrote: > > Hello, > > I am mounting NTFS partition from my Debian. Can somebody tell me, why > the permission and owner of my mounted NTFS partition is like this: > > $ ls -l > -rwxrwxrwx 2 root root 7282 2008-06-22 21:04 > 200px-AdditiveColorMixing.png > -rwxrwxrwx 2 root root 19

Re: Problems with installation of OpenOffice 3.0

2009-01-27 Thread Peter Hillier-Brook
Rodolfo Medina wrote: On Jan 27, 11:30 am, Angus Auld wrote: --- On Mon, 1/26/09, Rodolfo Medina wrote: From: Rodolfo Medina Subject: Problems with installation of OpenOffice 3.0 To: debian-u...@lists.debian.org Date: Monday, January 26, 2009, 11:20 PM From openoffice web site I download

php5 gd imagerotate() function

2009-01-27 Thread Joey L
To All: I am getting this error on my site: *Fatal error*: Call to undefined function imagerotate() in * /var/www/html/websites *I was told that i need the imagerotate() function to be enabled in the pre-packaged gd package that i installed. I found this link in google : http://digitalconsumpti

Re: Scim does not work with openoffice

2009-01-27 Thread Lisi Reisz
On Sunday 25 January 2009 20:30:24 Rodolfo Medina wrote: > On Sunday 25 January 2009 15:56:20 Rodolfo Medina wrote: > >> But, all I want is to use scim within openoffice writer: it's for my > >> sister, she speaks Chinese and > >> needs writing chinese characters. > >> > >> With gedit, she simply d

Re: Scim does not work with openoffice

2009-01-27 Thread Lisi Reisz
On Tuesday 27 January 2009 15:53:37 Osamu Aoki wrote: > Just because some software worked with your method does not make your > method works everywhere. I was very careful to say, not that it was a universal solution, but a) that it had worked for me and b) that I had not so far got it going in D

Re: Scim does not work with openoffice

2009-01-27 Thread Lisi Reisz
On Sunday 25 January 2009 20:30:24 Rodolfo Medina wrote: > Please let me know if you catch some more information about how you > granddaughter does. Certainly. She - and her computer - will be home at the weekend. Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a s

Re: Scim does not work with openoffice

2009-01-27 Thread Osamu Aoki
Hi, On Sun, Jan 25, 2009 at 08:30:24PM +, Rodolfo Medina wrote: > On Sunday 25 January 2009 15:56:20 Rodolfo Medina wrote: > Please let me know if you catch some more information about how you > granddaughter does. It works fine with everything here. OO can print Japanese nicely (with non-f

Re: installing driver with ndiswrapper

2009-01-27 Thread Micha Feigin
On Tue, 27 Jan 2009 20:12:00 +0800 Umarzuki Mochlis wrote: > I'm trying to install my laptop wireless driver with ndiswrapper > > eden:/home/umarzuki/Desktop/Downloads# ndiswrapper -i bcmwl6.inf > installing bcmwl6 ... > eden:/home/umarzuki/Desktop/Downloads# depmod -a > eden:/home/umarzuki/Desk

Re: slocate replacements

2009-01-27 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 T o n g wrote: > Since the slocate has recently been obsoleted, I'm wondering what the > recommend replacements are. > > I use slocate quite a lot, especially it regular expression searching. I use mlocate. $ aptitude search locate i dlocate

Re: Equivalence to apt-get install -f

2009-01-27 Thread Tzafrir Cohen
On Tue, Jan 27, 2009 at 07:59:51AM -0800, Daniel Burrows wrote: > On Tue, Jan 27, 2009 at 01:58:32PM +, Tzafrir Cohen > was heard to say: > > One use case: > > > > dpkg --install package.deb > > > > Which happens to fail due to a missing dependency, and then: > > > > apt-get install -f

Re: slocate replacements

2009-01-27 Thread Sven Joachim
On 2009-01-27 16:48 +0100, T o n g wrote: > Since the slocate has recently been obsoleted, I'm wondering what the > recommend replacements are. It is mlocate: http://packages.debian.org/mlocate. Sven -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubs

Re: Equivalence to apt-get install -f

2009-01-27 Thread Daniel Burrows
On Tue, Jan 27, 2009 at 01:58:32PM +, Tzafrir Cohen was heard to say: > One use case: > > dpkg --install package.deb > > Which happens to fail due to a missing dependency, and then: > > apt-get install -f > > I haven't tried it with aptitude recently but at least in the past (4-5 > mo

Re: Equivalence to apt-get install -f

2009-01-27 Thread Daniel Burrows
On Mon, Jan 26, 2009 at 09:33:28PM -0800, Daniel Burrows was heard to say: > On Tue, Jan 27, 2009 at 10:59:56AM +0800, Umarzuki Mochlis > was heard to say: > > For aptitude, is there an equivalence to > > # apt-get install -f > > Just plain "aptitude install" will try to fix any broken depen

slocate replacements

2009-01-27 Thread T o n g
Hi, Since the slocate has recently been obsoleted, I'm wondering what the recommend replacements are. I use slocate quite a lot, especially it regular expression searching. thanks -- Tong (remove underscore(s) to reply) http://xpt.sourceforge.net/techdocs/ http://xpt.sourceforge.net/tool

Re: installing driver with ndiswrapper

2009-01-27 Thread Marco Túlio Gontijo e Silva
Em Ter, 2009-01-27 às 20:12 +0800, Umarzuki Mochlis escreveu: > eden:/home/umarzuki/Desktop/Downloads# modprobe ndiswrapper > FATAL: Module ndiswrapper not found. > eden:/home/umarzuki/Desktop/Downloads# aptitude search ndiswrapper > i ndiswrapper-common - Common scripts required to

Re: help with mlterm

2009-01-27 Thread Thomas Dickey
On Mon, Jan 26, 2009 at 01:30:07AM +0100, David Purton wrote: > Becuase complex charaters become hard to read, especially at small point > sizes. Bold is set to be a different colour, I don't need a different > typeface as well. Many terminals have the option to disable bold fonts - > it's just a p

Re: Problems with installation of OpenOffice 3.0

2009-01-27 Thread Rodolfo Medina
On Jan 27, 11:30 am, Angus Auld wrote: > --- On Mon, 1/26/09, Rodolfo Medina wrote: > > > > > From: Rodolfo Medina > > Subject: Problems with installation of OpenOffice 3.0 > > To: debian-u...@lists.debian.org > > Date: Monday, January 26, 2009, 11:20 PM > > >From openoffice web site I downloade

Re: What does support mean? (Re: Exim4 with a Goddady account)

2009-01-27 Thread Chris Bannister
On Sun, Jan 25, 2009 at 03:38:53PM +, Bob Cox wrote: > > On Sun, Jan 25, 2009 at 10:40:39AM +, Tzafrir Cohen wrote: > > > On Sun, Jan 25, 2009 at 11:43:28PM +1300, Chris Bannister wrote: > > > > On Thu, Jan 22, 2009 at 12:43:07PM +, Bob Cox wrote: > > > > > I have used Postfix for years

Re: Equivalence to apt-get install -f

2009-01-27 Thread Tzafrir Cohen
On Mon, Jan 26, 2009 at 09:33:28PM -0800, Daniel Burrows wrote: > On Tue, Jan 27, 2009 at 10:59:56AM +0800, Umarzuki Mochlis > was heard to say: > > For aptitude, is there an equivalence to > > # apt-get install -f > > Just plain "aptitude install" will try to fix any broken dependencies. Tho

Re: Where to put unclutter command?

2009-01-27 Thread Jochen Schulz
Dotan Cohen: > > I use KDE 3.5.10 and I want to run the unclutter command when I log > in. I am not sure which file to put the command in, where should it > go? Thanks. Last time I looked, it was started automatically by some script in /etc/X11/. J. -- My drug of choice is self-pity. [Agree] [

installing driver with ndiswrapper

2009-01-27 Thread Umarzuki Mochlis
I'm trying to install my laptop wireless driver with ndiswrapper eden:/home/umarzuki/Desktop/Downloads# ndiswrapper -i bcmwl6.inf installing bcmwl6 ... eden:/home/umarzuki/Desktop/Downloads# depmod -a eden:/home/umarzuki/Desktop/Downloads# modprobe ndiswrapper FATAL: Module ndiswrapper not found.

Re: sed help please

2009-01-27 Thread Daniel Dalton
Hi Axel, > Use a backslash \ bevor the slash/: "\/" works fine Thanks, very much, that worked! Cheers, Daniel. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Where to put unclutter command?

2009-01-27 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [No need to cc me.] Dotan Cohen wrote: > Thanks. is there a more universal place, say, that would run if I were > to log in with Gnome? I'll put the code in autostart, but I'd like to > know a bit more about the .bash* files and if they could be used f

Re: boot-time script

2009-01-27 Thread Sebastian Günther
* Umarzuki Mochlis (umarz...@gmail.com) [27.01.09 04:27]: > I tried making boot-time script for deluge like below > > #!/bin/bash > /usr/bin/deluge > > Then I ran update-rc.d to the deluge script hat I saved in /etc/init.d > # update-rc.d deluge defaults > > But when I rebooted my PC, it didn't

Re: sed help please

2009-01-27 Thread Teemu Likonen
Axel Freyn (2009-01-27 12:11 +0100) wrote: > On Tue, Jan 27, 2009 at 09:35:46PM +1100, Daniel Dalton wrote: >> sed s//media// filename >> >> One question, how can I include the / charactar in the search patton? >> This works fine except, I need to add a / in the search patton, any >> ideas how t

Re: boot-time script

2009-01-27 Thread Umarzuki Mochlis
2009/1/27 Michael Iatrou > When the date was Tuesday 27 January 2009, Umarzuki Mochlis wrote: > > > I tried making boot-time script for deluge like below > > Isn't this a GUI app? If yes, you need to take into account that X must be > running. Preferences > Session > Startup programs > Add > >

Re: Problems with installation of OpenOffice 3.0

2009-01-27 Thread Ron Johnson
On 01/27/2009 05:14 AM, Angus Auld wrote: --- On Mon, 1/26/09, Rodolfo Medina wrote: From: Rodolfo Medina Subject: Problems with installation of OpenOffice 3.0 To: debian-user@lists.debian.org Date: Monday, January 26, 2009, 11:20 PM >From openoffice web site I downloaded the tarball OOo_3.0.

Re: Problems with installation of OpenOffice 3.0

2009-01-27 Thread Angus Auld
--- On Mon, 1/26/09, Rodolfo Medina wrote: > From: Rodolfo Medina > Subject: Problems with installation of OpenOffice 3.0 > To: debian-user@lists.debian.org > Date: Monday, January 26, 2009, 11:20 PM > >From openoffice web site I downloaded the tarball > OOo_3.0.0_LinuxIntel_install_wJRE_en-US.

payroll software, its cost and the local vendor

2009-01-27 Thread Sudhama J S
Dear Debian/Jlil URGENT Could you pl, let me know payroll software, its cost and the local vendor. Sudhama Asst.Manager - Finance & Accounts IVY Comptech Private Limited Cyber Spazio,Road No 2, Banjara Hills, Hyderabad-500033, Andhra Pradesh. DD + 91 (40) 23581000 / 66721000; X:4593 Mobil

Re: sed help please

2009-01-27 Thread Axel Freyn
Hi Daniel, On Tue, Jan 27, 2009 at 09:35:46PM +1100, Daniel Dalton wrote: > Hi, > > I've come up with this sed command: > sed s//media// filename > > One question, how can I include the / charactar in the search patton? > This works fine except, I need to add a / in the search patton, any > idea

sed help please

2009-01-27 Thread Daniel Dalton
Hi, I've come up with this sed command: sed s//media// filename One question, how can I include the / charactar in the search patton? This works fine except, I need to add a / in the search patton, any ideas how to do this so sed doesn't complain? Thanks very much, Daniel. -- To UNSUBSCRIBE

Re: Where to put unclutter command?

2009-01-27 Thread Dotan Cohen
2009/1/27 Johannes Wiedersich : > cat .kde/Autostart/unclutter > #!/bin/bash > /usr/bin/unclutter > Thanks. is there a more universal place, say, that would run if I were to log in with Gnome? I'll put the code in autostart, but I'd like to know a bit more about the .bash* files and if they could

Re: Where to put unclutter command?

2009-01-27 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dotan Cohen wrote: > I use KDE 3.5.10 and I want to run the unclutter command when I log > in. I am not sure which file to put the command in, where should it > go? Thanks. > cat .kde/Autostart/unclutter #!/bin/bash /usr/bin/unclutter Cheers, Johan

Re: boot-time script

2009-01-27 Thread Michael Iatrou
When the date was Tuesday 27 January 2009, Umarzuki Mochlis wrote: > I tried making boot-time script for deluge like below Isn't this a GUI app? If yes, you need to take into account that X must be running. -- Michael Iatrou (thgu) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debi

Where to put unclutter command?

2009-01-27 Thread Dotan Cohen
I use KDE 3.5.10 and I want to run the unclutter command when I log in. I am not sure which file to put the command in, where should it go? Thanks. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط

Re: new hard drive, reinstalling grub

2009-01-27 Thread whollygoat
On Mon, 26 Jan 2009 15:20:55 +0200, said: > whollyg...@letterboxes.org wrote: > > *created all the lvm volumes groups and partitions, > > *created ext3 filesystems on the partitions, > > *created the necessary mount points on /, mounted all the > > partitions, then cpio'd everything over fro

Re: Mount NTFS: Permission and Owner

2009-01-27 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zaki Akhmad wrote: > I am mounting NTFS partition from my Debian. Can somebody tell me, why > the permission and owner of my mounted NTFS partition is like this: If you visit http://www.google.com/linux and copy/paste the subject of your mail into t