How to execute another login process in a different virtual terminal, where To enter the chroot directly. And run X and GNOME in your Chroot. In Debian 8 with systemd

2016-11-15 Thread R Calleja
Good morning, thank you very much for the help of the attached document. You can tell me how it's done with systemd in debian 8.3 Thank you very much, Robert. How to execute another login process in a different virtual terminal, where To enter the chroot directly. And run X and GNOME in your Chroo

btrfs filesystem full problems (was Re: A full /var partition destroyed 3 hours of my life!)

2016-11-15 Thread Jonathan Dowland
On Tue, Nov 15, 2016 at 12:00:37AM -0500, Borden Rhodes wrote: > I tried booting up into Debian and got all sorts of systemd breakages > apparently because my /var partition was full. ... > I start blindly casting whatever btrfs spells... Aha! brtfs! > My question, therefore, is whether this is a

Bizarre graphical glitch with Gnome3 on after last update on testing

2016-11-15 Thread Pavlos Parissis
Hoi, I pulled down yesterday kernel (4.8.5) and Gnome (3.22.1-> 3.22.2) upgrades, and since then I get graphical glitches when switch between screens. It is very difficult to make a screen-shot of them, sorry. The issue appeared after the reboot. I have a laptop with Intel Corporation Sky Lake I

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

2016-11-15 Thread Mart van de Wege
Borden Rhodes writes: > Since there's almost no documentation as to what can be safely rm'd in > /var without breaking your system, I decide the least risky choice is > to sudo rm -rf the offending 3-gig syslog file from single-user mode > and the systemd debug shell. But *THIS* command failed be

Re: Movie problem

2016-11-15 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Nov 14, 2016 at 08:54:26PM -0500, Gene Heskett wrote: > Hi all; [...] > Kino, as in running on a fully uptodate wheezy, apparently can't find > ffmpeg to make the conversion when I attempt to export this 1 minutes > worth of raw-dv format v

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

2016-11-15 Thread Eduardo M KALINOWSKI
On 15-11-2016 03:00, Borden Rhodes wrote: > My question, therefore, is whether this is a btrfs bug that got > triggered by the full /var partition or whether Debian is designed to > break irrecoverably when /var fills up. Any ideas of what happened? First, you mentioned the crucial bit of informat

Re: Vivaldi & apt-get?

2016-11-15 Thread Liam O'Toole
On 2016-11-14, John Conover wrote: > > 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 >

Re: Signature Verification Errors Stretch Post Install

2016-11-15 Thread S.D.
On Sun, 2016-11-13 at 11:51 -0500, marathon.duran...@gmail.com wrote: > Hi, I installed Stretch on a new computer last night using the alpha > installer. I'm getting all sorts of signing-key errors on this virgin > install (saying no pubkey could be found). Inline is the output: > No one else r

Re: Movie problem

2016-11-15 Thread Victor A. Stoichita
Hi Gene, 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 running minute when captured over the firewire port. The only movie editor we have, that can also control this camera

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

2016-11-15 Thread Thomas Schmitt
Hi, 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. A coarse test would be to mount the partitions and to let some archiver crawl the tree to read the conte

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

2016-11-15 Thread Brian
On Tue 15 Nov 2016 at 12:39:49 +0100, Thomas Schmitt wrote: [...] > tar cf - /mnt/partition | wc -c [...] > Does somebody know an entertaining filter in Debian, which one could put > between tar and wc to see a progress counter ? apt-get install pv.

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

2016-11-15 Thread Richard Owlett
Your timing was good. I woke up this morning asking myself, "How do I read the recovered data?" ;/ However, Murphy's Law rules. Something died in my laptop dedicated to this experiment and systemd complains about the drive. There other strange symptoms so I decided to reinstall Debian [yes brut

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

2016-11-15 Thread Thomas Schmitt
Hi, i wrote: > > Does somebody know an entertaining filter in Debian, which one could put > > between tar and wc to see a progress counter ? Brian wrote: > apt-get install pv. Oh yes. Waiting is much more fun with tar cf - /mnt/partition | pv | wc -c Have a nice day :) Thomas

