Re: IPv6 addresses

2019-02-07 Thread Richard Hector
On 8/02/19 8:30 AM, Dan Ritter wrote: >> Huh ? Isn't it the autoconfigured address you expect to get from an "auto" >> stanza ? > I bet there's at least a little confusion between > > auto ens3 > > and > > iface ens3 inet6 auto > > the first one tells the system to bring ens3 up at boot time; >

Re: IPv6 addresses

2019-02-07 Thread Richard Hector
On 8/02/19 8:08 AM, Pascal Hambourg wrote: > Le 07/02/2019 à 10:15, Richard Hector a écrit : >>> >>> # this one should hopefully configure via SLAAC >>> iface ens3 inet6 auto >>> >>> # this one is for my static stuff (using a ULA prefix) >>> iface ens3 inet6 static >>>    address 2001:db8::1/64 >>>

Re: /boot full (of old-dkms)

2019-02-07 Thread Erik Josefsson
Den 2019-02-07 kl. 10:31, skrev john doe: On 2/7/2019 8:14 AM, Erik Josefsson wrote: Hello, I happen to have a couple of quite large old-dkms* files in my /boot directory. Apparently they are not removed by aptitude autoclean (which I use regularly). Can I safely remove those files manually

Re: IPv6 addresses

2019-02-07 Thread Dan Ritter
Pascal Hambourg wrote: > Le 07/02/2019 à 10:15, Richard Hector a écrit : > > > > > > # this one should hopefully configure via SLAAC > > > iface ens3 inet6 auto > > > > > > # this one is for my static stuff (using a ULA prefix) > > > iface ens3 inet6 static > > >address 2001:db8::1/64 > > >

Re: IPv6 addresses

2019-02-07 Thread Pascal Hambourg
Le 07/02/2019 à 10:15, Richard Hector a écrit : # this one should hopefully configure via SLAAC iface ens3 inet6 auto # this one is for my static stuff (using a ULA prefix) iface ens3 inet6 static address 2001:db8::1/64 up ip -6 route add ... up ip -6 route add ... up ip -6 route ad

Re: What am I missing that causes this error response from the wheezy mozilla?

2019-02-07 Thread Gene Heskett
On Thursday 07 February 2019 12:57:15 Ric Moore wrote: > On 2/6/19 8:30 PM, Gene Heskett wrote: > > On Wednesday 06 February 2019 20:15:48 John Hasler wrote: > >> Gene writes: > >>> I have had to write 2 checks for the last 2 vehicles I've > >>> bought. Writing a single check for close to $20k for

Re: What am I missing that causes this error response from the wheezy mozilla?

2019-02-07 Thread Ric Moore
On 2/6/19 8:30 PM, Gene Heskett wrote: On Wednesday 06 February 2019 20:15:48 John Hasler wrote: Gene writes: I have had to write 2 checks for the last 2 vehicles I've bought. Writing a single check for close to $20k for a good used car/truck doesn't fly, some sort of a rule that 10k and over

Re: how to select part of old mp3 and create new one

2019-02-07 Thread Jude DaShiell
On Thu, 7 Feb 2019, to...@tuxteam.de wrote: > Date: Thu, 7 Feb 2019 12:45:45 > From: to...@tuxteam.de > To: Jude DaShiell > Cc: debian-user@lists.debian.org > Subject: Re: how to select part of old mp3 and create new one > > On Thu, Feb 07, 2019 at 12:30:48PM -0500, Jude DaShiell wrote: > > I won

Re: how to select part of old mp3 and create new one

2019-02-07 Thread tomas
On Thu, Feb 07, 2019 at 12:30:48PM -0500, Jude DaShiell wrote: > I wonder, would recoding the file put a proper header on any new file > created? If not, do any tools exist capable of syntax checking an mp3 > file with a missing header and then adding a proper header to that mp3 > file? Depending

Re: how to select part of old mp3 and create new one

