Re: running arecord via ssh

2018-05-17 Thread mick crane
On 2018-05-16 18:10, Pierre Frenkiel wrote: hi, I try to record some old vinyls with arecord, the output being sent to my desktop via a radio transmitter/receiver couple. On the desktop xterm window, its works perfectly, but if I run arecord via a ssh connection: 1/ from an other computer:

Re: lightdm (testing): Long waiting time after login

2018-05-17 Thread Dino
On 17.05.2018 00:43 Ben Caradoc-Davies wrote: On 16/05/18 19:28, w...@hllmnn.de wrote: I just did a fresh install of testing with XFCE. After entering the login credentials the screen was black for 30-60 seconds before the desktop environment showed up. Assuming a bug in XFCE, I performed anoth

Re: running arecord via ssh

2018-05-17 Thread Curt
On 2018-05-17, mick crane wrote: >> >> Is really arecord incompatible with ssh? >> >> best regards, > > possibly it wants X for some reason and it is not on the ssh client. > try, if windows, Xming, see if it works. At any rate the answer to his question is no. So it must be something else.

Re: lightdm (testing): Long waiting time after login

2018-05-17 Thread Dino
On 16.05.2018 19:51 Dominic Knight wrote: On Wed, 2018-05-16 at 14:53 +0200, Dino wrote: Dino wrote: This is a multi-part message in MIME format. --D295C2A19D414A0F9C32AEE8 Content-Type: multipart/alternative; boundary="51A034E61483D85CC097E79C" --51A034

Re: running arecord via ssh

2018-05-17 Thread Pierre Frenkiel
On Thu, 17 May 2018, David Margerison wrote: Details matter. Do not ever deliberately omit details. unless you *know* they are not relevant. I thought that the details were not so useful, but here they are, if you think they may help to find the answer: 1/ setting the line input of the

Re: lightdm (testing): Long waiting time after login

2018-05-17 Thread Curt
On 2018-05-17, Dino wrote: > > Yes, you're right! When I wiggle the mouse the wait ends sooner. Indeed, > if I don't move the mouse at all and don't press any key the screen just > stays blank (I waited approx. 5 minutes and it still was black). > https://wiki.archlinux.org/index.php/LightDM#Li

Re: running arecord via ssh

2018-05-17 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, May 17, 2018 at 11:56:51AM +0200, Pierre Frenkiel wrote: [...] > 2/ running arecord > > arecord -d 10 -f cd -t wav tst.wav > > this gives an empty file when run in a ssh window Perhaps you might want to run arecord under strace (

Re: setting up a drive automount in systemd?

2018-05-17 Thread Darac Marjal
On Wed, May 16, 2018 at 09:24:27PM +0200, john doe wrote: On 5/16/2018 9:04 PM, dep wrote: On Wed, May 16, 2018 at 2:44 PM, john doe wrote: On 5/16/2018 6:25 PM, dep wrote: > greetings. > > i've tried my best to search the list archives for the answer to this and have not gotten the search f

Re: running arecord via ssh

2018-05-17 Thread Pierre Frenkiel
On Thu, 17 May 2018, to...@tuxteam.de wrote: Perhaps you might want to run arecord under strace (in both situations) and compare results. good idea. I'll try that, but I found a way to make arecord to work in all cases(God knows why): adding the "-D copy" option, i.e. arecord -d 10 -f

Re: UEFI/"BIOS" booting

2018-05-17 Thread Thomas Schmitt
Hi, i wrote: > > - Compromise is to set the boot flag on a dummy partition of type 0x00. > >    This is barely UEFI-compliant because the specs say that a partition of > >    type 0x00 shall be regarded as non-existent. Pascal Hambourg wrote: > - I had to use the old fdisk version from Wheezy bec

Re: "pre-treating" documents from certain remote URLs before a web browser renders them

2018-05-17 Thread Celejar
On Thu, 17 May 2018 08:49:04 +0200 wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, May 16, 2018 at 07:35:51PM -0700, Kushal Kumaran wrote: > > [...] > > > You should note that HTTP-proxy based systems will not be able to do any > > inspection or modification of traffic for

Re: "pre-treating" documents from certain remote URLs before a web browser renders them

2018-05-17 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, May 17, 2018 at 07:52:55AM -0400, Celejar wrote: > On Thu, 17 May 2018 08:49:04 +0200 > wrote: [... proxy as SSL endpoint...] > > I don't know whether privoxy or squid can do that (I'd love to know, > > mind you, but days are so short). > >