Re: set domain name in Debian `

2016-11-15 Thread Greg Wooledge
On Mon, Nov 14, 2016 at 04:29:35PM -0600, David Wright wrote: > As your own hostname -f produces not dots, what approach do you > use to shut exim up, or do you just ignore (or suppress) the message? I have (control over) a bunch of computers, and they're not all configured the same. The mach

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

2016-11-15 Thread Borden Rhodes
> [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 >

Re: set domain name in Debian `

2016-11-15 Thread Brian
On Tue 15 Nov 2016 at 08:00:31 -0500, Greg Wooledge wrote: > On Mon, Nov 14, 2016 at 04:29:35PM -0600, David Wright wrote: > > As your own hostname -f produces not dots, what approach do you > > use to shut exim up, or do you just ignore (or suppress) the message? > > I have (control over) a

Re: set domain name in Debian `

2016-11-15 Thread Greg Wooledge
On Tue, Nov 15, 2016 at 02:10:14PM +, Brian wrote: > With 'dpkg-reconfigure exim4-config' the message > > "Starting MTA:hostname --fqdn did not return a fully qualified name, > dc_minimaldns will not work. Please fix your /etc/hosts setup." > > should appear if "yes" is chosen for the optio

Re: How to execute another login process in a different virtual terminal, where To enter the chroot directly. And run X and GNOME in your Chroot. In Debian 8 with systemd

2016-11-15 Thread Darac Marjal
On Tue, Nov 15, 2016 at 09:08:14AM +0100, R Calleja wrote: Good morning, thank you very much for the help of the attached document. You can tell me how it's done with systemd in debian 8.3 http://0pointer.de/blog/projects/serial-console.html gives details of how the gettys are configured in sy

Re: set domain name in Debian `

2016-11-15 Thread Brian
On Tue 15 Nov 2016 at 09:18:33 -0500, Greg Wooledge wrote: > On Tue, Nov 15, 2016 at 02:10:14PM +, Brian wrote: > > With 'dpkg-reconfigure exim4-config' the message > > > > "Starting MTA:hostname --fqdn did not return a fully qualified name, > > dc_minimaldns will not work. Please fix your

Re: set domain name in Debian `

2016-11-15 Thread Joe
On 15/11/2016 14:10, Brian wrote: On Tue 15 Nov 2016 at 08:00:31 -0500, Greg Wooledge wrote: On Mon, Nov 14, 2016 at 04:29:35PM -0600, David Wright wrote: As your own hostname -f produces not dots, what approach do you use to shut exim up, or do you just ignore (or suppress) the message?

Re: set domain name in Debian `

2016-11-15 Thread Greg Wooledge
On Tue, Nov 15, 2016 at 02:59:14PM +, Brian wrote: > On Tue 15 Nov 2016 at 09:18:33 -0500, Greg Wooledge wrote: > > Second choice: > > System mail name: > > eeg.ccf.org > > Eighth choice: > > Keep number of DNS-queries minimal? > > No > > You didn't use "yes"? Of course not. Why wou

Re: Movie problem

2016-11-15 Thread Gene Heskett
On Tuesday 15 November 2016 04:51:06 to...@tuxteam.de wrote: > On Mon, Nov 14, 2016 at 08:54:26PM -0500, Gene Heskett wrote: > > Hi all; > > [...] > > > Kino, as in running on a fully uptodate wheezy, apparently can't > > find ffmpeg to make the conversion when I attempt to export this 1 > > minut

Re: Movie problem

2016-11-15 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Nov 15, 2016 at 10:01:30AM -0500, Gene Heskett wrote: > On Tuesday 15 November 2016 04:51:06 to...@tuxteam.de wrote: > > > On Mon, Nov 14, 2016 at 08:54:26PM -0500, Gene Heskett wrote: [ffmpeg] > So do I from years past. But I found the web

Re: SUC[C]ESS!!! - was [Re: Progress report Re: Invoking ddrescue]

2016-11-15 Thread David Wright
On Tue 15 Nov 2016 at 12:39:49 (+0100), Thomas Schmitt wrote: > 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. > > A coarse test would be to mount the

