Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread tomas
On Fri, Jul 08, 2022 at 08:37:19AM -0500, Albretch Mueller wrote: > [...] that bash utils needed to be declared in > the PATH in order for you to access them. Noticing it and opening > another windows was all it took. Ah, oh. You overwrote your PATH. Makes sense now :) > it amazes me also how

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread Tixy
On Fri, 2022-07-08 at 08:37 -0500, Albretch Mueller wrote: > it seemed to have been somehow > blanketed by my "unconscious" that bash utils needed to be declared in > the PATH in order for you to access them. 'which' isn't a 'bash util' whatever that is (presumably you mean a shell built-in). As

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread Albretch Mueller
after reading through all your suggestions and still wondering about what exactly was the mistake that I had made, I realized that it was a simple and stupid "type in a rush and let 'the compiler' (sorry!) find the mistake for you" kind of error: it seemed to have been somehow blanketed by my

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread mick crane
On 2022-07-08 12:48, Greg Wooledge wrote: https://wiki.debian.org/DebianAlternatives thanks mick

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread Greg Wooledge
lines) from your terminal session into the email. What you paste should show us your shell prompt, the shell command that you typed, and all of the output you received. For example: unicorn:~$ catt /etc/group bash: catt: command not found 2) Give us basic background about your syste

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread The Wanderer
On 2022-07-08 at 07:48, Greg Wooledge wrote: > On Fri, Jul 08, 2022 at 12:47:19PM +0100, mick crane wrote: > >> here on bookworm >> mick@pumpkin:~$ ls -la /usr/bin |grep which >> lrwxrwxrwx 1 root root 23 Jan 23 18:05 which -> >> /etc/alternatives/which >> -rwxr-xr-x 1 root root

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread Greg Wooledge
On Fri, Jul 08, 2022 at 12:47:19PM +0100, mick crane wrote: > here on bookworm > mick@pumpkin:~$ ls -la /usr/bin |grep which > lrwxrwxrwx 1 root root 23 Jan 23 18:05 which -> > /etc/alternatives/which > -rwxr-xr-x 1 root root 946 May 1 17:47 which.debianutils > mick@pumpkin:~$

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread mick crane
On 2022-07-08 11:30, to...@tuxteam.de wrote: Not every binary is contained in a package called like it. That's what "apt-file" is for (in the same named package): tomas@trotzki:~$ apt-file search bin/which debian-goodies: /usr/bin/which-pkg-broke debian-goodies:

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread The Wanderer
h anything else that's in this message. > export _GRAALVM_HOME=.../graalvm-ce-java17-22.1.0 > export PATH=${PATH}:${_GRAALVM_HOME}/bin > which javac > which java > $ > > bash: which: command not found > > # apt-get install which > Reading package lists... Done > Building

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread Tixy
k)? > > export _GRAALVM_HOME=.../graalvm-ce-java17-22.1.0 There's one too many '.' characters there, but that shouldn't be the cause of your issue. > export PATH=${PATH}:${_GRAALVM_HOME}/bin > which javac > which java > $ > > bash: which: command not found So, did you

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread Jude DaShiell
aving forces actively messing with your work)? > > export _GRAALVM_HOME=.../graalvm-ce-java17-22.1.0 > export PATH=${PATH}:${_GRAALVM_HOME}/bin > which javac > which java > $ > > bash: which: command not found > > # apt-get install which > Reading package lists... Done

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread tomas
.1.0 > export PATH=${PATH}:${_GRAALVM_HOME}/bin > which javac > which java > $ > > bash: which: command not found > > # apt-get install which > Reading package lists... Done > Building dependency tree... Done > Reading state information... Done > E: Unable to loca

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread Loïc Grenié
)? > This could happen if cat has mode 744 (executable only by owner) or some kind of SElinux magic. > export _GRAALVM_HOME=.../graalvm-ce-java17-22.1.0 > export PATH=${PATH}:${_GRAALVM_HOME}/bin > which javac > which java > $ > > bash: which: command not found >

Re: bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread Thomas Schmitt
Hi, Albretch Mueller wrote: > # apt-get install which > E: Unable to locate package which Try apt-get install debianutils I got the proposal from $ apt-file search which | grep 'which$' | less which still finds 18 lines which end by "which". Number two looks like the program you look for:

