Re: What tool can I use to make efficient incremental backups?

2017-08-17 Thread Mario Castelán Castro
On 17/08/17 15:51, to...@tuxteam.de wrote:
> On Thu, Aug 17, 2017 at 03:24:35PM -0500, Mario Castelán Castro wrote:
> [...]
> 
> But in general, folks here tend to be tolerant. And yes, there's a
> wiki entry encouraging "in-line" quoting [1].

Ah, I see. I rarely check the Debian Wiki because it is almost
abandoned. I have never found something useful there. For an example of
its state of abandonment see this fragment from that page:

“You really should see _Where is the foo package?_ above, but Debian
ships with Iceweasel, a rebranded Firefox.”

But a non-rebranded Firefox package is available in both Debian 8 and
Debian 9 (at least in the later, this is the default browse installed).

>> Bottom posting requires scrolling past text that may be not needed. Top
>> posting puts the messages in reverse chronological order, which is not
>> something bad by itself.
> 
> That's why you shoulnd't include the whole message, but snip the
> relevant parts you are answering to. Believe me, for long threads,
> this tends to work best.

Yes, except when nobody deletes the nested quotations (I do when it is
appropriate). Eventually most of the text in the messages becomes quotes.

Also, it is a problem that one loses track of who do the nested (except
the topmost) quotations belong to. Do you have any recommendation about
that?

> Yes, exactly. If someone needs the unabridged original post, it's either
> in her mailbox or in the archives.

Right, but here is a note about your wording: The great majority of
people in debian-user are male (judging by the personal names), and
moreover “he” is established as the pronoun in English when the sex is
undetermined. The use of the female pronoun “she” is situations like
this is unjustified.

> See [1] (there are also other hints on that page). Also [2] is a good
> reference.

I had read [2] in the past, but I did not find anything about posting
styles.

-

I already try to use the inline style when appropriate. I will avoid
quoting the previous message at all in the cases where formerly I would
have used top posting. This seems to be the only change necessary to
comply with your suggestions.

Regards.



signature.asc
Description: OpenPGP digital signature


Help

2017-08-17 Thread Tommy Custurd



Re: kvm/qemu virtual machine can't find hard drives

2017-08-17 Thread Cindy-Sue Causey
On 8/17/17, Gary Roach  wrote:
> On 08/17/2017 10:50 AM, Bob Weber wrote:
>>
>> Most debian installs work easily with a 20 or 20 GB virtual drive.  You
>> create
>> the file necessary with a command like this:
>>
>> qemu-img create -f qcow2 /home/img/Mymachine/drive.img 30G
>>
>> This assumes that /home is mounted on your 1TB drive.  Looks like the
>> packages
>> to get you started are libvirt-daemon-system and virt-manager.
>>
>>
> Sorry bob but the  debian 9 archives doesn't include libvirtd or
> anything equivalent. I have been trying to use virt-manager but have
> gotten a bit confused. The screen shot is attached. I have two hard
> drives. One is a 160 Gb boot drive called bootdisk and another empty 1
> Tb drive called bigdisk. It looks like virt-manager picked the empty 1Tb
> drive and only allocated 20 Gb to the program. I hit the Volumes + but
> didn't see any way to add the boot drive. Are we talking about a virtual
> drive that is situated in the bigdisk. Is the guest OS situated in the
> bigdisk. If so, this is not a bad thing since I will probably have
> massive amounts of data produced. But I do need to figure out what I am
> dealing with.
>
> Any help will be appreciated.


Try dropping the "d" with your searches. It's a trick I learned from
lurking. If I can't find something you all write about, I start
chopping the suggestion into pieces. I just found a few files with
"libvirt" instead of "libvirtd", and they're mentioning virtual
machines.

You know what, I just found something with the "libvirtd", too:
libvirt-daemon. Maybe it's not in Stretch? Both were in Buster. :)

Here it is:

https://packages.debian.org/stretch/libvirt-daemon

There's a typo there if someone wants to have at it. The author
apparently wanted to make sure they got that "e" on the right side of
that "a", whichever side that was supposed to be :)

This is a great conversation. I've been wanting to try this, but I
keep forgetting. It's a large pain to keep updated when you've never
used it. We're talking *years* of never used. :D

Cindy :)
-- 
Cindy-Sue Causey
Talking Rock, Pickens County, Georgia, USA

* runs with duct tape *



Re: kvm/qemu virtual machine can't find hard drives

2017-08-17 Thread Richard Hector
On 18/08/17 13:12, Gary Roach wrote:
> On 08/17/2017 10:50 AM, Bob Weber wrote:
>> Looks like the packages
>> to get you started are libvirt-daemon-system and virt-manager.
>>
>> Hope this helps.
>>
>> ...bob
>>
>>
>>
> Sorry bob but the  debian 9 archives doesn't include libvirtd or
> anything equivalent.

libvirtd is in libvirt-daemon, which libvirt-daemon-system depends on. I
have those on a Debian 9.1 vm host.

Richard



signature.asc
Description: OpenPGP digital signature


Re: kvm/qemu virtual machine can't find hard drives

2017-08-17 Thread Phil Wyett
On Thu, 2017-08-17 at 18:12 -0700, Gary Roach wrote:
> On 08/17/2017 10:50 AM, Bob Weber wrote:
> > On 8/17/17 1:06 PM, Gary Roach wrote:
> > Usually the qemu vm runs from a file (created by qemu-img) set up as a disk
> > drive by qemu.  I use Virtual Machine Manager (along with libvirtd) which
> > can do
> > all the hard stuff for you.  I usually make my own virtual drive files with
> > qemu-img and let Virtual Machine Manager control access to them.  libvirtd
> > does
> > a good job of letting you run qemu from your user account and access the
> > necessary resources on the host machine.  libvirtd sets up all the network
> > devices and bridges needed to access the real world. Virtual Machine Manager
> > can
> > connect to USB devices on the host machine, manage CD drive access (either
> > to
> > hardware cd drive or iso images ... like an install image), boot devices
> > (usually the sda drive or cd drive), the amount of memory for each vm and
> > additional drive you may want (like to try multi disk raid).   Virtual
> > Machine
> > Manager opens up a vnc (or spice) window where you can see the output from
> > the
> > vm when it is running on your kde desktop .. either text mode or graphical
> > mode.  I have about 15 vm's defined.  One runs debian with kde to handle my
> > weather station.  Another runs win 10 (ug) so I can do my taxes.  Most of
> > the
> > others are debian and kde testing and unstable installs that I use to test
> > updates before I commit them to my host desktop machine.
> > 
> > Most debian installs work easily with a 20 or 20 GB virtual drive.  You
> > create
> > the file necessary with a command like this:
> > 
> > qemu-img create -f qcow2 /home/img/Mymachine/drive.img 30G
> > 
> > This assumes that /home is mounted on your 1TB drive.  Looks like the
> > packages
> > to get you started are libvirt-daemon-system and virt-manager.
> > 
> > Hope this helps.
> > 
> > ...bob
> > 
> > 
> > 
> 
> Sorry bob but the  debian 9 archives doesn't include libvirtd or 
> anything equivalent. I have been trying to use virt-manager but have 
> gotten a bit confused. The screen shot is attached. I have two hard 
> drives. One is a 160 Gb boot drive called bootdisk and another empty 1 
> Tb drive called bigdisk. It looks like virt-manager picked the empty 1Tb 
> drive and only allocated 20 Gb to the program. I hit the Volumes + but 
> didn't see any way to add the boot drive. Are we talking about a virtual 
> drive that is situated in the bigdisk. Is the guest OS situated in the 
> bigdisk. If so, this is not a bad thing since I will probably have 
> massive amounts of data produced. But I do need to figure out what I am 
> dealing with.
> 
> Any help will be appreciated.
> 
> Gary R.

Hi,

Recap. You have two HDDs:

[1] One 160GB with the OS on so '/'.
[2] Second 1TB.

Correct?

Does [2] get mounted as '/home' or are you using it as a extra data drive? How
are you mounting it in '/etc/fstab'?

You can use the command 'df -h' in the terminal to see mount points.

If [1] is the OS drive as you suggest, the VM HDD is on there. Look at the
screenshot. There is a default pool for VM disk images at
'/var/lib/libvirt/images' and that is where you created the 20GB image.

Regards

Phil
 
-- 
*** If this is a mailing list, I am subscribed, no need to CC me.***

Playing the game for the games sake.

Web: https://kathenas.org

Twitter: kathenasorg

Instagram: kathenasorg

signature.asc
Description: This is a digitally signed message part


Re: Gave up waiting for suspend/resume device

2017-08-17 Thread David Christensen

On 08/17/17 17:20, Ben Caradoc-Davies wrote:

On 18/08/17 11:27, David Christensen wrote:

On 08/17/17 00:44, Curt wrote:

On 2017-08-17, David Christensen  wrote:

Is there a configuration file I can edit so that the kernel does not
wait 30 seconds on boot for a suspend/resume device?

  "kernel parameter 'noresume' or
  'resume='"

Into which file do I put one of those options?


I would put it in /etc/default/grub; for example, mine contains:

GRUB_CMDLINE_LINUX="quiet"

I would change this to:

GRUB_CMDLINE_LINUX="quiet noresume"

After changing /etc/default/grub, run "update-grub" to regenerate 
/boot/grub/grub.cfg.


That worked -- thank you.  :-)


David



Re: kvm/qemu virtual machine can't find hard drives

2017-08-17 Thread Gary Roach

On 08/17/2017 10:50 AM, Bob Weber wrote:

On 8/17/17 1:06 PM, Gary Roach wrote:



Usually the qemu vm runs from a file (created by qemu-img) set up as a disk
drive by qemu.  I use Virtual Machine Manager (along with libvirtd) which can do
all the hard stuff for you.  I usually make my own virtual drive files with
qemu-img and let Virtual Machine Manager control access to them.  libvirtd does
a good job of letting you run qemu from your user account and access the
necessary resources on the host machine.  libvirtd sets up all the network
devices and bridges needed to access the real world. Virtual Machine Manager can
connect to USB devices on the host machine, manage CD drive access (either to
hardware cd drive or iso images ... like an install image), boot devices
(usually the sda drive or cd drive), the amount of memory for each vm and
additional drive you may want (like to try multi disk raid).   Virtual Machine
Manager opens up a vnc (or spice) window where you can see the output from the
vm when it is running on your kde desktop .. either text mode or graphical
mode.  I have about 15 vm's defined.  One runs debian with kde to handle my
weather station.  Another runs win 10 (ug) so I can do my taxes.  Most of the
others are debian and kde testing and unstable installs that I use to test
updates before I commit them to my host desktop machine.

Most debian installs work easily with a 20 or 20 GB virtual drive.  You create
the file necessary with a command like this:

qemu-img create -f qcow2 /home/img/Mymachine/drive.img 30G

This assumes that /home is mounted on your 1TB drive.  Looks like the packages
to get you started are libvirt-daemon-system and virt-manager.

Hope this helps.

...bob



Sorry bob but the  debian 9 archives doesn't include libvirtd or 
anything equivalent. I have been trying to use virt-manager but have 
gotten a bit confused. The screen shot is attached. I have two hard 
drives. One is a 160 Gb boot drive called bootdisk and another empty 1 
Tb drive called bigdisk. It looks like virt-manager picked the empty 1Tb 
drive and only allocated 20 Gb to the program. I hit the Volumes + but 
didn't see any way to add the boot drive. Are we talking about a virtual 
drive that is situated in the bigdisk. Is the guest OS situated in the 
bigdisk. If so, this is not a bad thing since I will probably have 
massive amounts of data produced. But I do need to figure out what I am 
dealing with.


Any help will be appreciated.

Gary R.


Re: Je veux me réjouir comme une reine. Laurine

