Re: [arch-general] system crashes when starting network connection

2016-10-18 Thread Dutch Ingraham
On Tue, Oct 18, 2016 at 10:16:26PM +0200, sivmu wrote:
> After upgrading the kernel to 4.7.8 today the issue did not occur again.

What repo did you find that kernel in?


Re: [arch-general] fluxbox/xscreensaver xterm unresponsive upon screensaver cancel?

2016-10-18 Thread Leonid Isaev
On Tue, Oct 18, 2016 at 12:55:15AM -0500, David C. Rankin wrote:
> On 10/11/2016 01:24 AM, Leonid Isaev wrote:
> > FWIW, a quick test in a VM doesn't show this behavior. What happens if you 
> > run
> > xscreensaver-command -lock from an xterm?
> 
> I can lock and unlock after several minutes and all is fine. It's when it has
> been locked for a day or so with the xterm running that it becomes 
> unresponsive.
> ACPI issue?

Not likely because fluxbox doesn't do any acpi-related stuff. It has to be smth
else, but I don't know because you describe the problem pretty vaguely...

L.

-- 
Leonid Isaev
GPG fingerprints: DA92 034D B4A8 EC51 7EA6  20DF 9291 EE8A 043C B8C4
  C0DF 20D0 C075 C3F1 E1BE  775A A7AE F6CB 164B 5A6D


Re: [arch-general] sporadic strange PC speaker sounds

2016-10-18 Thread J. C.

In Oct 18 A.D. 2016 Ralf Mardorf scripsit:
...

brltty /usr/bin/brltty-tune

...

Here it doesn't play anything. I'm using the bell, aka PC speaker beep
a lot, but can't hear what brltty-tune plys, due to a missing tune.

...
Hi Ralf,
I've looked into this, brltty-tune is only used to play the usual sounds
of brltty, which are obviously connected to braille display actions.
The odd sound can even be heard, when I'm not sitting at the terminal.
But thanks for the time and effort you put into this.

Best wishes,

Jeanette


When you need someone, you just turn around and I will be there <3


Re: [arch-general] system crashes when starting network connection

2016-10-18 Thread sivmu
Am 18.10.2016 um 21:33 schrieb Alex Theotokatos via arch-general:
> Did this problem started after an upgrade?
> Can you check if it is hardware failure?
> Any memtest?

it did staret after upgrading the kernel to 4.7.7
Hardware seems ok.

After upgrading the kernel to 4.7.8 today the issue did not occur again.
So I assume the error was in the kernel, although I would still very
much like to know a way to analyse this kind of problem.

I imaging there must be some kind of continious loggin tool that shows
when exactly the error triggers.



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] sporadic strange PC speaker sounds

2016-10-18 Thread J. C.

In Oct 18 A.D. 2016 David Rosenstrauch scripsit:
...

Maybe it's a video clip running in the browser?

...
Text console only and I have a multichannel sound system configured, so
no clip should DARE to play thorugh the pc speaker. :)

TTFN,

Jeanette


When you need someone, you just turn around and I will be there <3


Re: [arch-general] sporadic strange PC speaker sounds

2016-10-18 Thread David Rosenstrauch

On 10/18/2016 01:45 PM, J. C. wrote:

Hey hey,
occasionally I hear a short "tune" on my pc speaker. It's too unexpected
and too short to try lsof to see which process is using the pc speaker.


Maybe it's a video clip running in the browser?

DR


Re: [arch-general] system crashes when starting network connection

2016-10-18 Thread Alex Theotokatos via arch-general

Did this problem started after an upgrade?
Can you check if it is hardware failure?
Any memtest?


Re: [arch-general] sporadic strange PC speaker sounds

2016-10-18 Thread Ralf Mardorf
PS:

I wanted to know, if there's the need to add a melody file ...

[rocketmouse@archlinux ~]$ brltty-tune --help
Usage: brltty-tune [option ...] note... | -f [{file | -}...]
-f--files Use files rather than command line arguments.
-v loudness   --volume=   Output volume (percentage).
-d device --device=   Name of tune device.
-i instrument --instrument=   Name of MIDI instrument.
-h--help  Print a usage summary (commonly used options
  only), and then exit.
-H--full-help Print a usage summary (all options), and then
  exit.

... regarding the MIDI instrument I now have doubts that it does use
the PC speaker beep.

[rocketmouse@archlinux ~]$ man brltty-tune
No manual entry for brltty-tune

-- 
Death of ROXTerm
https://sourceforge.net/p/roxterm/discussion/422638/thread/60da6975/


