Re: Authentication for telnet.

2019-09-30 Thread Reco
On Mon, Sep 30, 2019 at 09:36:51PM -0700, pe...@easthope.ca wrote: > From: Reco > Date: Sat, 28 Sep 2019 19:23:45 +0300 > > telnetd(8), "-a" and "-L" parameters. > > OK. > peter@joule:~$ grep telnet /etc/inetd.conf > telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd -a user > # Re

Re: Authentication for telnet.

2019-09-30 Thread peter
From: Reco Date: Sat, 28 Sep 2019 19:23:45 +0300 > telnetd(8), "-a" and "-L" parameters. OK. peter@joule:~$ grep telnet /etc/inetd.conf telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd -a user # Restart inetd. Then the result from telnet to localhost is in this little screenshot

(solved) Re: Debian 10 freezes upon shutdown, reboot and logout

2019-09-30 Thread Beco
Short answer: # apt-get install nvidia-detect and then you install the driver it recommends after detection. That is it. alternative version: the driver nouveau is broken (for my system). It not only hangs the system during the tasks on the subject of this email, but also during init 1,

Re: RStudio in Buster

2019-09-30 Thread Reco
Hi. On Mon, Sep 30, 2019 at 11:45:41PM +0100, Mark Fletcher wrote: > On Mon, Sep 30, 2019 at 09:28:05AM +0300, Reco wrote: > > On Sun, Sep 29, 2019 at 10:34:17PM +0100, Mark Fletcher wrote: > > > The most recent package they provide is aiming at Stretch -- they don't > > > seem to have pr

CompTIA Linux+ XK0-004 Cert Guide

2019-09-30 Thread Eriel Perez
Hola amigos. Alguien tendrá documentación relacionada con CompTIA Linux+ XK0-004 Cert Guide Se agradece cualquier documentación. Gracias.!

Re: Hard disks auto-spinning-down

2019-09-30 Thread Mark Fletcher
On Mon, Sep 30, 2019 at 01:41:37AM -0700, B wrote: > > > On 9/29/19 4:30 AM, Mark Fletcher wrote: > > Any thoughts on where I might look to find settings that can be tweaked > > to make it spin down when idle? > > > See sdparm and hdparm tools. hdparm is probably the wrong tool because it's > f

Re: RStudio in Buster

2019-09-30 Thread Mark Fletcher
On Mon, Sep 30, 2019 at 09:28:05AM +0300, Reco wrote: > Hi. > > On Sun, Sep 29, 2019 at 10:34:17PM +0100, Mark Fletcher wrote: > > The most recent package they provide is aiming at Stretch -- they don't > > seem to have produced a Buster version yet. > > It says otherwise here [1]: > > St

Re: systemd pulled in by libgimp-2.0 in buster

2019-09-30 Thread deloptes
Reco wrote: > Whatever pulled network-manager on this host pulled systemd-sysv. I did 1. apt-get install libgimp2.0-dev 2. apt-get --fix-broken install 3. apt-get install libgimp2.0-dev #1 failed not sure if the dependency was already there. The only previous installati

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > I am trying to do something very simple, with the config file supplied > from Debian, I need to do a make bzImage and possible a make modules, > how can dI do this?  Do I need to change the config in some way in > order to do this? be patient and start reading - free means fr

Re: where to look in logs

2019-09-30 Thread Greg Wooledge
> On Mon, Sep 30, 2019 at 4:06 PM Greg Wooledge wrote: > > If you're using systemd, and if you set up the service as a systemd unit, > > then you want "systemctl status yourservice" or "journalctl -u > > yourservice". On Mon, Sep 30, 2019 at 04:57:54PM -0400, yoda woya wrote: > I used this sudo s

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
On Mon, 30 Sep 2019 16:47:29 -0400, deloptes wrote: > > John Covici wrote: > > > Google did not give me that at all.  I am not trying to build a Debian > > package,just trying to compile the kernel. > > Then just do > > make deb-pkg > > You could read more about the make system used by the ker

Re: where to look in logs

