Re: $PATH problem

2021-06-11 Thread Greg Wooledge
On Fri, Jun 11, 2021 at 04:09:35PM -0700, Gary L. Roach wrote: > I rebooted the system and then ran: > > * systemctl status backuppc.service** > **● backuppc.service - LSB: Launch backuppc server** > **   Loaded: loaded (/etc/init.d/backuppc; generated)** Ouch! > **   Active: active (running)

Re: $PATH problem

2021-06-11 Thread Bob Weber
On 6/11/21 19:09, Gary L. Roach wrote: *systemctl status backuppc.service** * Thats good.  Does the web interface work? Try: http://ip-of-server/backuppc/index.cgi?action=summary You might have to login.  Check the file /etc/backuppc/htpasswd. On my system it has the user and encrypted

Re: $PATH problem

2021-06-11 Thread Gary L. Roach
I rebooted the system and then ran: * systemctl status backuppc.service** **● backuppc.service - LSB: Launch backuppc server** **   Loaded: loaded (/etc/init.d/backuppc; generated)** **   Active: active (running) since Fri 2021-06-11 15:59:17 PDT; 6min ago** ** Docs:

Re: $PATH problem

2021-06-11 Thread Bob Weber
On 6/11/21 16:48, Gary L. Roach wrote: Hi all, Operating System: Debian GNU/Linux 10 KDE Plasma Version: 5.14.5 Qt Version: 5.11.3 KDE Frameworks Version: 5.54.0 Kernel Version: 4.19.0-16-amd64 OS Type: 64-bit Processors: 4 × AMD FX(tm)-4350 Quad-Core Processor Memory: 15.6 GiB of RAM I have

Re: $PATH problem

2021-06-11 Thread Greg Wooledge
On Fri, Jun 11, 2021 at 01:48:47PM -0700, Gary L. Roach wrote: > I have been trying to install Backuppc on my system and have run into a > problem with the $PATH settings. I put the proper path setting in the > /etc/environment file which, on login, is supposed to supply that path to > all users.

$PATH problem

2021-06-11 Thread Gary L. Roach
Hi all, Operating System: Debian GNU/Linux 10 KDE Plasma Version: 5.14.5 Qt Version: 5.11.3 KDE Frameworks Version: 5.54.0 Kernel Version: 4.19.0-16-amd64 OS Type: 64-bit Processors: 4 × AMD FX(tm)-4350 Quad-Core Processor Memory: 15.6 GiB of RAM I have been trying to install Backuppc on my

[Fwd: Re: eclipse ve java path problem]

2005-08-04 Thread H. Kerem Cevahir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Enigmail -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC8hOCZltqs+RRVkQRAkRuAJ0aH7PC6k64KrykKJCSciMQexzcywCeMC3k vzF6+rrj4SitFMjkjtH6MlE= =BMmQ -END PGP

eclipse ve java path problem

2005-08-03 Thread Erohan AslanEro
selam, Dun KDE desktop environment yuklu calisirken etc/profile altinda j2sdk'nin yuklu oldugu yeri gostermistim ve konsoldan java, javac gibi komutlari calistirabiliyordum. Bugun Desktop paketlerini indirdim ve su an GNOME uzerinde calisiyorum ancak java veya javac komutlarim calismiyor. Bunun

Re: eclipse ve java path problem

2005-08-03 Thread abdullah . teke
Aynı problem bende de mevcut idi. Konsoldan gerekli path tanımlarını yaparak eclipse ve java komutlarını rahatlıkla çalıştırabiliyordum. Fakat ne zaman eclipse üzerinde masaüstünden kısayol oluşurup çalıştırmaya kalksam JVM bulunamadı gibi bir hata alıyordum. Daha sonra /etc/X11/Xsession.d/

Re: $PATH problem

