Re: printer with static ip address inaccessible from lan

2018-02-27 Thread john doe
On 2/28/2018 1:37 AM, Thomas George wrote: On 02/27/2018 01:24 PM, john doe wrote: On 2/27/2018 7:07 PM, Thomas George wrote: The Samsung CLP-320 printer's static ip 192.168.1.139 was set about 10 years ago to work on a lan using 192.168.1.x addresses. Last week the lan's router failed and w

Re: (solved) Re: why ssh connection is refused?

2018-02-27 Thread deloptes
Long Wind wrote: > Thank Roberto! > i find out the causei forget to install ssh on remote pcso it refuse ssh > connection Long Wing, the Chinese hero of the day :) (i hope you are not insulted by this) regards

Re: Using MATE's workspaces effectively

2018-02-27 Thread Marc Shapiro
On 02/19/2018 05:06 AM, songbird wrote: you want launchers instead of actually running programs? in this age of SSDs and plenty of memory i can tell you that i get done exactly what you want with groups of programs running in each desired desktop and it doesn't involve me having to wait for anyt

Re: dnsmasq and SOA

2018-02-27 Thread Reco
Hi. On Wed, Feb 28, 2018 at 01:25:00AM +0100, RODARY Jacques wrote: > I finally surrendered, and now use dnsmasq instead of bind. Welcome to the dark side, we have cookies. > But in my setup with named, my box was Start Of Authority, and when > there was a change and reload of th

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Dan Purgert
Thomas George wrote: > The printer has no physical control panel. I can only change the > settings if I can reach it through its IP address. Many printers will print a "self-test" or "configuration" page when holding the "online" button for 5-10 seconds. -- |_|O|_| Registered Linux user #5859

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Thomas George
On 02/27/2018 08:04 PM, Gene Heskett wrote: On Tuesday 27 February 2018 16:21:59 Thomas George wrote: I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 and the response was "failed to create listening socket for port 53: Address already in use." Tried several other final two dig

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Gene Heskett
On Tuesday 27 February 2018 20:04:34 Gene Heskett wrote: > On Tuesday 27 February 2018 16:21:59 Thomas George wrote: > > I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 > > > > and the response was "failed to create listening socket for port 53: > > Address already in use." Tried se

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Gene Heskett
On Tuesday 27 February 2018 16:21:59 Thomas George wrote: > I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 > > and the response was "failed to create listening socket for port 53: > Address already in use." Tried several other final two digits with the > same result. I even tried 1

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Thomas George
On 02/27/2018 01:24 PM, john doe wrote: On 2/27/2018 7:07 PM, Thomas George wrote: The Samsung CLP-320 printer's static ip 192.168.1.139 was set about 10 years ago to work on a lan using 192.168.1.x addresses. Last week the lan's router failed and was replaced with a Netgear r6700 router usi

dnsmasq and SOA

2018-02-27 Thread RODARY Jacques
I finally surrendered, and now use dnsmasq instead of bind. But in my setup with named, my box was Start Of Authority, and when there was a change and reload of the zone files, the only other name server was notified, before the TTL is over. How can I do that with dnsmasq? If the dnsmasqHo

Re: why ssh connection is refused?

2018-02-27 Thread Roberto C . Sánchez
On Tue, Feb 27, 2018 at 11:23:50PM +, Long Wind wrote: >i have 2 pc connected to router >it's easy to use ssh to transfer  files >but sometime it says ssh connection is refused >maybe after i install wicd? >what should i do? Thanks! Provide the complete text of the error me

Re: Origin of /var/run contents

2018-02-27 Thread David Wright
On Tue 27 Feb 2018 at 20:56:29 (+0100), Martin S. Weber wrote: > On 2018-02-27 13:29:09, David Wright wrote: > > On Tue 27 Feb 2018 at 19:20:09 (+0100), Martin S. Weber wrote: > > > (...) > > > You're not exactly supposed to call systemd-tmpfiles yourself. > > > systemd-tmpfiles(8) documents the sy

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Greg Wooledge
On Tue, Feb 27, 2018 at 04:21:59PM -0500, Thomas George wrote: > I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 > > and the response was "failed to create listening socket for port 53: Address > already in use." That means you've already got something else listening on the DNS por

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Doug
On 02/27/2018 04:21 PM, Thomas George wrote: I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 and the response was "failed to create listening socket for port 53: Address already in use." Tried several other final two digits with the same result. I even tried 192.168.1.139, the

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Thomas George
I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 and the response was "failed to create listening socket for port 53: Address already in use." Tried several other final two digits with the same result. I even tried 192.168.1.139, the address the printer prints out on its Network

