Re: IPv4 v IPv6

2019-06-21 Thread David Wright
On Wed 19 Jun 2019 at 04:23:15 (+1200), Richard Hector wrote: > On 19/06/19 4:12 AM, David Wright wrote: > > On Mon 17 Jun 2019 at 10:38:27 (-0400), Gene Heskett wrote: > > >> But that opens yet another container of worms. If I arbitrarily assign > >> ipv6 local addresses, and later, ipv6 shows u

Re: Re: Giving remaja (teens) group full administrator privileges through sudo - dangerous?

2019-06-21 Thread deloptes
Bagas Sanjaya wrote: > In Indonesia, the case resemble hypothetical case in this thread, where > sysadmins in TV station doesn't care about least privilege security > principle and they gave teens full root privileges, for most programs are > for teens. What a BS! This comes from Windoz for sure.

Re: Reading pdf files

2019-06-21 Thread David Wright
On Sat 15 Jun 2019 at 07:51:22 (-), Curt wrote: > On 2019-06-15, Erik Christiansen wrote: > > On 14.06.19 10:51, Celejar wrote: > >> On Fri, 14 Jun 2019 18:50:22 +1000 Erik Christiansen > >> wrote: > >> > I only use mupdf for problem pdf files, but it's very nifty to have on > >> > hand. Ye

Re: Giving remaja (teens) group full administrator privileges through sudo - dangerous?

2019-06-21 Thread Gene Heskett
On Friday 21 June 2019 15:41:00 Carl Fink wrote: > On 6/20/19 12:36 PM, Gene Heskett wrote: > > On Thursday 20 June 2019 08:30:57 Bagas Sanjaya wrote: > >> In hypothetical scenario as I described in the starting of this > >> thread, I imagine that TV programs run by TV stations can be > >> thought

Re: System on a chip - performance relative size and setup (how can the (Debian) setup make a difference?)

2019-06-21 Thread David Christensen
On 6/21/19 12:28 AM, Erik Josefsson wrote: Hi David, On 6/19/19 3:38 AM, David Christensen wrote: The best way to answer your question regarding performance of a size N SD card vs. a size 2*N SD card is to buy two cards and benchmark them using your workload.  Please publish your findings.

Re: Re: Giving remaja (teens) group full administrator privileges through sudo - dangerous?

2019-06-21 Thread Bagas Sanjaya
Carl Fink wrote: You seem to be assuming that Mr. Banjaya is in the USA. While that is not impossible, given the Javanese name and non-USA usage of English, I suspect that it is not correct. In Indonesia, the case resemble hypothetical case in this thread, where sysadmins in TV station does

Re: Unreliable systemd user service

2019-06-21 Thread Aidan Gauland
On 21/06/19 8:33 PM, Jonathan Dowland wrote: > On Fri, Jun 21, 2019 at 06:50:14PM +1200, Aidan Gauland wrote: >> Someone else suggested running xautolock from my .xsessionrc script so >> that it is always run after X is running, and that seems to work.  I >> wanted to run this via systemd because t

Re: Unreliable systemd user service

2019-06-21 Thread Aidan Gauland
On 21/06/19 7:24 PM, john doe wrote: > Is it always working if you run the command manually? It has so far, yes.

Re: Converting text subtitles to vobsub

2019-06-21 Thread Michael Lange
Hi, On Fri, 21 Jun 2019 17:30:13 +0200 Nicolas George wrote: > Michael Lange (12019-06-21): > > is there a program (command line preferred) that is able to convert > > text subtitles (.srt or .ass etc.) into vobsub "image" subtitles? (...) > spumux can do that, and is indeed the only took I know

Re: Converting text subtitles to vobsub

2019-06-21 Thread Michael Lange
Hi, On Fri, 21 Jun 2019 21:16:02 +0300 Reco wrote: > You need something like this: > > ffmpeg -i input.mp4 -i /tmp/input.srt -c:v copy -c:a copy \ > -c:s mov_text output.mp4 > > Or this: > > ffmpeg -i input.mp4 -i /tmp/input.srt -c:v copy -c:a copy \ > -c:s dvd_subtitle output.mp4

