Re: iptables question

2016-11-14 Thread deloptes
deloptes wrote: > Igor Cicimov wrote: > >> Run tcpdump and check whats happening > > That is strange - I will look into this direction - let me know if you > have any ideas > > regards > > > tcpdump -vvv dst 10.0.0.7 > tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size > 65

Re: How to run a script before shutdown?

2016-11-14 Thread Michael Lange
Hi, On Sun, 13 Nov 2016 20:34:38 +0100 Robert Latest wrote: > Hi all, > > I want to automatically start a data backup script (to USB or network > drive) at each shutdown of my computer. I did some research into this > and found that several people have the same problem as I do. But the > thread

Re: How to run a script before shutdown?

2016-11-14 Thread Hans
Maybe you might want to take a look at the package "backintime-kde"? It may fit all your needs. Good luck! Hans

Re: iptables question

2016-11-14 Thread Henning Follmann
On Mon, Nov 14, 2016 at 12:45:20AM +0100, deloptes wrote: > Henning wrote: > > > And usually there is no reason for two separate rfc1918 address ranges. > > Pick one matching your address space needs and design subnets. > > There is only one single reason for nat: you have more hosts than routable

Re: How to run a script before shutdown?

2016-11-14 Thread rhkramer
On Sunday, November 13, 2016 08:29:46 PM David Christensen wrote: > On 11/13/2016 11:34 AM, Robert Latest wrote: > > I want to automatically start a data backup script (to USB or network > > drive) at each shutdown of my computer. > > Rather than having the system call my backup/ archive scripts,

Re: [Aptitude-devel] aptitude ~A question

2016-11-14 Thread steve
Hi David, Coming back to this problem now that I have a bit more time. As I have been making a lot of testing, this message is a bit long, sorry for that. If you follow my recipe, any packages counted twice (as eg in both the stable and jessie searches) will show up in the diff with a "-".

Re: [Aptitude-devel] aptitude ~A question

2016-11-14 Thread steve
Dear Axel, I just wrote an extensive answer to David *before* reading your reply and it happens that it answers pretty much to what I discovered, which is that if a backport package exists but the stable one is installed, the search with ~A$a~i are counted twice. Seems strange at first thought bu