2019-09-30 Thread yoda woya
I used this sudo systemctl enable udhcpd.service But it is not working On Mon, Sep 30, 2019 at 4:06 PM Greg Wooledge wrote: > On Mon, Sep 30, 2019 at 04:01:36PM -0400, yoda woya wrote: > > I setup a service to start at boot. It does not. Where is that logged > ... > > where are the service th

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > I am doing a straight makebzImage not trying to build a deb package. > In Debian 9, I could do this with no problem. Obviously you are trying to build the kernel from debian source. You have to use the original source, without the debian directory. IF there is debian director

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > Google did not give me that at all.  I am not trying to build a Debian > package,just trying to compile the kernel. Then just do make deb-pkg You could read more about the make system used by the kernel https://www.kernel.org/doc/html/latest/ or in the directory $ less R

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Reco
On Mon, Sep 30, 2019 at 04:20:53PM -0400, John Covici wrote: > > On Mon, Sep 30, 2019 at 04:10:27PM -0400, John Covici wrote: > > > So, how do I turn this off so I can compile the thing? > > > > "dpkg-buildpackage -b" considers it a warning and skips it. > > At least it does so for me. > > I am d

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
On Mon, 30 Sep 2019 16:05:16 -0400, deloptes wrote: > > John Covici wrote: > > > debian/certs/debian-uefi-certs.pem > > https://wiki.debian.org/BuildADebianKernelPackage > > I hope you can read - also find a good search engine - first hit > > Google did not give me that at all. I am not t

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
On Mon, 30 Sep 2019 16:15:38 -0400, Reco wrote: > > Please do not top post. > > On Mon, Sep 30, 2019 at 04:10:27PM -0400, John Covici wrote: > > So, how do I turn this off so I can compile the thing? > > "dpkg-buildpackage -b" considers it a warning and skips it. > At least it does so for me. I

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Reco
Please do not top post. On Mon, Sep 30, 2019 at 04:10:27PM -0400, John Covici wrote: > So, how do I turn this off so I can compile the thing? "dpkg-buildpackage -b" considers it a warning and skips it. At least it does so for me. Reco

Re: systemd pulled in by libgimp-2.0 in buster

2019-09-30 Thread Reco
Hi. On Mon, Sep 30, 2019 at 08:36:17PM +0200, deloptes wrote: > Reco wrote: > > > On Mon, Sep 30, 2019 at 08:53:24AM +0200, deloptes wrote: > >> few days ago tested upgrade in buster for a new build server and had to > >> install libgimp2.0-dev which installed libgimp2.0 which pulled syst

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
So, how do I turn this off so I can compile the thing? On Mon, 30 Sep 2019 16:02:02 -0400, Reco wrote: > > Hi. > > On Mon, Sep 30, 2019 at 03:46:41PM -0400, John Covici wrote: > > Hi. I am getting an error while compiling the kernel 4.19-0-6-amd64. > > > > CC kernel/rseq.o > >

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > debian/certs/debian-uefi-certs.pem https://wiki.debian.org/BuildADebianKernelPackage I hope you can read - also find a good search engine - first hit

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Sven Joachim
On 2019-09-30 15:46 -0400, John Covici wrote: > Hi. I am getting an error while compiling the kernel 4.19-0-6-amd64. > > CC kernel/rseq.o > AR kernel/built-in.a > make[1]: *** No rule to make target > 'debian/certs/debian-uefi-certs.pem', needed by > 'certs/x509_certif

Re: where to look in logs

2019-09-30 Thread Greg Wooledge
On Mon, Sep 30, 2019 at 04:01:36PM -0400, yoda woya wrote: > I setup a service to start at boot. It does not. Where is that logged ... > where are the service that do start successful logged? Could you be any more vague? If you're using systemd, and if you set up the service as a systemd unit,

Re: Debian 10 udhcpd

2019-09-30 Thread deloptes
yoda woya wrote: > sudo systemctl restart udhcpd.service does following work? sudo systemctl enable udhcpd.service

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Reco
Hi. On Mon, Sep 30, 2019 at 03:46:41PM -0400, John Covici wrote: > Hi. I am getting an error while compiling the kernel 4.19-0-6-amd64. > > CC kernel/rseq.o > AR kernel/built-in.a > make[1]: *** No rule to make target > 'debian/certs/debian-uefi-certs.pem', needed

where to look in logs

2019-09-30 Thread yoda woya
I setup a service to start at boot. It does not. Where is that logged ... where are the service that do start successful logged?

Re: Trying to excute things on boot from /etc/rc.local