2019-02-07 Thread Jude DaShiell
I wonder, would recoding the file put a proper header on any new file created? If not, do any tools exist capable of syntax checking an mp3 file with a missing header and then adding a proper header to that mp3 file? --

Re: C, automake, testing change for compiling old c program

2019-02-07 Thread songbird
Thomas Schmitt wrote: > Hi, hello, :) > songbird's autotools wrote: ^ *snicker* >> configure: WARNING: sys/ioctl.h: see the Autoconf documentation >> configure: WARNING: sys/ioctl.h: section "Present But Cannot Be > > According to > > https://www.gnu.org/s

[SOLVED] C, automake, testing change for compiling old c program

2019-02-07 Thread songbird
wrote: > On Thu, Feb 07, 2019 at 06:06:01AM -0500, songbird wrote: >> i used to be able to compile my program=20 >> using Debian testing/unstable by setting the -m32 >> in CFLAGS and regenerating my environment. >>=20 >> now i'm picking up a warning from the auto stuff=20 >> like: >>=20 >> =3

Re: C, automake, testing change for compiling old c program

2019-02-07 Thread Thomas Schmitt
Hi, songbird's autotools wrote: > configure: WARNING: sys/ioctl.h: see the Autoconf documentation > configure: WARNING: sys/ioctl.h: section "Present But Cannot Be According to https://www.gnu.org/software/autoconf/manual/autoconf-2.64/html_node/Present-But-Cannot-Be-Compiled.html you will

Re: Install Report: Buster Weekly Build on Intel NUC (NUC8I5BEK1)

2019-02-07 Thread Carl Fink
On Thu, Feb 07, 2019 at 02:56:23PM +0100, Thomas Schmitt wrote: > This should be reported to projects debian-cd or debian-live, depending > on the ISO image used. I submitted a bug against installation-report. I have to assume that team will refer it. > You mentioned "netinst". Something like de

Re: Install Report: Buster Weekly Build on Intel NUC (NUC8I5BEK1)

2019-02-07 Thread Thomas Schmitt
Hi, i wrote: > > The FAQ proposes >cp Carl Fink wrote: > I did that too So it does not fail due to inappropriate copying to USB stick. > > > You also have to turn on legacy boot, of course, to boot from the USB > > > drive. > Happened with every way of making the install drive, though.

Re: What am I missing that causes this error response from the wheezy mozilla?

2019-02-07 Thread Curt
On 2019-02-07, Gene Heskett wrote: > > I think we've about worn this off topic thread out. The $10,000 rule is > what it is wherever you are doing business. > Cheers, Gene Heskett For me the rule is defined by the IRS and the FinCEN. The very heading of IRS form 8300--"Report of Cash Payments Ov

Re: C, automake, testing change for compiling old c program

2019-02-07 Thread tomas
On Thu, Feb 07, 2019 at 06:06:01AM -0500, songbird wrote: > i used to be able to compile my program > using Debian testing/unstable by setting the -m32 > in CFLAGS and regenerating my environment. > > now i'm picking up a warning from the auto stuff > like: > > = > checking sys/ioctl.h

Re: PARTIAL success - was [Re: Adding/modifying users under MATE DE]

2019-02-07 Thread Richard Owlett
On 02/06/2019 03:29 PM, to...@tuxteam.de wrote: On Wed, Feb 06, 2019 at 01:47:26PM -0600, Richard Owlett wrote: On 02/04/2019 12:29 PM, Richard Owlett wrote: [...] If [as root] I do > export EDITOR=/usr/bin/pluma before > visudo things *approximately* work ;/ Pluma, not nano, is invoke

Re: how to select part of old mp3 and create new one

2019-02-07 Thread songbird
Long Wind wrote: ... > Thank songbird, i think mp3 is popular and supported by many devices, and i= > t satisfy me, i've never heard flac before. mhwaveedit also works on mp3's... i just checked. :) songbird

Re: What am I missing that causes this error response from the wheezy mozilla?