Re: set domain name in Debian `

2016-11-15 Thread Brian
On Tue 15 Nov 2016 at 10:10:17 -0500, Greg Wooledge wrote: > On Tue, Nov 15, 2016 at 02:59:14PM +, Brian wrote: > > On Tue 15 Nov 2016 at 09:18:33 -0500, Greg Wooledge wrote: > > > Second choice: > > > System mail name: > > > eeg.ccf.org > > > > Eighth choice: > > > Keep number of DNS-q

Re: set domain name in Debian `

2016-11-15 Thread Brian
On Tue 15 Nov 2016 at 15:02:54 +, Joe wrote: > On 15/11/2016 14:10, Brian wrote: > >Exim wants to see a fqdn in the 127.0.1.1 line, written as specified in > >hosts(5): > > > > IP_address canonical_hostname [aliases...] > > > >The canonical_hostname is used for the HELO/EHLO. > > Default, ca

Re: Movie problem

2016-11-15 Thread Gene Heskett
On Tuesday 15 November 2016 06:08:44 Victor A. Stoichita wrote: > Hi Gene, > > > 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 running minute when > > captured over the fir

Re: set domain name in Debian `

2016-11-15 Thread David Wright
On Tue 15 Nov 2016 at 10:10:17 (-0500), Greg Wooledge wrote: > On Tue, Nov 15, 2016 at 02:59:14PM +, Brian wrote: > > On Tue 15 Nov 2016 at 09:18:33 -0500, Greg Wooledge wrote: > > > Second choice: > > > System mail name: > > > eeg.ccf.org > > > > Eighth choice: > > > Keep number of DNS-

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

2016-11-15 Thread Thomas Schmitt
Hi, David Wright wrote: > That umask looks odd. Using a thing named "umask" to "Set the file permission on the filesystem" is odd. No further speculation but only experiments would give clarity. i wrote: > > Not so easy to test: > Aren't we getting carried away a bit? After suspicion arised

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

2016-11-15 Thread Greg Wooledge
On Tue, Nov 15, 2016 at 05:18:25PM +0100, Thomas Schmitt wrote: > David Wright wrote: > > That umask looks odd. > > Using a thing named "umask" to "Set the file permission on the filesystem" > is odd. No further speculation but only experiments would give clarity. It's how fat/vfat mounts work i

Re: set domain name in Debian `

2016-11-15 Thread Joe
On 15/11/2016 15:45, Brian wrote: On Tue 15 Nov 2016 at 15:02:54 +, Joe wrote: That's fairly common, the exim4 default if enabled is to check that the HELO is resolvable at all, not that it matches anything specific. It's a few years since I last did it, but when I used telnet to talk to

courier-imap fails

2016-11-15 Thread tony
I've just upgraded my VPS from Wheezy to Jessie. Most things work fine, but my mail service has died. The only clue is in /var/log/mail.info: imapd-ssl: couriertls: accept: error:14094417:SSL routines:SSL3_READ_BYTES:sslv3 alert illegal parameter It turns out that this was reported in bug #787579

Re: Layers for the package manager

2016-11-15 Thread Don Armstrong
On Fri, 11 Nov 2016, Nicolas George wrote: > There is a feature in Debian that I find missing in Debian, I wonder if > other people would agree with me. > > I call that feature "layered package manager". This sounds like you're looking for debtags, which gives you the ability to subset packages b

Re: trouble setting up raid1

2016-11-15 Thread Andy Smith
Hi Bill, On Sat, Nov 12, 2016 at 10:56:11AM -0800, Bill wrote: > I'd guess that it's highly unlikely that there's a maximum number of > Raid partitions, although I could live with it, but why is Partman > rejecting my overtures? Can you try switching to the virtual console and setting up the RAID

Re: courier-imap fails

2016-11-15 Thread Markus Schönhaber
Tony, Di 15 Nov 2016 18:01:40 CET: > The only clue is in /var/log/mail.info: > imapd-ssl: couriertls: accept: error:14094417:SSL > routines:SSL3_READ_BYTES:sslv3 alert illegal parameter > > It turns out that this was reported in bug #787579, which I think should > have been resolved by now. Googl

Re: courier-imap fails