2017-08-17 Thread Julien Perquin
dans tes reves

Télécharger Outlook pour Android


From: Laurine Iflaire 
Sent: Thursday, August 17, 2017 4:51:16 PM
To: debian-user@lists.debian.org
Subject: Je veux me réjouir comme une reine. Laurine


Voudrais-tu être mon roi?
http://bit.ly/2uRRFm9


Re: debian-user is only for English text

2017-08-17 Thread Richard Hector
On 18/08/17 05:38, Mario Castelán Castro wrote:
> On 17/08/17 12:25, Brad Rogers wrote:
>> [[elided]]
>>
>> The people you're addressing don't even read this list.  They're
>> spammers or, even worse, (stupidly) responding to spam.
> 
> Thanks for your reply. Given that I do not understand that language, I
> assumed it was an actual user.

I figure it's best to leave such educational posts to someone who does
understand the language - that way they can both determine if it's spam,
and also reply in a language the OP will understand :-)

Richard



signature.asc
Description: OpenPGP digital signature


Re: Gave up waiting for suspend/resume device

2017-08-17 Thread Ben Caradoc-Davies

On 18/08/17 11:27, David Christensen wrote:

On 08/17/17 00:44, Curt wrote:

On 2017-08-17, David Christensen  wrote:

Is there a configuration file I can edit so that the kernel does not
wait 30 seconds on boot for a suspend/resume device?

  "kernel parameter 'noresume' or
  'resume='"

Into which file do I put one of those options?
David


I would put it in /etc/default/grub; for example, mine contains:

GRUB_CMDLINE_LINUX="quiet"

I would change this to:

GRUB_CMDLINE_LINUX="quiet noresume"

After changing /etc/default/grub, run "update-grub" to regenerate 
/boot/grub/grub.cfg.


Kind regards,

--
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand



[Offtopic] GVFS como root

2017-08-17 Thread Edwin De La Cruz
Saludos cordiales a todos.
Tengo una consulta q no esta relacionada directamente com debian y es
acerca de gvfs-mount.

Nevesito montar un sitio ftp y gvfs me va de maravilla cuando lo uso como
usuario normal, sin embargo cuando lo hago con usuario root no me permite
montarlo.

Aqui hay algo similar a lo q me pasa.

http://www.linuxquestions.org/questions/linux-newbie-8/ubuntu-12-04-cronjob-failed-to-mount-ftp-share-using-gvfs-mount-4175504945/

He buscado en google ya dos dias y no doy con la solucion.
De lo q he encontrado de otras personas con mi mismo problema pero montando
un recurso de samba es usar smbclient. Para mi caso no me sirve.

Si alguien sabe o tiene una idea de como solventarlo ae lo agradeceria
mucho.


Re: Gave up waiting for suspend/resume device

2017-08-17 Thread David Christensen

On 08/17/17 00:44, Curt wrote:

On 2017-08-17, David Christensen  wrote:

Is there a configuration file I can edit so that the kernel does not
wait 30 seconds on boot for a suspend/resume device?


  "kernel parameter 'noresume' or
  'resume='"


Into which file do I put one of those options?


David



Re: debian-user is only for English text

2017-08-17 Thread Mario Castelán Castro
On 17/08/17 12:58, Brad Rogers wrote:
> It's frustrating, I know, seeing all that stuff.  The regex I use to
> delete it is getting ever larger.   :-(

Maybe you can use a learning e-mail spam filter (e.g.: bogofilter,
sylfilter, or the one built into your MUA – if any). I do not know how
effective the “learning” part is, but maybe it is worth a try.

Regards



signature.asc
Description: OpenPGP digital signature


Re: What tool can I use to make efficient incremental backups?

2017-08-17 Thread Mario Castelán Castro
On 17/08/17 13:31, Nicolas George wrote:
> [[elided]]
> 
> No, it is the other way around: we rsync the data to a directory stored
> on a btrfs filesystem, and then we make a snapshot of that directory.
> With btrfs's CoW, only the parts of the files that have changed use
> space.

Thanks for the clarification.

> Please remember not to top-post.

Both bottom posting and top posting each have their own disadvantages.
Bottom posting requires scrolling past text that may be not needed. Top
posting puts the messages in reverse chronological order, which is not
something bad by itself.

When I explicitly want a quote to reply to a specific parts of a
message, I post after the parts, as in this message; I don't know if
that would still be considered bottom posting. When I am including the
previous message *only* for reference, I use top posting because the
previous message is also archived in the inbox of the other users, so
the quotation included for reference is of secondary importance, and
therefore IMO should go after the *important* (new) information, that
is, at the bottom.

Is there a rule, guideline or de-facto standard mandating either style
in debian-user?



signature.asc
Description: OpenPGP digital signature


Re: The End

2017-08-17 Thread Byung-Hee HWANG (황병희, 黃炳熙)
Just attached failure screenshot:
https://raw.githubusercontent.com/soyeomul/stuff/master/tunnel-broker-said-20170818.png

Thanks!!!

-- 
^고맙습니다 _救濟蒼生_ 감사합니다_^))//


Re: The End

2017-08-17 Thread Byung-Hee HWANG (황병희, 黃炳熙)
Dear Eike,

Eike Lantzsch  께서 쓰시길,
 《記事 全文 <1677989.mZZlnEaY7I@lxcl01> 에서》:

> in that case it might help to install he.net - Network Tools by Hurricane 
> Electric on your smartphone to analyze the problem further.

#+BEGIN_TXT 1st 

Local IPv6 Devices (by NDP)

# This router is "Samsung Galaxy S 7" smartphone. 
# The Mac address is [94:76:B7:98:3B:7D].

# Belows are neighbor devices by mobile hotspot.

[1] Samsung Galaxy S 3 smartphone 
IPv6 address: fe80::2acc:1ff:fe56:9a85
MAC address: [28:CC:01:56:9A:85] # Samsung Electronics

[2] Google Chromebook (Codename: Alex)
IPv6 address: fe80::d2df:9aff:fe6d:fa7f
MAC address: [D0:DF:9A:6D:FA:7F] # Liteon Technology Corporation

#+END_TXT

At 1st, Ubuntu 12.04 was installed at [2].

#+BEGIN_TXT 2nd

(rmnet1): This is an interface of router (Samsung Galaxy S 7 smartphone).

MULTICAST
Enabled

MTU
1440

APNIC
2001:2d8:665f:91d::155c:6e76
 ^^^ <- changes after every reboot

Link-Local
fe80::155c:6e76
  ^ <- changes after every reboot

#+END_TXT

At 2nd, by ipv6-test.com, the router(Samsung Galaxy S 7) itself connect
to public INTERNET via rmnet1 interface. 

Still i did not touch Ubuntu's config files. How is next step for
success? Still may i have hope? 

Sincerely, Byung-Hee.

-- 
^고맙습니다 _白衣從軍_ 감사합니다_^))//



Re: debian-user is only for English text

2017-08-17 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Aug 17, 2017 at 03:30:08PM -0500, Mario Castelán Castro wrote:
> On 17/08/17 12:58, Brad Rogers wrote:
> > It's frustrating, I know, seeing all that stuff.  The regex I use to
> > delete it is getting ever larger.   :-(
> 
> Maybe you can use a learning e-mail spam filter (e.g.: bogofilter,
> sylfilter, or the one built into your MUA – if any). I do not know how
> effective the “learning” part is, but maybe it is worth a try.

I usually bounce those messages to report-lists...@lists.debian.org, as
detailed in [1], in the hopes to benefit the other folks here.

Debian's spam filters already do a lot, typically blocking 4 messages
per day, according to [2].

If you feel brave, you may propose SpamAssassin rules, see [1]

[1] https://wiki.debian.org/Teams/ListMaster/ListArchiveSpam
[2] https://www.debian.org/MailingLists/#ads

Cheers
- -- tomás
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlmWA+kACgkQBcgs9XrR2kZJvwCfYknU/MuUaSWHYsTyCtObvugK
DKcAn1eyEjUwc4YlGvQOza97R2lBnANW
=jeTv
-END PGP SIGNATURE-



Re: What tool can I use to make efficient incremental backups?

2017-08-17 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Aug 17, 2017 at 03:24:35PM -0500, Mario Castelán Castro wrote:
> On 17/08/17 13:31, Nicolas George wrote:

[...]

> > Please remember not to top-post.
> 
> Both bottom posting and top posting each have their own disadvantages.

The general convention here is to only quote the relevant parts you
are replying to. For long threads this tends to work better.

Worst is, of course, mixing styles :-)

But in general, folks here tend to be tolerant. And yes, there's a
wiki entry encouraging "in-line" quoting [1].

> Bottom posting requires scrolling past text that may be not needed. Top
> posting puts the messages in reverse chronological order, which is not
> something bad by itself.

That's why you shoulnd't include the whole message, but snip the
relevant parts you are answering to. Believe me, for long threads,
this tends to work best.
 
> When I explicitly want a quote to reply to a specific parts of a
> message, I post after the parts, as in this message; I don't know if
> that would still be considered bottom posting.

Yes, exactly. If someone needs the unabridged original post, it's either
in her mailbox or in the archives.

>   When I am including the
> previous message *only* for reference, I use top posting because the
> previous message is also archived in the inbox of the other users, so
> the quotation included for reference is of secondary importance, and
> therefore IMO should go after the *important* (new) information, that
> is, at the bottom.

But that's why the original message isn't needed as a copy in the
first place.

> Is there a rule, guideline or de-facto standard mandating either style
> in debian-user?

See [1] (there are also other hints on that page). Also [2] is a good
reference.

[1] 
https://wiki.debian.org/FAQsFromDebianUser#What_is_top-posting_.28and_why_shouldn.27t_I_do_it.29.3F
[2] https://www.debian.org/MailingLists/

Cheers
- -- tomás
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlmWAegACgkQBcgs9XrR2kb2xgCffB4H+pR5piD29rDi2w3d6eqX
1egAnjrcCkv4wHQJzJxEk8JKMkoFVEgm
=3lRP
-END PGP SIGNATURE-



Re: debian-user is only for English text

2017-08-17 Thread Brad Rogers
On Thu, 17 Aug 2017 15:30:08 -0500
Mario Castelán Castro  wrote:

Hello Mario,

>Maybe you can use a learning e-mail spam filter (e.g.: bogofilter,
>sylfilter, or the one built into your MUA – if any). I do not know how
>effective the “learning” part is, but maybe it is worth a try.

I do use bogofilter in CM, but since these spam messages all have foreign
(to me) language Subject headers, I can simply enter some relevant words
into a regex, and delete the messages on the server.  I never download
them that way.

-- 
 Regards  _
 / )   "The blindingly obvious is
/ _)radnever immediately apparent"
Age of destruction, age of oblivion
Neuromancer - Billy Idol


pgpp_HB7x3leZ.pgp
Description: OpenPGP digital signature


Re: What tool can I use to make efficient incremental backups?

2017-08-17 Thread Mario Castelán Castro
Thanks for your answer.

Let me know if I understood your approach correctly. You have a
directory in a btrfs filesystem that is the target of your backups. When
you make a backup, you take a brtfs snapshot of this directory and
*then* use rsync. Is this correct?

Regards.

On 17/08/17 12:50, Nicolas George wrote:
> [[elided]]
> 
> We used a similar setup on a server, using the rsnapshot script. But we
> have users with huge mbox files that were copied entirely each time. We
> changed for a setup with normal rsync (no --link-dest) and btrfs
> snapshots, it increased the efficiency (storage and disk bandwidth)
> dramatically.
> 
> Regards,



signature.asc
Description: OpenPGP digital signature


debian

