Re: Issues with SSH pubkey authentication at remote server

2016-09-27 Thread Stephan Beck
Hi Mark, Mark Fletcher: > On Mon, Sep 26, 2016 at 02:52:00PM +, Stephan Beck wrote: >> Hi Lisi, > >> If you look at the second line of the terminal output I reproduced, you >> find that the openssl component in use within the package openssh Debian >> Jessie is one step behind. "Standalone" O

Re: Substring search in dash [ _NOT_ bash ] shell

2016-09-27 Thread David
On 27 September 2016 at 13:49, Richard Owlett wrote: > On 9/26/2016 10:42 AM, Greg Wooledge wrote: >> On Mon, Sep 26, 2016 at 10:39:59AM -0500, Richard Owlett wrote: >>> >>> # string if [ "`hostname`" = bob ]; then echo bob.cfg; fi >>> >>> I need for the case when evaluates to marybobsam . >>

Re: Substring search in dash [ _NOT_ bash ] shell

2016-09-27 Thread Thomas Schmitt
Hi, if you cannot find a dash tutorial then get a tutorial for bash or sh and test in dash whether the proposals apply properly. (You can reach dash in dialog by typing "dash" into a bash window.) Bash and dash both stem from S.R.Bourne's sh. The shell chapters of his book "The Unix System" from

Re: Issues with SSH pubkey authentication at remote server

2016-09-27 Thread Stephan Beck
Hi Dan, Dan Purgert: > Stephan Beck wrote: >> Dan Purgert: >>> Mark Fletcher wrote: If I'm reading the above right, it looks like the server is offering an rsa key to authenticate itself, but won't accept rsa to authenticate the client. Which is a bit cheeky. >>> You may need a

Re: Substring search in dash [ _NOT_ bash ] shell

2016-09-27 Thread Thomas Schmitt
Hi, for a moment, my fingers were faster than my brain. I wrote: > The "test" expression used is "A = B". There are operators like "-o" for > logical "or". "A -o B" is true if a is true, or if be is true, or both are > true. Translation via brain: The "test" expression used is "`hostname`" =

Re: system gobbles disk space

2016-09-27 Thread Tony van der Hoff
On 26/09/16 17:04, to...@tuxteam.de wrote: > On Mon, Sep 26, 2016 at 04:38:01PM +0200, Tony van der Hoff wrote: >> On 26/09/16 16:03, to...@tuxteam.de wrote: >>> On Mon, Sep 26, 2016 at 12:54:49PM +0200, Erwan David wrote: >>> A possibility is that you have processes writing into deleted files

OpenSSH security update? was Re: Issues with SSH pubkey authentication at remote server

2016-09-27 Thread Stephan Beck
Hi, [UPDATE] Stephan Beck: > Hi Mark, > > Mark Fletcher: >> On Mon, Sep 26, 2016 at 02:52:00PM +, Stephan Beck wrote: >>> Hi Lisi, >> >>> If you look at the second line of the terminal output I reproduced, you >>> find that the openssl component in use within the package openssh Debian >>> Je

Getting Involved with Packaging [was Re: Building Debian Package From Upstream Source]

2016-09-27 Thread Stephen Allen
On Tue, Sep 27, 2016 at 11:11:37AM +1000, Ben Finney wrote: > You can also help out, if you want to exercise the skills: Figure out > the intent of those patches, get the Debian packaging VCS onto your > local environment, and see what has changed in the new version from > upstream that might affe

Re: Getting Involved with Packaging [was Re: Building Debian Package From Upstream Source]

2016-09-27 Thread Darac Marjal
On Tue, Sep 27, 2016 at 05:37:40AM -0400, Stephen Allen wrote: On Tue, Sep 27, 2016 at 11:11:37AM +1000, Ben Finney wrote: You can also help out, if you want to exercise the skills: Figure out the intent of those patches, get the Debian packaging VCS onto your local environment, and see what ha

Re: Getting Involved with Packaging [was Re: Building Debian Package From Upstream Source]

