Strange pause after running gedit from regular text terminal window.

2020-11-25 Thread Michael D. Setzer II via users
The pause varies in time, and sometimes shows message and sometimes doesn't?? Example $:gedit gccdirectory.1126 (org.gnome.gedit:4156283): Gtk-WARNING **: 07:13:25.756: Calling org.xfce.Session.Manager.Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such m

Re: pause

2020-05-23 Thread Samuel Sieb
On 5/23/20 5:58 AM, Patrick Dupre wrote: I can make the machine on pause from the graphics mode (gnome). How can I do it from a terminal? Assuming that by "pause" you mean "suspend", run "systemctl suspend". _

pause

2020-05-23 Thread Patrick Dupre
Hello, I can make the machine on pause from the graphics mode (gnome). How can I do it from a terminal? Thanks. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire

Re: why the long pause after bash "command not found"?

2019-05-17 Thread Samuel Sieb
On 5/15/19 10:02 AM, francis.montag...@inria.fr wrote: Me too, and particularly since I discovered the M-/ (or Alt-/, complete-filename) key to force a simple filename completion when the full (too fancy) completion with TAB is not what you want. Thank you very much for this tip! I used this y

Re: why the long pause after bash "command not found"?

2019-05-17 Thread Ian Chapman
On 15/05/2019 06:33, Tom Horsley wrote: Try removing PackageKit-command-not-found if you don't want that "feature". On my list to remove even before I first boot a newly installed fedora (from a chroot into the fedora partition). bash-completion and environment-modules are two other highly irr

Re: why the long pause after bash "command not found"?

2019-05-15 Thread Francis . Montagnac
Hi On Wed, 15 May 2019 11:45:51 +0100 Patrick O'Callaghan wrote: > On Tue, 2019-05-14 at 18:33 -0400, Tom Horsley wrote: >> On my list to remove even before I first boot a newly >> installed fedora (from a chroot into the fedora partition). >> bash-completion and environment-modules are two other

Re: why the long pause after bash "command not found"?

2019-05-15 Thread Patrick O'Callaghan
On Tue, 2019-05-14 at 18:33 -0400, Tom Horsley wrote: > On Tue, 14 May 2019 18:11:45 -0400 > DJ Delorie wrote: > > > Try removing PackageKit-command-not-found if you don't want that > > "feature". > > On my list to remove even before I first boot a newly > installed fedora (from a chroot into the

Re: why the long pause after bash "command not found"?

2019-05-15 Thread Robert P. J. Day
> > > but, quite often, rather than getting a bash prompt back immediately, > > there is a lng pause, as i wait, and wait, and wait for a new > > prompt, finally running out of patience and breaking with ^C to get a > > new prompt. > > > >what in th

Re: why the long pause after bash "command not found"?

2019-05-14 Thread Tom Horsley
On Tue, 14 May 2019 18:11:45 -0400 DJ Delorie wrote: > Try removing PackageKit-command-not-found if you don't want that > "feature". On my list to remove even before I first boot a newly installed fedora (from a chroot into the fedora partition). bash-completion and environment-modules are two ot

Re: why the long pause after bash "command not found"?

2019-05-14 Thread Samuel Sieb
ooong pause, as i wait, and wait, and wait for a new prompt, finally running out of patience and breaking with ^C to get a new prompt. what in the name of mutt is bash doing all that time? if there's no such command, why the long pause in giving me a new prompt? If you have "Package

Re: why the long pause after bash "command not found"?

2019-05-14 Thread DJ Delorie
"Robert P. J. Day" writes: > what in the name of mutt is bash doing all that time? if there's no > such command, why the long pause in giving me a new prompt? It's probably trying to give you a clue on how to install the right package to get that command. Try remov

RE: why the long pause after bash "command not found"?

2019-05-14 Thread 3603060030
This is PackageKit looking for RPM binary packages that might have the command you need. (Please CC this message yourself if it doesn't reach the list.) -Original Message- From: Sent: Tue, 14 May 2019 18:00:29 -0400 (EDT) To: 3603060...@txt.att.net Subject: why the long

why the long pause after bash "command not found"?

2019-05-14 Thread Robert P. J. Day
i'm finally annoyed enough about this to just ask ... on a regular basis, i mistype a command and (predictably) get: bash: xxx: command not found... but, quite often, rather than getting a bash prompt back immediately, there is a loooong pause, as i wait, and wait, and wait for

Re: journalctl/rsyslog pause/delay while logging

2016-04-13 Thread Alex
The problem turned out to be remote logging to a host that was down for a while. After disabling the remote logging to a host that was no longer available, logging no longer blocked. On Wed, Apr 13, 2016 at 3:24 PM, Alex wrote: > Hi, > > I have a fedora23 mail server that's been working for quite

journalctl/rsyslog pause/delay while logging

2016-04-13 Thread Alex
Hi, I have a fedora23 mail server that's been working for quite some time. I have rsyslog installed and configured to log mail to /var/log/maillog. It's never had a problem, but for some reason yesterday it started intermittently stop logging for about three minutes, then catch up with the three m

Re: Invoking a nonexistent application in F13 causes a pause

2010-06-07 Thread Joachim Backes
On 06/07/10 09:54, Rahul Sundaram wrote: > On 06/07/2010 01:22 PM, Joachim Backes wrote: >> Coincidentally seeing this thread, and wondering too about this pause >> effect, I removed PackageKit-command-not-found. But I get some error if >> entering a command which bash doe

Re: Invoking a nonexistent application in F13 causes a pause

2010-06-07 Thread Rahul Sundaram
On 06/07/2010 01:22 PM, Joachim Backes wrote: > Coincidentally seeing this thread, and wondering too about this pause > effect, I removed PackageKit-command-not-found. But I get some error if > entering a command which bash does not find: > > bac...@x [~]: Bush > bash: /usr/

Re: Invoking a nonexistent application in F13 causes a pause

2010-06-07 Thread Joachim Backes
on: >> >> unset -f command_not_found_handle > > Easier to just remove it: > > # yum erase PackageKit-command-not-found > > I wasn't aware that it was on F12 - I've only noticed it from trying F13. > > -Phil Coincidentally seeing this thread, and wonde

Re: Invoking a nonexistent application in F13 causes a pause

2010-06-07 Thread Philip Heron
On 07/06/2010 01:03, Tom Horsley wrote: > On Sun, 6 Jun 2010 19:58:16 -0400 > Todd Zullinger wrote: > >>> What's happening? Will some application put out a message offering >>> to download the app? >> >> Yeah. There's a command not found hook in bash (inspired by an Ubuntu >> patch, IIRC). This

Re: Invoking a nonexistent application in F13 causes a pause

2010-06-06 Thread Tom Horsley
On Sun, 6 Jun 2010 19:58:16 -0400 Todd Zullinger wrote: > > What's happening? Will some application put out a message offering > > to download the app? > > Yeah. There's a command not found hook in bash (inspired by an Ubuntu > patch, IIRC). This went into Fedora 12 I believe: Yea, I put th

Re: Invoking a nonexistent application in F13 causes a pause

2010-06-06 Thread Todd Zullinger
Jonathan Ryshpan wrote: > If I invoke a nonexistent application in gnome-terminal on a system > running F13 this happens: > $ sdf > Command not found. > > $ > If yum is running this happens: > $ sdf > Command not found. > * Waiting for packa

Invoking a nonexistent application in F13 causes a pause

2010-06-06 Thread Jonathan Ryshpan
If I invoke a nonexistent application in gnome-terminal on a system running F13 this happens: $ sdf Command not found. $ If yum is running this happens: $ sdf Command not found. * Waiting for package manager lock... $ Wh