Re: Converting text subtitles to vobsub

2019-06-21 Thread Michael Lange
Hi, On Fri, 21 Jun 2019 19:47:46 +0200 Nicolas George wrote: > Michael Lange (12019-06-21): > > sure, that's what I tried first. The player ignores the .ass style > > options happily. > > Are you sure the player will be able to use the vobsubs? Yes. > > > > ffmpeg -i original.mp4 -map 0:

Re: Giving remaja (teens) group full administrator privileges through sudo - dangerous?

2019-06-21 Thread Carl Fink
On 6/20/19 12:36 PM, Gene Heskett wrote: On Thursday 20 June 2019 08:30:57 Bagas Sanjaya wrote: In hypothetical scenario as I described in the starting of this thread, I imagine that TV programs run by TV stations can be thought as computer programs in TV station's production systems. I woul

elinks, still under developement?

2019-06-21 Thread Karen Lewellen
good afternoon list members. While I may be incorrect, my understanding is that links is no longer updated, but that elinks is still under development. I am asking because of a recent google accounts change. According to my contact there who has been doing some testing on my behalf, the java s

Re: Exim latest update reports to world as 4.89, which the world thinks is vulnerable.

2019-06-21 Thread Brian
On Fri 21 Jun 2019 at 21:14:42 +1000, Andrew McGlashan wrote: > On 21/6/19 4:08 pm, Reco wrote: > > What I'm most interested is here is the time distribution. I.e. has > > the number of exploitation attempts lowered after the Exim banner > > change? Stayed the same? > > Not a single one since, so

Re: Converting text subtitles to vobsub

2019-06-21 Thread Nicolas George
Reco (12019-06-21): > > is there a program (command line preferred) that is able to convert text > > subtitles (.srt or .ass etc.) into vobsub "image" subtitles? > > You need something like this: > > ffmpeg -i input.mp4 -i /tmp/input.srt -c:v copy -c:a copy \ > -c:s mov_text output.mp4 mov

Re: Converting text subtitles to vobsub

2019-06-21 Thread Reco
Hi. On Fri, Jun 21, 2019 at 05:23:32PM +0200, Michael Lange wrote: > is there a program (command line preferred) that is able to convert text > subtitles (.srt or .ass etc.) into vobsub "image" subtitles? You need something like this: ffmpeg -i input.mp4 -i /tmp/input.srt -c:v copy -c:a

Re: Converting text subtitles to vobsub

2019-06-21 Thread Nicolas George
Michael Lange (12019-06-21): > sure, that's what I tried first. The player ignores the .ass style options > happily. Are you sure the player will be able to use the vobsubs? > > ffmpeg -i original.mp4 -map 0:v:0 -map 0:a:0 \ > > -vf subtitles=filename=subtitles.ass \ > > -c:v

Re: Converting text subtitles to vobsub

2019-06-21 Thread Michael Lange
Hi, On Fri, 21 Jun 2019 20:08:16 +0300 Teemu Likonen wrote: > Michael Lange [2019-06-21 17:44:08+02:00] wrote: > > > sure, because I want to be able to control the subtitle's appearance. > > The player in question displays text subtitles, however with a tiny, > > almost unreadable font and does

Re: Converting text subtitles to vobsub

2019-06-21 Thread Teemu Likonen
Michael Lange [2019-06-21 17:44:08+02:00] wrote: > sure, because I want to be able to control the subtitle's appearance. The > player in question displays text subtitles, however with a tiny, almost > unreadable font and doesn't have any option to change this. The "ass" subtitle format contains d

Re: Converting text subtitles to vobsub

2019-06-21 Thread Michael Lange
Hi, On Fri, 21 Jun 2019 17:30:13 +0200 Nicolas George wrote: > Michael Lange (12019-06-21): > > is there a program (command line preferred) that is able to convert > > text subtitles (.srt or .ass etc.) into vobsub "image" subtitles? > > Can you explain why exactly you want to do that? sure, b

Re: Converting text subtitles to vobsub