Re: [arch-general] sporadic strange PC speaker sounds

2016-10-18 Thread Ralf Mardorf
On Tue, 18 Oct 2016 19:45:23 +0200 (CEST), J. C. wrote:
>all in a blues pentatonic.

Hi Jeanette,

a minor pentatonic or does it play a blue note, too? And if it should
play a blue note, is it then still a pentatonic?

Joking apart, ...

[rocketmouse@archlinux ~]$ pacman -Ql brltty | grep y-tune
brltty /usr/bin/brltty-tune

To /etc/pacman.conf add

  NoExtract   = usr/bin/brltty-tune

and reinstall brltty.

Here it doesn't play anything. I'm using the bell, aka PC speaker beep
a lot, but can't here what brltty-tune plys, due to a missing tune.

[rocketmouse@archlinux ~]$ brltty-tune 
brltty-tune: missing tune

Perhaps you should add a soft link

/usr/bin/brltty-tune -> /usr/bin/true

assuming you shouldn't install /usr/bin/brltty-tune.

[rocketmouse@archlinux ~]$ man true | grep nothing
   true - do nothing, successfully

Hopefully it's the culprit.

Regards,
Ralf


[arch-general] sporadic strange PC speaker sounds

2016-10-18 Thread J. C.

Hey hey,
occasionally I hear a short "tune" on my pc speaker. It's too unexpected and 
too short to try lsof to see which process is using the pc speaker.


The sound is reminiscent of old console games. It's several short notes, all 
in a blues pentatonic.


this has been an issue right from the installation. The only special daemon 
running is brltty, which at least didn't use to make such sounds in the past.


Can anyone suggest a process or a method of finding it? It only happens a 
couple of times a day, but this could be a problem when recording with the 
microphone. On the other hand, I can't turn off the pc speaker, since I rely 
on BRLTTY and other signals in non recording contexts.


Thank you and

best wishes,

Jeanette


When you need someone, you just turn around and I will be there <3


Re: [arch-general] Can't change tty size

2016-10-18 Thread J. C.

In Oct 18 A.D. 2016 Martin Kühne via arch-general scripsit
...

Let's start out with the setting with a font you intend like to use
that is as closely above 80 columns as you can make it.
$ stty cols 80
will inform the kernel what size of terminal your receiving end has.

...
Thank you very much! Worked like a treat, set it up in /etc/profile.

Best wishes,

Jeanette


When you need someone, you just turn around and I will be there <3


Re: [arch-general] Can't change tty size

2016-10-18 Thread Martin Kühne via arch-general
Let's start out with the setting with a font you intend like to use
that is as closely above 80 columns as you can make it.
$ stty cols 80
will inform the kernel what size of terminal your receiving end has.
This way you truncate the view on the screen and get your precise 80x*
terminal.
You could add it to your login script or something to make it permanent?

cheers!
mar77i


Re: [arch-general] Can't change tty size

2016-10-18 Thread J. C.

Hi,
I tried the Terminus fonts to get an 80xsomething console size. The number of 
rows can adjusted satisfactorilly, but the number of columns is either greater 
or lesser than 80. Is there a way to set wider spacing on the terminal or 
something to get exactly 80 characters per line?


the terminal size is still 1024x768. I'm not too worried about display on a 
true screen, since I have no screen connected and probably won't ever have.


Best wishes,

Jeanette


When you need someone, you just turn around and I will be there <3


Re: [arch-general] Full system backup with rsync