Re: Origin of /var/run contents

2018-02-27 Thread Mart van de Wege
"Martin S. Weber" writes: > On 2018-02-27 12:46:46, Gene Heskett wrote: >> On Tuesday 27 February 2018 06:46:50 Martin S. Weber wrote: >> >> > On 2018-02-27 05:03:15, Dave Sherohman wrote: >> > > (...) >> > > So, is there somewhere that /run is initially populated from, >> > > (...) >> > >> > ma

Re: stretch and DNS name resolution service for other devices on a LAN

2018-02-27 Thread Pascal Hambourg
Le 25/02/2018 à 18:35, David Wright a écrit : On Sat 24 Feb 2018 at 09:49:27 (+0100), Pascal Hambourg wrote: On disadvantage is that these addresses are not globally unique (the link local prefix exists on all interfaces) and must be appended with an interface name. Not an issue here. The onl

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Marc Auslander
I don't think you can talk to a 192.168.1.xxx ip address from a machine that thinks it's on a 192.168.2/24 network - you machine will just try to route the traffic through your router. I might try to change the netmask on the router to 255.255.0.0 which would put the 192.168.1.xxx into your local

Re: Origin of /var/run contents

2018-02-27 Thread Martin S. Weber
On 2018-02-27 13:29:09, David Wright wrote: > On Tue 27 Feb 2018 at 19:20:09 (+0100), Martin S. Weber wrote: > > (...) > > You're not exactly supposed to call systemd-tmpfiles yourself. > > systemd-tmpfiles(8) documents the systemd services that call > > systemd-tmpfiles(8). > > During configurati

Re: need help on cracking wireless password

2018-02-27 Thread deloptes
zoopee...@mail2tor.com wrote: > and i, i thing that is the right place _ it is not a french > place/mailing-list _ and sending mail to a gmail adress is not recommended > - use pgp please for private & confidential correspondence. > Remember : Michelle Konzack is on a high threat mode and she felt

Re: Origin of /var/run contents

2018-02-27 Thread David Wright
On Tue 27 Feb 2018 at 19:20:09 (+0100), Martin S. Weber wrote: > On 2018-02-27 12:46:46, Gene Heskett wrote: > > On Tuesday 27 February 2018 06:46:50 Martin S. Weber wrote: > > > > > On 2018-02-27 05:03:15, Dave Sherohman wrote: > > > > (...) > > > > So, is there somewhere that /run is initially p

Re: totem not working

2018-02-27 Thread Pierre Frenkiel
On Mon, 26 Feb 2018, Curt wrote: I read that gxine has 'full menu navigation support'; it is available in Debian Stretch, but doesn't seem actively developped (as opposed to actively maintained)---inference drawn from a gander at the web site. I tried gxine several times, and never got someth

Re: Origin of /var/run contents

2018-02-27 Thread Sven Hartge
Don Armstrong wrote: > Stuff that runs as a user should use that user's home directory. [I have > a ~/var/ for this purpose, but other things use environmental variables > or ~/.something/foopid or similar.] $HOME/.cache/foobar would be the (current) canonical place, I think. S° -- Sigmentati

Re: Origin of /var/run contents