2019-06-21 Thread Nicolas George
Michael Lange (12019-06-21): > is there a program (command line preferred) that is able to convert text > subtitles (.srt or .ass etc.) into vobsub "image" subtitles? Can you explain why exactly you want to do that? Often, when people ask for a very unusual task, or a task that looks useless, the

Converting text subtitles to vobsub

2019-06-21 Thread Michael Lange
Hi, is there a program (command line preferred) that is able to convert text subtitles (.srt or .ass etc.) into vobsub "image" subtitles? I think there must be something, since dvd authoring programs obviously can do it, but find it surprisingly hard to find. ffmpeg apparently fails at this; ther

Re: IPv4 v IPv6

2019-06-21 Thread Jonathan Dowland
On Tue, Jun 18, 2019 at 09:49:10PM +1200, Richard Hector wrote: 127.0.0.0/8 is for loopback addresses; ::1 is the IPv6 equivalent. Reserved ranges for local use are the RFC1918 ranges (192.168.0.0/16, 172.16.0.0/12 and 10.0.0.0/8), and more closely replaced by ULAs (fd00::/8) in IPv6. Yes sorry

Re: Does 32-bit x86 support (aka [multilib] ) have a future with Debian after Buster

2019-06-21 Thread Felix Miata
Andrew McGlashan composed on 2019-06-22 00:18 (UTC+1000): > Felix Miata wrote: >> Andrew McGlashan composed on 2019-06-21 20:03 (UTC+1000): >>> ...That is, it probably doesn't make any financial >>> sense to continue running an old 32 bit machine. ... >> IOW, it doesn't make any sense on a purel

Re: Does 32-bit x86 support (aka [multilib] ) have a future with Debian after Buster

2019-06-21 Thread Andrew McGlashan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 21/6/19 11:44 pm, Felix Miata wrote: > Andrew McGlashan composed on 2019-06-21 20:03 (UTC+1000): > >> Most, if not all 32 bit arch machines are probably going to >> consume far more energy than newer machines of far greater >> capability. That

Re: Does 32-bit x86 support (aka [multilib] ) have a future with Debian after Buster

2019-06-21 Thread tomas
On Fri, Jun 21, 2019 at 09:44:37AM -0400, Felix Miata wrote: > Andrew McGlashan composed on 2019-06-21 20:03 (UTC+1000): > > > Most, if not all 32 bit arch machines are probably going to consume > > far more energy than newer machines of far greater capability. That > > is, it probably doesn't ma

Re: Does 32-bit x86 support (aka [multilib] ) have a future with Debian after Buster

2019-06-21 Thread Felix Miata
Andrew McGlashan composed on 2019-06-21 20:03 (UTC+1000): > Most, if not all 32 bit arch machines are probably going to consume > far more energy than newer machines of far greater capability. That > is, it probably doesn't make any financial sense to continue running > an old 32 bit machine. R

Re: Does 32-bit x86 support (aka [multilib] ) have a future with Debian after Buster

2019-06-21 Thread Dekks Herton
Andrew McGlashan writes: > Hi, > > On 20/6/19 4:28 pm, Reco wrote: >> Hi. >> >> On Thu, Jun 20, 2019 at 01:03:50AM +0200, Matthew Crews wrote: >>> On 6/19/19 3:30 PM, Lazar Tadić wrote: Don't worry Mathew, 32-bit arch is currently 2nd most popular arch on Debian. There's no way it will

Re: System on a chip - performance relative size and setup (how can the (Debian) setup make a difference?)

2019-06-21 Thread Erik Josefsson
On 6/21/19 12:17 PM, Jonas Smedegaard wrote: Quoting Erik Josefsson (2019-06-21 09:28:38) On 6/19/19 3:38 AM, David Christensen wrote: The best way to answer your question regarding performance of a size N SD card vs. a size 2*N SD card is to buy two cards and benchmark them using your workload

USB camera being seen twice in debian buster

2019-06-21 Thread Seba Kerckhof
Hello, I'm testing out Debian buster rc 1, and I have a problem that my usb camera (the very common logitech c930) is seen twice, so there are 2 devices (/dev/video0 & /dev/video1). Inspecting /dev/video0 with v4l-info works, while /dev/video1 throws some errors. I believe this to be a bug in Bus