2019-02-07 Thread Gene Heskett
On Thursday 07 February 2019 05:19:54 Curt wrote: > On 2019-02-07, Gene Heskett wrote: > > On Wednesday 06 February 2019 20:15:48 John Hasler wrote: > >> Gene writes: > >> > I have had to write 2 checks for the last 2 vehicles I've > >> > bought. Writing a single check for close to $20k for a goo

Re: how to select part of old mp3 and create new one

2019-02-07 Thread Curt
On 2019-02-07, songbird wrote: > Long Wind wrote: > ... >> i want to copy part of old mp3 file and create a new oneat first, i install >> lame, but it doesn't seem to have such abilityi try mencoder, it doesn't >> eitherthen i try qmp3cut, it says "no valid header found"though i can play >> the

Re: What am I missing that causes this error response from the wheezy mozilla?

2019-02-07 Thread deloptes
Curt wrote: > I thought the $10,000 rule had to do with *cash*. > > Cash does not include: > > • Personal checks drawn on the account of the writer. > • A cashier’s check, bank draft, traveler’s check or money order with a > face value of more than $10,000. > > https://www.irs.gov/pub/irs-utl/i

Re: Install Report: Buster Weekly Build on Intel NUC (NUC8I5BEK1)

2019-02-07 Thread Carl
On 2/7/19 1:34 AM, Thomas Schmitt wrote: Hi, Carl Fink wrote: First I used unetbootin to create a Testing (Buster) netinstall USB drive. This is deprecated by https://www.debian.org/CD/faq/#write-usb "Please note, that Debian advises not using "unetbootin" for this task. It can cause dif

Re: how to select part of old mp3 and create new one

2019-02-07 Thread songbird
Long Wind wrote: ... > i want to copy part of old mp3 file and create a new oneat first, i install > lame, but it doesn't seem to have such abilityi try mencoder, it doesn't > eitherthen i try qmp3cut, it says "no valid header found"though i can play > the mp3 file and it's OK > what should i do

C, automake, testing change for compiling old c program

2019-02-07 Thread songbird
i used to be able to compile my program using Debian testing/unstable by setting the -m32 in CFLAGS and regenerating my environment. now i'm picking up a warning from the auto stuff like: = checking sys/ioctl.h usability... no checking sys/ioctl.h presence... yes configure: WARNING: sys

Re: What am I missing that causes this error response from the wheezy mozilla?

2019-02-07 Thread Curt
On 2019-02-07, deloptes wrote: > > Same here, same here - limit is €1,-, so we do the same split all into > work packages below 1,- > Le plafond concerne des paiements *en liquide* uniquement. He's writing *checks*. https://droit-finances.commentcamarche.com/faq/7183-paiement-en-especes

Re: What am I missing that causes this error response from the wheezy mozilla?

2019-02-07 Thread Curt
On 2019-02-07, Gene Heskett wrote: > On Wednesday 06 February 2019 20:15:48 John Hasler wrote: > >> Gene writes: >> > I have had to write 2 checks for the last 2 vehicles I've >> > bought. Writing a single check for close to $20k for a good used >> > car/truck doesn't fly, some sort of a rule that

Re: how to select part of old mp3 and create new one

2019-02-07 Thread tomas
On Thu, Feb 07, 2019 at 10:19:39AM +0100, Nicolas George wrote: > to...@tuxteam.de (12019-02-07): > > ffmpeg -i input.mp3 -ss 10 -t 20 -acodec mp3 output.mp3 > > Since the original is already in MP3, -acodec copy (or -c:a copy, more > modern) will avoid re-encoding the file, and thus having the

Re: how to select part of old mp3 and create new one

2019-02-07 Thread tomas
On Thu, Feb 07, 2019 at 09:14:50AM +, Long Wind wrote: > Thank tomas!i've just tested your command, it's OK Thanks :-) But see Nicolas's reply too: his version is probably faster and its result will have better quality. Cheers -- tomás signature.asc Description: Digital signature

Re: /boot full (of old-dkms)