2017-08-17 Thread diego leon giraldo garcia
me disculpan pero soy nuevo por aca y solo respondi de inmediato, ya lo
tendre en cuenta. si es un equipo antiguo board MSI 6734 (KM4M), con una GB
de ram DDR1. queria destinar ese equipo para linux para aprender a
cacharrearle bastante. tengo otro con windows 10 MSI GF615M-p33 procesador
doble amd X2 y 2 GB de ram DDR3. tal vez considere hacer al contrario.
pasar windows al viejo y dejar el nuevo para Debian.
puede ser el problema el cd1, lo quemare de nuevo o me consigo el DVD.
gracias a los que respondierón. cualquier duda los estare molestando,
quiero aprender a manejar linux en forma.
 si ahora rrespondia desde un movil.


Re: debian-user is only for English text

2017-08-17 Thread Mario Castelán Castro
On 17/08/17 12:25, Brad Rogers wrote:
> [[elided]]
> 
> The people you're addressing don't even read this list.  They're
> spammers or, even worse, (stupidly) responding to spam.

Thanks for your reply. Given that I do not understand that language, I
assumed it was an actual user.



signature.asc
Description: OpenPGP digital signature


Re: What tool can I use to make efficient incremental backups?

2017-08-17 Thread Mario Castelán Castro
On 17/08/17 12:10, Fungi4All wrote:
> [[elided]]
> Stay with rsync

Why? Isn't there a more efficient alternative?



signature.asc
Description: OpenPGP digital signature


Re: Monitor won't come back from power-saving sleep

2017-08-17 Thread Felix Miata
Kynn Jones composed on 2017-08-17 13:14 (UTC-0400):

> I just installed Debian on a (legacy) Optiplex 9010 desktop, and I'm
> working through some kinks.

> The most serious one, by far, is that the monitor won't wake up after it
> goes goes dark to save power.

> Curiously enough, the problem occurs only when X11 is running; otherwise,
> hitting the shift key on the keyboard brings the monitor right back.

> I have tweaked the BIOS settings to enable waking the computer from sleep
> through USB-connected devices, and also wake-on-lan and wake-on-wlan.

> How can I troubleshoot this problem further? 

Is this a multiboot with Windows installation? If yes, is the problem similar
booted to Windows? If yes, complain to Dell about the display, and be sure to
not mention Linux.

Is the display also a Dell?

Is the display one with GUI BIO/firmware setup rather than good old fashioned
80x25 text?

One of my Dell displays has similar trouble: if connected via conventional
DisplayPort cable, it must be powered up before powering up PC for display sleep
to function correctly. It also has MiniDisplayPort, VGA, HDMI and DVI-D ports
that worth normally. Searching the web I found this and similar problems are not
rare.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/



Re: kvm/qemu virtual machine can't find hard drives

2017-08-17 Thread Mario Castelán Castro
Have you passed the appropriate options to QEMU? You *must* use “-drive
file=...”. For example “-drive file=/dev/sda”. Read the QEMU manual for
details. QEMU does not gives the the guest is access to host devices by
default; that would be a very high security risk.

On 17/08/17 12:06, Gary Roach wrote:
> Hi all,
> 
> Debian 9 (Stretch) system
> KDE Desktop
> MSI970A-G43 motherboard
> AMD FX 4350 processor - not overclocked
> 
> Ive been trying to get a virtual machine set up and have run into
> problems with both virtualbox and kvm/qemu packages. I have a very messy
> project (Elmer fem) and want things completely walled off from my
> regular system. So I opted for a virtual machine.
> 
> The kvm/qemu package seems to install properly (no errors). But when I
> try to install Debian 9 into it, the installer can't find my two hard
> drives sda and sdb. It then ask me to pick from a long list of drivers.
> I haven't been able to determine what the drivers should be for my
> system.  Sda is boot drive, 500 Gb WD160 and the there is a WD10 1 Tb,
> ext4 blank drive. Both drives show up on Dolphin so they must be mounted.
> 
> Am I missing some library or something? Any help will be greatly
> appreciated.
> 
> Gary R.
> 



signature.asc
Description: OpenPGP digital signature


debian-user is only for English text

2017-08-17 Thread Mario Castelán Castro
Please write *only English* in this mailing list. You can find
counterparts to “debian-user” in other languages in
.



signature.asc
Description: OpenPGP digital signature


What tool can I use to make efficient incremental backups?

2017-08-17 Thread Mario Castelán Castro
Hello.

Currently I use rsync to make the backups of my personal data, including
some manually selected important files of system configuration. I keep
old backups to be more safe from the scenario where I have deleted
something important, I make a backup, and I only notice the deletion
afterwards.

Each backup snapshot is stored in its own directory. There is much
redundancy between subsequent backups. I use the option "--link-dest" to
make hard links and thus save space for files that are *identical* to an
already-existing file in the backup repository. but this is still
inefficient. Any change to a file, even to its metadata (permission,
modification time, etc.), will result in the file being saved at whole,
instead of a delta.

Can you suggest a more efficient alternative?

I know about bup  but I have not used it
because it warns that “This is a very early version. Therefore it will
most probably not work for you, but we don't know why. It is also
missing some probably-critical features.”.

I also know about obnam. Unfortunately, the main author it has been
announced that it will be unmaintained because it has become a piece of
engineering, with all the ugly consequences of that, and real
engineering is “not fun” for him.

Thanks.



signature.asc
Description: OpenPGP digital signature


Re: What tool can I use to make efficient incremental backups?

2017-08-17 Thread Nicolas George
Le decadi 30 thermidor, an CCXXV, Mario Castelán Castro a écrit :
> Let me know if I understood your approach correctly. You have a
> directory in a btrfs filesystem that is the target of your backups. When
> you make a backup, you take a brtfs snapshot of this directory and
> *then* use rsync. Is this correct?

No, it is the other way around: we rsync the data to a directory stored
on a btrfs filesystem, and then we make a snapshot of that directory.
With btrfs's CoW, only the parts of the files that have changed use
space.

Hum, I think it requires the --inplace option.

> On 17/08/17 12:50, Nicolas George wrote:

Please remember not to top-post.

Regards,

-- 
  Nicolas George



Re: How to get around ntpd catch-22?

2017-08-17 Thread Mario Castelán Castro
Good to know.

I was going to suggest that maybe your Internet connection was failing,
but I did not do so because you checked it with another machine.

On 17/08/17 11:04, Kynn Jones wrote:
> It appears that the problem was a network misconfiguration (outside of my
> control), and it is now resolved.
> 
> Sorry for the confusing query.



signature.asc
Description: OpenPGP digital signature


Re: What tool can I use to make efficient incremental backups?

2017-08-17 Thread Nicolas George
Le decadi 30 thermidor, an CCXXV, Mario Castelán Castro a écrit :
> Currently I use rsync to make the backups of my personal data, including
> some manually selected important files of system configuration. I keep
> old backups to be more safe from the scenario where I have deleted
> something important, I make a backup, and I only notice the deletion
> afterwards.
> 
> Each backup snapshot is stored in its own directory. There is much
> redundancy between subsequent backups. I use the option "--link-dest" to
> make hard links and thus save space for files that are *identical* to an
> already-existing file in the backup repository. but this is still
> inefficient. Any change to a file, even to its metadata (permission,
> modification time, etc.), will result in the file being saved at whole,
> instead of a delta.
> 
> Can you suggest a more efficient alternative?

We used a similar setup on a server, using the rsnapshot script. But we
have users with huge mbox files that were copied entirely each time. We
changed for a setup with normal rsync (no --link-dest) and btrfs
snapshots, it increased the efficiency (storage and disk bandwidth)
dramatically.

Regards,

-- 
  Nicolas George



Re: debian-user is only for English text

2017-08-17 Thread Brad Rogers
On Thu, 17 Aug 2017 12:38:41 -0500
Mario Castelán Castro  wrote:

Hello Mario,

>Thanks for your reply. Given that I do not understand that language, I

You're welcome.  I don't understand most of it, either.  Google manages
to identify and translate it easily enough, though.

>assumed it was an actual user.

It's frustrating, I know, seeing all that stuff.  The regex I use to
delete it is getting ever larger.   :-(

-- 
 Regards  _
 / )   "The blindingly obvious is
/ _)radnever immediately apparent"
What do you call that noise, that you put on?
This Is Pop - XTC


pgpUK3as1O8O4.pgp
Description: OpenPGP digital signature


Re: Debian 7.8.0.

2017-08-17 Thread Miguel Matos
2017-08-17 13:29 GMT-04:00 Felix Perez :
> El 17 de agosto de 2017, 11:20, diego leon giraldo garcia
>  escribió:
>> En un disco duro de 80GB utilizando todo el disco
>
> Eso no dice nada.  pero asumo que es un equipo antiguo, ¿Pero qué equipo?
> Debes dar mayores antecedentes.
>
> Sigues respondiéndome a mí y no a la lista.
>
> Sin animo de ofender pero revisa los siguientes dos enlaces:
> normas de la lista:  http://wiki.debian.org/es/NormasLista
> y también http://www.sindominio.net/ayuda/preguntas-inteligentes.html
>

Y también sugiero agregar a tus contactos el correo de la lista, para
que lo puedas elegir como respuesta. Y me parece que estás escribiendo
desde un móvil (no sé si eso explique ciertas palabras aleatorias que
se están cambiando)

> No has respondido las otras preguntas.
>
>>
>> El 17/08/2017 9:08 a. m., "Felix Perez" 
>> escribió:
>>>
>>> El 16 de agosto de 2017, 12:59, diego leon giraldo garcia
>>>  escribió:
>>> > si,  ya lo hice a la lista. ya entendi gracias
>>> >
>>> > El 16 de agosto de 2017, 10:52, Felix Perez
>>> > 
>>> > escribió:
>>> >>
>>> >> El 16 de agosto de 2017, 11:53, diego leon giraldo garcia
>>> >>  escribió:
>>> >> > no te entiendo, si leiste mi problema con la instalación? de debian
>>> >> > 7.8
>>> >> >
>>> >> Estimado esta es una lista, si solo me respondes a mi solo yo veré tu
>>> >> problema y si no se o no tengo tiempo no podré ayudarte, en cambio si
>>> >> lo diriges a la lista alguien más lo podrá ver y ayudarte.
>>> >>
>>> >> Recibí y ahora entiendo que estás haciendo pero ahora no tengo mucho
>>> >> tiempo para darte una solución.
>>> >>
>>> >> Se considera inapropiado en contestar al privado en una lista salvo
>>> >> que se solicite expresamente.
>>> >>
>>> >> Saludos.
>>> >>
>>> >>
>>> >> > El 16 de agosto de 2017, 8:57, diego leon giraldo garcia
>>> >> >  escribió:
>>> >> >>
>>> >> >> gracias . te aclaro.
>>> >> >> si es wheezy 7.8 descargue los cd y tratando de instalar debian 7.8
>>> >> >> al
>>> >> >> terminar con el primer cd, me pregunta que si deseo analizar otro cd
>>> >> >> y
>>> >> >> le
>>> >> >> digo que si, entonces me dice que ya se analizo cd1 que si deseo
>>> >> >> analizar
>>> >> >> otro, le digo que si le digo que pero igual no me deja continuar con
>>> >> >> la
>>> >> >> instalación no me abre la bandeja para extraer el cd1, la abro
>>> >> >> manualmente
>>> >> >> ,meto el cd2 y tampoco funciona lo dejo que termine pero tampoco me
>>> >> >> pide el
>>> >> >> cd2 donde esta el problema?
>>>
>>> Partiendo de nuevo:
>>> - ¿En donde intentas instalar Debian? (Hardware)
>>> - ¿Por qué 7 y no 8 o testing?
>>> - ¿Puedes seguir la instalación con el primer CD?
>>> - ¿Puedes bajar el DVD y probar instalando desde ahí?
>>>
>>> Saludos.
>>>
>>>
>>> --
>>> usuario linux  #274354
>>> normas de la lista:  http://wiki.debian.org/es/NormasLista
>>> como hacer preguntas inteligentes:
>>> http://www.sindominio.net/ayuda/preguntas-inteligentes.html
>>>
>>
>
>
>
> --
> usuario linux  #274354
> normas de la lista:  http://wiki.debian.org/es/NormasLista
> como hacer preguntas inteligentes:
> http://www.sindominio.net/ayuda/preguntas-inteligentes.html
>



