Re: Restore backup to KVM

2017-09-26 Thread Reco
Hi. On Tue, Sep 26, 2017 at 09:44:57PM +0200, solitone wrote: > On 26/09/17 17:31, Reco wrote: > > > On 26/09/17 13:01, solitone wrote: > > > > It's strange, since it finds /dev/sda, i.e. the entire disk: > > > > > > > > = > > > > [ 

gnome 3 vnc

2017-09-26 Thread john
Is there a way to launch a gnome 3 session in VNC while I'm still logged in on my console at home? I have an HTPC that I want to leave logged in all the time, but I want to be able to access it remotely. I'd like to use gnome 3 in both places. But if a gnome-session already exists, I can't find a

Re: Can't find the DNS Servers

2017-09-26 Thread Gene Heskett
On Tuesday 26 September 2017 15:47:57 Greg Wooledge wrote: > On Tue, Sep 26, 2017 at 03:19:51PM -0400, Gene Heskett wrote: > > > domain coyote.den > > > > This I think is a leftover from when it was the place to put your > > domainname, but now we've had the domainname utility to set that for

Re: Can't find the DNS Servers

2017-09-26 Thread Gene Heskett
On Tuesday 26 September 2017 15:43:35 Greg Wooledge wrote: > On Tue, Sep 26, 2017 at 03:33:48PM -0400, Gene Heskett wrote: > > > > nameserver 192.168.XX.1 > > > > search host dns > > > > domain coyote.den > > > > I started with Red Hat 5.0, in the late '90's. And it looks like > > stretch

Re: in /etc/network/interfaces: "auto" vs "allow-hotplug"

2017-09-26 Thread Jimmy Johnson
On 09/26/2017 02:24 PM, Rick Thomas wrote: On Sep 26, 2017, at 6:21 AM, Greg Wooledge wrote: On Tue, Sep 26, 2017 at 02:38:37AM -0700, Rick Thomas wrote: # The primary network interface auto enP1p3s15f0 iface enP1p3s15f0 net dhcp As Pascal noted, the word before �dhcp" should be "inet".

Re: Can't find the DNS Servers

2017-09-26 Thread David Wright
On Tue 26 Sep 2017 at 14:59:41 (-0400), Greg Wooledge wrote: > On Tue, Sep 26, 2017 at 01:42:39PM -0500, David Wright wrote: > > On this topic, I still can't understand the contents of your > > immutable /etc/resolv.conf file, even without the comma: > > > > nameserver 192.168.XX.1 > > search

Re: how to check GCC default C standard