2019-02-07 Thread john doe
On 2/7/2019 8:14 AM, Erik Josefsson wrote: > Hello, > > I happen to have a couple of quite large old-dkms* files in my /boot > directory. > > Apparently they are not removed by aptitude autoclean (which I use > regularly). > > > Can I safely remove those files manually with rm? > > Or should I use

Four new mailing lists of possible interest

2019-02-07 Thread Rich Kulawiec
Use the email addresses/URLs to subscribe, if you wish. mint-users Discussion of the Mint Linux distribution mint-users-requ...@firemountain.net http://www.firemountain.net/mailman/listinfo/mint-users (independent, not affiliated with the Mint L

Re: What am I missing that causes this error response from the wheezy mozilla?

2019-02-07 Thread deloptes
Gene Heskett wrote: > You are just playing in a bigger rodeo.  I have had to write 2 checks for > the last 2 vehicles I've bought. Writing a single check for close to > $20k for a good used car/truck doesn't fly, some sort of a rule that 10k > and over has to be reported so the irs can watch for l

Re: how to select part of old mp3 and create new one

2019-02-07 Thread Nicolas George
to...@tuxteam.de (12019-02-07): > ffmpeg -i input.mp3 -ss 10 -t 20 -acodec mp3 output.mp3 Since the original is already in MP3, -acodec copy (or -c:a copy, more modern) will avoid re-encoding the file, and thus having the MP3 artifacts twice. But if you want to recode, then do not put just a co

Re: how to select part of old mp3 and create new one

2019-02-07 Thread Long Wind
Thank tomas!i've just tested your command, it's OK Thank crane and Michael too! On Thursday, February 7, 2019 4:55 PM, "to...@tuxteam.de" wrote: On Thu, Feb 07, 2019 at 08:33:15AM +, mick crane wrote: > On 2019-02-07 07:08, Long Wind wrote: > >i want to copy part of old mp3 file and

Re: IPv6 addresses

2019-02-07 Thread Richard Hector
On 7/02/19 10:05 PM, Richard Hector wrote: > Hi all, > > Tipped off by a comment on here, and confirmed I think by reading the > manpage, it seems I should be able to set multiple addresses on an > interface by using multiple iface stanzas for the same interface in > /etc/network/interfaces. > >

IPv6 addresses

2019-02-07 Thread Richard Hector
Hi all, Tipped off by a comment on here, and confirmed I think by reading the manpage, it seems I should be able to set multiple addresses on an interface by using multiple iface stanzas for the same interface in /etc/network/interfaces. So I have something like this: iface ens3 inet static

Re: Re: dip + slirp -P (ppp) working?

2019-02-07 Thread Colin Howlett
D Sent from my iPhone

Re: Re: dip + slirp -P (ppp) working?

2019-02-07 Thread Colin Howlett
D Sent from my iPhone

Re: how to select part of old mp3 and create new one

2019-02-07 Thread tomas
On Thu, Feb 07, 2019 at 08:33:15AM +, mick crane wrote: > On 2019-02-07 07:08, Long Wind wrote: > >i want to copy part of old mp3 file and create a new oneat first, i > >install lame, but it doesn't seem to have such abilityi try mencoder, > >it doesn't eitherthen i try qmp3cut, it says "no val

Re: how to select part of old mp3 and create new one

2019-02-07 Thread Michael Lange
Hi, On Thu, 7 Feb 2019 07:08:26 + (UTC) Long Wind wrote: > i want to copy part of old mp3 file and create a new oneat first, i > install lame, but it doesn't seem to have such abilityi try mencoder, > it doesn't eitherthen i try qmp3cut, it says "no valid header > found"though i can play the

Re: how to select part of old mp3 and create new one

2019-02-07 Thread mick crane
On 2019-02-07 07:08, Long Wind wrote: i want to copy part of old mp3 file and create a new oneat first, i install lame, but it doesn't seem to have such abilityi try mencoder, it doesn't eitherthen i try qmp3cut, it says "no valid header found"though i can play the mp3 file and it's OK what shoul