2005-07-12 Thread L.V.Gandhi
On 7/11/05, Bob Proulx [EMAIL PROTECTED] wrote: L.V.Gandhi wrote: Bob Proulx wrote: Are you logging in with a graphical login manager such as kdm, gdm, or xdm? If so then read this note: http://lists.debian.org/debian-user/2005/06/msg03761.html I am sure that is the same

Re: $PATH problem

2005-07-12 Thread Bob Proulx
L.V.Gandhi wrote: Bob Proulx wrote: L.V.Gandhi wrote: Bob Proulx wrote: http://lists.debian.org/debian-user/2005/06/msg03761.html Setting up ~/.xsession as described in the messages I references seems like the best answer. Thanks for the reply. However it talks of only profile.

Re: $PATH problem

2005-07-10 Thread Bob Proulx
L.V.Gandhi wrote: Bob Proulx wrote: Are you logging in with a graphical login manager such as kdm, gdm, or xdm? If so then read this note: http://lists.debian.org/debian-user/2005/06/msg03761.html I am sure that is the same problem you are seeing. But How about /etc/profile.

Re: $PATH problem

2005-07-09 Thread Bob Proulx
L.V.Gandhi wrote: ... But stille I don't get ~/bin in my path. Any help is appreciated. I am running sarge with yesting and unstable in sources.list for upgrading. Are you logging in with a graphical login manager such as kdm, gdm, or xdm? If so then read this note:

Re: $PATH problem

2005-07-09 Thread L.V.Gandhi
On 7/9/05, Bob Proulx [EMAIL PROTECTED] wrote: L.V.Gandhi wrote: ... But stille I don't get ~/bin in my path. Any help is appreciated. I am running sarge with yesting and unstable in sources.list for upgrading. Are you logging in with a graphical login manager such as kdm, gdm, or

$PATH problem

2005-07-08 Thread L.V.Gandhi
I have following .bash_profile. [EMAIL PROTECTED]:~$ cat .bash_profile # ~/.bash_profile: executed by bash(1) for login shells. # see /usr/share/doc/bash/examples/startup-files for examples. # the files are located in the bash-doc package. # the default umask is set in /etc/login.defs umask 022

Re: $PATH problem

2005-07-08 Thread Chris F.A. Johnson
On 2005-07-08, L.V.Gandhi wrote: I have following .bash_profile. [EMAIL PROTECTED]:~$ cat .bash_profile # ~/.bash_profile: executed by bash(1) for login shells. # see /usr/share/doc/bash/examples/startup-files for examples. # the files are located in the bash-doc package. # the default

Re: $PATH problem

2005-07-08 Thread mess-mate
Chris F.A. Johnson [EMAIL PROTECTED] wrote: | On 2005-07-08, L.V.Gandhi wrote: | I have following .bash_profile. | [EMAIL PROTECTED]:~$ cat .bash_profile | # ~/.bash_profile: executed by bash(1) for login shells. | # see /usr/share/doc/bash/examples/startup-files for examples. | # the files

Re: $PATH problem

2005-07-08 Thread L.V.Gandhi
On 7/8/05, Chris F.A. Johnson [EMAIL PROTECTED] wrote: On 2005-07-08, L.V.Gandhi wrote: I have following .bash_profile. [EMAIL PROTECTED]:~$ cat .bash_profile # ~/.bash_profile: executed by bash(1) for login shells. # see /usr/share/doc/bash/examples/startup-files for examples. # the

PATH problem

2004-12-21 Thread Andrew Konosky
When I download a compressed file and select Extract Here in Konqueror, I get an error that the operation is not in my path. How do I fix this? Ark is installed and I can open compressed file, but I have to open each file individually and extract them one at a time rather than just selecting a

cron path problem