2017-09-26 Thread Michael Stone
On Mon, Sep 25, 2017 at 05:10:32PM +, 慕 冬亮 wrote: how do I check the default C standard GCC uses? I check "gcc -v"(list below), but nothing is found. the default is to not be standards compliant. if you need a specific standard you should specify it (e.g., -std=c11) gcc version 7.2.0 (D

how to check GCC default C standard

2017-09-26 Thread 慕 冬亮
Hi all, how do I check the default C standard GCC uses? I check "gcc -v"(list below), but nothing is found. $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linu

Re: in /etc/network/interfaces: "auto" vs "allow-hotplug"

2017-09-26 Thread Rick Thomas
On Sep 26, 2017, at 6:21 AM, Greg Wooledge wrote: > On Tue, Sep 26, 2017 at 02:38:37AM -0700, Rick Thomas wrote: >> # The primary network interface >> auto enP1p3s15f0 >> iface enP1p3s15f0 net dhcp > > As Pascal noted, the word before “dhcp" should be "inet". That’s interesting! I’m quite sur

Finding the appropriate manpage [Re: Can't find the DNS Servers]

2017-09-26 Thread Don Armstrong
On Tue, 26 Sep 2017, Greg Wooledge wrote: > For years, I have been searching back and forth and up and down in > dhclient(8) and dhclient.conf(5) and finding NOTHING. > Turns out the REASON I couldn't find anything was because some bright > spark decided to split the documentation into multiple ma

Re: Splitting MP3 files (again)

2017-09-26 Thread deloptes
Thomas Amm wrote: > Have you tried mp3split-gtk? Should do exactly that. I installed now mp3splt-gtk It looks like it would do exactly what I need, but when I press the play button, it says "gstreamer error: Internal data stream error" (22:26:24) Warning: No decoder available for type 'applicat

Re: Can't find the DNS Servers

2017-09-26 Thread Michael Stone
On Tue, Sep 26, 2017 at 03:43:35PM -0400, Greg Wooledge wrote: NAME resolver - resolver configuration file SYNOPSIS /etc/resolv.conf ... search Search list for host-name lookup. The search list is normally determined from the local domain name; by default, it contain

there is gui but no login on console after boot

2017-09-26 Thread Tamas Hegedus
Hi, Recently I have noticed that there is no login prompt on my consoles. X11 starts and I can use my system (I can also start a gui console). I have upgraded my system to Debian 9 and hoped to get this issue solved seamlessly. However, there is still no prompt. Could you suggest how to debug

Re: Can't find the DNS Servers

2017-09-26 Thread Greg Wooledge
On Tue, Sep 26, 2017 at 03:19:51PM -0400, Gene Heskett wrote: > > domain coyote.den > > This I think is a leftover from when it was the place to put your > domainname, but now we've had the domainname utility to set that for > what, a decade?, and I could probably remove that line. Belt and

Re: Restore backup to KVM

2017-09-26 Thread solitone
On 26/09/17 17:31, Reco wrote: On 26/09/17 13:01, solitone wrote: It's strange, since it finds /dev/sda, i.e. the entire disk: = [    6.438693] sd 0:0:0:0: [sda] 188743680 512-byte logical blocks: (96.6 GB/90.0 GiB) [    6.469182] sd 0:0:0

Re: Can't find the DNS Servers

2017-09-26 Thread Greg Wooledge
On Tue, Sep 26, 2017 at 03:33:48PM -0400, Gene Heskett wrote: > > > nameserver 192.168.XX.1 > > > search host dns > > > domain coyote.den > I started with Red Hat 5.0, in the late '90's. And it looks like stretch > may have deprecated the executable, locate can only find the .conf > fi

Re: Can't find the DNS Servers

2017-09-26 Thread Gene Heskett
On Tuesday 26 September 2017 14:59:41 Greg Wooledge wrote: > On Tue, Sep 26, 2017 at 01:42:39PM -0500, David Wright wrote: > > On this topic, I still can't understand the contents of your > > immutable /etc/resolv.conf file, even without the comma: > > > > nameserver 192.168.XX.1 > > search ho

OT - Where to Contribute Documentation?

2017-09-26 Thread Kent West
I've written a couple of HOW-TO's (Debian-based kiosk; Pharos printing from Debian) for myself that I would have loved to have found before I had to figure things out for myself. Assuming there may be a few people out there interested in these niche applications, where should I offer them for publi

Re: Bluetooth mouse disconnect while laptop runs with cell

2017-09-26 Thread deloptes
wg...@china.com wrote: > I think the reason is the function of bluetooth power save while the cell > is used. So I want to turn off the function of bluetooth power save, but I > can not find where to define it. Would you please tell me how to turn off > the function of bluetooth power save? I don

Re: Can't find the DNS Servers

2017-09-26 Thread Gene Heskett
On Tuesday 26 September 2017 14:42:39 David Wright wrote: > On Mon 25 Sep 2017 at 18:41:33 (-0400), Gene Heskett wrote: > > On Monday 25 September 2017 13:53:17 Greg Wooledge wrote: > > > On Mon, Sep 25, 2017 at 07:32:05PM +0200, Pascal Hambourg wrote: > > > > Le 25/09/2017 à 17:33, Gene Heskett a

Re: Restore backup to KVM

2017-09-26 Thread solitone
On 26/09/17 17:31, Reco wrote: On Tue, Sep 26, 2017 at 01:12:52PM +0200, solitone wrote: However now it fails because it tries to mount /dev and /run on /root/dev and /root/run, rather than simply /dev and /run: = [...] Gave up waiting for

Re: Can't find the DNS Servers

2017-09-26 Thread Gene Heskett
On Tuesday 26 September 2017 13:51:33 David Wright wrote: > On Mon 25 Sep 2017 at 17:32:28 (-0400), Gene Heskett wrote: > > > On Mon, Sep 25, 2017 at 11:33:50AM -0400, Gene Heskett wrote: > > > > For me, its a root session, and a "chattr +i resolv.conf" > > > > If for some reason you need to edit

Re: Can't find the DNS Servers

2017-09-26 Thread Greg Wooledge
On Tue, Sep 26, 2017 at 01:42:39PM -0500, David Wright wrote: > On this topic, I still can't understand the contents of your > immutable /etc/resolv.conf file, even without the comma: > > nameserver 192.168.XX.1 > search host dns > domain coyote.den > > Can you detail these domains called

Re: Splitting MP3 files (again)

2017-09-26 Thread deloptes
didier gaumet wrote: > from the mp3split manpage: > [...] > " mp3splt -s f.mp3 or mp3splt -s -p th=-50,nt=10 f.mp3 > > This is silence option. Mp3splt will try to automatically detect > splitpoints with silence detection and in the first case will split all > tracks found with default parameters,

Re: How to Turn Off Autodiscovered Printers in Firefox?

2017-09-26 Thread Kent West
On Tue, Sep 26, 2017 at 8:57 AM, Brian wrote: > On Tue 26 Sep 2017 at 12:08:02 +, Curt wrote: > > > On 2017-09-26, Brian wrote: > > > On Tue 26 Sep 2017 at 00:15:31 -0500, Kent West wrote: > > > > > >> So when I go to select a printer in Firefox, there are many > autodiscovered > > >> printe

Re: Can't find the DNS Servers

2017-09-26 Thread David Wright
On Mon 25 Sep 2017 at 18:41:33 (-0400), Gene Heskett wrote: > On Monday 25 September 2017 13:53:17 Greg Wooledge wrote: > > > On Mon, Sep 25, 2017 at 07:32:05PM +0200, Pascal Hambourg wrote: > > > Le 25/09/2017 à 17:33, Gene Heskett a écrit : > > > > For me, its a root session, and a "chattr +i re

Re: hddtemp for Seagate backup plus

2017-09-26 Thread Gene Heskett
On Tuesday 26 September 2017 11:41:22 Bhasker C V wrote: > Hi, > > I have Seagate backup plus external USB 3.0 HDD and by default hdd > temp does not show the hdd temperature > > > $ sudo hddtemp /dev/sda > /dev/sda: Seagate BUP BK: S.M.A.R.T. not available > > > However if I use this: > $ sudo

Re: Can't find the DNS Servers

2017-09-26 Thread David Wright
On Mon 25 Sep 2017 at 17:32:28 (-0400), Gene Heskett wrote: > > On Mon, Sep 25, 2017 at 11:33:50AM -0400, Gene Heskett wrote: > > > For me, its a root session, and a "chattr +i resolv.conf" > > > If for some reason you need to edit it later, you'll have to use the > > > -i argument first. As long

Re: no sound on Lenovo Ideapad 110

2017-09-26 Thread Alexander V. Makartsev
Did you assigned profile for you sound card in pavucontrol as I described? Give me outputs of:     $ pactl list cards     $ pactl list sinks         On 26.09.2017 21:04, Pierre Frenkiel wrote: > On Tue, 26 Sep 2017, Alexander V. Makartsev wrote: > >> Yes. It looks like sound card was detected and

Re: dirs mirror

2017-09-26 Thread Cindy-Sue Causey
On 9/25/17, David Christensen wrote: > On 09/25/17 12:57, Pol Hallen wrote: >> >> I'd like create a mirror between 2 dirs: one local dir >> >> /home/user/testA >> >> and >> >> /home/user/testB >> this "testB" is a samba mounted share dir (//ip/remote_share >> /home/user/testB) >> >> any idea? >> >

Re: no sound on Lenovo Ideapad 110

2017-09-26 Thread Pierre Frenkiel
On Tue, 26 Sep 2017, Alexander V. Makartsev wrote: Yes. It looks like sound card was detected and initialized, but Pulse Audio was unable to set it as "default" automatically. Have you tried to list and use available cards from alsa perspective (your device names may be different)?     $ aplay -

Re: Can't find the DNS Servers

2017-09-26 Thread Gene Heskett
On Tuesday 26 September 2017 11:30:48 Michael Stone wrote: > On Tue, Sep 26, 2017 at 11:21:35AM -0400, Gene Heskett wrote: > >I'll give you the ip man page as another perfect example. I've never > >read a more obtuse manpage in my life. I get the impression the > > manpage writer is charged 10 dol

hddtemp for Seagate backup plus

2017-09-26 Thread Bhasker C V
Hi, I have Seagate backup plus external USB 3.0 HDD and by default hdd temp does not show the hdd temperature $ sudo hddtemp /dev/sda /dev/sda: Seagate BUP BK: S.M.A.R.T. not available However if I use this: $ sudo hddtemp SATA:/dev/sda /dev/sda: : 42°C I tried to read through the manual to

Re: Can't find the DNS Servers

2017-09-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Sep 26, 2017 at 11:30:48AM -0400, Michael Stone wrote: [...] > If you aren't volunteering to write the man pages, could you at > least tone down the rhetoric and find a way to express your concerns > without the name calling and insulting cha

Re: Can't find the DNS Servers

2017-09-26 Thread Gene Heskett
On Tuesday 26 September 2017 10:04:42 Darac Marjal wrote: > On Tue, Sep 26, 2017 at 09:09:47AM -0400, Greg Wooledge wrote: > >On Mon, Sep 25, 2017 at 02:12:07PM -0700, Don Armstrong wrote: > >> On Mon, 25 Sep 2017, Greg Wooledge wrote: > >> > On Mon, Sep 25, 2017 at 12:20:45PM -0700, Don Armstrong

Re: dd to clone a drive

2017-09-26 Thread Gene Heskett
On Tuesday 26 September 2017 09:57:57 Jack Dangler wrote: > I have an existing drive near EOL (judging from the sounds). I got a > replacement drive for it (same size). > > I plugged the replacement into a USB port and started a byte-for-byte > copy with > > dd if=/dev/sda of=/dev/sdc > > The proc

Re: Restore backup to KVM

2017-09-26 Thread Reco
Hi. On Tue, Sep 26, 2017 at 01:12:52PM +0200, solitone wrote: > On 26/09/17 13:01, solitone wrote: > > It's strange, since it finds /dev/sda, i.e. the entire disk: > > > > = > > [    6.438693] sd 0:0:0:0: [sda] 188743680 512-byte log

Re: Can't find the DNS Servers

2017-09-26 Thread Michael Stone
On Tue, Sep 26, 2017 at 11:21:35AM -0400, Gene Heskett wrote: I'll give you the ip man page as another perfect example. I've never read a more obtuse manpage in my life. I get the impression the manpage writer is charged 10 dollars a word for emmiting anything over 100 words. The whole man pa

Re: in /etc/network/interfaces: "auto" vs "allow-hotplug"

2017-09-26 Thread Gene Heskett
On Tuesday 26 September 2017 09:21:47 Greg Wooledge wrote: > On Tue, Sep 26, 2017 at 02:38:37AM -0700, Rick Thomas wrote: > > # The primary network interface > > auto enP1p3s15f0 > > iface enP1p3s15f0 net dhcp > > As Pascal noted, the word before "dhcp" should be "inet". > No Greg, the word "net"

Re: dd to clone a drive

2017-09-26 Thread Michael Stone
On Tue, Sep 26, 2017 at 04:28:10PM +0200, Thomas Schmitt wrote: The first suspect for slow dd is small block size. So you should in any case ask dd for larger chunks as already proposed by Michael Stone. For copying Debian ISOs to USB sticks the FAQ proposes 4 MiB. But i think 1 MiB is surely eno

Re: Can't find the DNS Servers

2017-09-26 Thread Gene Heskett
On Tuesday 26 September 2017 09:09:47 Greg Wooledge wrote: > On Mon, Sep 25, 2017 at 02:12:07PM -0700, Don Armstrong wrote: > > On Mon, 25 Sep 2017, Greg Wooledge wrote: > > > On Mon, Sep 25, 2017 at 12:20:45PM -0700, Don Armstrong wrote: > > > > as is documented in dhclient-script(8): > > > > > >

Re: dd to clone a drive

2017-09-26 Thread Pascal Hambourg
Le 26/09/2017 à 15:57, Jack Dangler a écrit : I have an existing drive near EOL (judging from the sounds). I got a replacement drive for it (same size). I plugged the replacement into a USB port and started a byte-for-byte copy with dd if=/dev/sda of=/dev/sdc dd is not the best tool to cop

Re: dd to clone a drive

2017-09-26 Thread Thomas Schmitt
Hi, > Is it 'usual' to have dd take upwards of 2 days to copy a drive ? Not really. An old 500 GiB SATA disk may deliver about 50 MiB/s. That's 1 seconds, a bit less than 3 hours. (If you copy from filesystem to filesystem it may last much longer due to the lookup times in the trees.) The f

Re: Can't find the DNS Servers

2017-09-26 Thread Pascal Hambourg
Le 26/09/2017 à 15:09, Greg Wooledge a écrit : lucky, I'll focus on that page rather than dhcp-options(5) which is very confusing, and seems to be talking in abstractions. It sure as hell doesn't clearly define what options go in what files, nor even which options are for the client and which a

Re: dd to clone a drive

2017-09-26 Thread Michael Stone
On Tue, Sep 26, 2017 at 09:57:57AM -0400, Jack Dangler wrote: I have an existing drive near EOL (judging from the sounds). I got a replacement drive for it (same size). I plugged the replacement into a USB port and started a byte-for-byte copy with dd if=/dev/sda of=/dev/sdc The process ran

Re: dd to clone a drive

2017-09-26 Thread Roberto C . Sánchez
On Tue, Sep 26, 2017 at 09:57:57AM -0400, Jack Dangler wrote: > I have an existing drive near EOL (judging from the sounds). I got a > replacement drive for it (same size). > > I plugged the replacement into a USB port and started a byte-for-byte copy > with > > dd if=/dev/sda of=/dev/sdc > > Th

Re: Can't find the DNS Servers

2017-09-26 Thread Darac Marjal
On Tue, Sep 26, 2017 at 09:09:47AM -0400, Greg Wooledge wrote: On Mon, Sep 25, 2017 at 02:12:07PM -0700, Don Armstrong wrote: On Mon, 25 Sep 2017, Greg Wooledge wrote: > On Mon, Sep 25, 2017 at 12:20:45PM -0700, Don Armstrong wrote: > > as is documented in dhclient-script(8): > > Well now that's

dd to clone a drive

2017-09-26 Thread Jack Dangler
I have an existing drive near EOL (judging from the sounds). I got a replacement drive for it (same size). I plugged the replacement into a USB port and started a byte-for-byte copy with dd if=/dev/sda of=/dev/sdc The process ran quietly for almost 30 hours with no discernable results so i

Re: How to Turn Off Autodiscovered Printers in Firefox?

2017-09-26 Thread Brian
On Tue 26 Sep 2017 at 12:08:02 +, Curt wrote: > On 2017-09-26, Brian wrote: > > On Tue 26 Sep 2017 at 00:15:31 -0500, Kent West wrote: > > > >> So when I go to select a printer in Firefox, there are many autodiscovered > >> printers to choose from. I don't want any of them in my list. How do

Re: Can't find the DNS Servers

2017-09-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Sep 26, 2017 at 09:09:47AM -0400, Greg Wooledge wrote: [...] > No, you don't understand. I had no idea that man page EXISTED! > For years, I have been searching back and forth and up and down in > dhclient(8) and dhclient.conf(5) and finding

Re: in /etc/network/interfaces: "auto" vs "allow-hotplug"

2017-09-26 Thread Greg Wooledge
On Tue, Sep 26, 2017 at 02:38:37AM -0700, Rick Thomas wrote: > # The primary network interface > auto enP1p3s15f0 > iface enP1p3s15f0 net dhcp As Pascal noted, the word before "dhcp" should be "inet". > I had to change “allow-hotplug” to “auto” to get it to come up on reboot: > root@macpro:~# dif

Re: Can't find the DNS Servers

2017-09-26 Thread Greg Wooledge
On Mon, Sep 25, 2017 at 02:12:07PM -0700, Don Armstrong wrote: > On Mon, 25 Sep 2017, Greg Wooledge wrote: > > On Mon, Sep 25, 2017 at 12:20:45PM -0700, Don Armstrong wrote: > > > as is documented in dhclient-script(8): > > > > Well now that's just EVIL. :-( > > It's much more powerful than a sin

Re: netinst.iso on USB flash drive -- unexpected results

2017-09-26 Thread Richard Owlett
On 09/26/2017 06:58 AM, Thomas Schmitt wrote: Hi, Richard Owlett wrote: Should have I expected this result? As far as the parted report is concerned: Yes. Thank you. I got the same results as you did when running fdisk. Now I can run my test installs to identify the source of my problems {

Bluetooth mouse disconnect while laptop runs with cell

2017-09-26 Thread wglxy
Hi, everyone! I use my laptop (Thinkpad X1 Carbon 5th) with a bluetooth mouse. The mouse work fine while the laptop runs with AC power supply. But The bluetooth mouse is a trouble while the laptop runs with the embed cell. The mouse will disconnect if it is not be used after several seconds. So

Re: no sound on Lenovo Ideapad 110

2017-09-26 Thread Alexander V. Makartsev
Alsa seems to function correctly, so next you should assign available profile for your sound card with PulseAudio. You should be able to choose between speakers\headphones outputs. Install "pavucontrol" package or\and "kmix" package since you using kde. Go to Configuration tab in pavucontrol and se

Re: How to Turn Off Autodiscovered Printers in Firefox?

2017-09-26 Thread Curt
On 2017-09-26, Brian wrote: > On Tue 26 Sep 2017 at 00:15:31 -0500, Kent West wrote: > >> So when I go to select a printer in Firefox, there are many autodiscovered >> printers to choose from. I don't want any of them in my list. How do I turn >> this off? > > See later. But first stop or purge cu

Re: netinst.iso on USB flash drive -- unexpected results

2017-09-26 Thread Thomas Schmitt
Hi, Richard Owlett wrote: > Should have I expected this result? As far as the parted report is concerned: Yes. > parted /dev/sdb print > RESULTING IN FOLLOWING > Warning: The driver descriptor says the physical block size is 2048 > bytes, but Linux says it is 512 bytes. > Partition Table: m

Re: in /etc/network/interfaces: "auto" vs "allow-hotplug"

2017-09-26 Thread Pascal Hambourg
Le 26/09/2017 à 11:38, Rick Thomas a écrit : # The primary network interface auto enP1p3s15f0 iface enP1p3s15f0 net dhcp ^^^ It should be "inet". Typo in your post or in the actual file ?

netinst.iso on USB flash drive -- unexpected results

2017-09-26 Thread Richard Owlett
Yesterday I had attempted to use netinst {on USB flash} to do an atypical install to another USB device. It failed due to at least an invalid /boot/grub/grub.cfg on the target device. I suspect I know what is happening, but need to retrace my steps to document how to reproduce the problem.

Re: Restore backup to KVM

2017-09-26 Thread solitone
On 26/09/17 13:01, solitone wrote: It's strange, since it finds /dev/sda, i.e. the entire disk: = [    6.438693] sd 0:0:0:0: [sda] 188743680 512-byte logical blocks: (96.6 GB/90.0 GiB) [    6.469182] sd 0:0:0:0: [sda] Write Protect is off

Re: Restore backup to KVM

2017-09-26 Thread solitone
On 26/09/17 08:46, Reco wrote: /dev/sda2 refers to the partition in QEMU disk that contains your restored root filesystem. I've got only one partition in my image file: = $ /sbin/parted alan_restore.img WARNING: You are not superuser. W

Re: no sound on Lenovo Ideapad 110

2017-09-26 Thread Pierre Frenkiel
On Tue, 26 Sep 2017, Alexander V. Makartsev wrote: Yes. It looks like sound card was detected and initialized, but Pulse Audio was unable to set it as "default" automatically. Have you tried to list and use available cards from alsa perspective (your device names may be different)? I'm not s

Re: How to Turn Off Autodiscovered Printers in Firefox?

2017-09-26 Thread Brian
On Tue 26 Sep 2017 at 00:15:31 -0500, Kent West wrote: > So when I go to select a printer in Firefox, there are many autodiscovered > printers to choose from. I don't want any of them in my list. How do I turn > this off? See later. But first stop or purge cups-browsed. > I found the two "brows

Re: Router Empfehlung

2017-09-26 Thread Thomas
sorry for that, thanks a lot, my mistake.. Am Dienstag, 26. September 2017, 11:51:10 schrieb Thomas Schmitt: > Hi, > > > Hallo, > > Auch wir Thomasse muessen hier englisch schreiben. > Deutsch geht auf > debian-user-ger...@lists.debian.org > Wegen Archiven und Subscription siehe > https://l

Re: Router Empfehlung

2017-09-26 Thread Thomas Schmitt
Hi, > Hallo, Auch wir Thomasse muessen hier englisch schreiben. Deutsch geht auf debian-user-ger...@lists.debian.org Wegen Archiven und Subscription siehe https://lists.debian.org/debian-user-german/ Dort wird es auch eher Beratung zum deutschen Hardwaremarkt geben.

Re: in /etc/network/interfaces: "auto" vs "allow-hotplug"

2017-09-26 Thread Rick Thomas
> On Sep 25, 2017, at 10:25 AM, Jimmy Johnson wrote: > > On 09/23/2017 08:56 PM, Rick Thomas wrote: >> I have two machines (out of a group of ten) that will not bring up their >> ethernet interface at boot time if the interfaces is of type >> �allow-hotplug�. When I change that to �auto� the

Router Empfehlung

2017-09-26 Thread Thomas
Hallo, ich hatte es schon mal das soviel kaputte Anfragen gekommen sind das der Router nicht mehr richtig lief da die Tabelle NAT voll war und der Router das versucht hat zu klären mit der Folge das er kurzzeitig "weg" Ich habe jetzt erst mal einen WRT54GL angeschlossen, was hält der denn aus?

Re: An answer to "Gave up waiting for suspend/resume device"

2017-09-26 Thread Pascal Hambourg
Le 26/09/2017 à 03:55, Jimmy Johnson a écrit : Hi Mark, while multi-booting I use the device name in fstab, /dev/sd?? none swap sw 0 0, it works for all my installed systems. It is not always reliable with multiple drives, because device names are not stable across reboots. So it is advised to

Re: dirs mirror

2017-09-26 Thread Darac Marjal
On Mon, Sep 25, 2017 at 09:57:54PM +0200, Pol Hallen wrote: Hi folks :-) I'd like create a mirror between 2 dirs: one local dir /home/user/testA and /home/user/testB this "testB" is a samba mounted share dir (//ip/remote_share /home/user/testB) any idea? It depends on how close you want

Re: I already had wrote into here

2017-09-26 Thread Thomas Schmitt
Hi, now that you seem ok with the partitioning and the partition 1 is not yet mountable, it is time to create a filesystem on it. As superuser or via "sudo": mkfs -t ext2 /dev/sdb1 When this is done, you should be able to mount the filesystem mount /dev/sdb1 /mnt The filesystem should be e