Re: set domain name in Debian `

2016-11-14 Thread Greg Wooledge
On Sat, Nov 12, 2016 at 08:50:46AM -0700, Glenn English wrote: > > On Nov 12, 2016, at 3:25 AM, Andy Smith wrote: > > I am 95% confident that the reason that Glenn's system thinks the > > FQDN is "www.slsware.dmz" is because the first instance of "srv" in > > the /etc/hosts is: > > > >>> 192.168.

Re: wheezy, cannot change the address of eth1

2016-11-14 Thread Greg Wooledge
> > Start by showing the contents of /etc/network/interfaces. On Fri, Nov 11, 2016 at 07:59:01PM -0500, Gene Heskett wrote: > # This file describes the network interfaces available on your system > # and how to activate them. For more information, see interfaces(5). > > auto lo > > # The loopbac

Re: how to make vlc to default videoplayer in gnome

2016-11-14 Thread Fekete Tamás
Hello! It works now. Thank you Henning, and thanks for the other answer too. - Tamas Fekete 2016-11-10 14:33 GMT+01:00 Alexandre GRIVEAUX : > Hello, > > A easy fix: > > Try a right click on the files you want to open, select tab 'open with' > and choose VLC > > > > Le 10/11/2016 à 12:40, Fekete

Re: wheezy, cannot change the address of eth1

2016-11-14 Thread Gene Heskett
On Monday 14 November 2016 08:38:24 Greg Wooledge wrote: > Others have already pointed this out, but you have two conflicting > "gateway" lines, on two completely separate networks. You need to > pick one. As it turned out, bringing up an eth0:1 was the answer. It also appears that its default

Re: Does hdparm not run at startup anymore?

2016-11-14 Thread Cindy-Sue Causey
On 11/12/16, Rainer Dorsch wrote: > > On Saturday 12 November 2016 16:40:40 Alex Mestiashvili wrote: >> On 11/12/2016 08:37 AM, Rainer Dorsch wrote: >> > + Alexandre, hdparm maintainer >> > >> > On Friday 11 November 2016 23:11:24 Rainer Dorsch wrote: >> >> Hi, >> >> >> >> I configure sdb in /etc/

Re: How to run a script before shutdown?

2016-11-14 Thread Jude DaShiell
After a script starts, each command in that script runs until the script ends. I noticed when doing something different with wget and wanting to have wget do one command then wait until a download had completed that without a read command somewhere in the script the next wget command fires off

apt-get fails to install pylint3

2016-11-14 Thread Tony van der Hoff
Hi, I'm trying to install pylint3 on my jessie system. According to synaptic, pylint3 is available from backports, which I've enabled in sources.list. However, it depends on python3-astroid, which it refused to install: # tony@tony-lx:~$ sudo apt-get install py

Re: apt-get fails to install pylint3

2016-11-14 Thread Henning Follmann
On Mon, Nov 14, 2016 at 04:14:33PM +, Tony van der Hoff wrote: > Hi, > > I'm trying to install pylint3 on my jessie system. > According to synaptic, pylint3 is available from backports, which I've > enabled in sources.list. However, it depends on python3-astroid, which it > refused to install:

Re: How to run a script before shutdown?

2016-11-14 Thread rhkramer
Good point--thanks for the correction! On Monday, November 14, 2016 10:26:04 AM Jude DaShiell wrote: > After a script starts, each command in that script runs until the script > ends. I noticed when doing something different with wget and wanting to > have wget do one command then wait until a do

Re: apt-get fails to install pylint3

2016-11-14 Thread Tony van der Hoff
On 14/11/16 16:45, janm wrote: Hi Tony What if you tell APT specifically to use Backports via "-t jessie-backports"? Please see my simulation install below. Thank you, Jan; that seems to have worked. Best regards, Tony -- Tony van der Hoff| mailto:t...@vanderhoff.org Buckinghamshi

Re: Two Chromebooks: was Re: LENOVO IdeaPad 100S 11.6" Laptop

2016-11-14 Thread Michael Lange
On Sun, 13 Nov 2016 01:27:57 +0100 Michael Lange wrote: > On Sat, 12 Nov 2016 23:51:46 + > Lisi Reisz wrote: > > > I don't mind about having to struggle > > a little, and Bluetooth doesn't worry me, but sound is a bit of a > > killer. > > I just looked again at > https://bugzilla.kernel.o

Re: How to run a script before shutdown?

2016-11-14 Thread Robert Latest
Hi Sven, thanks, that's 99% of what I need (I'd found that thread before but didn't really read it all the way because it looked like discussion going nowhere). It still needs some tweaking, though, because it runs the backup script whenever multiuser mode is left -- no matter if it's a shutdown o

Re: Layers for the package manager

2016-11-14 Thread Jonathan Dowland
On Sat, Nov 12, 2016 at 09:18:26PM +0100, Nicolas George wrote: > If I understand correctly how Docker works, its images are big blobs > that contain the program they are meant to distribute plus all its > dependencies. Am I mistaken? That's broadly true, at least, they are presented to the user t

Re: [Aptitude-devel] aptitude ~A question

2016-11-14 Thread David Wright
On Mon 14 Nov 2016 at 14:05:46 (+0100), steve wrote: > Hi David, > > Coming back to this problem now that I have a bit more time. > > As I have been making a lot of testing, this message is a bit long, > sorry for that. > > > >If you follow my recipe, any packages counted twice (as eg in both >

Re: apt-get fails to install pylint3

2016-11-14 Thread janm
Hi Tony What if you tell APT specifically to use Backports via "-t jessie-backports"? Please see my simulation install below. Kind regards Jan sudo apt-get install -t jessie-backports pylint3 -s -V Reading package lists... Done Building dependency tree Reading state information... Done

Progress report Re: Invoking ddrescue

2016-11-14 Thread Richard Owlett
There is light at the end of the tunnel which doesn't appear to be an oncoming train ;/ This is a manually created transcript of what I've done this morning. I physically can *NOT* do a copy-n-paste of what's happening as it is currently in progress on a separate _intentionally isolated_ laptop.

Re: iptables question

2016-11-14 Thread deloptes
Henning Follmann wrote: > Last time I chime in here. > I understand growth and chaos, believe me. However sometimes we need a > nudge or a kick in the but to clean up. Maybe this is your call.. It is kicking me and calling me since some time but I can not do this before next summer. I have to sit

Vivaldi & apt-get?

2016-11-14 Thread John Conover
When updating vivaldi in Wheezy 7.X, I get "The following packages have been kept back" vivaldi-stable. Vivaldi updates fine in Jessie 8.X. Both were i386, (32 bit,) installed via ".deb" files. How do I fix Wheezy? Thanks, John -- John Conover, cono...@rahul.net, http://www.johncon

Re: Progress report Re: Invoking ddrescue

2016-11-14 Thread Jonathan Dowland
On Mon, Nov 14, 2016 at 01:09:51PM -0600, Richard Owlett wrote: > There is light at the end of the tunnel which doesn't appear to be an > oncoming train ;/ > > This is a manually created transcript of what I've done this morning. > I physically can *NOT* do a copy-n-paste of what's happening as it

Re: Progress report Re: Invoking ddrescue

2016-11-14 Thread Thomas Schmitt
Hi, Richard Owlett wrote: > /dev/sdc3 extended This one does not need to be copied because it is a container around the "logical" partitions sd5, sdc6, sdc7. > ddrescue has been running for 1/2 and > reports rescuing ~47GB without any _reported_ errors. That's unexpected as > the parti

Re: Progress report Re: Invoking ddrescue

2016-11-14 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Nov 14, 2016 at 01:09:51PM -0600, Richard Owlett wrote: > There is light at the end of the tunnel which doesn't appear to be > an oncoming train ;/ > > This is a manually created transcript of what I've done this morning. > I physically can *N

Re: Progress report Re: Invoking ddrescue

2016-11-14 Thread Richard Owlett
On 11/14/2016 2:16 PM, Jonathan Dowland wrote: On Mon, Nov 14, 2016 at 01:09:51PM -0600, Richard Owlett wrote: There is light at the end of the tunnel which doesn't appear to be an oncoming train ;/ This is a manually created transcript of what I've done this morning. I physically can *NOT* do

Re: Progress report Re: Invoking ddrescue

2016-11-14 Thread Richard Owlett
On 11/14/2016 2:23 PM, Thomas Schmitt wrote: Hi, Richard Owlett wrote: /dev/sdc3 extended This one does not need to be copied because it is a container around the "logical" partitions sd5, sdc6, sdc7. Back in the day I was involved in QA/QC and bailing out our field service peo

Re: Progress report Re: Invoking ddrescue

2016-11-14 Thread Richard Owlett
On 11/14/2016 2:27 PM, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Nov 14, 2016 at 01:09:51PM -0600, Richard Owlett wrote: There is light at the end of the tunnel which doesn't appear to be an oncoming train ;/ This is a manually created transcript of what I'v

Re: A_Message_Regarding_Your_DEBT_Situation. vs78

2016-11-14 Thread Jude DaShiell
I sent the original message about debt situation to nobody, a criminal harvested my email address and is using it without authorization. On Mon, 14 Nov 2016, Janet Platupe wrote: Date: Mon, 14 Nov 2016 14:22:37 From: Janet Platupe To: Jude DaShiell , rhkra...@gmail.com, debian-user@lists.

Re: set domain name in Debian `