2019-09-30 Thread yoda woya
added #!/bin/sh and still the same problem 🤕🤕 On Mon, Sep 30, 2019 at 1:48 PM Greg Wooledge wrote: > On Mon, Sep 30, 2019 at 01:43:13PM -0400, yoda woya wrote: > > The content of my rc.local has two lines: > > /usr/local/bin/ipnat > > exit 0 > > > > However on boot /usr/local/bin/ipnat in no

strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
Hi. I am getting an error while compiling the kernel 4.19-0-6-amd64. CC kernel/rseq.o AR kernel/built-in.a make[1]: *** No rule to make target 'debian/certs/debian-uefi-certs.pem', needed by 'certs/x509_certificate_list'. Stop. What package do I need to fix this prob

Debian 10 udhcpd

2019-09-30 Thread yoda woya
Lord... realy debian is giving me a run for my money :-) how do makesure udhcpd runs at boot this does seem to do the trick: sudo systemctl restart udhcpd.service

Re: Perl displayed as text, Not HTML

2019-09-30 Thread Nicolas George
Dan Ritter (12019-09-30): > Anyway: you need a perl module to run perl CGI: > libapache2-mod-perl2 This is not true at all. To run a CGI, the web server does not need anything specific. CGI are external programs following a specific convention (environment variables and output). Running a CGI wri

Re: systemd pulled in by libgimp-2.0 in buster

2019-09-30 Thread deloptes
Reco wrote: > Hi. > > On Mon, Sep 30, 2019 at 08:53:24AM +0200, deloptes wrote: >> few days ago tested upgrade in buster for a new build server and had to >> install libgimp2.0-dev which installed libgimp2.0 which pulled systemd I >> think over policykit. > > Does not reproduce: Sorry Reco, mus

Re: Trying to excute things on boot from /etc/rc.local

2019-09-30 Thread Roberto C . Sánchez
On Mon, Sep 30, 2019 at 01:47:47PM -0400, Greg Wooledge wrote: > On Mon, Sep 30, 2019 at 01:43:13PM -0400, yoda woya wrote: > > The content of my rc.local has two lines: > > /usr/local/bin/ipnat > > exit 0 > > > > However on boot /usr/local/bin/ipnat in not executed. > > The first line must be

Re: Perl displayed as text, Not HTML

2019-09-30 Thread Dan Ritter
Dave wrote: > hello > > when a .pl file or .cgi file is clicked on  to our server, apache is > serving back a text code page, not html > > all of our sites were working under the old service Deb 4, our new > Server Deb 9.x has a setting off. > > we have included a link to our http.conf file. >

Re: Trying to excute things on boot from /etc/rc.local

2019-09-30 Thread Greg Wooledge
On Mon, Sep 30, 2019 at 01:43:13PM -0400, yoda woya wrote: > The content of my rc.local has two lines: > /usr/local/bin/ipnat > exit 0 > > However on boot /usr/local/bin/ipnat in not executed. The first line must be a valid shebang, ideally #!/bin/sh . You can omit the exit 0 if you like, but

Re: Trying to excute things on boot from /etc/rc.local

2019-09-30 Thread Reco
On Mon, Sep 30, 2019 at 01:43:13PM -0400, yoda woya wrote: > The content of my rc.local has two lines: > /usr/local/bin/ipnat > exit 0 > > However on boot /usr/local/bin/ipnat in not executed. systemd-rc-local-generator(8) Reco

Trying to excute things on boot from /etc/rc.local

2019-09-30 Thread yoda woya
The content of my rc.local has two lines: /usr/local/bin/ipnat exit 0 However on boot /usr/local/bin/ipnat in not executed. How can I get debian to execute the content of my rc.local file. BTW after boot, /usr/local/bin/ipnat can be executed manually without issues. Any assistance would be

Re: Authentication for telnet.

2019-09-30 Thread mick crane
On 2019-09-30 16:46, Andy Smith wrote: Hello, On Sun, Sep 29, 2019 at 07:28:45PM -0700, pe...@easthope.ca wrote: From: pe...@easthope.ca Date: Sat, 28 Sep 2019 08:15:07 -0700 > Opening a terminal emulator in default configuration on localhost, ... Localhost; not hosts. It's easy to get confu

Perl displayed as text, Not HTML