2016-11-15 Thread tony
> Tony, Di 15 Nov 2016 18:01:40 CET: > >> The only clue is in /var/log/mail.info: >> imapd-ssl: couriertls: accept: error:14094417:SSL >> routines:SSL3_READ_BYTES:sslv3 alert illegal parameter >> >> It turns out that this was reported in bug #787579, which I think should >> have been resolved by no

where's proftpd?

2016-11-15 Thread Pol Hallen
apt-cache search proftpd fail2ban - ban hosts that cause multiple authentication errors ftpd - File Transfer Protocol (FTP) server prelude-lml - Security Information Management System [ Log Agent ] cat /etc/apt/sources.list deb http://ftp.it.debian.org/debian/ testing main contrib non-free deb

Re: where's proftpd?

2016-11-15 Thread basti
Hello, some times I have the same problem with searching packages. Try packages.debian.org to search. https://packages.debian.org/sid/proftpd-basic Best Regards On 15.11.2016 19:15, Pol Hallen wrote: > apt-cache search proftpd > > fail2ban - ban hosts that cause multiple authentication errors >

Re: where's proftpd?

2016-11-15 Thread Brian
On Tue 15 Nov 2016 at 19:15:06 +0100, Pol Hallen wrote: > apt-cache search proftpd > > fail2ban - ban hosts that cause multiple authentication errors > ftpd - File Transfer Protocol (FTP) server > prelude-lml - Security Information Management System [ Log Agent ] > > cat /etc/apt/sources.list >

JACK Audio Connection Kit

2016-11-15 Thread Ric Moore
Is there some reason removing the libjack-jackd2-0 package removes everything audio/video and the kitchen sink?? The following packages will be REMOVED: buzztrax cheese clementine cube2 espeak ffmpeg flare-engine flare-game fluidsynth giada gir1.2-cheese-3.0 gmidimonitor gnome-video-effects

RE: btrfs filesystem full problems (was Re: A full /var partition destroyed 3 hours of my life!)

2016-11-15 Thread Borden Rhodes
> It sounds like btrfs specific behaviour. It would be interesting to know > what kernel version and btrfs version you were using, if only to confirm > my suspicion that even the versions in Debian are not suitable for use in > production. > > I'm going to guess that it was a series of 'btrfs balan

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

2016-11-15 Thread Brian
On Mon 14 Nov 2016 at 20:49:48 -0600, Richard Owlett wrote: > 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* guaran

Re: JACK Audio Connection Kit

2016-11-15 Thread Gene Heskett
On Tuesday 15 November 2016 13:38:46 Ric Moore wrote: > Is there some reason removing the libjack-jackd2-0 package removes > everything audio/video and the kitchen sink?? > > The following packages will be REMOVED: >buzztrax cheese clementine cube2 espeak ffmpeg flare-engine > flare-game fluid

No right or middle click on XFCE desktop after Upgrade from Jessie to Stretch

2016-11-15 Thread dmacdoug
Hello, A month or two ago I moved a certain computer from jessie to stretch and after doing so found that neither the right nor the middle mouse buttons have any effect when clicked on the XFCE desktop. The expected thing happens when clicking on a panel, but on the desktop, nothing. To get t

Re: Movie problem

2016-11-15 Thread Victor A . Stoichita
> The last time I looked at dvgrab, it had no camera controls, but I'll > have to admit that was several years ago. But can it edit? kino can. > > Odd, I can't find it in the tde menu's, but synaptic says it is > installed, but no docs. So I turned on the camera, and ran it from the > cli. I f

Re: where's proftpd?

2016-11-15 Thread Pol Hallen
https://tracker.debian.org/pkg/proftpd-dfsg thanks! Pol

Pending E-Payment

2016-11-15 Thread USAA©
- This mail is in HTML. Some elements may be ommited in plain text. - Dear debian-user@lists.debian.org, This email is to notify you that there is a E-Payment pending on your USAA account. Click here to Approve Payment Pending payment will be credited into your account within 48 to 72 hours af

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