2016-11-14 Thread Glenn English
> On Nov 14, 2016, at 6:27 AM, Greg Wooledge wrote: > > On Sat, Nov 12, 2016 at 08:50:46AM -0700, Glenn English wrote: >>> On Nov 12, 2016, at 3:25 AM, Andy Smith wrote: >>> I am 95% confident that the reason that Glenn's system thinks the >>> FQDN is "www.slsware.dmz" is because the first inst

Re: iptables question

2016-11-14 Thread Pascal Hambourg
Le 14/11/2016 à 00:48, deloptes a écrit : Pascal Hambourg wrote: Well then, all I can suggest is to run a packet capture and try to see what's going on. I guess you mean on the firewall? Yes.

Re: A_Message_Regarding_Your_DEBT_Situation. vs78

2016-11-14 Thread Lisi Reisz
On Monday 14 November 2016 21:25:55 Jude DaShiell wrote: > I sent the original message about debt situation to nobody, a criminal > harvested my email address and is using it without authorization. Obviously. :-) I didn't even get the earlier messages - they got removed as SPAM I imagine. :-) U

Re: set domain name in Debian `

2016-11-14 Thread David Wright
On Mon 14 Nov 2016 at 08:27:06 (-0500), Greg Wooledge wrote: > [...] So when you do your "hostname -f" > (which I still contend is a rubbish command which serves no useful > purpose, but it's what you seem to want, so I'll roll with it), it > looks up "srv" in thi

SUCESS!!! - was [Re: Progress report Re: Invoking ddrescue]

2016-11-14 Thread Richard Owlett
ddrescue has run to completion without _reported_ errors for all partitions of the drive. I understand that does *NOT* guarantee that the files are not corrupt. I've read the man page of su with recent experiences in mind. I agree with tomas that some of my recent problems relate to the differ

Please take me off of your list

2016-11-14 Thread Ed Eastman
Thanks, Ed Eastman

Re: SUCESS!!! - was [Re: Progress report Re: Invoking ddrescue]

2016-11-14 Thread Brian
On Mon 14 Nov 2016 at 16:29:52 -0600, Richard Owlett wrote: > ddrescue has run to completion without _reported_ errors for all partitions > of the drive. I understand that does *NOT* guarantee that the files are not > corrupt. > > I've read the man page of su with recent experiences in mind. > I

Movie problem

2016-11-14 Thread Gene Heskett
Hi all; Background; Need to submit to the alibaba site, a movie demonstration the broken video coming out of an Orange-pi-plus-2e. Camera is a Sony Digital Hi-8 Handycam, firewire interface. Raw video is bulky as its a digital format, full resolution of 720x480. so its close to 6 gigabytes a ru

Re: SUCESS!!! - was [Re: Progress report Re: Invoking ddrescue]

2016-11-14 Thread Richard Owlett
On 11/14/2016 5:20 PM, Brian wrote: On Mon 14 Nov 2016 at 16:29:52 -0600, Richard Owlett wrote: ddrescue has run to completion without _reported_ errors for all partitions of the drive. I understand that does *NOT* guarantee that the files are not corrupt. I've read the man page of su with rec

Re: Movie problem

2016-11-14 Thread David Christensen
On 11/14/2016 05:54 PM, Gene Heskett wrote: > Need to submit to the alibaba site, a movie demonstration the broken > video coming out of an Orange-pi-plus-2e. > > Camera is a Sony Digital Hi-8 Handycam, firewire interface. One of the reasons I keep a working Windows XP system drive is for Window

Re: Movie problem

2016-11-14 Thread Jimmy Johnson
On 11/14/2016 05:54 PM, Gene Heskett wrote: Hi all; Background; Need to submit to the alibaba site, a movie demonstration the broken video coming out of an Orange-pi-plus-2e. Camera is a Sony Digital Hi-8 Handycam, firewire interface. Raw video is bulky as its a digital format, full resolution

A full /var partition destroyed 3 hours of my life!

2016-11-14 Thread Borden Rhodes
I tried booting up into Debian and got all sorts of systemd breakages apparently because my /var partition was full. That's fair, but the pain started when Debian frustrated any attempt to free up space. I'm wondering if this is a 'feature' that needs removing or if there might be a bug in the unde

Re: A full /var partition destroyed 3 hours of my life!

2016-11-14 Thread Michael Biebl
[rsyslog maintainer speaking here] Am 15.11.2016 um 06:00 schrieb Borden Rhodes: > One of the culprits in my full /var partition was a 3 gig syslog file > which has only been getting bigger since January despite running > logrotate -f. I try to run it this time but I'm told that it can't I'd be i

Re: A full /var partition destroyed 3 hours of my life!

2016-11-14 Thread Peter Ludikovsky
Am 15.11.2016 um 06:00 schrieb Borden Rhodes: > I start blindly casting whatever btrfs spells I can find on the > Internet to fix 'no space left on device' errors. One of them > eventually works and df -h correctly reports the free space in my /var > partition and Debian boots normally again. > >