-- 

Ayuda para hacer preguntas inteligentes: http://is.gd/NJIwRz



Re: Nommage partitions + grub

2017-08-17 Thread Pascal Hambourg

Le 16/08/2017 à 22:20, andre_deb...@numericable.fr a écrit :

/boot/grub/device.map :

Aucun rapport ni aucun intérêt ici. Ce fichier sert uniquement à faire
la correspondance entre les noms de périphériques sous Linux (/dev/sdX)
et les noms de périphériques sous GRUB (hdN). Ça ne sert à rien si on
utilise les UUID ou labels pour désigner les partitions dans grub.cfg,
comme on devrait le faire et comme c'est le cas par défaut :


Même avec l'info UUID, Grub ne voyait pas ces partitions, juste /dev/sda1


J'avais bien écrit "aucun rapport". Les UUID servent juste à rendre le 
fonctionnement de GRUB et du système indépendant de la numérotation des 
disques et partitions.



Si je comprends bien, quelqu'un avait modifié les permissions de ce
fichier pour qu'il ne soit plus exécuté au lieu de le désactiver
proprement dans /etc/default/grub avec GRUB_DISABLE_OS_PROBER=true ou de
désinstaller le paquet os-prober auquel il appartient ?
C'est pas joli joli... :


Faudra le dire à notre admin-sys :-)


Je n'ai pas l'honneur de le connaître.


GRUB_DISABLE_OS_PROBER=true : arrête la détection des partitions
GRUB_DISABLE_OS_PROBER=false : valide la détection des partitions :
Right ?


Oui. Pas besoin de mettre la valeur à false, c'est le comportement par 
défaut.




Re: kvm/qemu virtual machine can't find hard drives

2017-08-17 Thread Bob Weber
On 8/17/17 1:06 PM, Gary Roach wrote:
> Hi all,
>
> Debian 9 (Stretch) system
> KDE Desktop
> MSI970A-G43 motherboard
> AMD FX 4350 processor - not overclocked
>
> Ive been trying to get a virtual machine set up and have run into problems
> with both virtualbox and kvm/qemu packages. I have a very messy project (Elmer
> fem) and want things completely walled off from my regular system. So I opted
> for a virtual machine.
>
> The kvm/qemu package seems to install properly (no errors). But when I try to
> install Debian 9 into it, the installer can't find my two hard drives sda and
> sdb. It then ask me to pick from a long list of drivers. I haven't been able
> to determine what the drivers should be for my system.  Sda is boot drive, 500
> Gb WD160 and the there is a WD10 1 Tb, ext4 blank drive. Both drives show up
> on Dolphin so they must be mounted.
>
> Am I missing some library or something? Any help will be greatly appreciated.
>
> Gary R.
>
Usually the qemu vm runs from a file (created by qemu-img) set up as a disk
drive by qemu.  I use Virtual Machine Manager (along with libvirtd) which can do
all the hard stuff for you.  I usually make my own virtual drive files with
qemu-img and let Virtual Machine Manager control access to them.  libvirtd does
a good job of letting you run qemu from your user account and access the
necessary resources on the host machine.  libvirtd sets up all the network
devices and bridges needed to access the real world. Virtual Machine Manager can
connect to USB devices on the host machine, manage CD drive access (either to
hardware cd drive or iso images ... like an install image), boot devices
(usually the sda drive or cd drive), the amount of memory for each vm and
additional drive you may want (like to try multi disk raid).   Virtual Machine
Manager opens up a vnc (or spice) window where you can see the output from the
vm when it is running on your kde desktop .. either text mode or graphical
mode.  I have about 15 vm's defined.  One runs debian with kde to handle my
weather station.  Another runs win 10 (ug) so I can do my taxes.  Most of the
others are debian and kde testing and unstable installs that I use to test
updates before I commit them to my host desktop machine.

Most debian installs work easily with a 20 or 20 GB virtual drive.  You create
the file necessary with a command like this:

qemu-img create -f qcow2 /home/img/Mymachine/drive.img 30G

This assumes that /home is mounted on your 1TB drive.  Looks like the packages
to get you started are libvirt-daemon-system and virt-manager.

Hope this helps.

...bob




Re: Début de la fin pour Btrfs?

2017-08-17 Thread Pascal Hambourg

Le 17/08/2017 à 10:24, Alban Vidal a écrit :



Citation de l'article Wikipedia sur Btrfs
(https://fr.wikipedia.org/wiki/Btrfs#Co.C3.BBt_associ.C3.A9_en_occupation_disque_et_lacune_sur_la_haute_disponibilit.C3.A9)

« Le fonctionnement interne de Btrfs rend pratiquement impossible de
déterminer la quantité d'espace libre : la commande « df » ne correspond
en effet qu'à l'espace apparent, pas à l'espace réel pouvant être bien
plus grand. Auparavant ce type de problème ne se rencontrait sous Linux
qu'avec les fichiers creux (ou « troués »). »


Je n'ai jamais réussi à comprendre ce concept d'espace apparent. Le 
système de fichiers est bien divisé en blocs, et chaque bloc est libre 
ou occupé, non ? Donc il ne doit pas être bien compliqué de compter les 
blocs libres et occupés ?



Je n'ai pas dit qu'il ne fallait pas essayer, je suis partisan pour
tester les nouveautés. Justement, je fais un retour sur expérience là :)
XFS par exemple, la seule chose que j'ai trouvé à lui reprocher, c'est
la réduction d'une partition, ce qui est extrêmement facile en EXT.


Euh, un système de fichiers ext ne peut être réduit que s'il est démonté 
et a été fsck-é, ce qui n'est pas toujours "extrêmement facile" à faire 
sans arrêter le système. A contrario, un système de fichiers btrfs peut 
être réduit à chaud lors qu'il est monté.



Et qu'en est-il de la récup de données avec divers utilitaires ?

Excellente question, jamais essayé de mon coté ! Mais pareil, il est pas
fait pour les données, et je ne me suis jamais amusé à tenter la
récupération de données sur une racine.


De toute façon la récupération de données effacées, dans le genre 
aléatoire, ça se pose là. Il ne vaut mieux pas compter dessus quel que 
soit le système de fichiers, et ce n'est certainement pas le genre de 
critère sur lequel je me baserais pour choisir un système de fichiers.




Re: Buster: problem changing partition size on a RAID 5 array

2017-08-17 Thread Jimmy Johnson

On 08/13/2017 09:32 PM, Gary Dale wrote:
I just added another drive to my RAID 5 array, so it now has 6. 
Unfortunately I can't seem to use the extra space. After the array 
finished reshaping, I tried to grow the file system but resize2fs 
complained that the file system was already the maximum size. Running 
gdisk revealed the following:


Disk /dev/md1: 39068861440 sectors, 18.2 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): EFF29D11-D982-4933-9B57-B836591DEF02
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 31255089118
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)

Number  Start (sector)End (sector)  Size   Code  Name
12048 31255089118   14.6 TiB8300  Linux filesystem


As you can see, there is a discrepancy between the device size (18.2T) 
and the partition size (14.6T).


cat /proc/mdstat confirms that the device has all the drives running:

md1 : active raid5 sdb1[0] sdh1[6] sdc1[5] sdl1[3] sdm1[2] sdk1[1]
   19534430720 blocks super 1.2 level 5, 512k chunk, algorithm 2 
[6/6] [UU]

   bitmap: 0/30 pages [0KB], 65536KB chunk


Neither fdisk nor gdisk let me create a partition larger than the 
existing one. Nor do they let me create a new partition anywhere except 
in the first 2047 sectors.


I tried commenting out the mount lines in /etc/fstab and rebooting to 
rescue mode but that didn't help.


I finally tried gparted and it immediately noticed the problem and 
offered to fix it. It "found" the free space at the end of the device 
and I was able to resize the existing partition to fill it. I'm now 
using the full array size!


I'm not sure what the problem is that gparted was able to see but fdisk 
and gdisk couldn't and whether this is a bug in mdadm or something else, 
but I thought I should report it somewhere.


I would suggest you boot to a gparted live disc, so none of your 
partitions are mounted and I will just work better.

--
Jimmy Johnson

Ubuntu 14.04 LTS - KDE 4.13.2 - AMD A8-7600 - EXT4 at sda1
Registered Linux User #380263



Re: Début de la fin pour Btrfs?

2017-08-17 Thread Pascal Hambourg

Le 16/08/2017 à 23:22, Pierre L. a écrit :

Humm "fdisk" est inopérant aussi il me semble ?
"Gparted" est aussi dans les choux je crois bien ?


Je ne sais pas concernant Gparted qui a tendance à se mêler de beaucoup 
de choses, mais fdisk ne s'occupe que de la table de partition et se 
moque bien de ce que les partitions contiennent.




Re: Debian 7.8.0.

2017-08-17 Thread Felix Perez
El 17 de agosto de 2017, 11:20, diego leon giraldo garcia
 escribió:
> En un disco duro de 80GB utilizando todo el disco

Eso no dice nada.  pero asumo que es un equipo antiguo, ¿Pero qué equipo?
Debes dar mayores antecedentes.

Sigues respondiéndome a mí y no a la lista.

Sin animo de ofender pero revisa los siguientes dos enlaces:
normas de la lista:  http://wiki.debian.org/es/NormasLista
y también http://www.sindominio.net/ayuda/preguntas-inteligentes.html

No has respondido las otras preguntas.

>
> El 17/08/2017 9:08 a. m., "Felix Perez" 
> escribió:
>>
>> El 16 de agosto de 2017, 12:59, diego leon giraldo garcia
>>  escribió:
>> > si,  ya lo hice a la lista. ya entendi gracias
>> >
>> > El 16 de agosto de 2017, 10:52, Felix Perez
>> > 
>> > escribió:
>> >>
>> >> El 16 de agosto de 2017, 11:53, diego leon giraldo garcia
>> >>  escribió:
>> >> > no te entiendo, si leiste mi problema con la instalación? de debian
>> >> > 7.8
>> >> >
>> >> Estimado esta es una lista, si solo me respondes a mi solo yo veré tu
>> >> problema y si no se o no tengo tiempo no podré ayudarte, en cambio si
>> >> lo diriges a la lista alguien más lo podrá ver y ayudarte.
>> >>
>> >> Recibí y ahora entiendo que estás haciendo pero ahora no tengo mucho
>> >> tiempo para darte una solución.
>> >>
>> >> Se considera inapropiado en contestar al privado en una lista salvo
>> >> que se solicite expresamente.
>> >>
>> >> Saludos.
>> >>
>> >>
>> >> > El 16 de agosto de 2017, 8:57, diego leon giraldo garcia
>> >> >  escribió:
>> >> >>
>> >> >> gracias . te aclaro.
>> >> >> si es wheezy 7.8 descargue los cd y tratando de instalar debian 7.8
>> >> >> al
>> >> >> terminar con el primer cd, me pregunta que si deseo analizar otro cd
>> >> >> y
>> >> >> le
>> >> >> digo que si, entonces me dice que ya se analizo cd1 que si deseo
>> >> >> analizar
>> >> >> otro, le digo que si le digo que pero igual no me deja continuar con
>> >> >> la
>> >> >> instalación no me abre la bandeja para extraer el cd1, la abro
>> >> >> manualmente
>> >> >> ,meto el cd2 y tampoco funciona lo dejo que termine pero tampoco me
>> >> >> pide el
>> >> >> cd2 donde esta el problema?
>>
>> Partiendo de nuevo:
>> - ¿En donde intentas instalar Debian? (Hardware)
>> - ¿Por qué 7 y no 8 o testing?
>> - ¿Puedes seguir la instalación con el primer CD?
>> - ¿Puedes bajar el DVD y probar instalando desde ahí?
>>
>> Saludos.
>>
>>
>> --
>> usuario linux  #274354
>> normas de la lista:  http://wiki.debian.org/es/NormasLista
>> como hacer preguntas inteligentes:
>> http://www.sindominio.net/ayuda/preguntas-inteligentes.html
>>
>