bash: which: command not found? + (E: Unable to locate package which? ...)

2022-07-08 Thread Albretch Mueller
${_GRAALVM_HOME}/bin which javac which java $ bash: which: command not found # apt-get install which Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package which # # cat /etc/apt/sources.list # deb cdrom:[Official Debian G

Re: apt install : command not found

2021-11-25 Thread Thomas Schmitt
Hi, lists.deb...@netc.eu > it seams that you found the reason... Nbsp played similar tricks on me 6 years ago. https://lists.debian.org/debian-user/2015/08/msg00030.html But there is still the question how you produced Em Space by mistake. Did you copy the line from some web page ? Have a

Re: apt install : command not found

2021-11-25 Thread lists . debian
Oh my god, Nice found, thanks very much, it seams that you found the reason... Thank you !!! Nice day to you also Le 2021-11-25 12:34, Thomas Schmitt a écrit : > > Hi, > > lists.deb...@netc.eu wrote: > > To test I did "sudo apt install" and it worked > > [...] > > But just after I

Re: apt install : command not found

2021-11-25 Thread Thomas Schmitt
Hi, lists.deb...@netc.eu wrote: > To test I did "sudo apt install" and it worked > [...] > But just after I retried "apt install" and it not work. Here is all the > output: > [...] > $ sudo apt install nfs-common > Lecture des listes de paquets... Fait > [...] > $ sudo apt install 

Re: apt install : command not found