2016-11-15 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Nov 15, 2016 at 07:57:11PM +, Brian wrote: > On Mon 14 Nov 2016 at 20:49:48 -0600, Richard Owlett wrote: [...] > > writen by some one who actually read my reply to tomas? > > Reading and understanding. From this threa

Re: No right or middle click on XFCE desktop after Upgrade from Jessie to Stretch

2016-11-15 Thread Charlie Kravetz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Tue, 15 Nov 2016 12:03:44 -0800 dmacdoug wrote: >Hello, > >A month or two ago I moved a certain computer from jessie >to stretch and after doing so found that neither the right >nor the middle mouse buttons have any effect when clicked >on the

Re: No right or middle click on XFCE desktop after Upgrade from Jessie to Stretch

2016-11-15 Thread dmacdoug
On Tue, Nov 15, 2016 at 02:48:13PM -0800, Charlie Kravetz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On Tue, 15 Nov 2016 12:03:44 -0800 > dmacdoug wrote: > > >Hello, > > > >A month or two ago I moved a certain computer from jessie > >to stretch and after doing so found that

Stretch Alpha 8 netinst fails

2016-11-15 Thread Michael Owen
Installation fails installing the base system: /lib/partman/choose_partition/60partition_tree/do_option: line 88 /lib/partman/active_choices/copy/choices: not found I've tried different hard drives, both installing on a blank drive and a selected partition and always the exact same error message

Mr. Turritopsis Dohrnii Teo En Ming (Zhang Enming) is Looking for Information Technology-related Job Opportunities World Wide

2016-11-15 Thread Turritopsis Dohrnii Teo
Dear Sir/Madam, My academic and educational qualifications are now reflected in my email signature. I am an entry level/junior/beginner Information Technology (IT) Specialist/Systems Engineer/Linux Server Administrator/Helpdesk Support/Computer Technician available for hire anywhere in the world!

Mr. Turritopsis Dohrnii Teo is Looking for Information Technology-related Job Opportunities World Wide

2016-11-15 Thread Turritopsis Dohrnii Teo
Dear Sir/Madam, My academic and educational qualifications are now reflected in my email signature. I am an entry level/junior/beginner Information Technology (IT) Specialist/Systems Engineer/Linux Server Administrator/Helpdesk Support/Computer Technician available for hire anywhere in the world!

Re: No right or middle click on XFCE desktop after Upgrade from Jessie to Stretch

2016-11-15 Thread Mike Kupfer
dmacdoug wrote: > A month or two ago I moved a certain computer from jessie > to stretch and after doing so found that neither the right > nor the middle mouse buttons have any effect when clicked > on the XFCE desktop. Is xfdesktop running? mike

Kicad Installation Issue Regard Of 4.0.4 Its Only Install 4.0.2 In Debian Jessie 8.5

2016-11-15 Thread ARAVIND B KUMAR
Hello Sir This Is Aravind From India We Are Try To Install Kicad 4.0.4 In Debain Jessie 8.5 But It Only Install 4.0.2 Can You Please Help Us How To Install Kicad 4.0.4 In Debian Jessie 8.5 We Are Try To Build And We Try Using PPA But It Install Only Kicad 4.0.2 We Are Looking Forward From You.

Re: Kicad Installation Issue Regard Of 4.0.4 Its Only Install 4.0.2 In Debian Jessie 8.5

2016-11-15 Thread Paul Wise
On Wed, Nov 16, 2016 at 11:24 AM, ARAVIND B KUMAR wrote: > We Are Try To Install Kicad 4.0.4 In Debain Jessie 8.5 But It Only Install > 4.0.2 Can You Please Help Us How To Install Kicad 4.0.4 In Debian Jessie 8.5 > We Are Try To Build And We Try Using PPA But It Install Only Kicad 4.0.2 Please c

Re: No right or middle click on XFCE desktop after Upgrade from Jessie to Stretch

2016-11-15 Thread dmacdoug
On Tue, Nov 15, 2016 at 06:02:27PM -0800, Mike Kupfer wrote: > dmacdoug wrote: > > > A month or two ago I moved a certain computer from jessie > > to stretch and after doing so found that neither the right > > nor the middle mouse buttons have any effect when clicked > > on the XFCE desktop. >