2016-09-27 Thread Stephen Allen
On Tue, Sep 27, 2016 at 10:40:53AM +0100, Darac Marjal wrote: > On Tue, Sep 27, 2016 at 05:37:40AM -0400, Stephen Allen wrote: > > Sounds interesting, where should one start? I'm retired so have some > > time. 8-) > > Start here: https://wiki.debian.org/HelpDebian > Thank-you

Re: Issues with SSH pubkey authentication at remote server

2016-09-27 Thread Stephan Beck
Hi Lars, Lars Noodén: > On 09/26/2016 05:46 PM, Stephan Beck wrote: >> ... it might >> not be necessary to fire it up with eval $(ssh-agent). >> Thanks for the command, makes it more easy. > > No problem. If you want to see which keys are available to ssh, you can > use ssh-add for that: > >

Re: system gobbles disk space

2016-09-27 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Sep 27, 2016 at 10:55:52AM +0200, Tony van der Hoff wrote: > On 26/09/16 17:04, to...@tuxteam.de wrote: > > On Mon, Sep 26, 2016 at 04:38:01PM +0200, Tony van der Hoff wrote: > >> On 26/09/16 16:03, to...@tuxteam.de wrote: > >>> On Mon, Sep 26,

Re: Failed to execute child process (no such file or directory), but the script DOES exist in $HOME/bin, openbox users, especially take a look, please.

2016-09-27 Thread Greg Wooledge
On Mon, Sep 26, 2016 at 10:46:07PM -0700, Seeker wrote: > It's possible that something changed with gdm3 after I stopped using it, > or that it's been long enough I just don't remember, but I don't > remember any of these in recent years using the .xsession file if you > use a session other than

Re: Failed to execute child process (no such file or directory), but the script DOES exist in $HOME/bin, openbox users, especially take a look, please.