-- 
usuario linux  #274354
normas de la lista:  http://wiki.debian.org/es/NormasLista
como hacer preguntas inteligentes:
http://www.sindominio.net/ayuda/preguntas-inteligentes.html



Re: debian-user is only for English text

2017-08-17 Thread Brad Rogers
On Thu, 17 Aug 2017 11:49:42 -0500
Mario Castelán Castro  wrote:

Hello Mario,

>Please write *only English* in this mailing list. You can find

The people you're addressing don't even read this list.  They're
spammers or, even worse, (stupidly) responding to spam.

-- 
 Regards  _
 / )   "The blindingly obvious is
/ _)radnever immediately apparent"
Now would I say something that wasn't true?
Would I Lie To You - Eurythmics


pgp8JxC4OLtyQ.pgp
Description: OpenPGP digital signature


Re: kvm/qemu virtual machine can't find hard drives

2017-08-17 Thread Dejan Jocic
On 17-08-17, Gary Roach wrote:
> Hi all,
> 
> Debian 9 (Stretch) system
> KDE Desktop
> MSI970A-G43 motherboard
> AMD FX 4350 processor - not overclocked
> 
> Ive been trying to get a virtual machine set up and have run into problems
> with both virtualbox and kvm/qemu packages. I have a very messy project
> (Elmer fem) and want things completely walled off from my regular system. So
> I opted for a virtual machine.
> 
> The kvm/qemu package seems to install properly (no errors). But when I try
> to install Debian 9 into it, the installer can't find my two hard drives sda
> and sdb. It then ask me to pick from a long list of drivers. I haven't been
> able to determine what the drivers should be for my system.  Sda is boot
> drive, 500 Gb WD160 and the there is a WD10 1 Tb, ext4 blank drive. Both
> drives show up on Dolphin so they must be mounted.
> 
> Am I missing some library or something? Any help will be greatly
> appreciated.
> 
> Gary R.
> 

Can you explain steps you used to get to that error message? Think that
you've messed something up in installation process, because installer on
virtual machine should not care about your physical drives, it uses
virtual drives that you've assigned to it. In case that you would like
easy to use install process for qemu-kvm, I would suggest you to install
virt-manager, that is GUI frontend for managing virtual machines.




Monitor won't come back from power-saving sleep

2017-08-17 Thread Kynn Jones
I just installed Debian on a (legacy) Optiplex 9010 desktop, and I'm
working through some kinks.

The most serious one, by far, is that the monitor won't wake up after it
goes goes dark to save power.

Curiously enough, the problem occurs only when X11 is running; otherwise,
hitting the shift key on the keyboard brings the monitor right back.

I have tweaked the BIOS settings to enable waking the computer from sleep
through USB-connected devices, and also wake-on-lan and wake-on-wlan.

How can I troubleshoot this problem further?


Re: How to get around ntpd catch-22?

2017-08-17 Thread Mario Castelán Castro
Dear sir, unfortunately I do not have a solution to your problem, but I
want to note that in “Failed to start ntpd.service: Unit nptd.service
not found.” the name of ntpd was spelled “nptd”; maybe that is the
source of the problem.

It does not appear to me that ntp is preventing the network from
restarting, because I see a line “-- The start-up result is done.”.
Though I can easily be wrong, as I am no expert in systemd.

However, if the ntp package is really causing a problem, and
reinstalling is not possible, the obvious solution would be to remove
it, and install it again if required after Internet connection is
established.

I use chrony instead of ntp. It appears to be better documented,
designed and maintained.

Regards.

On 17/08/17 09:51, Kynn Jones wrote:
> I installed Debian on a (legacy) Optiplex 9010 desktop, using a minimal USB
> installation image, and netinst.  IOW, most of the contents of this
> installation came in through the network (which rules out the most serious
> hardware issues).
> 
> One day later, the network connection suddenly stopped working, at all.
> For example, the response to `ping 8.8.8.8` is now `connect: Network is
> unreachable`.
> 
> The problem is with the computer not with the jack, because if I plug a
> different computer to the same jack the connection works fine.
> 
> I did not touch any network-related config files, so I can't begin to guess
> what could have caused this sudden failure.
> 
> If I run `/etc/init.d/networking restart`, the output just says `Restarting
> networking (via systemctl): networking.service`.  At the end of this
> message I post the relevant lines from the output I get if I then run
> `journalctl -xe` immediately after.
> 
> One can see that the restart of the network is failing due to an ntpd
> problem.
> 
> If I attempt to restart ntpd, I get the error "Failed to start
> ntpd.service: Unit nptd.service not found."
> 
> This makes no sense to me: ntpd was clearly available and working for
> several hours before this sudden failure.  The package is definitely
> installed, and the error above persists even after I run `dpkg-reconfigure
> -p low ntp` (which requires no input from me).
> 
> The only fix I can think of at this point would be to reinstall ntp
> altogether, but I can't do this without an internet connection, so I have a
> Catch-22 situation.
> 
> How can I fix this problem without having an internet connection?
> 
> ---
> 
> Aug 17 10:00:42 myhost ntpd[757]: error resolving pool 3.debian.pool.ntp.org:
> Temporary failure in name resolution (-3)
> Aug 17 10:00:45 myhost systemd[1]: Stopping Raise network interfaces...
> -- Subject: Unit networking.service has begun shutting down
> -- Defined-By: systemd
> -- Support: https://www.debian.org/support
> 



signature.asc
Description: OpenPGP digital signature


Re: What tool can I use to make efficient incremental backups?

2017-08-17 Thread Fungi4All
> From: marioxcc...@yandex.com
> To: debian-user 
>
> Hello.
>
> Currently I use rsync to make the backups of my personal data, including
> some manually selected important files of system configuration. I keep
> old backups to be more safe from the scenario where I have deleted
> something important, I make a backup, and I only notice the deletion
> afterwards.
>
> Each backup snapshot is stored in its own directory. There is much
> redundancy between subsequent backups. I use the option "--link-dest" to
> make hard links and thus save space for files that are *identical* to an
> already-existing file in the backup repository. but this is still
> inefficient. Any change to a file, even to its metadata (permission,
> modification time, etc.), will result in the file being saved at whole,
> instead of a delta.
>
> Can you suggest a more efficient alternative?
>
> I know about bup  but I have not used it
> because it warns that “This is a very early version. Therefore it will
> most probably not work for you, but we don"t know why. It is also
> missing some probably-critical features.”.
>
> I also know about obnam. Unfortunately, the main author it has been
> announced that it will be unmaintained because it has become a piece of
> engineering, with all the ugly consequences of that, and real
> engineering is “not fun” for him.
>
> Thanks.

Stay with rsync

kvm/qemu virtual machine can't find hard drives

2017-08-17 Thread Gary Roach

Hi all,

Debian 9 (Stretch) system
KDE Desktop
MSI970A-G43 motherboard
AMD FX 4350 processor - not overclocked

Ive been trying to get a virtual machine set up and have run into 
problems with both virtualbox and kvm/qemu packages. I have a very messy 
project (Elmer fem) and want things completely walled off from my 
regular system. So I opted for a virtual machine.


The kvm/qemu package seems to install properly (no errors). But when I 
try to install Debian 9 into it, the installer can't find my two hard 
drives sda and sdb. It then ask me to pick from a long list of drivers. 
I haven't been able to determine what the drivers should be for my 
system.  Sda is boot drive, 500 Gb WD160 and the there is a WD10 1 Tb, 
ext4 blank drive. Both drives show up on Dolphin so they must be mounted.


Am I missing some library or something? Any help will be greatly 
appreciated.


Gary R.



RE : Je veux me réjouir comme une reine. Andrea

2017-08-17 Thread giseleferrand
grosse cochonne va te faire voir

 Le :17 août 2017 à 17:31 (GMT +02:00)
De :"Andrea Goriceta" coralie...@orange.fr
À :"debian-user@lists.debian.org" debian-user@lists.debian.org
Objet :Je veux me réjouir comme une reine. Andrea


Voudrais-tu être mon roi? 
http://bitly.com/2wjdj6l

Re: How to get around ntpd catch-22?

2017-08-17 Thread Jude DaShiell

settings for this are in /etc/systemd/timesyncd.conf.
On Thu, 17 Aug 2017, 
Kynn Jones wrote:



Date: Thu, 17 Aug 2017 10:51:15
From: Kynn Jones 
To: Debian User 
Subject: How to get around ntpd catch-22?
Resent-Date: Thu, 17 Aug 2017 14:51:44 + (UTC)
Resent-From: debian-user@lists.debian.org

I installed Debian on a (legacy) Optiplex 9010 desktop, using a minimal USB
installation image, and netinst.  IOW, most of the contents of this
installation came in through the network (which rules out the most serious
hardware issues).

One day later, the network connection suddenly stopped working, at all.
For example, the response to `ping 8.8.8.8` is now `connect: Network is
unreachable`.

The problem is with the computer not with the jack, because if I plug a
different computer to the same jack the connection works fine.

I did not touch any network-related config files, so I can't begin to guess
what could have caused this sudden failure.

If I run `/etc/init.d/networking restart`, the output just says `Restarting
networking (via systemctl): networking.service`.  At the end of this
message I post the relevant lines from the output I get if I then run
`journalctl -xe` immediately after.

One can see that the restart of the network is failing due to an ntpd
problem.

If I attempt to restart ntpd, I get the error "Failed to start
ntpd.service: Unit nptd.service not found."

This makes no sense to me: ntpd was clearly available and working for
several hours before this sudden failure.  The package is definitely
installed, and the error above persists even after I run `dpkg-reconfigure
-p low ntp` (which requires no input from me).

The only fix I can think of at this point would be to reinstall ntp
altogether, but I can't do this without an internet connection, so I have a
Catch-22 situation.

How can I fix this problem without having an internet connection?

---

Aug 17 10:00:42 myhost ntpd[757]: error resolving pool 3.debian.pool.ntp.org:
Temporary failure in name resolution (-3)
Aug 17 10:00:45 myhost systemd[1]: Stopping Raise network interfaces...
-- Subject: Unit networking.service has begun shutting down
-- Defined-By: systemd
-- Support: https://www.debian.org/support



--



Re: How to get around ntpd catch-22?

2017-08-17 Thread Jude DaShiell

Have you tried:
sudo -H systemd-timesyncd.service 
sudo -H timedatectl set-ntp true 
timedatectl  or
journalctl -f -u systemd-timesyncd.service 
to monitor the service?
On Thu, 17 Aug 2017, Kynn 
Jones 
wrote:



Date: Thu, 17 Aug 2017 10:51:15
From: Kynn Jones 
To: Debian User 
Subject: How to get around ntpd catch-22?
Resent-Date: Thu, 17 Aug 2017 14:51:44 + (UTC)
Resent-From: debian-user@lists.debian.org

I installed Debian on a (legacy) Optiplex 9010 desktop, using a minimal USB
installation image, and netinst.  IOW, most of the contents of this
installation came in through the network (which rules out the most serious
hardware issues).