2018-02-27 Thread Sven Hartge
Martin S. Weber wrote: > In which of the three, /{etc,run,usr/lib}/tmpfiles.d ? According to > systemdese, > the distribution files belong in /usr/lib/ (check the directory, I believe you > won't find it empty), administrator adjustments in /etc (so no surprise a > vanilla install doesn't have t

Re: Origin of /var/run contents

2018-02-27 Thread Sven Joachim
On 2018-02-27 13:40 -0500, Greg Wooledge wrote: > On Tue, Feb 27, 2018 at 01:38:08PM -0500, Gene Heskett wrote: >> No /run is indeed a link to /var/run, whish is real, so we're good there. >> Being sorta forced to learn newer stuff after half a decade on nice >> stable wheezy has spoilt me. > >

Re: Origin of /var/run contents

2018-02-27 Thread Gene Heskett
On Tuesday 27 February 2018 13:40:34 Greg Wooledge wrote: > ls -ld /var/run /run ls -ld /var/run /run drwxr-xr-x 23 root root 980 Feb 27 07:43 /run lrwxrwxrwx 1 root root 4 Oct 28 12:46 /var/run -> /run -- Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap,

Re: Origin of /var/run contents

2018-02-27 Thread Greg Wooledge
On Tue, Feb 27, 2018 at 01:38:08PM -0500, Gene Heskett wrote: > No /run is indeed a link to /var/run, whish is real, so we're good there. > Being sorta forced to learn newer stuff after half a decade on nice > stable wheezy has spoilt me. Even on wheezy, that is not normal. ebase@ebase-adm:~$ c

Re: Origin of /var/run contents

2018-02-27 Thread Gene Heskett
On Tuesday 27 February 2018 13:20:09 Martin S. Weber wrote: > On 2018-02-27 12:46:46, Gene Heskett wrote: > > On Tuesday 27 February 2018 06:46:50 Martin S. Weber wrote: > > > On 2018-02-27 05:03:15, Dave Sherohman wrote: > > > > (...) > > > > So, is there somewhere that /run is initially populate

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Reco
Hi. On Tue, Feb 27, 2018 at 01:07:17PM -0500, Thomas George wrote: > apt-cache search dhcpd finds udhcpd. My pc's system is Debian Stretch. There > is a file /etc/dhcp/dhclient.conf but no file /etc/dhcpd. There's something wrong with your repository selection. What you probably need is c

Re: need help on cracking wireless password

2018-02-27 Thread zoopeen33
> Michelle Konzack wrote: > > >> >> Do you think the USA are better? >> > > No I don't think it is better > >> There are currently several 100 prisoners wihout trial in internation >> camps, Jornalists are disappearing, several enqueters are kiulled in >> different occasions... 911? Sadam and WMD?

Re: Origin of /var/run contents

2018-02-27 Thread Gene Heskett
On Tuesday 27 February 2018 13:13:34 Don Armstrong wrote: > On Tue, 27 Feb 2018, Gene Heskett wrote: > > Just curious Sven. Why was this not supplied as a manpage or > > something, as far back as wheezy? > > It's pretty common knowledge that initscripts and systemd units which > don't run as root

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread john doe
On 2/27/2018 7:07 PM, Thomas George wrote: The Samsung CLP-320 printer's static ip 192.168.1.139 was set about 10 years ago to work on a lan using 192.168.1.x addresses. Last week the lan's router failed and was replaced with a Netgear r6700 router using 192.168.2.x addresses. The printer is no

Re: flame,troll,spam was : ... for cracking a wireless password

2018-02-27 Thread zoopeen33
>> (> as 90 percent ... .) >> it is a kid point of view (troll). > > Stop abusing children as an example [utf8 error] for stupidity! > > Thanks. > A : "he plays as a kid" B : "discrimination" A : " are you sure to not need a psychiatrist ? ** You are not

Re: Origin of /var/run contents

2018-02-27 Thread Martin S. Weber
On 2018-02-27 12:46:46, Gene Heskett wrote: > On Tuesday 27 February 2018 06:46:50 Martin S. Weber wrote: > > > On 2018-02-27 05:03:15, Dave Sherohman wrote: > > > (...) > > > So, is there somewhere that /run is initially populated from, > > > (...) > > > > man 5 tmpfiles.d, see also its SEE ALSO.

Re: Origin of /var/run contents

2018-02-27 Thread Don Armstrong
On Tue, 27 Feb 2018, Gene Heskett wrote: > Just curious Sven. Why was this not supplied as a manpage or > something, as far back as wheezy? It's pretty common knowledge that initscripts and systemd units which don't run as root have to create temporary directories in /run to track their pid files

printer with static ip address inaccessible from lan

2018-02-27 Thread Thomas George
The Samsung CLP-320 printer's static ip 192.168.1.139 was set about 10 years ago to work on a lan using 192.168.1.x addresses. Last week the lan's router failed and was replaced with a Netgear r6700 router using 192.168.2.x addresses. The printer is now inaccessible from the lan. Cups Administ

Re: need help on cracking wireless password

2018-02-27 Thread deloptes
Michelle Konzack wrote: > > Do you think the USA are better? > No I don't think it is better > There are currently several 100 prisoners wihout trial in internation > camps, Jornalists are disappearing, several enqueters are kiulled in > different occasions... 911? Sadam and WMD? All are liar

Re: Origin of /var/run contents

2018-02-27 Thread Gene Heskett
On Tuesday 27 February 2018 06:46:50 Martin S. Weber wrote: > On 2018-02-27 05:03:15, Dave Sherohman wrote: > > (...) > > So, is there somewhere that /run is initially populated from, > > (...) > > man 5 tmpfiles.d, see also its SEE ALSO. > > Regards, > -Martin Apparently new with jessie. But nei

Re: Origin of /var/run contents

2018-02-27 Thread Gene Heskett
On Tuesday 27 February 2018 06:45:36 Sven Hartge wrote: > Dave Sherohman wrote: > > I've just made my first foray into creating systemd service files, > > and, although I got them to work with manual startup, they failed > > miserably on reboot. A short investigation revealed that this is > > be

Re: Origin of /var/run contents

2018-02-27 Thread Gene Heskett
On Tuesday 27 February 2018 06:03:15 Dave Sherohman wrote: > I've just made my first foray into creating systemd service files, > and, although I got them to work with manual startup, they failed > miserably on reboot. A short investigation revealed that this is > because /var/run is not persiste

need help with gtkam (on Jessie)

2018-02-27 Thread Fred
Hello, I am trying to use gtkam to manage a digital camera. It allowed the camera (Nikon D7100) to be selected but won't do anything else. The error message is: Could not list folders in '/'. An error occurred in the io-library ('Bad parameters'): No error description available The debu

Re: Is Debian Linux protected against the Meltdown and Spectre security flaws?

2018-02-27 Thread Vincent Lefevre
On 2018-02-19 14:10:14 +, Brad Rogers wrote: > If anyone wants to check their (linux) system specifically for the > current state of spectre+meltdown mitigation on a given machine then > have a look here: > > https://github.com/speed47/spectre-meltdown-checker > > Really simple instructions a

Debian installer with Backport(ed) kernel

2018-02-27 Thread Imran Hussain
Hi, Having just got some new machines and wanting to install debian stable I was met with the problem of stables kernel not supporting my raid card (MegaRAID Tri-Mode SAS3516) however I spotted that testings kernel supported it and the kernel had been backported. I looked around and found h

Re: flame,troll,spam was : ... for cracking a wireless password

2018-02-27 Thread Dominik George
> > Stop abusing children as an “example” for stupidity! > > > > Thanks. > > > ? > what do you mean ? > - that children must not follow the "example" of wilco (speaking about > that you do not know/have is a troll lol) : 90% of idiots thinks that the > others are idiots but not themselves ? is

Re: flame,troll,spam was : ... for cracking a wireless password

2018-02-27 Thread zoopeen33
>> (> as 90 percent ... .) >> it is a kid point of view (troll). > > Stop abusing children as an “example” for stupidity! > > Thanks. > ? what do you mean ? - that children must not follow the "example" of wilco (speaking about that you do not know/have is a troll lol) : 90% of idiots thinks th

Re: flame,troll,spam was : ... for cracking a wireless password

2018-02-27 Thread Dominik George
> (> as 90 percent ... .) > it is a kid point of view (troll). Stop abusing children as an “example” for stupidity! Thanks. signature.asc Description: PGP signature

Re: sort (-g) [offtopic]

2018-02-27 Thread Ionel Mugurel Ciobîcă
On 27-02-2018, at 07h 31'11", David Wright wrote about "Re: sort (-g) [offtopic]" > Yes, you need to read §3.4.2.8 over again: > [...] > IOW you should write a file containing > > I i > II ii > etc. > > and feed it to -s. I can do that. > > > Besides, how this msort will work in a pipe, when

Re: sort (-g) [offtopic]

2018-02-27 Thread Ionel Mugurel Ciobîcă
On 27-02-2018, at 08h 36'51", Greg Wooledge wrote about "Re: sort (-g) [offtopic]" > > Did I miss anything? > > Well, this program certainly is ... unusual. Doesn't just *work* by > default. No examples in the man page. Anyway, it looks like you > forgot to specify numeric comparison. > > woo

flame,troll,spam was : ... for cracking a wireless password

2018-02-27 Thread zoopeen33
flame,troll,spam was : ... for cracking a wireless password i am 'deloptes' (flame) like others readers. are we all wrong ? *just a mental case > one is for sure, you need a good psychiatrist and lawyer to michelle > I think you also qualify for the psychiatrist to wilco (> as 90 percent ...

Re: fvwm -- undeserved BAD PRESS

2018-02-27 Thread David Wright
On Tue 27 Feb 2018 at 03:58:30 (-0600), Richard Owlett wrote: > I have days (e actually hours) of experience with fvwm. > Experts () are telling me that significant mods to config > files *MANDATORY*. bull!! > > Can tweaking config file(s) be profitable? -- Sure! > Are they necessary?

Re: fvwm -- undeserved BAD PRESS

2018-02-27 Thread John Hasler
Richard Owlett writes: > I have days (e actually hours) of experience with fvwm. > Experts () are telling me that significant mods to config files > *MANDATORY*. bull!! > Can tweaking config file(s) be profitable? -- Sure! > Are they necessary? -- *NO WAY*! Actually, you can use X

Re: sort (-g) [offtopic]

2018-02-27 Thread Greg Wooledge
On Tue, Feb 27, 2018 at 09:48:57AM +0100, Ionel Mugurel Ciobîcă wrote: > # cat roman | msort -q -w -l -y ROMAN > I > II > III > IV > IX > V > VI > VII > VIII > X > XI > XII > Did I miss anything? Well, this program certainly is ... unusual. Doesn't just *work* by default. No examples in the man

Re: sort (-g) [offtopic]

2018-02-27 Thread David Wright
On Tue 27 Feb 2018 at 09:48:57 (+0100), Ionel Mugurel Ciobîcă wrote: > On 19-02-2018, at 03h 23'27", Will Mengarini wrote about "Re: sort (-g) > [offtopic]" > > * Ionel Mugurel Ciobica [18-02/18=Su 16:55 +0100]: > > > [... How can something like > > > "III\nII\nI\nV\nIV\nVII\nVI\nVIII\nX\nIX" > >

Re: Origin of /var/run contents

2018-02-27 Thread Dave Sherohman
Thanks! That was just what I needed. On Tue, Feb 27, 2018 at 12:46:50PM +0100, Martin S. Weber wrote: > On 2018-02-27 05:03:15, Dave Sherohman wrote: > > (...) > > So, is there somewhere that /run is initially populated from, > > (...) > > man 5 tmpfiles.d, see also its SEE ALSO. > > Regards,

Re: Origin of /var/run contents

2018-02-27 Thread Martin S. Weber
On 2018-02-27 05:03:15, Dave Sherohman wrote: > (...) > So, is there somewhere that /run is initially populated from, > (...) man 5 tmpfiles.d, see also its SEE ALSO. Regards, -Martin

Re: Origin of /var/run contents

2018-02-27 Thread Sven Hartge
Dave Sherohman wrote: > I've just made my first foray into creating systemd service files, > and, although I got them to work with manual startup, they failed > miserably on reboot. A short investigation revealed that this is > because /var/run is not persistent across reboots. (It's a link to

Re: there’s something wrong with your site :(

2018-02-27 Thread Louise Levine
Hi, I hope this email finds the correct person. One week ago I sent you an email regarding your web page (copy of email below) and I haven’t yet heard back from anyone. I would still love for my site UKWebHostReview.com to be placed as another beneficial resource on your page here http://

Origin of /var/run contents

2018-02-27 Thread Dave Sherohman
I've just made my first foray into creating systemd service files, and, although I got them to work with manual startup, they failed miserably on reboot. A short investigation revealed that this is because /var/run is not persistent across reboots. (It's a link to /run, which is a tmpfs mount.)

fvwm -- undeserved BAD PRESS

2018-02-27 Thread Richard Owlett
I have days (e actually hours) of experience with fvwm. Experts () are telling me that significant mods to config files *MANDATORY*. bull!! Can tweaking config file(s) be profitable? -- Sure! Are they necessary? -- *NO WAY*! The more I ask for meek user info (and receive *GEEK*

Re: sort (-g) [offtopic]

2018-02-27 Thread Ionel Mugurel Ciobîcă
On 19-02-2018, at 03h 23'27", Will Mengarini wrote about "Re: sort (-g) [offtopic]" > * Ionel Mugurel Ciobica [18-02/18=Su 16:55 +0100]: > > [... How can something like > > "III\nII\nI\nV\nIV\nVII\nVI\nVIII\nX\nIX" > > [be sorted? ...] > > See `aptitude show msort`; it probably does what you ne