pppd: how to die on connection lost

2018-05-17 Thread Morel Bérenger
Hello. I am trying to make the pppd process to die if connection failed or is lost, so that I could restart the connection with a different script (I could tweak the chat script, but I'm still new to modem stuff and from the doc I can hardily find how to only specify the PIN code "once per hardwar

Re: "pre-treating" documents from certain remote URLs before a web browser renders them

2018-05-17 Thread Reco
Hi. On Thu, May 17, 2018 at 08:49:04AM +0200, to...@tuxteam.de wrote: > On Wed, May 16, 2018 at 07:35:51PM -0700, Kushal Kumaran wrote: > > [...] > > > You should note that HTTP-proxy based systems will not be able to do any > > inspection or modification of traffic for sites using HTTPS

Re: "pre-treating" documents from certain remote URLs before a web browser renders them

2018-05-17 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, May 17, 2018 at 03:40:24PM +0300, Reco wrote: [...] > Squid can do it. It was called SSL Bump in old (pre 3.4) Squid, now they > renamed it to SSL Peek and Splice - [1]. Thanks! - -- t -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (G

Re: Re: Where is templato to create package?

2018-05-17 Thread Cindy-Sue Causey
On 5/17/18, ox16 wrote: > Dnia 14 maja 2018 20:10 Joseph Herlant > napisał(a): Hi guys, mentors.debian.net mentors.debian.net is a good > placed to start. Ok, can You show me source code of package? I'm > searching but not found. I ask about file and formats. I must

Re: pppd: how to die on connection lost

2018-05-17 Thread David Wright
On Thu 17 May 2018 at 09:14:48 (+0200), Morel Bérenger wrote: > Hello. > > I am trying to make the pppd process to die if connection failed or is > lost, so that I could restart the connection with a different script (I > could tweak the chat script, but I'm still new to modem stuff and from > the

filter network traffic of KVM guests.

2018-05-17 Thread Chris
All, I'd like to filter network traffic of KVM guests. case A: - no MAC / IP Spoofing - isolate guest, connections to the gateway only - no connection to the KVM host - no NAT - maybe contradictory: same subnet as KVM host case B: - no MAC / IP Spoofing - isolate guest, connections to the gatewa

Re: Auto-assembled SW RAID in rescue mode

2018-05-17 Thread Pascal Hambourg
Sorry for the late reply, I did not see your post until now. Le 14/05/2018 à 12:37, Niclas Arndt a écrit : mdadm.conf says metadata=1.2. So there is no risk that that the whole disk may be wrongly detected as a RAID member instead of the last partition. root@file2:~# blkid /dev/md2* /dev/

Re: filter network traffic of KVM guests.

2018-05-17 Thread Reco
Hi. On Thu, May 17, 2018 at 08:11:06PM +0200, Chris wrote: > All, > > I'd like to filter network traffic of KVM guests. > > case A: > - no MAC / IP Spoofing > - isolate guest, connections to the gateway only > - no connection to the KVM host > - no NAT > - maybe contradictory: same subne

Re: USB Install Fails, Complains about CD-ROM

2018-05-17 Thread Mike Kupfer
Thomas Schmitt wrote: > Mike Kupfer wrote: > > I used sha256sum instead of sha512sum, but I otherwise followed > > the above instructions. The checksum from the dd pipeline does not > > match the checksum of the original .iso file. > > That's not good. > Especially we do not have to show up at g

Re: filter network traffic of KVM guests.

2018-05-17 Thread Richard Hector
On 18/05/18 08:11, Reco wrote: >> I read it's deprecated to use iptables on a linux bridge. [1] > Yup, you should not. Interesting, I wasn't aware of that. Does that just apply to running iptables on the host? Or should I also not run it in the vm (eg on a rented VPS, where I assume the net devic

making more room in root partition for distribution upgrade

2018-05-17 Thread Mark Copper
There was a day when a 10 gb partition seemed like plenty of space to leave for the system but now it's not. An upgrade to Stretch appears to need more. ~# fdisk -l Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical)

Re: lightdm (testing): Long waiting time after login

2018-05-17 Thread Ben Caradoc-Davies
On 17/05/18 21:02, Dino wrote: Yes, you're right! When I wiggle the mouse the wait ends sooner. Indeed, if I don't move the mouse at all and don't press any key the screen just stays blank (I waited approx. 5 minutes and it still was black). I attached the output of dmesg | grep "random". As you

Re: GPG error when trying to update Lenny

2018-05-17 Thread Mark Fletcher
On Wed, May 16, 2018 at 03:20:09PM +, Marie-Madeleine Gullibert wrote: > Hello to all, > > I'm relatively new to Debian. I'm helping out a small organization that has a > library server installed on Debian to update their system. They run currently > on Debian lenny so I'm first trying to u

Re: setting up a drive automount in systemd?

2018-05-17 Thread Mark Fletcher
On Thu, May 17, 2018 at 11:36:01AM +0100, Darac Marjal wrote: > However, before you go doing that, consider that systemd ALSO comes with a > program called "systemd-fstab-generator". Contrary to its name, this > generates unit files FROM an fstab (rather than generating an fstab). > Therefore, fol

NetworkManager.service: Start request repeated too quickly

2018-05-17 Thread Dan Norton
In trying to get DNS working on a minimal install of Debian 9.4, by copying things from a working system, I run into this: # systemctl status NetworkManager ● NetworkManager.service - Network Manager Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor preset: enabled) Ac

Re: making more room in root partition for distribution upgrade

2018-05-17 Thread Mark Copper
On Thu, May 17, 2018 at 6:32 PM, bw wrote: > > > On Thu, 17 May 2018, Mark Copper wrote: > > > There was a day when a 10 gb partition seemed like plenty of space to > leave > > for the system but now it's not. An upgrade to Stretch appears to need > more. > > > > ~# fdisk -l > > > > Disk /dev/sda

Re: making more room in root partition for distribution upgrade

2018-05-17 Thread Abdullah Ramazanoğlu
On Thu, 17 May 2018 18:06:46 -0500 Mark Copper said: [ ---8<--- ] > This must be a FAQ. But there appear to be two ways forward. > > 1. Back-up /home, enlarge / partition, copy back-up back to new, smaller > /home partition (because /home will then start on a different cylinder so > data will be

Re: making more room in root partition for distribution upgrade

2018-05-17 Thread Andy Smith
Hi, On Thu, May 17, 2018 at 06:06:46PM -0500, Mark Copper wrote: [sda1 root partition got too small; extended partition on sda2 fills remainder of disk] > This must be a FAQ. But there appear to be two ways forward. > > 1. Back-up /home, enlarge / partition, copy back-up back to new, smaller >

Re: NetworkManager.service: Start request repeated too quickly

2018-05-17 Thread Dan Norton
On Thu, 17 May 2018 19:34:30 -0400 Dan Norton wrote: > In trying to get DNS working on a minimal install of Debian 9.4, by > copying things from a working system, I run into this: > > # systemctl status NetworkManager > ● NetworkManager.service - Network Manager >Loaded: loaded (/lib/systemd

Re: NetworkManager.service: Start request repeated too quickly

2018-05-17 Thread Andy Smith
Hello, On Thu, May 17, 2018 at 09:31:26PM -0400, Dan Norton wrote: > In another (non-minimal) system with a working DNS: > > root@debU:~# apt search libjansson > [snip] > libjansson4/stable,now 2.9-1 amd64 [installed,automatic] > C library for encoding, decoding and manipulating JSON data > > S

Re: NetworkManager.service: Start request repeated too quickly

2018-05-17 Thread Dan Norton
On Fri, 18 May 2018 01:41:35 + Andy Smith wrote: > Hello, > > On Thu, May 17, 2018 at 09:31:26PM -0400, Dan Norton wrote: > > In another (non-minimal) system with a working DNS: > > > > root@debU:~# apt search libjansson > > [snip] > > libjansson4/stable,now 2.9-1 amd64 [installed,automatic

NMI: IOCK error

2018-05-17 Thread Noah Duffy
I randomly started receiving messages on my server tonight, and I'm trying to figure out exactly what it means and how to go about fixing it. The message from syslogd is: kernel:[ 2939.389179] NMI: IOCK error (debug interrupt?) for reason 61 on CPU 0. I did some Googling first, but I can't make

Re: making more room in root partition for distribution upgrade

2018-05-17 Thread Felix Miata
Mark Copper composed on 2018-05-17 18:06 (UTC-0500): > There was a day when a 10 gb partition seemed like plenty of space to leave > for the system but now it's not. An upgrade to Stretch appears to need more. ... > What have other people done? My largest Stretch root partition is 5.6GB. One or m

Re: GPG error when trying to update Lenny

2018-05-17 Thread David Wright
On Fri 18 May 2018 at 08:08:49 (+0900), Mark Fletcher wrote: > On Wed, May 16, 2018 at 03:20:09PM +, Marie-Madeleine Gullibert wrote: > > Hello to all, > > > > I'm relatively new to Debian. I'm helping out a small organization that has > > a library server installed on Debian to update their

Re: Encrypted containers & the Debian installer.

2018-05-17 Thread Diagonal Arg
On Wed, 16 May 2018 07:42:42 -0700 David Wright wrote > On Tue 15 May 2018 at 23:05:10 (-0700), Diagonal Arg wrote: > > On my first tries with the Debian installer, I am struggling with the > > limited resources for installing to encrypted disks. I am using the same > > tec

Re: filter network traffic of KVM guests.

2018-05-17 Thread Reco
Hi. On Fri, May 18, 2018 at 10:47:11AM +1200, Richard Hector wrote: > On 18/05/18 08:11, Reco wrote: > >> I read it's deprecated to use iptables on a linux bridge. [1] > > Yup, you should not. > Interesting, I wasn't aware of that. dmesg(1) says to this: bridge: filtering via arp/ip/ip6t

Re: NMI: IOCK error

2018-05-17 Thread Reco
Hi. On Thu, May 17, 2018 at 09:20:44PM -0500, Noah Duffy wrote: > I randomly started receiving messages on my server tonight, and I'm trying to > figure out exactly what it means and how to go about fixing it. > > The message from syslogd is: > kernel:[ 2939.389179] NMI: IOCK error (debu

Re: lightdm (testing): Long waiting time after login

2018-05-17 Thread Dino
On 18.05.2018 01:07 Ben Caradoc-Davies wrote: On 17/05/18 21:02, Dino wrote: Yes, you're right! When I wiggle the mouse the wait ends sooner. Indeed, if I don't move the mouse at all and don't press any key the screen just stays blank (I waited approx. 5 minutes and it still was black). I atta

Re: USB Install Fails, Complains about CD-ROM

2018-05-17 Thread Thomas Schmitt
Hi, Mike Kupfer wrote: > there seems to be something odd going on with the live image ISOs. > [...] > alto$ sudo dd if=debian-live-9.4.0-amd64-xfce.iso of=/dev/sdb bs=32K > [...] > 1951465472 bytes (2.0 GB, 1.8 GiB) copied, 455.702 s, 4.3 MB/s > alto$ sudo isosize -x /dev/sdb > sector co