One day later, the network connection suddenly stopped working, at all.
For example, the response to `ping 8.8.8.8` is now `connect: Network is
unreachable`.

The problem is with the computer not with the jack, because if I plug a
different computer to the same jack the connection works fine.

I did not touch any network-related config files, so I can't begin to guess
what could have caused this sudden failure.

If I run `/etc/init.d/networking restart`, the output just says `Restarting
networking (via systemctl): networking.service`.  At the end of this
message I post the relevant lines from the output I get if I then run
`journalctl -xe` immediately after.

One can see that the restart of the network is failing due to an ntpd
problem.

If I attempt to restart ntpd, I get the error "Failed to start
ntpd.service: Unit nptd.service not found."

This makes no sense to me: ntpd was clearly available and working for
several hours before this sudden failure.  The package is definitely
installed, and the error above persists even after I run `dpkg-reconfigure
-p low ntp` (which requires no input from me).

The only fix I can think of at this point would be to reinstall ntp
altogether, but I can't do this without an internet connection, so I have a
Catch-22 situation.

How can I fix this problem without having an internet connection?

---

Aug 17 10:00:42 myhost ntpd[757]: error resolving pool 3.debian.pool.ntp.org:
Temporary failure in name resolution (-3)
Aug 17 10:00:45 myhost systemd[1]: Stopping Raise network interfaces...
-- Subject: Unit networking.service has begun shutting down
-- Defined-By: systemd
-- Support: https://www.debian.org/support



--



Re: Voglio gioire come una regina. Cecilia

2017-08-17 Thread Luigi Ariati
ciao 

Il Giovedì 17 Agosto 2017 17:11, Cecilia Foshiyaa  ha 
scritto:
 

 
Vuoi essere il mio re? 
http://bit.ly/2uTTYoK


   

re: Je veux me réjouir comme une reine. Solene

2017-08-17 Thread Mireille Barrera
DE QUOI S AGTIL IL SVP
 
 
 
 
> Message du 17/08/17 17:19> De : "Solene Daovone" > A : 
> debian-user@lists.debian.org> Copie à : > Objet : Je veux me réjouir comme 
> une reine. Solene> > Voudrais-tu être mon roi? http://bit.ly/2whBz9c

Re: How to get around ntpd catch-22?

2017-08-17 Thread Kynn Jones
It appears that the problem was a network misconfiguration (outside of my
control), and it is now resolved.

Sorry for the confusing query.


Re: How to get around ntpd catch-22?

2017-08-17 Thread Greg Wooledge
On Thu, Aug 17, 2017 at 10:00:48AM -0500, Mario Castelán Castro wrote:
> Dear sir, unfortunately I do not have a solution to your problem, but I
> want to note that in “Failed to start ntpd.service: Unit nptd.service
> not found.” the name of ntpd was spelled “nptd”; maybe that is the
> source of the problem.

In fact, they are both wrong, at least in stretch.

wooledg:~$ LC_ALL=C systemctl status ntp
* ntp.service - LSB: Start NTP daemon
   Loaded: loaded (/etc/init.d/ntp; generated; vendor preset: enabled)
   Active: active (running) since Mon 2017-08-07 08:07:33 EDT; 1 weeks 3 days ag
 Docs: man:systemd-sysv-generator(8)
  Process: 580 ExecStart=/etc/init.d/ntp start (code=exited, status=0/SUCCESS)