2021-11-25 Thread lists . debian
ate apt search __ apt upgrade apt show __ ... And they all work as intended, only "apt install" is giving me the output "command not found" :( Do you have any idea on what might be the problem? Thanks all in advance for the help, Best regards, Marc > > > > --

Re: apt install : command not found

2021-11-25 Thread Philipp Ewald
I already used a few days ago... I've tried several other options (always with sudo): apt update apt search __ apt upgrade apt show __ ... And they all work as intended, only "apt install" is giving me the output "command not found" :( Do you have any idea on

apt install : command not found

2021-11-25 Thread lists . debian
only "apt install" is giving me the output "command not found" :( Do you have any idea on what might be the problem? Thanks all in advance for the help, Best regards, Marc

apt install : command not found

2021-11-25 Thread lists . debian
only "apt install" is giving me the output "command not found" :( Do you have any idea on what might be the problem? Thanks all in advance for the help, Best regards, Marc

Fix Kali Linux command not found error [WAS Re: Bug reportin ]

2021-05-22 Thread Andrew M.A. Cater
On Fri, May 21, 2021 at 06:47:17PM -0400, Mohamud Ali wrote: > dictionory > Sorry, command-not-found has crashed! Please file a bug report at: > http://www.debian.org/Bugs/Reporting > Please include the following information with the report: > > command-not-found version: 0.

Re: Command not found not working on kali linux

2021-04-30 Thread Andrew M.A. Cater
On Fri, Apr 30, 2021 at 12:33:27AM -0400, Xhorium Tech wrote: > OBTAINING FOLLOWING PROBLEM > > command-not-found version: 0.3 > Python version: 3.9.1 final 0 > Distributor ID: Kali > Description:Kali GNU/Linux Rolling > Release:2021.1 > Codename:

Command not found not working on kali linux

2021-04-29 Thread Xhorium Tech
OBTAINING FOLLOWING PROBLEM command-not-found version: 0.3 Python version: 3.9.1 final 0 Distributor ID: Kali Description:Kali GNU/Linux Rolling Release:2021.1 Codename: kali-rolling Exception information: unable to open database file Traceback (most recent call last): File

command-not-found version: 0.3,Python version: 3.9.1 final 0,Distributor ID: Kali,Description: Kali GNU/Linux Rolling,Release: 2021.1,Codename: kali-rolling

2021-02-27 Thread Oleg Ivanchuk
command-not-found version: 0.3 Python version: 3.9.1 final 0 Distributor ID: Kali Description:    Kali GNU/Linux Rolling Release:    2021.1 Codename:   kali-rolling Exception information: unable to open database file Traceback (most recent call last):   File "/usr/share/command-not-

Re: problem with command-not-found in buster

2019-11-08 Thread Curt
ght i >> got them all, but I missed one, tinyply. >> When I went to complied tinyply i get the following on terminal shell: >> >> >> *Could not find the database of available applications, run >> update-command-not-found as root to fix thisSorry, command-n

Re: problem with command-not-found in buster

2019-11-06 Thread Dan Ritter
gt; When I went to complied tinyply i get the following on terminal shell: > > > *Could not find the database of available applications, run > update-command-not-found as root to fix thisSorry, command-not-found has > crashed! Please file a bug report at:http://www.deb

Re: problem with command-not-found in buster

2019-11-03 Thread john doe
I missed one, tinyply. > When I went to complied tinyply i get the following on terminal shell: > > > > > > > > > > > > > > > > > > > > > *Could not find the database of available applications, run > update-command-not-found as

problem with command-not-found in buster

2019-11-03 Thread Mark Webb
the following on terminal shell: *Could not find the database of available applications, run update-command-not-found as root to fix thisSorry, command-not-found has crashed! Please file a bug report at:http://www.debian.org/Bugs/Reporting <http://www.debian.org/Bugs/Report

Re: updmap-user: command not found

2019-07-31 Thread Curt
On 2019-07-30, Rodolfo Medina wrote: >>> >>> >>> curty@einstein:~$ apt-cache show texlive-base | grep -i updmap >>> updmap-map -- >>> >>> So simply spelt 'updmap-map', I guess. >> >> On stretch, it seems it's just updmap > > > Thanks all, that seems to be the case... Yes, I managed to get

Re: updmap-user: command not found

2019-07-30 Thread Rodolfo Medina
David Wright writes: > On Mon 29 Jul 2019 at 19:56:32 (-), Curt wrote: >> On 2019-07-29, wrote: >> > >> > (this is an oldstable Debian). >> > >> > Perhaps the thing you're looking for is simply spelt "updmap"? >> >> >> curty@einstein:~$ apt-cache show texlive-base | grep -i updmap >>

Re: updmap-user: command not found

2019-07-29 Thread David Wright
On Mon 29 Jul 2019 at 19:56:32 (-), Curt wrote: > On 2019-07-29, wrote: > > > > (this is an oldstable Debian). > > > > Perhaps the thing you're looking for is simply spelt "updmap"? > > > curty@einstein:~$ apt-cache show texlive-base | grep -i updmap > updmap-map -- > > So simply spelt

Re: updmap-user: command not found

2019-07-29 Thread Curt
On 2019-07-29, wrote: > > (this is an oldstable Debian). > > Perhaps the thing you're looking for is simply spelt "updmap"? curty@einstein:~$ apt-cache show texlive-base | grep -i updmap updmap-map -- So simply spelt 'updmap-map', I guess. > Cheers -- “We are all in the gutter, but some

Re: updmap-user: command not found

2019-07-29 Thread tomas
On Mon, Jul 29, 2019 at 08:25:42PM +0100, Rodolfo Medina wrote: > Hi all. > > On my Debian Stretch box, the `updmap-user' command is declared `not found' > although the package texlive-base is installed. Why? > > Please help. Those are the similar commands I see: tomas@trotzki:~$ man -k

updmap-user: command not found

2019-07-29 Thread Rodolfo Medina
Hi all. On my Debian Stretch box, the `updmap-user' command is declared `not found' although the package texlive-base is installed. Why? Please help. Thanks in advance, Rodolfo

Re: buster iftop: command not found

2019-07-16 Thread franiortiz hotmail
; >> escribió: > >>>Hola lista, > >>>animado por comentarios he instalado buster en vbox. > >>>instalo mis paquetes usuales entre ellos iftop (con #apt install > >>>iftop...) > >>>todo perfecto pero cuando lan

Re: buster iftop: command not found

2019-07-16 Thread Betibeteka Beranduetxea
uetes usuales entre ellos iftop (con #apt install >>>iftop...) >>>todo perfecto pero cuando lanzo el comando iftop me responde: >>># iftop >>>bash: iftop: command not found >>>sin embargo si le pido el man iftop, si que me lo devuelve. >>>y hasta ahi llego. >> >> -- >> Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi >> brevedad. >

Re: buster iftop: command not found

2019-07-15 Thread Victor
op...) >todo perfecto pero cuando lanzo el comando iftop me responde: ># iftop >bash: iftop: command not found >sin embargo si le pido el man iftop, si que me lo devuelve. >y hasta ahi llego. -- Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi brevedad.

Re: buster iftop: command not found

2019-07-15 Thread Debian
El 15/7/19 a las 06:26, franiortiz hotmail escribió: Hola lista, animado por comentarios he instalado buster en vbox. instalo mis paquetes usuales entre ellos iftop (con #apt install iftop...) todo perfecto pero cuando lanzo el comando iftop me responde: # iftop bash: iftop: command not found

buster iftop: command not found

2019-07-15 Thread franiortiz hotmail
Hola lista, animado por comentarios he instalado buster en vbox. instalo mis paquetes usuales entre ellos iftop (con #apt install iftop...) todo perfecto pero cuando lanzo el comando iftop me responde: # iftop bash: iftop: command not found sin embargo si le pido el man iftop, si que me lo

Re: "command not found"

2016-12-07 Thread Bob Holtzman
account but that doesn't necessarily mean you explicitly own it. > > > > On Tue, 6 Dec 2016, Bob Holtzman wrote: > > > Date: Tue, 6 Dec 2016 16:21:23 > > > From: Bob Holtzman <hol...@cox.net> > > > To: debian-user@lists.debian.org > > > Subjec

Re: "command not found"

2016-12-07 Thread Mark Fletcher
could elucidate? I doubt we are going to nail it until that is clear, except by accident. If it is the binary, suggest you lose the . and listen to the advice of people suggesting you prefix with ./ . If it is the config file, as some people seem to be guessing, then it has nothing to do with a command no

Re: "command not found"

2016-12-07 Thread Joe
On Tue, 6 Dec 2016 14:21:23 -0700 Bob Holtzman wrote: > I've run across this a number of times in the past, but it's usually a > permissions problem, easily fixed. Not this time. > > holtzm@localhost:~$ ls -l .fetchmail > -rwx-- 1 holtzm holtzm 365 Nov 26 14:05 .fetchmail >

Re: "command not found"

2016-12-06 Thread Andre Majorel
On 2016-12-06 14:21 -0700, Bob Holtzman wrote: > I've run across this a number of times in the past, but it's usually a > permissions problem, easily fixed. Not this time. > > holtzm@localhost:~$ ls -l .fetchmail > -rwx-- 1 holtzm holtzm 365 Nov 26 14:05 .fetchmail > > Sure looks like it

Re: "command not found"

2016-12-06 Thread Gene Heskett
6, Bob Holtzman wrote: > > Date: Tue, 6 Dec 2016 16:21:23 > > From: Bob Holtzman <hol...@cox.net> > > To: debian-user@lists.debian.org > > Subject: "command not found" > > Resent-Date: Tue, 6 Dec 2016 21:21:52 + (UTC) > > Resent-From: debian-u

Re: "command not found"

2016-12-06 Thread Jude DaShiell
hol...@cox.net> To: debian-user@lists.debian.org Subject: "command not found" Resent-Date: Tue, 6 Dec 2016 21:21:52 + (UTC) Resent-From: debian-user@lists.debian.org I've run across this a number of times in the past, but it's usually a permissions problem, easily fixed. Not th

Re: "command not found"

2016-12-06 Thread Greg Wooledge
On Tue, Dec 06, 2016 at 02:21:23PM -0700, Bob Holtzman wrote: > I've run across this a number of times in the past, but it's usually a > permissions problem, easily fixed. Not this time. > > holtzm@localhost:~$ ls -l .fetchmail > -rwx-- 1 holtzm holtzm 365 Nov 26 14:05 .fetchmail But what

"command not found"

2016-12-06 Thread Bob Holtzman
I've run across this a number of times in the past, but it's usually a permissions problem, easily fixed. Not this time. holtzm@localhost:~$ ls -l .fetchmail -rwx-- 1 holtzm holtzm 365 Nov 26 14:05 .fetchmail Sure looks like it aught to work. It's probably something simple that I'm missing

OT Re: POP3 was: Re: command not found [SOLVED]

2015-12-20 Thread Bob Holtzman
On Sat, Dec 19, 2015 at 07:19:17PM -0500, Bob Bernstein wrote: > On Sat, 19 Dec 2015, Curt wrote: > > >My cat died and I don't want another because of the heartbreak I > >went through. > > I am so sorry for your loss, which very clearly was a *major* one. > Try to give yourself enough time to

Re: OT Re: POP3 was: Re: command not found [SOLVED]

2015-12-20 Thread Bob Bernstein
On Sun, 20 Dec 2015, Bob Holtzman wrote: When I had to put down my old guy and best friend "Num Nutz" I cried more than I did at my mother's funeralso I know the feeling. Yes. Some may want to complain that this exchange is OT, but I submit that this Christmas week, with the world

Re: POP3 was: Re: command not found [SOLVED]

2015-12-19 Thread Curt
On 2015-12-18, Ric Moore wrote: I just don't, for my use, like a lot of what IMAP does. > > I use POP. Nuff said. :) Ric And I don't give a shit what you use. I don't have a car and bought my first cell phone six months ago. My cat died and I don't want another

Re: command not found [SOLVED]

2015-12-19 Thread Brian
On Fri 18 Dec 2015 at 10:09:30 -0700, Bob Holtzman wrote: > On Fri, Dec 18, 2015 at 09:49:59AM +, Brian wrote: > > > > The guts of my ~/.fetchmailrc are > > > > poll > > protopop3 > > user > > password > > ssl > > > > 'fetchmail -c -v' for testing. > > Mine

Re: POP3 was: Re: command not found [SOLVED]

2015-12-19 Thread Bob Bernstein
On Sat, 19 Dec 2015, Curt wrote: My cat died and I don't want another because of the heartbreak I went through. I am so sorry for your loss, which very clearly was a *major* one. Try to give yourself enough time to grieve; there's no telling how long that will take. There's no FAQ for

Re: command not found [SOLVED]

2015-12-18 Thread Brian
; > Please post your .fetchmailrc, obfuscating any identifying > > > > information in it. > > > > > > > > Scripts can yield up a "command not found" when the nfg executable > > > > is not the script itself but, say, some utility called

POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Lisi Reisz
On Friday 18 December 2015 09:49:59 Brian wrote: > > > > > > Also, run 'fetchmail --version' for debugging info. > > The guts of my ~/.fetchmailrc are > > poll > protopop3 > user > password > ssl > > 'fetchmail -c -v' for testing. Having just by implication been

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Ron
On Fri, 18 Dec 2015 10:32:01 + Lisi Reisz wrote: > Having just by implication been told by someone that only muggles, lusers > and/or dinosaurs use POP3, how many others of us will admit to it? (For the > avoidance of doubt, I use POP3.) I am also one of the

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Joe
On Fri, 18 Dec 2015 10:32:01 + Lisi Reisz wrote: > On Friday 18 December 2015 09:49:59 Brian wrote: > > > > > > > Also, run 'fetchmail --version' for debugging info. > > > > The guts of my ~/.fetchmailrc are > > > > poll > > protopop3 > > user > >

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Lisi Reisz
On Friday 18 December 2015 11:26:35 Joe wrote: > On Fri, 18 Dec 2015 10:32:01 + > > Lisi Reisz wrote: > > On Friday 18 December 2015 09:49:59 Brian wrote: > > > > > > > > Also, run 'fetchmail --version' for debugging info. > > > > > > The guts of my ~/.fetchmailrc are >

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Brad Rogers
On Fri, 18 Dec 2015 07:57:37 -0300 Renaud (Ron) OLGIATI wrote: Hello Renaud, >backwoods and using POP3 (and refusing systemd...) Using POP3 here, too. I don't need access 24/7 worldwide to all my emails. And frankly, leaving (some of my personal) emails on a

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Bob Bernstein
Gene: I'm unfamiliar with the term "mailfile." Can you expand a tad on that? Q'est-ce que? -- Bob Bernstein

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Gene Heskett
On Friday 18 December 2015 05:32:01 Lisi Reisz wrote: > On Friday 18 December 2015 09:49:59 Brian wrote: > > > > > > > Also, run 'fetchmail --version' for debugging info. > > > > The guts of my ~/.fetchmailrc are > > > > poll > > protopop3 > > user > > password > > ssl

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Gene Heskett
On Friday 18 December 2015 09:54:54 Bob Bernstein wrote: > Gene: I'm unfamiliar with the term "mailfile." Can you expand a > tad on that? Q'est-ce que? A mailfile, as I understand it, is the whole thing merged into one file, with a blank line or something as a separator, and an index file

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Gene Heskett
On Friday 18 December 2015 10:19:46 Petter Adsen wrote: > On Fri, 18 Dec 2015 09:31:45 -0500 > > Gene Heskett wrote: > > On Friday 18 December 2015 05:32:01 Lisi Reisz wrote: > > > Having just by implication been told by someone that only muggles, > > > lusers and/or

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Gene Heskett
On Friday 18 December 2015 07:13:42 Brad Rogers wrote: > On Fri, 18 Dec 2015 07:57:37 -0300 > Renaud (Ron) OLGIATI wrote: > > Hello Renaud, > > >backwoods and using POP3 (and refusing systemd...) > > Using POP3 here, too. I don't need access 24/7 worldwide to all

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Petter Adsen
On Fri, 18 Dec 2015 09:31:45 -0500 Gene Heskett wrote: > On Friday 18 December 2015 05:32:01 Lisi Reisz wrote: > > Having just by implication been told by someone that only muggles, > > lusers and/or dinosaurs use POP3, how many others of us will admit > > to it? (For the

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Gene Heskett
On Friday 18 December 2015 10:19:46 Petter Adsen wrote: > On Fri, 18 Dec 2015 09:31:45 -0500 > > Gene Heskett wrote: > > On Friday 18 December 2015 05:32:01 Lisi Reisz wrote: > > > Having just by implication been told by someone that only muggles, > > > lusers and/or

Re: command not found [SOLVED]

2015-12-18 Thread Bob Holtzman
; On Wed, Dec 16, 2015 at 12:06:14AM -0500, Bob Bernstein wrote: > > > > > Please post your .fetchmailrc, obfuscating any identifying > > > > > information in it. > > > > > > > > > > Scripts can yield up a "command not found"

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Petter Adsen
On Fri, 18 Dec 2015 11:07:57 -0500 Gene Heskett wrote: > On Friday 18 December 2015 10:19:46 Petter Adsen wrote: > > If you want to try setting up a Dovecot server, there are lots of > > good tutorials and other docs out there. I can probably dig up > > links to the pages I

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Gene Heskett
On Friday 18 December 2015 12:23:25 Petter Adsen wrote: > On Fri, 18 Dec 2015 11:07:57 -0500 > > Gene Heskett wrote: > > On Friday 18 December 2015 10:19:46 Petter Adsen wrote: > > > If you want to try setting up a Dovecot server, there are lots of > > > good tutorials and

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Lisi Reisz
On Friday 18 December 2015 16:07:57 Gene Heskett wrote: > And I was confused, I meant dovecot, not icedove, and whose magic crystal > ball issues these names anyway? :)  icedove is of course t-bird, without > the branding. Phew. Glad it wasn't me. I couldn't make sense of "Icedove", but there

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Ric Moore
On 12/18/2015 10:19 AM, Petter Adsen wrote: On Fri, 18 Dec 2015 09:31:45 -0500 Gene Heskett wrote: On Friday 18 December 2015 05:32:01 Lisi Reisz wrote: Having just by implication been told by someone that only muggles, lusers and/or dinosaurs use POP3, how many others

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Martin Read
On 18/12/15 18:14, Gene Heskett wrote: Ok, I have constructed a recursive pull ~/.wgetrc, but all I get are syntax errors. The file: (which kmail cannit insert, so copy-paste) gene@coyote:~/Documents/dovecot-wiki$ cat ~/.wgetrc -np --follow-ftp -r -l 20 -k Using "info wget" to read the wget

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Bob Bernstein
On Fri, 18 Dec 2015, Gene Heskett wrote: A mailfile, as I understand it, is the whole thing merged into one file, with a blank line or something as a separator, and an index file containing the starting offset and read status of each message in the main file to speed up the search for new

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Joe
On Fri, 18 Dec 2015 16:33:14 -0500 (EST) Bob Bernstein wrote: > On Fri, 18 Dec 2015, Gene Heskett wrote: > > > A mailfile, as I understand it, is the whole thing merged into > > one file, with a blank line or something as a separator, and > > an index file containing

Re: POP3 was: Re: command not found [SOLVED]

2015-12-18 Thread Gene Heskett
On Friday 18 December 2015 14:02:52 Martin Read wrote: > On 18/12/15 18:14, Gene Heskett wrote: > > Ok, I have constructed a recursive pull ~/.wgetrc, but all I get are > > syntax errors. The file: (which kmail cannit insert, so copy-paste) > > gene@coyote:~/Documents/dovecot-wiki$ cat ~/.wgetrc

Re: command not found [SOLVED]

2015-12-17 Thread Bob Holtzman
on in it. > > > > > > Scripts can yield up a "command not found" when the nfg executable > > > is not the script itself but, say, some utility called in the > > > script. (Think: "Do I need to make any egreps greps." Just an > > > _examp

Re: command not found [SOLVED]

2015-12-16 Thread Gene Heskett
On Wednesday 16 December 2015 13:05:22 Bob Holtzman wrote: > On Wed, Dec 16, 2015 at 12:06:14AM -0500, Bob Bernstein wrote: > > Please post your .fetchmailrc, obfuscating any identifying > > information in it. > > > > Scripts can yield up a "command no

Re: command not found [SOLVED]

2015-12-16 Thread Brian
On Wed 16 Dec 2015 at 11:05:22 -0700, Bob Holtzman wrote: > On Wed, Dec 16, 2015 at 12:06:14AM -0500, Bob Bernstein wrote: > > Please post your .fetchmailrc, obfuscating any identifying > > information in it. > > > > Scripts can yield up a "command no

Re: command not found [SOLVED]

2015-12-16 Thread Bob Holtzman
On Wed, Dec 16, 2015 at 12:06:14AM -0500, Bob Bernstein wrote: > Please post your .fetchmailrc, obfuscating any identifying > information in it. > > Scripts can yield up a "command not found" when the nfg executable > is not the script itself but, say, some utility calle

command not found

2015-12-15 Thread Bob Holtzman
t "command not found". Perms on .fetchmailrc are 700. A search on various variations of Wheezy fetchmail "command not found" came up with nothing. Any ideas, pointers or flames appreciated.

Re: command not found

2015-12-15 Thread Gary Dale
when I run "fetchmail" I get "command not found". Perms on .fetchmailrc are 700. A search on various variations of Wheezy fetchmail "command not found" came up with nothing. Any ideas, pointers or flames appreciated. Check permissions on fetchmail. Your account may not be allowed to execute it.

Re: command not found

2015-12-15 Thread Andrew M.A. Cater
all my s/w including msmtp and fetchmail. I brought > > .fetchmailrc over from my backup as well as .msmtprc. Both had been > > working flawlessly on the previous install. Now when I run "fetchmail" I > > get "command not found". Perms on .fetchmailrc are 700

Re: command not found

2015-12-15 Thread Lisi Reisz
ding msmtp and fetchmail. I brought > > .fetchmailrc over from my backup as well as .msmtprc. Both had been > > working flawlessly on the previous install. Now when I run "fetchmail" I > > get "command not found". Perms on .fetchmailrc are 700. A search on >

Re: command not found

2015-12-15 Thread Bob Holtzman
; > > > I suppose everyone understands what this means, > > > > > Reinstalled all my s/w including msmtp and fetchmail. I brought > > > .fetchmailrc over from my backup as well as .msmtprc. Both had been > > > working flawlessly on the previous insta

Re: command not found

2015-12-15 Thread Brian
p as well as .msmtprc. Both had been > working flawlessly on the previous install. Now when I run "fetchmail" I > get "command not found". Perms on .fetchmailrc are 700. A search on > various variations of Wheezy fetchmail "command not found" came up with > noth

Re: command not found

2015-12-15 Thread John Hasler
Probably a missing library. -- John Hasler jhas...@newsguy.com Elmwood, WI USA

Re: command not found

2015-12-15 Thread Joe Pfeiffer
vious install. Now when I run "fetchmail" I > get "command not found". Perms on .fetchmailrc are 700. A search on > various variations of Wheezy fetchmail "command not found" came up with > nothing. > > Any ideas, pointers or flames appreciated. I a

Re: command not found

2015-12-15 Thread Richard Hector
all. Reinstalled all my s/w including msmtp and fetchmail. I >>> brought .fetchmailrc over from my backup as well as .msmtprc. >>> Both had been working flawlessly on the previous install. Now >>> when I run "fetchmail" I get "command not found". P

Re: command not found

2015-12-15 Thread Brian
; > > > I suppose everyone understands what this means, > > > > > Reinstalled all my s/w including msmtp and fetchmail. I brought > > > .fetchmailrc over from my backup as well as .msmtprc. Both had been > > > working flawlessly on the previous insta

Re: command not found

2015-12-15 Thread Bob Holtzman
rom my backup as well as .msmtprc. Both had been > >working flawlessly on the previous install. Now when I run "fetchmail" I > >get "command not found". Perms on .fetchmailrc are 700. A search on > >various variations of Wheezy fetchmail "command not found" came

Re: command not found

2015-12-15 Thread Bob Holtzman
rc over from my backup as well as .msmtprc. Both had been > > working flawlessly on the previous install. Now when I run "fetchmail" I > > get "command not found". Perms on .fetchmailrc are 700. A search on > > various variations of Wheezy fetchmail "command no

Re: command not found

2015-12-15 Thread Gene Heskett
from my backup as well as .msmtprc. Both had > > > > been working flawlessly on the previous install. Now when I run > > > > "fetchmail" I get "command not found". Perms on .fetchmailrc are > > > > 700. A search on various variations of Wheezy f

Re: command not found

2015-12-15 Thread John Hasler
That message does not necessarily mean that fetchmail is the command that was not found. The message is probably common from the loader due to it not finding a missing library. -- John Hasler jhas...@newsguy.com Elmwood, WI USA

Re: command not found

2015-12-15 Thread Bob Bernstein
Please post your .fetchmailrc, obfuscating any identifying information in it. Scripts can yield up a "command not found" when the nfg executable is not the script itself but, say, some utility called in the script. (Think: "Do I need to make any egreps greps." Just an _ex

Re: command not found

2015-12-15 Thread Lisi Reisz
been working flawlessly on the previous install. Now > > >>> when I run "fetchmail" I get "command not found". Perms on > > >>> .fetchmailrc are 700. A search on various variations of Wheezy > > >>> fetchmail "command not found

Re: command not found

2015-12-15 Thread Jimmy Johnson
On 12/15/2015 05:06 PM, Bob Holtzman wrote: ..huuuge snip. /usr/bin /usr/bin/fetchmail Yup, there it is. Could you try starting in from there/that folder using your console? It's sure to find the command. -- Debian Jessie - KDE 4.14.2 - EXT4 - AMD64 at sda10

Re: command not found

2015-12-15 Thread Gene Heskett
ching Jessie thru > >>> a wall. Reinstalled all my s/w including msmtp and fetchmail. I > >>> brought .fetchmailrc over from my backup as well as .msmtprc. > >>> Both had been working flawlessly on the previous install. Now > >>> when I run "

Re: command not found

2015-12-15 Thread Thomas Schmitt
512/why-do-i-get-command-not-found-when-the-binary-file-exists So what do you get from ldd $(which fetchmail) Are there any complaints about missing files ? Do all the listed libraries exist ? If they are symbolic links, do all link targets exist ? There might also be incompatibilities between

Re: extlinux-update: command not found anymore

2015-05-01 Thread Darac Marjal
On Fri, May 01, 2015 at 12:12:43PM +, T o n g wrote: Hi, Having installed extlinux in sid, I still don't have the /boot/extlinux/ linux.cfg file, so I tried to run extlinux-update to generate one. However, I got: extlinux-update: command not found Also, https

  1   2   3   4   5   >