Re: Semi-OT: IPP doesn't auto-configure CUPS?

2019-11-12 Thread Curt
On 2019-11-11, Gene Heskett wrote: >> >> Internet Printing Protocol (http) >> >> Internet Printing Protocol (https) >> >> Internet Printing Protocol (ipp) >> >> Internet Printing Protocol (ipps) >> >> even though "ls -l /usr/lib/cups/backend" all show them to all be or >> symlink to the same file.

Re: auxiliary mail client for HTML

2019-11-12 Thread Curt
On 2019-11-08, Nate Bargmann wrote: > >> I thought everybody just used a mailcap file and was fine. > > I do and have it setup to use w3m to deal with most HTML mail. Some > does look better in a GUI program and that's why I do this. > Well, then text/html; /usr/bin/firefox %s >/dev/null 2>&1

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Dan Purgert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kent West wrote: > After some testing, I find that selecting "http" creates a working > printer; selecting "ipps" does not. The latter generates an error page > that says: > > Unable to open PPD file: > > Missing asterisk in column 1 > > > So a

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Klaus Singvogel
Dan Purgert wrote: > Kent West wrote: > > > > Unable to open PPD file: > > > > Missing asterisk in column 1 [...] It's your PPD file for the printer, which seams not to be readable, most likely not existend. The PPD (PostScript Printer Defintion) file is locate under /etc/cups/ppds (or simili

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Gene Heskett
Since I installed stretch on this machine, my printer server since the early 2000's, suddenly nothing works. No printers are shared despite my checking the box to share it during a reconfiguration of that profile. What do I do to restore what was an "everything just worked" when this machine wa

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Klaus Singvogel
Gene Heskett wrote: > > This is my logs: > root@coyote:cups$ cat /var/log/cups/access_log > localhost - - [12/Nov/2019:00:11:00 -0500] "POST / HTTP/1.1" 200 349 > Create-Printer-Subscriptions successful-ok > localhost - - [12/Nov/2019:00:11:00 -0500] "POST / HTTP/1.1" 200 176 > Create-Printer-Su

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Curt
On 2019-11-12, Klaus Singvogel wrote: > > CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile ... > already exists Maybe as simple as "Resume Printer" (wouldn't that be wonderful?). > Best regars, > Klaus. -- “The cradle rocks above an abyss, and common sense tells

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Gene Heskett
On Tuesday 12 November 2019 08:48:41 Klaus Singvogel wrote: > Gene Heskett wrote: > > This is my logs: > > root@coyote:cups$ cat /var/log/cups/access_log > > localhost - - [12/Nov/2019:00:11:00 -0500] "POST / HTTP/1.1" 200 349 > > Create-Printer-Subscriptions successful-ok localhost - - > > [12/No

Re: auxiliary mail client for HTML

2019-11-12 Thread Dejan Jocic
On 12-11-19, Curt wrote: > On 2019-11-08, Nate Bargmann wrote: > > > >> I thought everybody just used a mailcap file and was fine. > > > > I do and have it setup to use w3m to deal with most HTML mail. Some > > does look better in a GUI program and that's why I do this. > > > > Well, then > >

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Gene Heskett
On Tuesday 12 November 2019 09:11:04 Curt wrote: > On 2019-11-12, Klaus Singvogel wrote: > > CreateProfile failed: > > org.freedesktop.ColorManager.AlreadyExists:profile ... already > > exists > > Maybe as simple as "Resume Printer" (wouldn't that be wonderful?). > Except there is no place advisi

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Brian
On Tue 12 Nov 2019 at 08:46:50 +1300, Richard Hector wrote: > On 12/11/19 8:38 AM, Kent West wrote: > > > > On 11/11/19 10:40 AM, Brian wrote: > >> On Mon 11 Nov 2019 at 10:18:26 -0600, Kent West wrote: > >> > >>> Probably answered somewhere, but I've been DuckDuckGo-ing for the > >>> past two >

Re: auxiliary mail client for HTML

2019-11-12 Thread David Wright
On Tue 12 Nov 2019 at 09:23:54 (-), Curt wrote: > On 2019-11-08, Nate Bargmann wrote: > > > >> I thought everybody just used a mailcap file and was fine. > > > > I do and have it setup to use w3m to deal with most HTML mail. Some > > does look better in a GUI program and that's why I do this.

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread David Wright
On Tue 12 Nov 2019 at 09:26:03 (-0500), Gene Heskett wrote: > On Tuesday 12 November 2019 08:48:41 Klaus Singvogel wrote: > > Gene Heskett wrote: > > > That [v1.::1] looks like shorthand for ipv6, but the nearest ipv6 > > > capable connection is probably 185 miles north of here in Pittsburgh > > >

Re: Semi-OT: IPP doesn't auto-configure CUPS?

2019-11-12 Thread Brian
On Mon 11 Nov 2019 at 14:02:50 -0600, Kent West wrote: > I've been trying to wrap my head around printing today, and I have come to > understand that IPP is the up-and-coming standard for printing (replacing > the older LPD / AppSocket / HP Jet Direct / etc), and more specifically, > that IPPEvery

Re: fail2ban for apache2

2019-11-12 Thread Lee
On 11/11/19, Gene Heskett wrote: > On Monday 11 November 2019 08:33:13 Greg Wooledge wrote: ... snip ... >> I *know* I told you to look at your log files, and to turn on >> user-agent logging if necessary. >> >> I don't remember seeing you ever *post* your log files here, not even >> a single li

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Klaus Singvogel
Gene Heskett wrote: > > CreateProfile failed: > > org.freedesktop.ColorManager.AlreadyExists:profile ... already exists > > > Thats permissions.. But why can't the same software that wrote that > profile, rewrite that profile? Ask the software developer, which I'm not. > So what do I do to get a

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Kent West
On 11/12/19 9:02 AM, Brian wrote: On Mon 11 Nov 2019 at 10:18:26 -0600, Kent West wrote: When adding a printer via the CUPS web interface (localhost:631) on my Debian box, Administration / Add Printer / Other Network Printers, there are four Internet Printing Protocol options: https ipp htt

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Gene Heskett
On Tuesday 12 November 2019 10:15:33 David Wright wrote: > On Tue 12 Nov 2019 at 09:26:03 (-0500), Gene Heskett wrote: > > On Tuesday 12 November 2019 08:48:41 Klaus Singvogel wrote: > > > Gene Heskett wrote: > > > > That [v1.::1] looks like shorthand for ipv6, but the nearest > > > > ipv6 capable

Re: fail2ban for apache2

2019-11-12 Thread Gene Heskett
On Tuesday 12 November 2019 11:01:08 Lee wrote: > On 11/11/19, Gene Heskett wrote: > > On Monday 11 November 2019 08:33:13 Greg Wooledge wrote: > > ... snip ... > > >> I *know* I told you to look at your log files, and to turn on > >> user-agent logging if necessary. > >> > >> I don't remember

Re: fail2ban for apache2

2019-11-12 Thread ghe
Gene wrote > So I had been adding iptables rules but had to reboot this > morning to get a baseline cups start, only to find my iptables rules > were all gone and the bots are DDOSing me again. Grrr 0) Can you block them with an ACL in your router/firewall? And wr mem so the ACL will be the

Re: Backup Times on a Linux desktop

2019-11-12 Thread Charles Curley
Thanks for the feedback. On Tue, 05 Nov 2019 23:35:05 +0100 Linux-Fan wrote: > Charles Curley writes: > > > https://charlescurley.com/blog/posts/2019/Nov/02/backups-on-linux/index.html > > > > [...] > > Thanks for sharing! I appreciate that I am not the only one with a > backup system com

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Brian
On Tue 12 Nov 2019 at 11:30:33 -, Dan Purgert wrote: > I believe the newest printers offer a way to print "driverless" via IPP "Newest" encompasses the past 5-10 years. > as well -- that is, rather than needing a device-specific PPD, the use > of IPP lets you just send a standardized "printi

Re: fail2ban for apache2

2019-11-12 Thread John Hasler
Gene writes: > So I had been adding iptables rules but had to reboot this morning to > get a baseline cups start, only to find my iptables rules were all > gone and the bots are DDOSing me again. Install Shorewall. -- John Hasler jhas...@newsguy.com Elmwood, WI USA

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Dan Purgert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brian wrote: > On Tue 12 Nov 2019 at 11:30:33 -, Dan Purgert wrote: > >> I believe the newest printers offer a way to print "driverless" via IPP > > "Newest" encompasses the past 5-10 years. Yeah, meant "newer" there. Have had my current lasers

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Brian
On Tue 12 Nov 2019 at 19:51:42 -, Dan Purgert wrote: > Brian wrote: > > On Tue 12 Nov 2019 at 11:30:33 -, Dan Purgert wrote: > > > >> I believe the newest printers offer a way to print "driverless" via IPP > > > > "Newest" encompasses the past 5-10 years. > > Yeah, meant "newer" there. H

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Dan Purgert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brian wrote: >> >> Not really, tbh. I haven't had to look that deeply into the state of >> printing in ... well, much longer than I thought it'd been this morning. >> >> Time flies :| > > So, when CUPS ceases to support PPDs (probably in a couple

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Brian
On Tue 12 Nov 2019 at 20:27:00 -, Dan Purgert wrote: > Brian wrote: > >> > >> Not really, tbh. I haven't had to look that deeply into the state of > >> printing in ... well, much longer than I thought it'd been this morning. > >> > >> Time flies :| > > > > So, when CUPS ceases to support P

Re: fail2ban for apache2

2019-11-12 Thread tomas
On Tue, Nov 12, 2019 at 12:40:45PM -0500, Gene Heskett wrote: [...] > So I have to find all that in the history and re-invent > a 33 line filter DROP. I'll be baqck when I've stuck a hot tater in > semrushes exit port. See iptables-save (will dump the currently active iptables to a file) and ip

Re: Difference between ipp, ipps, http, https CUPS protocols?

2019-11-12 Thread Gene Heskett
On Tuesday 12 November 2019 11:01:39 Klaus Singvogel wrote: > Gene Heskett wrote: > > > CreateProfile failed: > > > org.freedesktop.ColorManager.AlreadyExists:profile ... already > > > exists > > > > Thats permissions.. But why can't the same software that wrote that > > profile, rewrite that prof

Re: fail2ban for apache2

2019-11-12 Thread Gene Heskett
On Tuesday 12 November 2019 13:30:24 ghe wrote: > Gene wrote > > > So I had been adding iptables rules but had to reboot this > > morning to get a baseline cups start, only to find my iptables rules > > were all gone and the bots are DDOSing me again. Grrr > > 0) Can you block them with an ACL

Re: fail2ban for apache2

2019-11-12 Thread Gene Heskett
On Tuesday 12 November 2019 14:28:38 John Hasler wrote: > Gene writes: > > So I had been adding iptables rules but had to reboot this morning > > to get a baseline cups start, only to find my iptables rules were > > all gone and the bots are DDOSing me again. > > Install Shorewall. Did, spent hal

Re: fail2ban for apache2

2019-11-12 Thread Gene Heskett
On Tuesday 12 November 2019 16:04:07 to...@tuxteam.de wrote: > On Tue, Nov 12, 2019 at 12:40:45PM -0500, Gene Heskett wrote: > > [...] > > > So I have to find all that in the history and re-invent > > a 33 line filter DROP. I'll be baqck when I've stuck a hot tater in > > semrushes exit port. > >

Re: fail2ban for apache2

2019-11-12 Thread John Hasler
I wrote: > Install Shorewall. Gene writes: > Did, spent half an hour reading its man page, but I don't see a > command that will extract and save an existing iptables setup, and a > later reapply of that saved data. I meant use it instead of using Iptables directly: the package takes care of rest

Re: fail2ban for apache2

2019-11-12 Thread ghe
On 11/12/19 5:46 PM, Gene Heskett wrote: > Oh goody and I get to name & pick the file and its location. Now, wheres > a good place to put the restore in the reboot path? How about /etc? Or /etc/init.d? That's where mine is... -- Glenn English

Re: fail2ban for apache2

2019-11-12 Thread Gene Heskett
On Tuesday 12 November 2019 19:53:15 John Hasler wrote: > I wrote: > > Install Shorewall. > > Gene writes: > > Did, spent half an hour reading its man page, but I don't see a > > command that will extract and save an existing iptables setup, and a > > later reapply of that saved data. > > I meant

Re: fail2ban for apache2

2019-11-12 Thread Gene Heskett
On Tuesday 12 November 2019 20:03:12 ghe wrote: > On 11/12/19 5:46 PM, Gene Heskett wrote: > > Oh goody and I get to name & pick the file and its location. Now, > > wheres a good place to put the restore in the reboot path? > > How about /etc? Or /etc/init.d? That's where mine is... I've already

Re: postgresql-12 - crash. Any hints.

2019-11-12 Thread Kamil Jońca
kjo...@poczta.onet.pl (Kamil Jońca) writes: > It is home PC box with debian sid. > Recently my postgres was upgraded from version 11 to 12. > I migrate databases, and during last few days I have had 2 server > crashes. > Crashes were during different statements. And after crash these > statements

Re: Re: The ultimate fate of Debian

2019-11-12 Thread Df Df
مرسل من هاتف Samsung Galaxy الذكي.