2004-03-24 Thread Hans du Plooy
Hi guys, I have setup a cron job (on woody) to run apt-get update and apt-get install once a week to do security updates. I get the following: dpkg: `ldconfig' not found on PATH. dpkg: `start-stop-daemon' not found on PATH. dpkg: `install-info' not found on PATH. dpkg: `update-rc.d' not found

Re: cron path problem

2004-03-24 Thread Randy Orrison
Hans du Plooy wrote: I have setup a cron job (on woody) to run apt-get update and apt-get install once a week to do security updates. Just do apt-get install cron-apt (The version in testing should work fine on woody as well, and has a few more features, but the one in woody does what

Re: cron path problem

2004-03-24 Thread Andreas Janssen
Hello Hans du Plooy ([EMAIL PROTECTED]) wrote: I have setup a cron job (on woody) to run apt-get update and apt-get install once a week to do security updates. I get the following: dpkg: `ldconfig' not found on PATH. dpkg: `start-stop-daemon' not found on PATH. dpkg: `install-info' not

Re: cron path problem

2004-03-24 Thread loco
when you use a shell script this run on the specific shell whith the user ambient path because is to diferent run a script on cron or tty i put the complet path on all comand than i use!, ## /sbin/prog1 -d /home/pedro /bin/prog2 -frp /home/pedro/filename.txt ## sorry for my eanglish

Re: cron path problem

2004-03-24 Thread Hans du Plooy
On Wednesday 24 March 2004 13:10, Andreas Janssen wrote: Normally jobs are run under the user id in the crontab file, or, if the job is run from a user crontab, under that user's id. It's system wide with no user-id in the crontab file (will check that out). By setting the PATH in your cronjob

Re: cron path problem

2004-03-24 Thread Alexis Huxley
Hi guys, I have setup a cron job (on woody) to run apt-get update and apt-get install once a week to do security updates. I get the following: dpkg: `ldconfig' not found on PATH. dpkg: `start-stop-daemon' not found on PATH. dpkg: `install-info' not found on PATH. dpkg: `update-rc.d'

Re: cron path problem

2004-03-24 Thread Colin Watson
On Wed, Mar 24, 2004 at 02:13:09PM +, Alexis Huxley wrote: Best way to fix path is to put it explicitly in the command you run as in: 0 0 * * 1-5 sh -c 'PATH=$PATH:/sbin:/usr/sbin; apt-get update; apt-get install ...' That's pretty cumbersome. Much easier just to set the

Re: cron path problem

2004-03-24 Thread Paul Johnson
Hans du Plooy [EMAIL PROTECTED] writes: I thought that cron would run as user cron, but there's no such user. Who does it run as? Or how can I set the path that cron has access to? If you're talking /etc/crontab, then it is run as root unless you tell it to do otherwise. If it's your

Re: cron path problem

2004-03-24 Thread Paul Johnson
Colin Watson [EMAIL PROTECTED] writes: On Wed, Mar 24, 2004 at 02:13:09PM +, Alexis Huxley wrote: Best way to fix path is to put it explicitly in the command you run as in: 0 0 * * 1-5 sh -c 'PATH=$PATH:/sbin:/usr/sbin; apt-get update; apt-get install ...' That's pretty

Re: PATH problem

1998-06-03 Thread Liran Zvibel
On Tue, 2 Ju, 1998, Tomas Petersson wrote: Hello, I have installed JDK1.1 and written a small testprogram. The compiler works fine, I can compile programs which run fine on my NT but in Linux it says Class XXX not found.. I suspect the the problem is my PATH, but I can't find the error.

PATH problem

1998-06-02 Thread Tomas Petersson
Hello, I have installed JDK1.1 and written a small testprogram. The compiler works fine, I can compile programs which run fine on my NT but in Linux it says Class XXX not found.. I suspect the the problem is my PATH, but I can't find the error. The class I try to run is in the current directory.

Re: PATH problem

1998-06-02 Thread David Z. Maze
Tomas Petersson [EMAIL PROTECTED] writes: TP The class I try to run is in the current directory. TP TP CLASSPATH=/usr/local/java/classes Add '.' to your CLASSPATH. -- _ / \ Dad was reading a book called | David Maze