Tasks: 2 (limit: 4915)
   CGroup: /system.slice/ntp.service
   `-606 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 109:113

The service is spelled "ntp.service".  There is not currently a systemd
unit file for it; it's using the init.d script named "ntp" instead.

Beyond that, I have no idea what caused the OP's problem.



Re: Debian 7.8.0.

2017-08-17 Thread diego leon giraldo garcia
Eso considere también, creo que lo quedaré de nuevo gracias

El 17/08/2017 9:45 a. m., "JAP"  escribió:

> El 17/08/17 a las 11:31, diego leon giraldo garcia escribió:
>
>> Porque esa versión es la que tengo descargada y quemada en los cd Comité
>> dije no me permite pasar del cd 1,no me aparece la opción de meter el cd2,
>> le digo que si y le digo que no a la pregunta que si deseo analizar otro cd
>> y no funciona ninguna de las dos opciones. Saque el cd manual y meto el cd2
>> pero tampoco. Lo dejo que termine pero no me pide el cd2 sino replica en
>> red. Dónde está el problema? Debería pedir que introduzca el cd2 para
>> continuar no?
>>
>
> NO HAGAS "TOP-POSTING"
>
> El problema lo tenés en los CDs.
> Algún "glitch".
> Nunca nada es perfecto.
>
> Un posibilidad, es que si te pide réplica de red, indiques la que te mandé
> antes:
>
> http://ftp.debian.org/debian/dists/wheezy/
>
> Con eso, tendrás todo disponible.
>
> Si no tienes acceso a internet, deberás volver a quemar el disco 1.
>
> JAP
>
>


How to get around ntpd catch-22?

2017-08-17 Thread Kynn Jones
I installed Debian on a (legacy) Optiplex 9010 desktop, using a minimal USB
installation image, and netinst.  IOW, most of the contents of this
installation came in through the network (which rules out the most serious
hardware issues).

One day later, the network connection suddenly stopped working, at all.
For example, the response to `ping 8.8.8.8` is now `connect: Network is
unreachable`.

The problem is with the computer not with the jack, because if I plug a
different computer to the same jack the connection works fine.

I did not touch any network-related config files, so I can't begin to guess
what could have caused this sudden failure.

If I run `/etc/init.d/networking restart`, the output just says `Restarting
networking (via systemctl): networking.service`.  At the end of this
message I post the relevant lines from the output I get if I then run
`journalctl -xe` immediately after.

One can see that the restart of the network is failing due to an ntpd
problem.

If I attempt to restart ntpd, I get the error "Failed to start
ntpd.service: Unit nptd.service not found."

This makes no sense to me: ntpd was clearly available and working for
several hours before this sudden failure.  The package is definitely
installed, and the error above persists even after I run `dpkg-reconfigure
-p low ntp` (which requires no input from me).

The only fix I can think of at this point would be to reinstall ntp
altogether, but I can't do this without an internet connection, so I have a
Catch-22 situation.

How can I fix this problem without having an internet connection?

---

Aug 17 10:00:42 myhost ntpd[757]: error resolving pool 3.debian.pool.ntp.org:
Temporary failure in name resolution (-3)
Aug 17 10:00:45 myhost systemd[1]: Stopping Raise network interfaces...
-- Subject: Unit networking.service has begun shutting down
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- Unit networking.service has begun shutting down.
Aug 17 10:00:46 myhost systemd[1]: Stopped Raise network interfaces.
-- Subject: Unit networking.service has finished shutting down
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- Unit networking.service has finished shutting down.
Aug 17 10:00:46 myhost systemd[1]: Starting Raise network interfaces...
-- Subject: Unit networking.service has begun start-up
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- Unit networking.service has begun starting up.
Aug 17 10:00:46 myhost systemd[1]: Started Raise network interfaces.
-- Subject: Unit networking.service has finished start-up
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- Unit networking.service has finished starting up.
-- 
-- The start-up result is done.
Aug 17 10:00:48 myhost ntpd[757]: error resolving pool 2.debian.pool.ntp.org:
Temporary failure in name resolution (-3)
Aug 17 10:00:49 myhost ntpd[757]: error resolving pool 1.debian.pool.ntp.org:
Temporary failure in name resolution (-3)


Re: Debian 7.8.0.

2017-08-17 Thread diego leon giraldo garcia
Porque esa versión es la que tengo descargada y quemada en los cd Comité
dije no me permite pasar del cd 1,no me aparece la opción de meter el cd2,
le digo que si y le digo que no a la pregunta que si deseo analizar otro cd
y no funciona ninguna de las dos opciones. Saque el cd manual y meto el cd2
pero tampoco. Lo dejo que termine pero no me pide el cd2 sino replica en
red. Dónde está el problema? Debería pedir que introduzca el cd2 para
continuar no?

El 17/08/2017 9:20 a. m., "JAP"  escribió:

> El 17/08/17 a las 11:07, Felix Perez escribió:
>
>> Partiendo de nuevo:
>> - ¿En donde intentas instalar Debian? (Hardware)
>> - ¿Por qué 7 y no 8 o testing?
>> - ¿Puedes seguir la instalación con el primer CD?
>> - ¿Puedes bajar el DVD y probar instalando desde ahí?
>>
>> Saludos.
>>
>
>
> Te sugiero:
> 1 - Usar el cd/usb de "netinstall"
> http://cdimage.debian.org/mirror/cdimage/archive/7.11.0/i386
> /iso-cd/debian-7.11.0-i386-netinst.iso
>
> 2 - Usar estos repositorios:
> http://ftp.debian.org/debian/dists/wheezy/
> http://ftp.debian.org/debian/dists/wheezy-updates/
> http://ftp.debian.org/debian/dists/wheezy-proposed-updates/
> http://ftp.debian.org/debian/dists/wheezy-backports/
> http://ftp.debian.org/debian/dists/wheezy-backports-sloppy/
>
> 3 - NO USAR:
>
> http://security.debian.org/ wheezy/updates
> Tiene un parche de seguridad que bloquea a algunos navegadores, como
> Chromium.
>
> http://www.deb-multimedia.org wheezy
> Tiene codecs que bloquean y generan problemas de dependencias en VLC y
> algún otro reproductor multimedia.
>
> 4 - Más que copiar todo en CD/DVD, te recomiendo hacer en un disco un
> "mirror" de los cinco repositorios del punto 2. La rama de los binarios
> i386 ocupa unos 50GB.
>
> JAP
>
>


Re: Debian 7.8.0.

2017-08-17 Thread JAP

El 17/08/17 a las 11:07, Felix Perez escribió:

Partiendo de nuevo:
- ¿En donde intentas instalar Debian? (Hardware)
- ¿Por qué 7 y no 8 o testing?
- ¿Puedes seguir la instalación con el primer CD?
- ¿Puedes bajar el DVD y probar instalando desde ahí?

Saludos.



Te sugiero:
1 - Usar el cd/usb de "netinstall"
http://cdimage.debian.org/mirror/cdimage/archive/7.11.0/i386/iso-cd/debian-7.11.0-i386-netinst.iso

2 - Usar estos repositorios:
http://ftp.debian.org/debian/dists/wheezy/
http://ftp.debian.org/debian/dists/wheezy-updates/
http://ftp.debian.org/debian/dists/wheezy-proposed-updates/
http://ftp.debian.org/debian/dists/wheezy-backports/
http://ftp.debian.org/debian/dists/wheezy-backports-sloppy/

3 - NO USAR:

http://security.debian.org/ wheezy/updates
Tiene un parche de seguridad que bloquea a algunos navegadores, como 
Chromium.


http://www.deb-multimedia.org wheezy
Tiene codecs que bloquean y generan problemas de dependencias en VLC y 
algún otro reproductor multimedia.


4 - Más que copiar todo en CD/DVD, te recomiendo hacer en un disco un 
"mirror" de los cinco repositorios del punto 2. La rama de los binarios 
i386 ocupa unos 50GB.


JAP



Re: Debian 7.8.0.

2017-08-17 Thread Felix Perez
El 16 de agosto de 2017, 12:59, diego leon giraldo garcia
 escribió:
> si,  ya lo hice a la lista. ya entendi gracias
>
> El 16 de agosto de 2017, 10:52, Felix Perez 
> escribió:
>>
>> El 16 de agosto de 2017, 11:53, diego leon giraldo garcia
>>  escribió:
>> > no te entiendo, si leiste mi problema con la instalación? de debian 7.8
>> >
>> Estimado esta es una lista, si solo me respondes a mi solo yo veré tu
>> problema y si no se o no tengo tiempo no podré ayudarte, en cambio si
>> lo diriges a la lista alguien más lo podrá ver y ayudarte.
>>
>> Recibí y ahora entiendo que estás haciendo pero ahora no tengo mucho
>> tiempo para darte una solución.
>>
>> Se considera inapropiado en contestar al privado en una lista salvo
>> que se solicite expresamente.
>>
>> Saludos.
>>
>>
>> > El 16 de agosto de 2017, 8:57, diego leon giraldo garcia
>> >  escribió:
>> >>
>> >> gracias . te aclaro.
>> >> si es wheezy 7.8 descargue los cd y tratando de instalar debian 7.8 al
>> >> terminar con el primer cd, me pregunta que si deseo analizar otro cd y
>> >> le
>> >> digo que si, entonces me dice que ya se analizo cd1 que si deseo
>> >> analizar
>> >> otro, le digo que si le digo que pero igual no me deja continuar con la
>> >> instalación no me abre la bandeja para extraer el cd1, la abro
>> >> manualmente
>> >> ,meto el cd2 y tampoco funciona lo dejo que termine pero tampoco me
>> >> pide el
>> >> cd2 donde esta el problema?

Partiendo de nuevo:
- ¿En donde intentas instalar Debian? (Hardware)
- ¿Por qué 7 y no 8 o testing?
- ¿Puedes seguir la instalación con el primer CD?
- ¿Puedes bajar el DVD y probar instalando desde ahí?

Saludos.


-- 
usuario linux  #274354
normas de la lista:  http://wiki.debian.org/es/NormasLista
como hacer preguntas inteligentes:
http://www.sindominio.net/ayuda/preguntas-inteligentes.html



R: Dopo averti visto qui sono in guai seri Giusy

2017-08-17 Thread e.giac...@virgilio.it
si certo...dimmi dove ci pssiamo incontrare


>Messaggio originale
>Da: "Giusy Oertjes" 
>Data: 17-ago-2017 9.25
>A: 
>Ogg: Dopo averti visto qui sono in guai seri Giusy
>
>
>Ora mi sento profondamente costernata, vorresti parlare con me? 
>http://bit.ly/2uScn5k
>




Re: Debian meetup on Aug 16th in Stockholm?

2017-08-17 Thread Helio Loureiro
It was mostly Ericsson personal, but we made it :)

Thanks everybody whom could attend.

Best Regards,
Helio Loureiro
http://helio.loureiro.eng.br
https://se.linkedin.com/in/helioloureiro
http://twitter.com/helioloureiro

Note: if you failed to reach me, try my alternative mail "
helio.loure...@gmail.com".
I'm implementing DKIM on my mail server, so some disturbance is expected.


2017-08-15 21:17 GMT+02:00 Luna Jernberg :

> Still feeling sick so not showing up tommorow, but cya at some other
> Debian and or Opensource/Linux event in Stockholm
>
> On 8/11/17, Luna Jernberg  wrote:
> > Signed up and will try to show up, however a bit sick now but there is
> > still a couple of days left so i hope i will feel better for the
> > Debian Day :)
> >
> > On 8/8/17, Helio Loureiro  wrote:
> >> Don't worry too much.  For locals at the company, it is just a show up
> :)
> >>
> >> Abs,
> >> Helio Loureiro
> >> http://helio.loureiro.eng.br
> >> https://se.linkedin.com/in/helioloureiro
> >> http://twitter.com/helioloureiro
> >>
> >>
> >> 2017-08-07 23:11 GMT+02:00 Martin Schöön :
> >>
> >>> Den 2017-08-07 skrev Helio Loureiro :
> >>> > Hi,
> >>> >
> >>> > I booked a room here.  I'm trying to get some snacks and beverages
> >>> > sponsored by company as well.
> >>> >
> >>> > Debian day at Ericsson
> >>> > August 16th - Wednesday
> >>> > 16:00 to 18:00
> >>> > Gr=C3=B6nlandsgatan 31
> >>> > Room Stratus
> >>> > Kista
> >>>
> >>> Noted. I hope I am still on vacation but if I am back in the
> >>> salt mines of Kista and the weather is not too good...
> >>>
> >>> >
> >>> > Please subscribe to attend so, in case I get the sponsorship, I can
> >>> > dimension the food.  At the least I can guarantee the coffee :)
> >>> >
> >>> > https://goo.gl/forms/t395Q5agCciDDbDR2
> >>>
> >>> Is it possible to sign up 'tentatively'? I'll give it a try.
> >>>
> >>> >
> >>> > I plan to present a quick workshop about debian packaging (~1h).  It
> >>> would
> >>> > be nice if more people could bring more talks.
> >>>
> >>> I am just a useless but happy user...
> >>>
> >>> /Martin
> >>>
> >>>
> >>
> >
>


phpmyadmin e mysql/mariadb

2017-08-17 Thread Fred Maranhão
ao fazer um apt-get upgrade, o phpmyadmin foi atualizado.

mas deu pau no esquema do banco de dados.

tem uma opção para ignorar. ignorei o o apt-get upgrade terminou.

agora fiz um apt-get purge phpmyadmin e deu esta mensagem:

  │ Um erro ocorreu durante a remoção do banco de dados:
  │
  │ mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db =
'phpmyadmin'': Cannot
  │ load from mysql.proc. The table is probably corrupted (1728)


outra coisa. fui dar uma olhada no mysql, deu um

mysql -u root -p

e quando entrou, o mysql virou um mariaDB sem eu perceber:

# mysql -u root -p
Enter password:
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 9
Server version: 10.1.23-MariaDB-9+deb9u1 Debian 9.0

Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.


será que esqueceram de avisar o mantenedor do phpmyadmin que agora é
mariaDB e não mais mysql?

parece que cada vez que rodo o apt-get cria um backup:

# ls -lt /var/cache/dbconfig-common/backups/*
-rw--- 1 root root 17570 ago 17 08:47
/var/cache/dbconfig-common/backups/phpmyadmin_4:4.2.12-2+deb8u2.2017-08-17-08.47.18
-rw--- 1 root root 17570 ago 17 08:31
/var/cache/dbconfig-common/backups/phpmyadmin_4:4.2.12-2+deb8u2.2017-08-17-08.31.45
-rw--- 1 root root 11254 abr 28  2015
/var/cache/dbconfig-common/backups/phpmyadmin_4:3.4.11.1-2+deb7u1.mysql



R: Dopo averti visto qui sono in guai seri Bianca

2017-08-17 Thread gregx
Ciao cara perche sei cisternsta dimmi di te eta dove vivi?  Eta? Grazie tua 
msil 

 Messaggio originale 
Da: Bianca Broniz  
Data:17/08/2017  09:13  (GMT+01:00) 
A: debian-user@lists.debian.org 
Oggetto: Dopo averti visto qui sono in guai seri Bianca 


Ora mi sento profondamente costernata, vorresti parlare con me? 
http://bit.ly/2uRMu60


Re: W: Failed to fetch [..] The following signatures were invalid: [..]

2017-08-17 Thread Darac Marjal

On Wed, Aug 16, 2017 at 08:57:44AM +0200, Adam Cecile wrote:

Hello,

Since I upgraded to Stretch I get the following warning when running 
apt update:
W: Failed to fetch http://archive.cloudera.com/cdh5/debian/jessie/amd64/cdh/dists/jessie-cdh5/InRelease 
The following signatures were invalid: 
F36A89E33CC1BD0F71079007327574EE02A818DD


The sources.list entry is:
deb [arch=amd64, trusted=yes] 
http://archive.cloudera.com/cdh5/debian/jessie/amd64/cdh jessie-cdh5 
contrib


Problem is that the key is trusted, so I guess the warning comes from 
something else but I don't know why. I'd like to understand from where 
it comes and how to kill this warning (triggers apt warnings in 
monitoring system).


As far as I can tell, that message isn't saying that the key is 
untrusted, but rather that the message isn't (correctly) signed by a 
known key. The error is saying that the signature is invalid. If the 
signature (or the data) were corrupted during download, then that would 
invalidate the signature. If the signature was created using a key that 
you don't have, then that would invalidate the signature (perhaps the 
upstream has rotated to a new key?)


Also, rather than saying "trusted=yes", I believe that a more secure 
method is as follows:


1. Fetch the key from the upstream source.
2. If necessary, run "gpg --dearmour < upstream.asc > upstream.gpg"
3. Move upstream.gpg into /etc/apt/trusted.gpg.d
4. Alter your apt line to read "deb [..., 
signed-by=/etc/apt/trusted.gpg.d/upstream.gpg] http://...;


The theory behind this is that ONLY the repository associated with that 
key can be signed by that key. If you add the key to the main keyring, 
then there is a possibility that they key could be used to 
(freadulently) sign the main repository and you'd trust it.




Thanks in advance,

Regards, Adam.



--
For more information, please reread.


signature.asc
Description: PGP signature


Re: [solved] Re: Live recording

2017-08-17 Thread Jeremy Nicoll
On Thu, 17 Aug 2017, at 08:57, Rodolfo Medina wrote:
> Jeremy Nicoll  writes:

> > You do realise that merging files, adjusting balance etc are all possible
> > with sox?
> >
> > One reason I do that sort of thing with sox is that by keeping note of the
> > commands I used to do each stage, I automatically document how I manipulated
> > a set of audio files.  Documenting anything done via a GUI as in Audacity is
> > a great deal more difficult.
> >
> > It's worth documenting what you do so that if necessary you can exactly 
> > repeat the process at a later date.
> 
> 
> Thanks...  In fact, what you suggest is exactly what I wanted to do but
> didn't
> manage to...  In fact, suppose I have two files: piano.wav and voice.wav,
> created by sox in recording piano and voice respectively, simultaneously.
> piano.wav is a stereo file, with the two channels, left and right, inside
> it;
> whereas voice.wav is a monophonic file.  When I put them together to
> create the
> final, say, result.wav, I must properly allign them.  Now, Audacity makes
> this
> job easy thanks to the graphical possibility of seeing the waving forms
> and
> magnifying them.  Instead, with sox, I tried to use the `delay' option
> with no
> success.  Maybe can you suggest a better and proper way to do that...?

I've never tried that.  The sox mail list is a good place to ask for sox
help.

One thing I'd suggest (since sox is potentially complicated) is that
instead
of trying to use sox with one command that does everything, you try to
do 
it in stages.  That way you can check that what you get at the end of
each
stage is what you expect.   Sox has effects that will tell you about
what is in 
a file.

 I think first I'd check simply that I could create a file containing
 all three 
channels, eg by: 

 sox -V2 --no-clobber -M piano.wav voice.wav threech.wav  

The -V2 sets a fairly high level of verbosity; you might need -V3
 
The --no-clobber prevents sox from overwriting a file.  It's easy to get
a command
wrong and accidentally destroy an original file; personally I work on
copies of files
AND use --no-clobber.

-M tells sox to merge the files.  You should end up with a 3 channel
file, with the piano
audio on channels 1 and 2 and voice on 3.


If that works (and ironically, Audacity might be an easy way to make
sure) I think 
I'd next try to make a file with the voice channel offset from the
others, perhaps 
by  (guessing again!):

 sox -V2 --no-clobber threech.wav delay 0 0 2t voicedelayed.wav 

For an experiment, it's worth making the delay substantial, for example
the two 
second value (2t) here.  It'll be easy to tell if that worked.  Later
you can try different
values to get the audio aligned where you need it to be.

(Also note that there's an effect named 'silence' that can be used to
chop unwanted
'silent' or at least quieter than the wanted sound audio out of a track,
so a different 
approach that might help would be to make sure that none of the tracks
have much 
silence at the start, before you merge them.) 