Re: Does 32-bit x86 support (aka [multilib] ) have a future with Debian after Buster

2019-06-21 Thread Matthew Crews
Andrew McGlashan wrote: > I would think this would be due to misunderstanding by new users more > than anything else. Right, I'm not referring to running Debian on 32-bit machines. I'm referring to being able to: # dpkg --add-architecture i386 in an amd64 machine, and # apt install :i386 in an

Re: Proposition: Simlify the Installation

2019-06-21 Thread Lazar Tadić
How? The installer already offers 2 options, graphical and text-version. The installer itself is simple to use, with sane default options. WE re talking about the network installer here, but other versions don't differ much. How would you simplify it further? Regards, Lazar

systemd sd_notify in chroot

2019-06-21 Thread Peter Viskup
At the moment the chrooted rsyslog instance use bind mounted /run/systemd/notify. It is causing the Veeam backup fail. Anyone how to make it working without bind mounting notify file into chroot? Is there some way to let systemd create and listen on another "notify" socket? -- Peter ~# systemctl

Re: Exim latest update reports to world as 4.89, which the world thinks is vulnerable.

2019-06-21 Thread Andrew McGlashan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 21/6/19 4:08 pm, Reco wrote: > What I'm most interested is here is the time distribution. I.e. has > the number of exploitation attempts lowered after the Exim banner > change? Stayed the same? Not a single one since, so far. Although I di

Re: System on a chip - performance relative size and setup (how can the (Debian) setup make a difference?)

2019-06-21 Thread Jonas Smedegaard
Quoting Erik Josefsson (2019-06-21 09:28:38) > On 6/19/19 3:38 AM, David Christensen wrote: >> The best way to answer your question regarding performance of a size >> N SD card vs. a size 2*N SD card is to buy two cards and benchmark >> them using your workload.  Please publish your findings. > >

Re: Does 32-bit x86 support (aka [multilib] ) have a future with Debian after Buster

2019-06-21 Thread Andrew McGlashan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 20/6/19 4:28 pm, Reco wrote: > Hi. > > On Thu, Jun 20, 2019 at 01:03:50AM +0200, Matthew Crews wrote: >> On 6/19/19 3:30 PM, Lazar Tadić wrote: >>> Don't worry Mathew, 32-bit arch is currently 2nd most popular >>> arch on Debian. There's no

Re: Unreliable systemd user service

2019-06-21 Thread Jonathan Dowland
On Fri, Jun 21, 2019 at 06:50:14PM +1200, Aidan Gauland wrote: Someone else suggested running xautolock from my .xsessionrc script so that it is always run after X is running, and that seems to work.  I wanted to run this via systemd because that's easier to restart after making tweaks than somet

Re: Unreliable systemd user service

2019-06-21 Thread john doe
On 6/21/2019 8:50 AM, Aidan Gauland wrote: > On 21/06/19 6:25 PM, Ansgar Burchardt wrote: >> Aidan Gauland writes: >>> I have a user service for running xautolock that does not start on login >>> reliably, and I have no idea why, because there is no error message, >>> just an exit code of 1.  (Unit

Proposition: Simlify the Installation

2019-06-21 Thread patrick . dreier
Hello! Proposition: Simlify the Installation. Dosn't have 2 Installation options. ..., Graphical Installation. With kind Greetings!

Re: System on a chip - performance relative size and setup (how can the (Debian) setup make a difference?)

2019-06-21 Thread Erik Josefsson
Hi David, On 6/19/19 3:38 AM, David Christensen wrote: The best way to answer your question regarding performance of a size N SD card vs. a size 2*N SD card is to buy two cards and benchmark them using your workload.  Please publish your findings. Please find my four (4) findings below or a

Re: Unreliable systemd user service

2019-06-21 Thread Aidan Gauland
On 21/06/19 6:25 PM, Ansgar Burchardt wrote: > Aidan Gauland writes: >> I have a user service for running xautolock that does not start on login >> reliably, and I have no idea why, because there is no error message, >> just an exit code of 1.  (Unit file and output of systemctl status >> attached.