2016-09-27 Thread Greg Wooledge
On Mon, Sep 26, 2016 at 05:58:59PM -0400, Neal P. Murphy wrote: > A semantic observation (probably unrelated to the aforementioned editing): > "... dot in ..." might be more clearly stated as "... source ( or '.') in > ..." because the action is to source the script into the current shell (thus > r

Re: Issues with SSH pubkey authentication at remote server

2016-09-27 Thread Lars Noodén
On 09/27/2016 02:02 PM, Stephan Beck wrote: > Hi Lars, > > Lars Noodén: >> On 09/26/2016 05:46 PM, Stephan Beck wrote: >>> ... it might >>> not be necessary to fire it up with eval $(ssh-agent). >>> Thanks for the command, makes it more easy. >> >> No problem. If you want to see which keys are av

Re: Substring search in dash [ _NOT_ bash ] shell

2016-09-27 Thread Greg Wooledge
On Tue, Sep 27, 2016 at 10:07:14AM +0200, Thomas Schmitt wrote: > if you cannot find a dash tutorial then get a tutorial for bash or sh and > test in dash whether the proposals apply properly. This is potentially bad advice, for several reasons. First, there are more bad tutorials out there in t

Re: Getting Involved with Packaging [was Re: Building Debian Package From Upstream Source]

2016-09-27 Thread songbird
Stephen Allen wrote: > On Tue, Sep 27, 2016 at 10:40:53AM +0100, Darac Marjal wrote: >> On Tue, Sep 27, 2016 at 05:37:40AM -0400, Stephen Allen wrote: > >> > Sounds interesting, where should one start? I'm retired so have some >> > time. 8-) >> >> Start here: https://wiki.debian.org/HelpDebian >>

Re: Failed to execute child process (no such file or directory), but the script DOES exist in $HOME/bin, openbox users, especially take a look, please.

2016-09-27 Thread Brian
On Mon 26 Sep 2016 at 17:44:17 -0400, Greg Wooledge wrote: > On Mon, Sep 26, 2016 at 10:19:27PM +0100, Brian wrote: > > But now we have > > > > > User configuration may be done in a few different ways. The simplest > > > way is to create a ~/.xsessionrc file,. > > > > The pedantic side of

Re: Getting Involved with Packaging [was Re: Building Debian Package From Upstream Source]

2016-09-27 Thread Byung-Hee HWANG (황병희, 黃炳熙)
> [...] > Start here: https://wiki.debian.org/HelpDebian Yes, i know my position is translation, thanks!!! -- ^고맙습니다 _地平天成_ 감사합니다_^))//

Re: Failed to execute child process (no such file or directory), but the script DOES exist in $HOME/bin, openbox users, especially take a look, please.

2016-09-27 Thread Greg Wooledge
On Tue, Sep 27, 2016 at 03:15:54PM +0100, Brian wrote: > Ok, let's go along with ~/.xsessionrc being the simplest way for a user > to configure his X session. I'll follow the advice on the wiki and have > > PATH=~/bin:$PATH > xterm & > iceweasel & > exec fvwm No, this is not what I advise

Re: system gobbles disk space

2016-09-27 Thread Tony van der Hoff
On 27/09/16 13:09, to...@tuxteam.de wrote: > On Tue, Sep 27, 2016 at 10:55:52AM +0200, Tony van der Hoff wrote: >> On 26/09/16 17:04, to...@tuxteam.de wrote: >>> On Mon, Sep 26, 2016 at 04:38:01PM +0200, Tony van der Hoff wrote: On 26/09/16 16:03, to...@tuxteam.de wrote: > On Mon, Sep 26,

Re: Substring search in dash [ _NOT_ bash ] shell

2016-09-27 Thread Thomas Schmitt
Hi, i wrote: > > if you cannot find a dash tutorial then get a tutorial for bash or sh and > > test in dash whether the proposals apply properly. Greg Wooledge wrote: > First, there are more bad tutorials out there in the wild than good > tutorials, by at least one order of magnitude. But the c

Re: Issues with SSH pubkey authentication at remote server

2016-09-27 Thread Stephan Beck
Hi Lars, Lars Noodén: > On 09/27/2016 02:02 PM, Stephan Beck wrote: >> Hi Lars, >> >> Lars Noodén: >>> On 09/26/2016 05:46 PM, Stephan Beck wrote: [sorry for trimming] >> I've tried again and detected the following: >> No agent is started when I login to the "local ssh user account". > > It is t

Re: Substring search in dash [ _NOT_ bash ] shell

2016-09-27 Thread Greg Wooledge
On Tue, Sep 27, 2016 at 05:05:08PM +0200, Thomas Schmitt wrote: > Greg Wooledge wrote: > > Do not use -o and -a in a test command. > > http://mywiki.wooledge.org/BashPitfalls#pf6 > > As if anybody would dare to touch the old "test" command. :)) > > Rather i avoid "[" brackets, not to allow any im

Re: Failed to execute child process (no such file or directory), but the script DOES exist in $HOME/bin, openbox users, especially take a look, please.

2016-09-27 Thread Brian
On Tue 27 Sep 2016 at 10:29:44 -0400, Greg Wooledge wrote: > On Tue, Sep 27, 2016 at 03:15:54PM +0100, Brian wrote: > > Ok, let's go along with ~/.xsessionrc being the simplest way for a user > > to configure his X session. I'll follow the advice on the wiki and have > > > > PATH=~/bin:$PATH >

Re: system gobbles disk space

2016-09-27 Thread Sven Hartge
Tony van der Hoff wrote: > However, it wouldn't work in this case. Various other applications > rely on the names of the compressed files being in a particular > format, which I can't easily achieve with logrotate. So, I'll stick > with my original script but add "apachectl graceful" before fiddl

Re: Substring search in dash [ _NOT_ bash ] shell

2016-09-27 Thread Thomas Schmitt
Hi, Greg Wooledge wrote: > https://lists.gnu.org/archive/html/bug-bash/2015-07/msg00125.html which states $ test -n '<' -a true -bash: test: too many arguments This looks rather like the effect of having an operator named '<': $ test 1 '<' 2 && echo yes yes $ test 3 '<' 2 && echo yes

Re: Failed to execute child process (no such file or directory), but the script DOES exist in $HOME/bin, openbox users, especially take a look, please.

2016-09-27 Thread Greg Wooledge
On Tue, Sep 27, 2016 at 04:52:34PM +0100, Brian wrote: > You need a ~/.xsession file when you need a ~/.xsession file. Isn't it > one purpose of the wiki to explain how it fits into the traditional X > configuration and why one might be useful. Instead, we appear to have > ~/.xsessionrc promoted as

Re: system gobbles disk space

2016-09-27 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Sep 27, 2016 at 05:53:05PM +0200, Sven Hartge wrote: [...] > You should add this _after_ fiddling with the files [...] Exactly. regards - -- t -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlfqnz4ACgkQBcgs9Xr

Re: system gobbles disk space

2016-09-27 Thread Tony van der Hoff
On 27/09/16 17:53, Sven Hartge wrote: > Tony van der Hoff wrote: > >> However, it wouldn't work in this case. Various other applications >> rely on the names of the compressed files being in a particular >> format, which I can't easily achieve with logrotate. So, I'll stick >> with my original sc

usb permission denied

2016-09-27 Thread Ric Moore
libusb requires write access to USB device nodes. libusb couldn't open USB device /dev/bus/usb/001/006: Permission denied. If anyone can assist, I'd love to fix this. Ric -- My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ..the Sin of Ignorance, and the Sin of

Re: Issues with SSH pubkey authentication at remote server

2016-09-27 Thread Lars Noodén
On 09/27/2016 06:07 PM, Stephan Beck wrote: > Lars Noodén: >> On 09/27/2016 02:02 PM, Stephan Beck wrote: >> Can you tell more about how your login session is started? > > I connect to the "local ssh account" by ssh from my other user account. Ok. Now I see the arrangement. You are missing a wa

Re: Failed to execute child process (no such file or directory), but the script DOES exist in $HOME/bin, openbox users, especially take a look, please.

2016-09-27 Thread Brian
On Tue 27 Sep 2016 at 12:05:37 -0400, Greg Wooledge wrote: > On Tue, Sep 27, 2016 at 04:52:34PM +0100, Brian wrote: > > You need a ~/.xsession file when you need a ~/.xsession file. Isn't it > > one purpose of the wiki to explain how it fits into the traditional X > > configuration and why one mig

A psgmlx that plays nice with emacs24?

2016-09-27 Thread Bob Bernstein
I think (hope) the subject says it all. -- IMPORTANT: This email is intended for the use of the individual addressee(s) named above and may contain information that is confidential, privileged or unsuitable for overly sensitive persons with low self-esteem, no sense of humour or irrational metaph

Re: usb permission denied

2016-09-27 Thread davidson
On Tue, 27 Sep 2016, Ric Moore wrote: libusb requires write access to USB device nodes. libusb couldn't open USB device /dev/bus/usb/001/006: Permission denied. If anyone can assist, I'd love to fix this. Ric You know the drill. For posterity's sake, can you provide more context? What are y

Re: A psgmlx that plays nice with emacs24?

2016-09-27 Thread Brian
On Tue 27 Sep 2016 at 16:35:44 -0400, Bob Bernstein wrote: > I think (hope) the subject says it all. It does: it says - I cannot be bothered to explain in any way what I want. But I am relying on everyone to read my mind and realise how important this is to me. Guesses are accepted as responses.

Re: A psgmlx that plays nice with emacs24?

2016-09-27 Thread Tony Baldwin
On 09/27/2016 05:19 PM, Brian wrote: On Tue 27 Sep 2016 at 16:35:44 -0400, Bob Bernstein wrote: I think (hope) the subject says it all. It does: it says - I cannot be bothered to explain in any way what I want. But I am relying on everyone to read my mind and realise how important this is

Re: Canon printer minor quibble

2016-09-27 Thread Brian
On Tue 27 Sep 2016 at 08:09:07 +0900, Mark Fletcher wrote: > On Mon, Sep 26, 2016 at 05:17:40PM +0100, Brian wrote: > > > > The colour abnormality could be simply be because the Canon driver is > > rubbish at colour management or it needs adjusting. There is a driver in > > printer-driver-gutenpr

Network manager script

2016-09-27 Thread vincenzo daniele
I have a problem in my pc with debian. I can't off debian Why freeze with network manager script dispatcher service Inviato da iPhone

Re: Canon printer minor quibble

2016-09-27 Thread Mark Fletcher
On Tue, Sep 27, 2016 at 10:53:11PM +0100, Brian wrote: > > It wasn't cups-calibrate I was really advocating but the trying out of > printing a file using the Canon and Gutenprint drivers. Do both give the > same outcome? Sorry Brian, I think some confusion there due to my phrasing in the origina

Re: A psgmlx that plays nice with emacs24?

2016-09-27 Thread Bob Bernstein
Oops. Back in the killfile for Master Brian. -- IMPORTANT: This email is intended for the use of the individual addressee(s) named above and may contain information that is confidential, privileged or unsuitable for overly sensitive persons with low self-esteem, no sense of humour or irrational

Re: A psgmlx that plays nice with emacs24?

2016-09-27 Thread davidson
Hi Bob. A few meta-suggestions are below. On Tue, 27 Sep 2016, Bob Bernstein wrote: I think (hope) the subject says it all. Your RELEASE: You have left unsaid what version of debian you are using. Jessie? Wheezy? Something else? Something else not debian? This matters. Your GOAL: You have

Re: Network manager script

2016-09-27 Thread Stephen Allen
On Tue, Sep 27, 2016 at 10:11:38PM +, vincenzo daniele wrote: > I have a problem in my pc with debian. I can't off debian Why freeze with > network manager script dispatcher service Did this just happen after an update recently? I noticed via 'apt-listbugs' that there was a bug filed agains

Re: A psgmlx that plays nice with emacs24?

2016-09-27 Thread Bob Bernstein
Oh Lord I don't have time for this. Look, I thought I'd take a shot in the dark to see if just maybe someone who knew what psgmlx was might see my Subject: and drop into help mode instead of wounded pride mode: "That Bernstein fellow hurt my feelings because he asked about something about whi

Re: A psgmlx that plays nice with emacs24?

2016-09-27 Thread davidson
Hi Bob. On Tue, 27 Sep 2016, Bob Bernstein wrote: Oh Lord I don't have time for this. Neither do some others, and understandably so. But it happens I do, at the moment. Look, I thought I'd take a shot in the dark to see if just maybe someone who knew what psgmlx was might see my Subject: a

Re: Problem with dpkg-source -b outside current working dir

2016-09-27 Thread kamaraju kusumanchi
On Wed, Sep 21, 2016 at 5:21 AM, Malte Forkel wrote: > Your example works for me too. But you are using a native package, so > there is no original archive in the parent directory that dpkg-source > would have to access. May be you could try another package, e.g. fuse, > which is not a native pack

Re: A psgmlx that plays nice with emacs24?

2016-09-27 Thread kamaraju kusumanchi
On Tue, Sep 27, 2016 at 5:34 PM, Tony Baldwin wrote: > MY first thought was," > Emacs?! People still use the crusty old thing? > Perhaps he consider dumping that monstrosity and joining the rest of us in > the 21st Century, and upgrade to a modern OS with a proper editor, such as > Debian 8/Jessie

Black Screen on Dell Inspiron 14R 5437 after hibernation with Bumblebee driver installed.

2016-09-27 Thread Éderson Almeida de Jesus
Hi guys, I need to fix an issue that I have on my Debian Jessie 8.6 installation. I'm using a nVidia Optimus card and I already installed Bumblebee as per Debian Wiki[1] and Bumbleblee Project. [1] - https://wiki.debian.org/Bumblebee [2] - https://github.com/Bumblebee-Project/Bumblebee/wiki/Troub