2019-09-30 Thread Dave
hello when a .pl file or .cgi file is clicked on  to our server, apache is serving back a text code page, not html all of our sites were working under the old service Deb 4, our new Server Deb 9.x has a setting off. we have included a link to our http.conf file. http://culser.com/ex/apache2.tx

Re: virtualbox 5.1 guest utils problem

2019-09-30 Thread Peter Hillier-Brook
On 30/09/2019 16:45, Felix Natter wrote: > hi, > > I have virtualbox 5.1.38 running (host:buster, guest:sid): > > ii virtualbox-5.1 5.1.38-122592~Ubuntu~bionic amd64 > Orac > ii virtualbox-dkms4.3.36-dfsg-1+deb8u1all > x86 > ii virtual

Re: Authentication for telnet.

2019-09-30 Thread Andy Smith
Hello, On Sun, Sep 29, 2019 at 07:28:45PM -0700, pe...@easthope.ca wrote: > From: pe...@easthope.ca > Date: Sat, 28 Sep 2019 08:15:07 -0700 > > Opening a terminal emulator in default configuration on localhost, ... > > Localhost; not hosts. It's easy to get confused because your posting style is

virtualbox 5.1 guest utils problem

2019-09-30 Thread Felix Natter
hi, I have virtualbox 5.1.38 running (host:buster, guest:sid): ii virtualbox-5.1 5.1.38-122592~Ubuntu~bionic amd64Orac ii virtualbox-dkms4.3.36-dfsg-1+deb8u1all x86 ii virtualbox-guest-dkms 4.3.36-dfsg-1+deb8u1all x86

systemd-logind on Jessie slows down after some time.

2019-09-30 Thread Neo
[root@hostname log]# loginctl list-seats Failed to list seats: Activation of org.freedesktop.login1 timed out [root@hostname log]# service systemd-logind restart [root@hostname log]# loginctl list-seats SEAT seat0 1 seats listed. theres nothing related in the logs. not for dbus, neither for sys

Re: Regenerating package configuration non-interactively?

2019-09-30 Thread Brian Candler
On 30/09/2019 14:23, Jonas Smedegaard wrote: The missing piece is /var/lib/dpkg/postfix/config Thanks - presumably you mean /var/lib/dpkg/info/postfix.config ? root@foo1:~# find /var/lib/dpkg -name '*postfix*' /var/lib/dpkg/info/postfix.prerm /var/lib/dpkg/info/postfix.list /var/lib/dpkg/info/

Re: Running a music player via cron

2019-09-30 Thread Greg Wooledge
On Sat, Sep 28, 2019 at 07:13:32AM +0200, Jean-Philippe MENGUAL wrote: > > You might want to check by adding this part to your script (before the > > part "echo CTRL+C to..."): > > > > proc=`fuser /dev/dsp| awk "{print $2}"` > > if [ -n ${proc+x} ]; then > > ps auxww | awk '($2

Re: Regenerating package configuration non-interactively?

2019-09-30 Thread Jonas Smedegaard
Hi Brian, Quoting Brian Candler (2019-09-30 13:08:23) > After cloning virtual machines, I want to reconfigure packages in a > fully automated fashion.  In short, I've tried using > "debian-set-selections" followed by "dpkg-reconfigure -f > noninteractive", but it isn't actually changing the con

Re: [SOLVED, kind of] Re: ext4: debugfs: icheck: Input/output error while calling ext2fs_block_iterate

2019-09-30 Thread Greg Wooledge
On Sun, Sep 29, 2019 at 03:04:48AM +0200, local10 wrote: > Sep 28, 2019, 11:24 by bouncingc...@gmail.com: > > > Having read that, I don't see any admission that fsck makes any > > changes if run without any options as it seems you did. So I > > wonder what caused the change in the debugfs message.

Re: ext4: debugfs: icheck: Input/output error while calling ext2fs_block_iterate

2019-09-30 Thread Greg Wooledge
On Sat, Sep 28, 2019 at 04:01:27PM +1000, David wrote: > > Maybe better to hide the stdout from md5sum: > > # find junk -xdev -type f -exec md5sum '{}' >/dev/null \; > > To be more precise, that hides the stdout from both md5sum and find, > but I don't think that matters to the goal. This is corr

Re: NSS-LDAP group preventing proper boot

2019-09-30 Thread Sven Hartge
Marc Franquesa wrote: > Thanks for the feedback, I might give it a try to sssd (I was already > planning to take a look). > I seen many docs recommending to move to nss/pam-ldapd however (also for > sssd) this requires installing many other packages and run multiple daemons > while I could achie