Note that so far, none of the three channels have had their relative
volumes changed.

To do that, and create a stereo file from the three, you'd need to use
the  remix  effect.



 
> One more thing: I remember, Jeremy, your suggestion of purchasing a
> multi-channel audio interface, to be preferred to a mixer, and will do in
> future.  But do you think that the solution I'm adopting for now:
> different
> files on different single-channel audio cards and then merging them - dou
> you
> think this is a good solution as well...?  What difference between this
> cheap
> one and more or less expensive multi channel interface...?

Your current solution is the cheapest I can think of, and no doubt
you'll learn quite a
lot doing this.  I'm afraid I've no idea about what's currently
available in cheap audio 
interfaces.  Reading buyer reviews in eg Amazon is a good way of finding
out what can 
and cannot be done with equipment though.

More expensive interfaces will be sold on the assumption that people
using them are
using higher quality equipment, eg decent microphones.  As price and
quality of mics
increase you expect to get things like: mics that add little (or barely
audible) noise to a 
recording; mics that are more accurate, mics that can better cope with
both quiet and 
loud sounds...

Such mics though typically need 'phantom power'.  They'd probably be on
'balanced' 
audio cables (so 2 wires plus earth/screen per mic), and possibly XLR
connectors...  
There comes a point where the box you plug the mics into needs to be
designed for 
that.

Then, the signal that comes from a mic is (especially with very
sensitive mics) very 
small.  It needs to be amplified - which is what microphone
pre-amplifiers do.  Cheap
mic pre-amps tend to add noise or ruin the sound from a decent mic... 

After that, the amplified sound from each mic needs to be converted from
an analogue
signal to digital.  Better 

Re: Debian 9.1 stable & bios_password

2017-08-17 Thread Darac Marjal

On Thu, Aug 17, 2017 at 12:09:37AM +0200, ju...@tutanota.com wrote:

  from debian wiki : edit /boot/grub/menu.lst and add the following two lines 
at the top. This prevents users from editing the
  boot items. timeout 5 specifies a 5 second delay before grub boots the 
default item.

  timeout 5
  color cyan/blue white/blue
  password --md5 $1$A9NHZ/$N.6k9riAFMbV/nfsZ2LnD1

  does this old (obsolete & unsecure) doc work ?
  could it be an alternative creating a menu.lst cheating a bit ?
  i like the color line & the simplicity.

  Updated how-to :
  Set Grub2 boot password on Debian based system (June 9, 2017)
  ([1]https://linoxide.com/linux-how-to/set-grub-password)


Rather than consulting "obsolete & unsecure" documentation you've found 
on the internet, why not just look at the manual[1] written by the 
program's authors?


[1] https://www.gnu.org/software/grub/manual/grub.html#Security



  if i install both ; does it lock, unlock, act as a backdoor, make the system 
unbootable erasing/removing the boot process ?
  and if i install 2 password for the same user , does it work ?


Grub2 won't do anything with menu.lst, unless you explicitly tell it to 
do so with 'legacy_configfile'.


The manual doesn't defined what happens if two passwords are defined for 
the same user, so any of the above options is possible.




  it is just a question about how secure could be a grub password (e.g) if a 
hack (old how-to) is still allowed ... (i suppose
  all vulnerabilities are patched yet).


How is an "outdated & unsecure" howto which defines how to set a 
password "a hack"? Again, setting a password was documented in the 
manual[2] for grub legacy, so following documented procedures is not 
really a "hack".


[2] https://www.gnu.org/software/grub/manual/legacy/grub.html#Security



  # does a grub2 password secure (unhackable ?) really the o.s ?
  # should you recommend it as a safe measure ?

  --
  Securely sent with Tutanota.

References

  Visible links
  1. https://linoxide.com/linux-how-to/set-grub-password/


--
For more information, please reread.


signature.asc
Description: PGP signature


Re: Début de la fin pour Btrfs?

2017-08-17 Thread Alban Vidal
Bonjour,

> > Entre autre, la commande « df » ne fonctionne pas,
>
>  
>
> ??
>
> ici "df" fonctionne sans pbs sur mes DD en btrfs.
>
> Quelle est la difficulté ? La commande ne fonctionne pas du tout ?
>
Citation de l'article Wikipedia sur Btrfs
(https://fr.wikipedia.org/wiki/Btrfs#Co.C3.BBt_associ.C3.A9_en_occupation_disque_et_lacune_sur_la_haute_disponibilit.C3.A9)

« Le fonctionnement interne de Btrfs rend pratiquement impossible de
déterminer la quantité d'espace libre : la commande « df » ne correspond
en effet qu'à l'espace apparent, pas à l'espace réel pouvant être bien
plus grand. Auparavant ce type de problème ne se rencontrait sous Linux
qu'avec les fichiers creux (ou « troués »). »

Sinon avec les sous-volumes « df » est encore plus perdu quand on
applique des quotas.

> btrfs est a essayer. Sinon à ce rythme d'ici 10 ans on sera de retour
> vers ext2.
>
Je n'ai pas dit qu'il ne fallait pas essayer, je suis partisan pour
tester les nouveautés. Justement, je fais un retour sur expérience là :)
XFS par exemple, la seule chose que j'ai trouvé à lui reprocher, c'est
la réduction d'une partition, ce qui est extrêmement facile en EXT.

> Certes le coup de la fragmentation ca parait un peu bof quand on entend
> plus parler de ce problème depuis des lustres...
En effet, mais Btrfs n'est pas conseillé pour les données, juste pour le
système, donc une faible taille. XFS est conseillé pour les données
(meilleures performances).

> Et qu'en est-il de la récup de données avec divers utilitaires ?
Excellente question, jamais essayé de mon coté ! Mais pareil, il est pas
fait pour les données, et je ne me suis jamais amusé à tenter la
récupération de données sur une racine.

Cordialement,

Alban




signature.asc
Description: OpenPGP digital signature


Re: [solved] Re: Live recording

2017-08-17 Thread Rodolfo Medina
Jeremy Nicoll  writes:

> On Thu, 17 Aug 2017, at 01:37, Rodolfo Medina wrote:
>
>> Thanks...  But for my present needs, it seems that sox and audacity are
>> sufficient: with sox I record tracks from multiple audio cards into
>> different files; then with Audacity I merge those tracks into one final
>> file, and have the possibility of adjusting at pleasure the balancing
>> between left and right channel for each track and also adjust the relative
>> volumes.  In my litte basic experiments, I don't note any minimum effect due
>> to time drifting or so, about which I read...
>
> You do realise that merging files, adjusting balance etc are all possible
> with sox?
>
> One reason I do that sort of thing with sox is that by keeping note of the
> commands I used to do each stage, I automatically document how I manipulated
> a set of audio files.  Documenting anything done via a GUI as in Audacity is
> a great deal more difficult.
>
> It's worth documenting what you do so that if necessary you can exactly 
> repeat the process at a later date.


Thanks...  In fact, what you suggest is exactly what I wanted to do but didn't
manage to...  In fact, suppose I have two files: piano.wav and voice.wav,
created by sox in recording piano and voice respectively, simultaneously.
piano.wav is a stereo file, with the two channels, left and right, inside it;
whereas voice.wav is a monophonic file.  When I put them together to create the
final, say, result.wav, I must properly allign them.  Now, Audacity makes this
job easy thanks to the graphical possibility of seeing the waving forms and
magnifying them.  Instead, with sox, I tried to use the `delay' option with no
success.  Maybe can you suggest a better and proper way to do that...?

One more thing: I remember, Jeremy, your suggestion of purchasing a
multi-channel audio interface, to be preferred to a mixer, and will do in
future.  But do you think that the solution I'm adopting for now: different
files on different single-channel audio cards and then merging them - dou you
think this is a good solution as well...?  What difference between this cheap
one and more or less expensive multi channel interface...?

Thanks,

Rodolfo



Re: Gave up waiting for suspend/resume device

2017-08-17 Thread Curt
On 2017-08-17, David Christensen  wrote:
> debian-user:
>
> I have recently installed:
>
> 2017-08-16 18:35:17 dpchrist@tinkywinky ~
> $ cat /etc/debian_version
> 9.1
>
> 2017-08-16 18:36:03 dpchrist@tinkywinky ~
> $ uname -a
> Linux tinkywinky 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 
> (2017-08-06) x86_64 GNU/Linux
>
>
> on a few older machines (Pentium D 945, Core 2 Duo T7400) with 
> unencrypted /boot, encrypted swap, and encrypted root partitions.
>
>
> When booting every machine, after I enter the LUKS passphrase, there is 
> a ~30 second pause and then the subject message appears:
>
>  Gave up waiting for suspend/resume device
>
>
> As I don't use suspend (or hibernate).
>
>
> STFW, apparently this is a feature, not a bug:
>
> https://duckduckgo.com/?q=gave+up+waiting+for+suspend%2Fresume+device=ffsb=web

Maybe it is a bug rather than a feature:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860543#22

> Is there a configuration file I can edit so that the kernel does not 
> wait 30 seconds on boot for a suspend/resume device?

 "kernel parameter 'noresume' or
 'resume='"

> David
>
>

-- 
"One can remain alive long past the usual date of disintegration if one is
unafraid of change, insatiable in intellectual curiosity, interested in big
things, and happy in small things." — Edith Wharton




Re: [solved] Re: Live recording

2017-08-17 Thread Jeremy Nicoll
On Thu, 17 Aug 2017, at 01:37, Rodolfo Medina wrote:

> Thanks...  But for my present needs, it seems that sox and audacity are
> sufficient: with sox I record tracks from multiple audio cards into
> different
> files; then with Audacity I merge those tracks into one final file, and
> have
> the possibility of adjusting at pleasure the balancing between left and
> right
> channel for each track and also adjust the relative volumes.  In my litte
> basic
> experiments, I don't note any minimum effect due to time drifting or so,
> about
> which I read...

You do realise that merging files, adjusting balance etc are all
possible with 
sox?  

One reason I do that sort of thing with sox is that by keeping note of
the 
commands I used to do each stage, I automatically document how I 
manipulated a set of audio files.  Documenting anything done via a GUI
as
in Audacity is a great deal more difficult.

It's worth documenting what you do so that if necessary you can exactly 
repeat the process at a later date.


-- 
Jeremy Nicoll - my opinions are my own.



Re: Début de la fin pour Btrfs?

2017-08-17 Thread Pierre L.
Le 16/08/2017 à 23:49, F.Zulian a écrit :
> Bah, mais qu'est ce que vous avez tous contre btrfs  ??
Haha! Ho moi du moment que les données sont inscrites sur un disque de
manière fiable, ca me va ! Ce peut être n'importe quel système de
fichier, je ne suis pas raciste :p
Certes le coup de la fragmentation ca parait un peu bof quand on entend
plus parler de ce problème depuis des lustres...
Et qu'en est-il de la récup de données avec divers utilitaires ? les
fichiers effacés, ce genres de trucs qu'on voit habituellement chez tata
Suzanne qui nous passe un coup de téléphone en panique après avoir fait
une bourde ? Car s'il s'agit seulement de liens de modifications vers
des fichiers ou quelque-chose dans ce gout là (j'avoue ne pas tout avoir
compris dans l'article...), ce n'est donc pas le fichier en lui-même
qu'on récupère ! Mais plutot une version antérieure...?

> gparted fonctionne trés bien avec. Ne pas oubliez de mettre 
> brfs-prog/btrfs-tools 
> et ça roule !!
Ok à savoir !
Dommage que Debian n'intègre pas ces paquets nativement alors ?... Rien
de bien grave, juste une manip à faire qui peut être contraignante si on
bosse à partir d'un Live et que c'est compliqué d'avoir internet pour
choper ce package ;)



signature.asc
Description: OpenPGP digital signature