2016-10-18 Thread niya levi via arch-general
> Today's Topics:
>1. Full system backup with rsync (niya levi)
>2. Re: Full system backup with rsync (Ralf Mardorf)
>3. Re: Full system backup with rsync (Ralf Mardorf)
>4. Re: Full system backup with rsync (Ralf Mardorf)
>5. Re: Full system backup with rsync (Ralf Mardorf)
>6. Re: Full system backup with rsync (Merlin B?ge)
>7. Re: Full system backup with rsync (Merlin B?ge)
>8. Re: Full system backup with rsync (Merlin B?ge)
>9. Re: Full system backup with rsync (Ralf Mardorf)
>
>
> --
>
> Message: 1
>
>
> --
>
> Message: 2
> Date: Mon, 17 Oct 2016 21:11:23 +0200
> From: Ralf Mardorf 
> To: arch-general@archlinux.org
> Subject: Re: [arch-general] Full system backup with rsync
> Message-ID: <20161017211123.2ead397e@utnubu>
> Content-Type: text/plain; charset=US-ASCII
>
>
> # grub-install --target=i386-pc /dev/sdx
> # grub-mkconfig -o /boot/grub/grub.cfg
> you could simply
>
> sudo systemd-nspawn -bqD /mnt/
>
> from the existing install and run the commands required for your
> bootloader of choice, assuming this grub auto thingy does generate UUID
> based entries and your fstab (if you still should use fstab at all) does
> contain those, too, since sdx would change from x=b to x=a, if you
> remove the old drive.
>
> Regards,
> Ralf
>
>
>
> -- Death of ROXTerm
> https://sourceforge.net/p/roxterm/discussion/422638/thread/60da6975/
> -- Message: 3 Date: Mon, 17 Oct 2016
> 21:18:37 +0200 From: Ralf Mardorf  To:
> arch-general@archlinux.org Subject: Re: [arch-general] Full system
> backup with rsync Message-ID: <20161017211837.565c38ca@utnubu>
> Content-Type: text/plain; charset=US-ASCII On Mon, 17 Oct 2016
> 21:11:23 +0200, Ralf Mardorf wrote:
>> you could simply
>>
>> sudo systemd-nspawn -bqD /mnt/
>>
> >from the existing install and run the commands required for your
>> bootloader of choice, assuming this grub auto thingy does generate UUID
>> based entries and your fstab (if you still should use fstab at all)
>> does contain those, too, since sdx would change from x=b to x=a, if you
>> remove the old drive.
> PPS:
>
> Oops again,
>
> this would add entries for the new and old drive's , so after
> removing the old drive, you need to run the grub auto-thingy again, to
> get rid of the entries related to the old drive.
>
> --
>
> Message: 5
> Date: Mon, 17 Oct 2016 21:28:17 +0200
> From: Ralf Mardorf 
> To: Arch general 
> Subject: Re: [arch-general] Full system backup with rsync
> Message-ID: <20161017212817.2e3f0db9@utnubu>
> Content-Type: text/plain; charset=US-ASCII
>
> On Mon, 17 Oct 2016 21:11:23 +0200, Ralf Mardorf wrote:
>> you could simply
>>
>> sudo systemd-nspawn -bqD /mnt/
>>
> >from the existing install and run the commands required for your
>> bootloader of choice, assuming this grub auto thingy does generate UUID
>> based entries and your fstab (if you still should use fstab at all)
>> does contain those, too, since sdx would change from x=b to x=a, if you
>> remove the old drive.
> Did I misunderstand something?
>
> Sure, if not both drives should be connected, you need a live media to
> install grub.
>
> My apologies.
>
>
> --
>
> Message: 6
> Date: Mon, 17 Oct 2016 21:42:03 +0200
> From: Merlin B?ge 
> To: General Discussion about Arch Linux 
> Subject: Re: [arch-general] Full system backup with rsync
> Message-ID: <20161017214203.d327b9224e06fa29ea6d1...@bluenox07.de>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Mon, 17 Oct 2016 21:20:53 +0200
> Ralf Mardorf  wrote:
>
>> Begin forwarded message:
>>
>> Date: Mon, 17 Oct 2016 21:12:51 +0200
>> From: Ralf Mardorf 
>> To: Arch general 
>> Subject: Re: [arch-general] Full system backup with rsync
>>
>>
>> On Mon, 17 Oct 2016 21:11:23 +0200, Ralf Mardorf wrote:
>>> I would simply sudo cp -r everything.  
>> Oops,   sudo cp -pr
> I would definitely go for rsync, because it's easier to resume if the process
> gets interrupted, for whatever reason.
>
> Also cp -pr does not preserve links or xattrs for example. Maybe cp -ar would
> be more appropriate.
>
> rsync -a is a good start, you might also want to check if you need
> -xattrs
> -hard-links
> -acls
> --numeric-ids (if doing edits from a live system)
> --sparse
> --relative
>
> And yes, you sould review your fstab. If you use UUIDs in it, then they have
> to be adapted of course.
>
> If you are willing to spend some time reading, here is a good article which
> mentions some pitfalls regarding backups.
>
> Regarding the bootloader: Yes, you would have to install it on the new drive
> ofc. Your commands seem okay to me, not sure if you need something more.
>
> If you have a swap file, create it first, so that it gets not scattered on the
> new drive.
>
> Regards,
>
> mearon
>
>
> -- Merlin B?ge  --
> Message: 7 Date: Mon, 17 Oct 2016 21:44:40