Re: apache only servers text page

2019-09-30 Thread Dave
Sorry about that. by remarking out the ForceType we are now able to view html file. Apache is serving perl executables as actual code. ( .pl .cgi ) or files that have the first line as #!/usr/bin/perl perl has been installed in correct location. /etc/mime.types file has text/x-perl .pl  

Re: Sig attribution (Re: Debian 10 freezes upon shutdown, reboot and logout)

2019-09-30 Thread rhkramer
On Monday, September 30, 2019 07:33:43 AM rhkra...@gmail.com wrote: > On Sunday, September 29, 2019 11:31:55 PM Beco wrote: > > > "I know you think you understand what you thought I said but I'm not > > > sure you realize that what you heard is not what I meant" -- Alan > > > Greenspan > > Interes

Re: NSS-LDAP group preventing proper boot

2019-09-30 Thread Marc Franquesa
Thanks for the feedback, I might give it a try to sssd (I was already planning to take a look). I seen many docs recommending to move to nss/pam-ldapd however (also for sssd) this requires installing many other packages and run multiple daemons while I could achieve the same with simply a dynamic

Sig attribution (Re: Debian 10 freezes upon shutdown, reboot and logout)

2019-09-30 Thread rhkramer
On Sunday, September 29, 2019 11:31:55 PM Beco wrote: > > "I know you think you understand what you thought I said but I'm not sure > > you realize that what you heard is not what I meant" -- Alan Greenspan Interesting. I'm almost sure that somebody else said that before Greenspan (or something

Re: Authentication for telnet.

2019-09-30 Thread Dan Ritter
Andy Smith wrote: > > Is it a case that the hosts you are dealing with are too > underpowered CPU-wise to cope with SSH's encryption? > For what it's worth, I used to routinely SSH in to an appliance running on an extremely underpowered CPU (by today's standards), a 30 MHz MIPS core. The initia

Regenerating package configuration non-interactively?

2019-09-30 Thread Brian Candler
Hello, After cloning virtual machines, I want to reconfigure packages in a fully automated fashion.  In short, I've tried using "debian-set-selections" followed by "dpkg-reconfigure -f noninteractive", but it isn't actually changing the configuration. Here's a concrete example. Suppose I ha

Re: apache only servers text page

2019-09-30 Thread Carl
On 9/29/19 11:28 PM, Dave wrote: Our apache2 is only severing text or code pages instead of html pages. apache did have a "ForceType of text/plain remarking out did not solve the problem. .pl files on the server are also served are code. text/html - is used in all scripts, and it is located in

Re: Hard disks auto-spinning-down

2019-09-30 Thread B
On 9/29/19 4:30 AM, Mark Fletcher wrote: Any thoughts on where I might look to find settings that can be tweaked to make it spin down when idle? See sdparm and hdparm tools. hdparm is probably the wrong tool because it's for internal drives connected to IDE/ATA/SATA busses. The reason sdp

Re: Debian Installer, Manual Partitioning is a Joke

2019-09-30 Thread Tony van der Hoff
On 29/09/2019 21:32, Liam O'Toole wrote: > On Sun, 29 Sep, 2019 at 10:56:54 -0400, Wayne Sallee wrote: >> Debian really needs to work on the manual partitioning part of the >> installation. >> >> It's absolutely pathetic. >> >> Wayne Sallee >> wa...@waynesallee.com >> http://www.WayneSallee.com >>

Re: systemd pulled in by libgimp-2.0 in buster

2019-09-30 Thread Reco
Hi. On Mon, Sep 30, 2019 at 08:53:24AM +0200, deloptes wrote: > few days ago tested upgrade in buster for a new build server and had to > install libgimp2.0-dev which installed libgimp2.0 which pulled systemd I > think over policykit. Does not reproduce: # dpkg -S /sbin/init sysvinit-cor

systemd pulled in by libgimp-2.0 in buster

2019-09-30 Thread deloptes
Hi, few days ago tested upgrade in buster for a new build server and had to install libgimp2.0-dev which installed libgimp2.0 which pulled systemd I think over policykit. It was ask 1-2 weeks ago what is pulling systemd in buster. I wonder if there is a way to avoid it and keep old init but having