Re: Recover data from unallocated space

2019-06-05 Thread John Crawley

On 2019-06-06 01:24, Alexander V. Makartsev wrote:

On 05.06.2019 19:52, Vipul wrote:
I had a dual booted PC ( Windows and Debian in HP notebook with 1 TB hard-disk) and from few months Windows cannot starts ( because one day I was in hurry change size of two of partitions using "gparted' and to fix this I had many solutions but failed) so, yestarday I 

>>...

Is there a way to recover data from un-allocated space? I can send any kind of 
log if required.

Any kind of disk\partition manipulations should begin with data backup, 
but I think you've figured that by now.


In order to recover any data you should first stop using this HDD (don't 
mount it as writable) and get yourself another HDD with suitable size, 
that will serve as destination for recovered data.
You'll have to remove HDD from your notebook and connect it to a PC with 
standard SATA cable along with destination HDD.
With that setup, you have to use R-Studio software (They have free 
version for Linux partitions, IFAIK) to scan source HDD for traces of 
partition table and LBA offset of partition that was "sda8".
If R-Studio will manage to find right offset and recognize filesystem 
then you will be able to start automatic scan for files available for 
full or partial recovery.

Success is solely depends on how destructive was HP system recovery process.

Depending on how valuable your data was you probably will have to resort 
to professional data recovery services, which will do roughly the same 
procedures as I described above and charge substantial amounts of money 
for it.
Since you won't write anything to your source HDD and it is not 
mechanically failing, it is safe to try to recover data by yourself first.
This is a slightly different case, but another tool I found quite 
effective in recovering data from a failing hard disk was ddrescue:

https://packages.debian.org/stretch/gddrescue
You might want to have a look at it.

--
John



Re: What is agetty, and why can't it be stopped?

2019-06-05 Thread David Wright
On Wed 05 Jun 2019 at 22:43:53 (-0400), Felix Miata wrote:
> Gene Heskett composed on 2019-06-05 22:04 (UTC-0400):
> 
> > root@coyote:~$ locate agetty
> > /sbin/agetty
> Maybe this will be a useful clue:
> 
> In Stretch, any gettys running on vtty[1-6] are actually agettys.
> Files in /etc/systemd/system/getty.target.wants/ are symlinks to:
>   /lib/systemd/system/getty@service
> # ps -A | grep get
>  1021 tty3 00:00:00 agetty
>  1022 tty4 00:00:00 agetty
>  1023 tty2 00:00:00 agetty
>  1451 tty1 00:00:00 agetty
>  3932 tty6 00:00:00 agetty
> 12733 tty5 00:00:00 agetty
> 
> Why all this would tie up the serial port I don't know.

Perhaps it's Gene's braille terminal.

Cheers,
David.



Re: logging Q's for stretch

2019-06-05 Thread David Wright
On Wed 05 Jun 2019 at 22:25:07 (-0400), Gene Heskett wrote:
> 
> Since upgrading to stretch, my syslog is being spammed by freshclam, 
> clamav, and spamd. These has their own logs in wheezy, so syslog was how 
> I kept track of the hardware.
> 
> So syslog is growing rapidly and gets rotated in just a day or so, and 
> that means a "tail -fn xxx" watching it is stuck looking at the old 
> file, whereas I could just leave it run for a couple months and 
> the "tail" would also remain current but now I am lucky to get 3 days 
> before the display is hung again  I'd like to fix both problems if 
> possible.
> 
> How on stretch?

I wasn't aware things had changed since … . I use tail -F, but adding
--retry is another way.

Cheers,
David.



Re: Wifi not working in Lenovo laptop/Ideapad/Atheros QCA9377

2019-06-05 Thread senthil kosapeta
Attaching the mail to debian-debbugs list & debian-boot lists.
Please redirect if necessary.
Summary :
1) System hangs/stucks when firmware-atheros is installed.
2) Thereaferwards Rebooting is not successfull.

Please help.

Thanks,
Senthil


On Sun, Jun 2, 2019 at 12:12 PM senthil kosapeta 
wrote:

> On Sat, Jun 1, 2019 at 6:54 PM tv.deb...@googlemail.com <
> tv.deb...@googlemail.com> wrote:
>
>> On 01/06/2019 16:52, senthil kosapeta wrote:
>> [...giant snip]
>> >>I looked into the firmware-atheros package in Debian Stable (9),
>> >> backports, testing and unstable. Only the version in unstable currently
>> >> has the firmware file you need to make your wifi chip work
>> >> (/lib/firmware/ath10k/QCA9377/hw1.0/firmware-6.bin) .
>> >>
>> >> You can download it yourself on one of the Debian mirrors:
>> >>
>> >> https://packages.debian.org/sid/all/firmware-atheros/download
>> >>
>> >> Then install the package with the command:
>> >>
>> >> dpkg -i firmware-atheros_20190502-1_all.deb
>> >>
>> >> This command must be issued in the directory where you downloaded the
>> >> package, and with root privileges.
>> >>
>> >> When this is done, simply reboot your system, or unload/reload the
>> >> driver module with:
>> >>
>> >> modprobe -r ath10k_pci
>> >> modprobe -r ath10k_core
>> >>
>> >> modprobe -v ath10k_core
>> >> modprobe -v ath10k
>> >>
>> >>
>> >> Ignore the "irq=" option for now, I am on Debian unstable and wrongly
>> >> assumed you had the needed firmware file already on your system.
>> >>
>> >
>> > HI,
>> >
>> > My system got crashed.
>> > After installing firmware-atheros, I tried modprobe commands. (Even
>> before
>> > restarting)
>> > When i am done with last command which is "modprobe -v ath10k_pci",
>> system
>> > got stuck.
>> > I had force shutdown, and restarting the laptop is hit with the same old
>> > problem like earlier crash.
>> >
>> > When i run through recovery mode, it says following (also seen during
>> > earlier crash)
>> > *ath10_pci *** : failed to recieve control response completion, polling
>> ...*
>> >
>> > After that i tried booting via debian live usb, got the root prompt,
>> tried
>> > following commands
>> >>> modprobe -r ath10k_pci
>> >>> modprobe -r ath10k_core
>> >>>
>> >>> modprobe -v ath10k_core
>> >>> modprobe -v ath10k_pci irq_mode=1
>> >
>> > It is still not working and is stuck while boot.
>> > Please suggest more.
>> >
>> > Sen
>> >
>>
>>
>> Hi, which version of the firmware-atheros package did you install ? Was
>> the installation successful, no error messages ?
>>
>> When the boot sequence gets stuck, when exactly does it happen, what do
>> you see on the screen ? If you crashed the system a few times, the
>> file-system may need to be checked, did you see any message mentioning
>> "fsck" or file-system check ?
>>
>> Nota: you can answer back to the list only, I am subscribed.
>>
>>
> Hi,
>
> I installed the same version you have mentioned.
> firmware-atheros_20190502-1_all.deb
> I did not see any error messages.
>
> I am attaching the screenshots
> It stucks after "Started D-bug system Message bus" only if i boot via
> recovery mode.
> I don't see any clear messages when boot through normal mode, but it does
> not continue. (at the very beginning stage).
>
> I dont think of "file-system" problem because it runs fine until
> firmware-atheros is installed.
> Also i have run the the memory test and check everything is fine.
>
>
> Senthil Kumar
>
>

-- 
Senthil Kumar
Mob No : 9000311791


Re: What is agetty, and why can't it be stopped?

2019-06-05 Thread Felix Miata
Gene Heskett composed on 2019-06-05 22:04 (UTC-0400):

> root@coyote:~$ locate agetty
> /sbin/agetty
Maybe this will be a useful clue:

In Stretch, any gettys running on vtty[1-6] are actually agettys.
Files in /etc/systemd/system/getty.target.wants/ are symlinks to:
/lib/systemd/system/getty@service
# ps -A | grep get
 1021 tty3 00:00:00 agetty
 1022 tty4 00:00:00 agetty
 1023 tty2 00:00:00 agetty
 1451 tty1 00:00:00 agetty
 3932 tty6 00:00:00 agetty
12733 tty5 00:00:00 agetty

Why all this would tie up the serial port I don't know.
-- 
Evolution as taught in public schools is religion, not science.

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

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



Re: What is agetty, and why can't it be stopped?

2019-06-05 Thread Miles Fidelman
agetty is "alternatative getty" - it's the terminal driver that listens 
on each terminal port


it's launched by init (or systemd), most likely in respawn mode - you'll 
need to find the init file (or systemd equivalent) that launches it, and 
change the config


do a "man getty" or "man agetty" and you should find what you need

Miles Fidelman

On 6/5/19 10:04 PM, Gene Heskett wrote:

Greetings all;

This machine has only one serial port, which I normally use a session of
minicom to connect as a terminal quit a bit dumber than a vt102, to a
TRS-80 Color Computer 3 in the basement. But my normal config for
minicom is /dev/ttyS0, but it claims the device is taken.

Sure enough, an lsof|grep ttyS0 shows an agetty attached to it.  And a
killall agetty as root only changes its pid until I've done the killall
as rapidly as I can uparrow and repeat it 6 or 7 times.

grepping thru  /etc does not seem to find any hits, so I've no clue whats
starting it.  So next I will do a search thru synaptic and remove it if
it will let me, or somehow disable it forever.

And the search for agetty in synaptic is also empty.
But as root, a locate agetty hits paydirt.

root@coyote:~$ locate agetty
/sbin/agetty
/usr/share/doc/util-linux/modems-with-agetty.txt
/usr/share/man/man8/agetty.8.gz

And the man 8 agetty page seems to indicate its a serial connection, I've
heard of as being available for troubleshooting even if its not fully
booted. Great, except I'm not sure I could go to the coco's keyboard and
run supercomm to see into linux, never tried it. In any event, the coco
is expecting a cr, and will respond by launching a shell bound to that
serial port on its end of the cable.

So what I'd like for it to do, is be totally silent during the rest of
this machines boot, and once a user, me, is logged in, go away just as
silently, freeing the only serial hardware port for my own use.

Next problem with minicom running as me is that it has no permissions to
save as its .dfl, the options it needs to Just Work as opposed to
messing around in its config screens finding a group of setting that
will work with the shells available on the coco, which of course is not
running its native rsdos, but a unix like system called nitros9 these
days.  Its os9 plus a few shots of unix testosterone.
   
What do I do next to get rid of this nearly invisible agetty gizmo once

this machine is booted?  It might be handy if this machine is truly
hung, but I can count those instances on one hand with fingers left over
in the 21 years I have been a linux only house.

Thanks all;

Cheers, Gene Heskett


--
In theory, there is no difference between theory and practice.
In practice, there is.   Yogi Berra

Theory is when you know everything but nothing works.
Practice is when everything works but no one knows why.
In our lab, theory and practice are combined:
nothing works and no one knows why.  ... unknown



logging Q's for stretch

2019-06-05 Thread Gene Heskett
Greetings all;

Since upgrading to stretch, my syslog is being spammed by freshclam, 
clamav, and spamd. These has their own logs in wheezy, so syslog was how 
I kept track of the hardware.

So syslog is growing rapidly and gets rotated in just a day or so, and 
that means a "tail -fn xxx" watching it is stuck looking at the old 
file, whereas I could just leave it run for a couple months and 
the "tail" would also remain current but now I am lucky to get 3 days 
before the display is hung again  I'd like to fix both problems if 
possible.

How on stretch?

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: USB digital microscope from Walmart

2019-06-05 Thread David
On Thu, 6 Jun 2019 at 04:15, Mike McClain  wrote:
>
> I bought a USB digital microscope from Walmart that the ads
> claimed would work under Win2K and Linux. So far the supplier has
> failed to back up that claim with meaningful info.
> Has anyone had any luck getting one of these working under Debian?

I use a USB microscope brand name Andonstar, recently bought online.

It works fine in Debian, where it behaves just like a webcam.
The video output appears in cheese, but it is laggy, so I prefer
to use vlc with capture device /dev/video0

When plugged in, it adds the following line to lsusb output:
# lsusb
[...]
Bus 003 Device 004: ID 0c45:1a90 Microdia

and running lsusb again specifying that vendor:product number reports:

# lsusb -v -d0c45:1a90

Bus 003 Device 004: ID 0c45:1a90 Microdia
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass  239 Miscellaneous Device
  bDeviceSubClass 2 ?
  bDeviceProtocol 1 Interface Association
  bMaxPacketSize064
  idVendor   0x0c45 Microdia
  idProduct  0x1a90
  bcdDevice1.00
  iManufacturer   2 USB camera
  iProduct1 USB camera
  iSerial 0
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength  599
bNumInterfaces  2
bConfigurationValue 1
iConfiguration  0
bmAttributes 0x80
  (Bus Powered)
MaxPower  500mA
Interface Association:
  bLength 8
  bDescriptorType11
  bFirstInterface 0
  bInterfaceCount 2
  bFunctionClass 14 Video
  bFunctionSubClass   3 Video Interface Collection
  bFunctionProtocol   0
  iFunction   5 USB camera
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   1
  bInterfaceClass14 Video
  bInterfaceSubClass  1 Video Control
  bInterfaceProtocol  0
  iInterface  5 USB camera
  VideoControl Interface Descriptor:
bLength13
bDescriptorType36
bDescriptorSubtype  1 (HEADER)
bcdUVC   1.00
wTotalLength   77
dwClockFrequency   15.00MHz
bInCollection   1
baInterfaceNr( 0)   1
  VideoControl Interface Descriptor:
bLength 9
bDescriptorType36
bDescriptorSubtype  3 (OUTPUT_TERMINAL)
bTerminalID 5
wTerminalType  0x0101 USB Streaming
bAssocTerminal  0
bSourceID   3
iTerminal   0
  VideoControl Interface Descriptor:
bLength26
bDescriptorType36
bDescriptorSubtype  6 (EXTENSION_UNIT)
bUnitID 3
guidExtensionCode {7033f028-1163-2e4a-ba2c-6890eb334016}
bNumControl 8
bNrPins 1
baSourceID( 0)  2
bControlSize1
bmControls( 0)   0x1f
iExtension  0
  VideoControl Interface Descriptor:
bLength18
bDescriptorType36
bDescriptorSubtype  2 (INPUT_TERMINAL)
bTerminalID 1
wTerminalType  0x0201 Camera Sensor
bAssocTerminal  0
iTerminal   0
wObjectiveFocalLengthMin  0
wObjectiveFocalLengthMax  0
wOcularFocalLength0
bControlSize  3
bmControls   0x000e
  Auto-Exposure Mode
  Auto-Exposure Priority
  Exposure Time (Absolute)
  VideoControl Interface Descriptor:
bLength11
bDescriptorType36
bDescriptorSubtype  5 (PROCESSING_UNIT)
  Warning: Descriptor too short
bUnitID 2
bSourceID   1
wMaxMultiplier  0
bControlSize2
bmControls 0x177f
  Brightness
  Contrast
  Hue
  Saturation
  Sharpness
  Gamma
  White Balance Temperature
  Backlight Compensation
  Gain
  Power Line Frequency
  White Balance Temperature, Auto
iProcessing 0
bmVideoStandards 0x15
  None
  PAL - 625/50
  NTSC - 625/50
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes3
  Transfer TypeInterrupt
  

What is agetty, and why can't it be stopped?

2019-06-05 Thread Gene Heskett
Greetings all;

This machine has only one serial port, which I normally use a session of  
minicom to connect as a terminal quit a bit dumber than a vt102, to a 
TRS-80 Color Computer 3 in the basement. But my normal config for 
minicom is /dev/ttyS0, but it claims the device is taken.

Sure enough, an lsof|grep ttyS0 shows an agetty attached to it.  And a 
killall agetty as root only changes its pid until I've done the killall 
as rapidly as I can uparrow and repeat it 6 or 7 times.

grepping thru  /etc does not seem to find any hits, so I've no clue whats 
starting it.  So next I will do a search thru synaptic and remove it if 
it will let me, or somehow disable it forever.

And the search for agetty in synaptic is also empty.
But as root, a locate agetty hits paydirt.

root@coyote:~$ locate agetty
/sbin/agetty
/usr/share/doc/util-linux/modems-with-agetty.txt
/usr/share/man/man8/agetty.8.gz

And the man 8 agetty page seems to indicate its a serial connection, I've 
heard of as being available for troubleshooting even if its not fully 
booted. Great, except I'm not sure I could go to the coco's keyboard and 
run supercomm to see into linux, never tried it. In any event, the coco 
is expecting a cr, and will respond by launching a shell bound to that 
serial port on its end of the cable.

So what I'd like for it to do, is be totally silent during the rest of 
this machines boot, and once a user, me, is logged in, go away just as 
silently, freeing the only serial hardware port for my own use.

Next problem with minicom running as me is that it has no permissions to 
save as its .dfl, the options it needs to Just Work as opposed to 
messing around in its config screens finding a group of setting that 
will work with the shells available on the coco, which of course is not 
running its native rsdos, but a unix like system called nitros9 these 
days.  Its os9 plus a few shots of unix testosterone.
  
What do I do next to get rid of this nearly invisible agetty gizmo once 
this machine is booted?  It might be handy if this machine is truly 
hung, but I can count those instances on one hand with fingers left over 
in the 21 years I have been a linux only house.

Thanks all;

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Fallo con el certificado de Izenpe

2019-06-05 Thread Ángel
On 2019-06-03 at 10:30 +0200, Betibeteka Beranduetxea wrote:
> Es bueno saber que el DNIe funciona perfectamente con los paquetes de
> los repositorios. En mi opinión, eso lo coloca muy por delante de
> Izenpe. Por desgracia me pilló la vulnerabilidad ROCA, y hasta que me
> toque renovar el DNI, voy a tirar de Izenpe.

Me parece que en ese caso te lo renovarían gratis, porque te han dado un
dni que no funciona. No te ahorra los trámites en la oficina pero al
menos no tienes que pagar las tasas renovación por un fallo en el
hardware que te han dado.

Un saludo



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Michael Lange
Hi,

On Thu, 6 Jun 2019 00:21:31 +0200
Kaj Persson <70147pers...@telia.com> wrote:

> Thank you for all answers and advices. A silly question, perhaps: Do I 
> need take any special steps for the transform, or is just e.g.
> 
>     apt-get --autoremove remove pulseaudio
> 
> sufficient, and the system automaticly adapts to the new situation?

yes, in my experience simply removing pulseaudio should do the trick.

Regards

Michael

.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

Vulcans worship peace above all.
-- McCoy, "Return to Tomorrow", stardate 4768.3



Re: tea4cups=printer screwup

2019-06-05 Thread Brian
On Wed 05 Jun 2019 at 16:27:41 -0400, Gene Heskett wrote:

> On Wednesday 05 June 2019 03:10:37 pm Brian wrote:
> 
> > On Wed 05 Jun 2019 at 13:41:48 -0400, Gene Heskett wrote:
> > > Greetings all;
> > >
> > > I just removed tea4cups, totally.  Why? It totally screws up a print
> > > job.
> >
> > It's liable to do that when the user is clueless.
> 
> Maybe so.  But why doesn't it query the printer for its abilities instead 
> of defaulting to the lowest common denominator settings which are 
> apparently not adjustable?

Not "maybe" but "definitely". As this nonsensical response reveals.

> > > First, it prevents the use of a printers duplex ability, thereby
> > > doubling the use of paper.
> >
> > The second claim cannot be countered; the first claim is completely
> > baseless.
> 
> Then give us a configuration utility that works when I tell geany to 
> print something. I have 3 different configs for that printer, one for 
> single sided photo on glossy paper from tray 1, one for duplex on copy 
> paper from tray 2, and one for hand fed 11x17 paper.  Yes, this 
> MFC-J6920-DW is a bigger than your average bear printer.  And after 3 
> years of living with it I do know how to run it.
>
> > > Second, it spits out the single sided job it does print, face up so
> > > the stack requires a hand sort to put page 1 on top of the stack. 
> > > Sheesh.
> >
> > It, and the printing system, is probably doing what it is being told
> > to do.
> >
> > > Surely the printer folks can do better than that. So its gone.
> > > Nuked. Removed. Deleted.
> >
> > For the benefit of -user readers who might stick with this thread,
> > note that the installation of cups-tea4cups is the choice of a user.
> 
> Yes it is, the usage blurb sounded good as I read it in synaptic, but 
> thats not the results I obtained.
> 
> > On being installed it does nothing and requires configuration. We do
> > not have a glimmer of what it is being used for and what was put in
> > tea4cups.conf.
> >
> > A ranting and raving approach to life could get you dinner with the
> > UK's Queen, but it doesn't work here and tea and buns are not on
> > offer.
> 
> Your choice. I can't afford the tickets to get there anyway.  If it has 
> to be configured before use, where is the help to guide one to do it 
> correctly? I didn't really search for it, but it wasn't obvious either.

Help? Didn't look for it? That says it all. Try a search engine or the
wiki.

-- 
Brian.



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Kaj Persson

On 2019-06-04 at 23:47, Joe Dennigan wrote:

Dan Ritter  writes:


Kaj Persson wrote:

I am running Debian 9 Stretch. After the OS install the Pulseaudio is by
default the standard audio system with Alsa as the executor. Which is the
best strategy to remove Pulseaudio and instead letting Alsa be the one and
only audio system? Are there any serious disadvantages doing so?

There is one serious disadvantage: Firefox doesn't support audio
in any other way except PulseAudio.

If you don't care about that, then you can certainly play music,
record audio, and otherwise do normal audio-related things
through ALSA.

I got shot of PulseAudio more than a year ago because of serious sound
latency issues (700-1200+ms in VirtualBox/WinXP for some old games I
love).  Using plain ALSA fixed that.

I had already switched to Palemoon as a browser (other problems with
Firefox - not audio relevant) at that point, and now also use Waterfox,
and have not missed PulseAudio or Firefox at all.  As I type this, I am
listening to Saint-Saëns Symphony No 3 on YouTube using Waterfox with no
problems whatsoever.

I don't know of any other desktop applications that actually need
PulseAudio and can't think of any disadvantage(s) to removing it.

Regards,

Joe Dennigan


Thank you for all answers and advices. A silly question, perhaps: Do I 
need take any special steps for the transform, or is just e.g.


   apt-get --autoremove remove pulseaudio

sufficient, and the system automaticly adapts to the new situation?

/Kaj



Re: USB digital microscope from Walmart

2019-06-05 Thread Bob Weber

On 6/5/19 3:09 PM, Mike McClain wrote:

 I bought a USB digital microscope from Walmart that the ads
claimed would work under Win2K and Linux. So far the supplier has
failed to back up that claim with meaningful info.
Has anyone had any luck getting one of these working under Debian?
 This one claims 1000x magnification and the supplier is E4. They
don't answer the phone and email correspondence has so far prove
useless.
Thanks,
Mike
--
 If all the CHP drove the speed limit, perforce, so would the rest of us.
How many lives a year would that save? - MM

I Have something that may be similar.  Its Jiusion Digital Microscope.  It works 
with the viewer guvcview.  Its in Debian so it should be safe.  I had to plug it 
in several times to get the kernel to recognize it ... use lsusb.  First run 
lsusb then plug it in and see if there is any difference.  Mine just showed up 
as Bus 001 Device 015: ID a16f:0304 with no name.  Yoursd will be different so 
just look for the change.


I got the idea from Kris Occhipinti.  Link: 
https://www.youtube.com/watch?v=xxUPCV3gbqw is where he runs the microscope with 
cheese.


Hope this helps.

--


*...Bob*


Re: OpenGL forwarding via ssh session: works on jessie, does not work on stretch

2019-06-05 Thread Étienne Mollier
On 6/5/19 10:26 PM, Simon S wrote:
> I think i found the culprit:
> 
> I use the debian apt repo for machinekit and the rt kernel:
> deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
> 
> This repo installs libGL.so.1.0.0 instead of libGL.so.1.2.0.
> I forced to use the default debian apt source repo and purged all libgl stuff 
> from the rcnee repo.
> 
> And now i get: 
>> glxinfo|head
> name of display: localhost:10.0
> display: localhost:10  screen: 0
> direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
> server glx vendor string: NVIDIA Corporation
> server glx version string: 1.4
> 
> perfect!

Excellent!  :)

Sorry for not having replied a bit sooner, I was still trying to
make sense of the situation.  I confirm the OpenGL library is
made available in my Stretch boxe in version 1.2.0:

$ dpkg -S /usr/lib/i386-linux-gnu/libGL.so.1.2.0
libgl1-mesa-glx:i386: /usr/lib/i386-linux-gnu/libGL.so.1.2.0

Also, if I may add, you wrote:
> I also think the xserver on the BBB should not be necessary
> for running stuff via ssh -X on a remote screen. I think I
> killed the server on jessie once and ssh -X still worked fine.

True, it is not needed.  I guess it may even be unwelcome on CNC.

Kind Regards,
-- 
Étienne Mollier 



Re: OpenGL forwarding via ssh session: works on jessie, does not work on stretch

2019-06-05 Thread Simon S
I think i found the culprit:

I use the debian apt repo for machinekit and the rt kernel:
deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main

This repo installs libGL.so.1.0.0 instead of libGL.so.1.2.0.
I forced to use the default debian apt source repo and purged all libgl stuff 
from the rcnee repo.

And now i get: 
> glxinfo|head
name of display: localhost:10.0
display: localhost:10  screen: 0
direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4

perfect!

So it seems like the libGL package is somehow messed up or not up to date on 
the repo server I use because of the machinekit stuff.

I contacted the owner of the repo and I will wait for his reply.



Re: Date format for Thunderbird 60.7 -- partial success in changing it

2019-06-05 Thread Jörg-Volker Peetz
Thank you Greg for the clarification. I find your third link
https://wiki.debian.org/DotFiles
very worth reading.

Regards,
Jörg

Greg Wooledge wrote on 05/06/2019 14:52:
> On Wed, Jun 05, 2019 at 11:18:55AM +0200, Jörg-Volker Peetz wrote:
>> As user of thunderbird you best set the environment variable LC_TIME in your
>> profile, e.g. via ~/.bash_profile . Check it with the command
>>
>> $ locale
>>
>> You have to log out (from desktop and from computer) before changes in
>> .bash_profile get applied.
> 
> For the record, .bash_profile is only read by login shells, so your
> suggestion only works for situations where one logs in with a shell
> (Linux virtual console logins or ssh), not where one logs in with a
> graphical Display Manager.
> 
> See also:
>  https://wiki.debian.org/Xsession
>  https://wiki.debian.org/EnvironmentVariables
>  https://wiki.debian.org/DotFiles
> 
> 




Re: tea4cups=printer screwup

2019-06-05 Thread Gene Heskett
On Wednesday 05 June 2019 03:10:37 pm Brian wrote:

> On Wed 05 Jun 2019 at 13:41:48 -0400, Gene Heskett wrote:
> > Greetings all;
> >
> > I just removed tea4cups, totally.  Why? It totally screws up a print
> > job.
>
> It's liable to do that when the user is clueless.

Maybe so.  But why doesn't it query the printer for its abilities instead 
of defaulting to the lowest common denominator settings which are 
apparently not adjustable?

> > First, it prevents the use of a printers duplex ability, thereby
> > doubling the use of paper.
>
> The second claim cannot be countered; the first claim is completely
> baseless.

Then give us a configuration utility that works when I tell geany to 
print something. I have 3 different configs for that printer, one for 
single sided photo on glossy paper from tray 1, one for duplex on copy 
paper from tray 2, and one for hand fed 11x17 paper.  Yes, this 
MFC-J6920-DW is a bigger than your average bear printer.  And after 3 
years of living with it I do know how to run it.

> > Second, it spits out the single sided job it does print, face up so
> > the stack requires a hand sort to put page 1 on top of the stack. 
> > Sheesh.
>
> It, and the printing system, is probably doing what it is being told
> to do.
>
> > Surely the printer folks can do better than that. So its gone.
> > Nuked. Removed. Deleted.
>
> For the benefit of -user readers who might stick with this thread,
> note that the installation of cups-tea4cups is the choice of a user.

Yes it is, the usage blurb sounded good as I read it in synaptic, but 
thats not the results I obtained.

> On being installed it does nothing and requires configuration. We do
> not have a glimmer of what it is being used for and what was put in
> tea4cups.conf.
>
> A ranting and raving approach to life could get you dinner with the
> UK's Queen, but it doesn't work here and tea and buns are not on
> offer.

Your choice. I can't afford the tickets to get there anyway.  If it has 
to be configured before use, where is the help to guide one to do it 
correctly? I didn't really search for it, but it wasn't obvious either.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: OpenGL forwarding via ssh session: works on jessie, does not work on stretch

2019-06-05 Thread Simon S
Am Sonntag, 2. Juni 2019 15:00:05 UTC+2 schrieb Simon S:
> Hi,
> 
> I have a weird problem with opengl forwarding via ssh.
> I am running debian jessie on my BeagleBone Black (armhf) that I use for my 
> CNC machine by running machinekit.
> Everything works as expected, I even got indirect opengl rendering working 
> when I connect to the BBB using windows.
> 
> Now I tried to upgrade my setup using a more recent stretch based image.
> I am not able to use opengl forwarding on stretch.
> 
> The following test setup:
> (A) linux machine running ubuntu (Nvidia GPU)
> (B) BBB running jessie
> (C) BBB running stretch
> 
> I connect from (A) -> (*) by ssh -X x@host
> 
> When I connect from (A) to (B):
> > export LIBGL_ALWAYS_INDIRECT=1;  glxinfo|head
> name of display: localhost:10.0
> display: localhost:10  screen: 0
> direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
> server glx vendor string: NVIDIA Corporation
> server glx version string: 1.4
> server glx extensions:
> 
> When I connect from (A) to (C):
> > export LIBGL_ALWAYS_INDIRECT=1;  glxinfo|head
> Error: couldn't find RGB GLX visual or fbconfig
> name of display: localhost:10.0
> 
> 
> Did something change from jessie -> stretch concerning x permissions?
> 
> Running plain x apps like xterm works in all cases.
> 
> I installed lxde on (c) and glxinfo/glxgears runs fine under lxde on the BBB.
> 
> Any hints?
> 
> Simon



Re: Re: Debian standard installation media packages

2019-06-05 Thread Jacques Toerien
Hi, thank you for the response. 

> Which image exactly are you using ?
Please tell the download URL and a checksum after download (MD5 or some
SHA*).

This is the image I’m now using. (see note below at end of message re. Buster)
https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/buster_di_rc1+nonfree/amd64/iso-dvd/
 


So, firstly, I made a mistake when I downloaded the image, I managed to 
overwrite the full DVD image with the netinst one (but kept the name), hence 
the missing packages - My mistake completely. I’m currently running Buster RC1 
and the installed system works fine. But...

> But first you should try to find out why you don't get the software
of build-essential. Then you can ask the right questions about a remedy.

OK, I have a done a full install using the expert install method, selecting in 
this instance Gnome as a DE. I have also selected the standard utilities. There 
is no way in the installer to selecting anything else, apart from the various 
DE/WM builds, ‘print server’, ‘ssh server’ etc etc. There is no option to 
select ‘build-essential’ or ‘Development Tools’. The installer finished by 
installing ~1366 packages. 
The installed system boots fine, I log in and do a 'dpkg -l’ to list all 
packages and there is no trace of any development tools. On my installed system 
I’m missing ‘g++’, ‘make’, ‘dpkg-dev’, ‘fakeroot’ and everything else 
associated with the ‘build-essential’ meta package. I don’t have any kernel 
headers either. I have ‘gcc-8-base’, but that is all in reference to build 
tools.
The 'build-essential’ package is on the install USB image, I just cannot find a 
way to install it directly to my machine without getting sucked into dependancy 
hell. 

I still don’t understand why the installer won’t allow you to select 
‘Development Tools’ as an option when you select packages? Surely it’s a key 
package to have if you don’t have net access while installing the OS? Is this 
to be taken up with the debian-cd list?


Anyhow, I sorted the install image so I can hopefully move forward now. 


PS - The reason I’m using Buster and not 9.8/9.9 is the older installer on 
9.8/9.9 gives an unreadable display on the HP 6470b laptop I’m installing on. 
On Buster I can pass ‘gfxpayload=keep’ in the grub command line and it allows 
for a readable display. This is a known issue with this older range of HP 
laptops.




Re: tea4cups=printer screwup

2019-06-05 Thread Brian
On Wed 05 Jun 2019 at 13:41:48 -0400, Gene Heskett wrote:

> Greetings all;
> 
> I just removed tea4cups, totally.  Why? It totally screws up a print job.

It's liable to do that when the user is clueless.
 
> First, it prevents the use of a printers duplex ability, thereby doubling 
> the use of paper.

The second claim cannot be countered; the first claim is completely
baseless.

> Second, it spits out the single sided job it does print, face up so the 
> stack requires a hand sort to put page 1 on top of the stack.  Sheesh.

It, and the printing system, is probably doing what it is being told to
do.
 
> Surely the printer folks can do better than that. So its gone. Nuked. 
> Removed. Deleted.

For the benefit of -user readers who might stick with this thread, note
that the installation of cups-tea4cups is the choice of a user. On being
installed it does nothing and requires configuration. We do not have a
glimmer of what it is being used for and what was put in tea4cups.conf.

A ranting and raving approach to life could get you dinner with the UK's
Queen, but it doesn't work here and tea and buns are not on offer.

-- 
Brian.



Re: OpenGL forwarding via ssh session: works on jessie, does not work on stretch

2019-06-05 Thread Simon S
Hi!

Thanks for testing it out!

I was wondering if it had to do with an user beeing logged in to lxde.
I think autologin might be enabled on the jessie system.
Unfortunately this does not help. Still the same problem on stretch.

I have some additional info. Without exporting the inderect rendering flag it 
does not work on ssh either:
> glxinfo|head
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Error: couldn't find RGB GLX visual or fbconfig
name of display: localhost:10.0
...

With the export still the same issue:
>export LIBGL_ALWAYS_INDIRECT=1; glxinfo|head
Error: couldn't find RGB GLX visual or fbconfig
name of display: localhost:10.0

And there are no X error messages in the log either.

I was wondering if it has to do something with the gl libs on the armhf build.
Does your stretch based image have 
/usr/lib/*ARCH*/libGL.so.1.0.0
or
/usr/lib/*ARCH*/libGL.so.1.2.0
installed?

On jessie i havce 1.2.0, on stretch 1.0.0.
The 1.2.0 seems to be in a "transitional package" that does not install 
anything useful?!
Not sure if this is meaningful as glxinfo runs under lxde just fine.

Adding iglx to the config on the BBB allows me to run glxinfo with DISPLAY=:0 
(otehrwise I get  X Error of failed request:  GLXBadContext).
But it did not change anything for running gl stuff on a remote screen.
I also think the xserver on the BBB should not be necessary for running stuff 
via ssh -X on a remote screen. I think I killed the server on jessie once and 
ssh -X still worked fine.

My ubuntu box is running with iglx. In addition running indirect GL stuff works 
for the jessie box on windows too. Again it does not work on stretch.

Simon



Re: Sequential boot with systemd?

2019-06-05 Thread Andrei POPESCU
On Mi, 27 mar 19, 19:27:21, Steve Keller wrote:
> Is it possible to configure systemd to *not* start services in
> parallel?

That would be very difficult to achieve with systemd, your best option 
would probably be to switch to sysv.

> I'd prefer deterministic boot with readable boot
> messages.  With parallel start, messages of different services get
> intermingled and it's much more difficult to identify possible
> problems.

Not an option for boot messages, but journalctl has some advanced 
filtering options that one can use, e.g. '-b -u ssh' will show only the 
messages from the current boot and from units matching the pattern 
'ssh'.

If you only care about possible problems -p (priority) could also be 
useful.

It shouldn't be very difficult to script something based on that.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature


Re: USB digital microscope from Walmart

2019-06-05 Thread Gene Heskett
On Wednesday 05 June 2019 03:09:49 pm Mike McClain wrote:

> I bought a USB digital microscope from Walmart that the ads
> claimed would work under Win2K and Linux. So far the supplier has
> failed to back up that claim with meaningful info.
> Has anyone had any luck getting one of these working under Debian?
> This one claims 1000x magnification and the supplier is E4. They
> don't answer the phone and email correspondence has so far prove
> useless.
> Thanks,
> Mike

Thats probably why wallies has it.  Got it at  bankruptcy sale

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: USB digital microscope from Walmart

2019-06-05 Thread deloptes
Mike McClain wrote:

> I bought a USB digital microscope from Walmart that the ads
> claimed would work under Win2K and Linux. So far the supplier has
> failed to back up that claim with meaningful info.
> Has anyone had any luck getting one of these working under Debian?
> This one claims 1000x magnification and the supplier is E4. They
> don't answer the phone and email correspondence has so far prove
> useless.
> Thanks,
> Mike
> --
> If all the CHP drove the speed limit, perforce, so would the rest of us.
> How many lives a year would that save? - MM

No idea what this hardware is, but if it is USB, it would work as any
typical USB device. I guess it would register as video device, so post your
dmesg.



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Gene Heskett
On Wednesday 05 June 2019 02:02:59 pm deloptes wrote:

> Renato Gallo wrote:
> > I personally use pulse on chrome and firefox without problems of any
> > sort
>
> same here but I'm not using chrome at all. I use from time to time BT
> audio and pulse comes handy there. I am not sure if alsa can handle
> this.

Stretch, std FF, got sound, no pa stuff installed.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread deloptes
Greg Wooledge wrote:

> As does firefox-esr 60.6.3esr-1 in buster, it seems.  I didn't know about
> about:buildconfig before.  Handy.
> 
> I don't know the exact story, but I've heard pieces of it over the last
> year or two.  Apparently at one point upstream decided not to support
> direct ALSA any more, but they left the code in place, just not enabled
> in the default compile-time configuration.  Debian's packages re-enabled
> the option to turn on ALSA support.  I was also told that, at some later
> point, upstream actually removed the ALSA code from their source tree,
> or was planning to do so.  I don't know if Debian is patching the ALSA
> code back in, or if the versions we have just haven't been neutered by
> upstream yet.

I installed some time ago from mozilla.org version is 63.0.1 and there is no
alsa in the about:buildconfig. Actually neither alsa nor PA.

I have heard that after investing so much time in PA they decided to
obsolete it, but it has been adopted by so many applications that it is
hard to go back now.

I've been following PA recently (since v.8) and should admit that 12.2
(which is in buster - I think actually it is 12.4, but not sure anymore) is
the best version ever. I compiled debian packages at 12.2 for stretch and I
must admit all my use cases work.

regards 



USB digital microscope from Walmart

2019-06-05 Thread Mike McClain
I bought a USB digital microscope from Walmart that the ads
claimed would work under Win2K and Linux. So far the supplier has
failed to back up that claim with meaningful info.
Has anyone had any luck getting one of these working under Debian?
This one claims 1000x magnification and the supplier is E4. They
don't answer the phone and email correspondence has so far prove
useless.
Thanks,
Mike
--
If all the CHP drove the speed limit, perforce, so would the rest of us.
How many lives a year would that save? - MM



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread deloptes
Renato Gallo wrote:

> I personally use pulse on chrome and firefox without problems of any sort

same here but I'm not using chrome at all. I use from time to time BT audio
and pulse comes handy there. I am not sure if alsa can handle this.




Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread deloptes
Joe wrote:

>> 
>> [1] The problem with "modern" is that it carries with itself a value
>> judgement, as a stowaway, so to speak. If you ain't "modern",
>> you're a luddite or something. That kind of thing makes communication
>> hard. It's difficult to listen, with all that shouting.
> 
> Never forget, not all progress is in the forward direction. It was
> progress which led to the Dark Ages.

After the civilization caring the progress collapsed - do not take things
out of the context please.





Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Michael Lange
Hi,

On Wed, 5 Jun 2019 12:27:30 +0200
 wrote:

(...)
> What miffs me is that no-one in this thread seems to really care
> enough to go check the sources. But then, some still seem to care
> enough to go ballistic and complain loudly.
> 
> As I said, I'm happy with my Firefox having no sound (it hasn't;
> actually I do prefer it that way), so I haven't done any research
> into why.
> 
> What is your distro's version? What is your Firefox's version?

It's stretch with FF 60.7.0esr

Regards

Michael


.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

Schshschshchsch.
-- The Gorn, "Arena", stardate 3046.2



tea4cups=printer screwup

2019-06-05 Thread Gene Heskett
Greetings all;

I just removed tea4cups, totally.  Why? It totally screws up a print job.

First, it prevents the use of a printers duplex ability, thereby doubling 
the use of paper.

Second, it spits out the single sided job it does print, face up so the 
stack requires a hand sort to put page 1 on top of the stack.  Sheesh.

Surely the printer folks can do better than that. So its gone. Nuked. 
Removed. Deleted.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Recover data from unallocated space

2019-06-05 Thread Hans
Oh, and there is another idea:

If the partition is not overwritten, you can try "testdisk" and recover the 
partition table. If you succeed, maybe all your datas are accessible again.

Best

Hans


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


Re: Recover data from unallocated space

2019-06-05 Thread Alexander V. Makartsev
On 05.06.2019 19:52, Vipul wrote:
> I had a dual booted PC ( Windows and Debian in HP notebook with 1 TB 
> hard-disk) and from few months Windows cannot starts ( because one day I was 
> in hurry change size of two of partitions using "gparted' and to fix this I 
> had many solutions but failed) so, yestarday I decided to fix it by using HP 
> system recovery option. When I run system recovery whole system was freezed 
> for more than half hour so, I decided to forcefully shutdown machine by 
> pressing power button after that I power on my machine BIOS message shows "No 
> operating system found" ( all EFI files are deleted even which are in HP 
> folder) and I ended up with like this
>
> /dev/sda1  567296  158795775 158228480 75.5G Microsoft basic data
> /dev/sda2   158795776  159942655   1146880  560M Microsoft basic data
> /dev/sda3  1920552960 1953513471  32960512 15.7G Microsoft basic data
> /dev/sda42048 567295565248  276M EFI System
>
>
> And an un-allocated space of 839.4 GB. I mainly concerned about data in Linux 
> partition data (which was in sda8).
>
> Is there a way to recover data from un-allocated space? I can send any kind 
> of log if required.
>
> Any help would be greatly appreciated. Thanks.
Any kind of disk\partition manipulations should begin with data backup,
but I think you've figured that by now.

In order to recover any data you should first stop using this HDD (don't
mount it as writable) and get yourself another HDD with suitable size,
that will serve as destination for recovered data.
You'll have to remove HDD from your notebook and connect it to a PC with
standard SATA cable along with destination HDD.
With that setup, you have to use R-Studio software (They have free
version for Linux partitions, IFAIK) to scan source HDD for traces of
partition table and LBA offset of partition that was "sda8".
If R-Studio will manage to find right offset and recognize filesystem
then you will be able to start automatic scan for files available for
full or partial recovery.
Success is solely depends on how destructive was HP system recovery process.

Depending on how valuable your data was you probably will have to resort
to professional data recovery services, which will do roughly the same
procedures as I described above and charge substantial amounts of money
for it.
Since you won't write anything to your source HDD and it is not
mechanically failing, it is safe to try to recover data by yourself first.


-- 
With kindest regards, Alexander.

⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄ 



Recover data from unallocated space

2019-06-05 Thread Vipul
I had a dual booted PC ( Windows and Debian in HP notebook with 1 TB hard-disk) 
and from few months Windows cannot starts ( because one day I was in hurry 
change size of two of partitions using "gparted' and to fix this I had many 
solutions but failed) so, yestarday I decided to fix it by using HP system 
recovery option. When I run system recovery whole system was freezed for more 
than half hour so, I decided to forcefully shutdown machine by pressing power 
button after that I power on my machine BIOS message shows "No operating system 
found" ( all EFI files are deleted even which are in HP folder) and I ended up 
with like this

/dev/sda1  567296  158795775 158228480 75.5G Microsoft basic data
/dev/sda2   158795776  159942655   1146880  560M Microsoft basic data
/dev/sda3  1920552960 1953513471  32960512 15.7G Microsoft basic data
/dev/sda42048 567295565248  276M EFI System


And an un-allocated space of 839.4 GB. I mainly concerned about data in Linux 
partition data (which was in sda8).

Is there a way to recover data from un-allocated space? I can send any kind of 
log if required.

Any help would be greatly appreciated. Thanks.

signature.asc
Description: OpenPGP digital signature


seguidores espanol

2019-06-05 Thread Lolita Alvares
Hola,
Soy Lolita Alvares, te escribo desde Instamore.
¿Te gustaría tener miles de SEGUIDORES en Instagram?
Hemos creado el primer sitio totalmente en español, donde puedes comprar 
seguidores a bajo costo.

Para su primera compra, ingrese el código "ESP20" para obtener un 20% de 
descuento.

Vaya a http://bit.ly/AumentaSeguidores y elija cuántos seguidores desea!
Para cualquier información, estoy a su disposición en Instagram en la página 
oficial de @instamore_es
Saludos


Lolita Alvares


Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread tomas
On Wed, Jun 05, 2019 at 08:34:59AM -0400, Greg Wooledge wrote:
> On Wed, Jun 05, 2019 at 12:34:49PM +0100, Brian wrote:
> > I hope I am believed when I say that firefox in unstable (67.0.1) has
> > --enable-alsa in about:buildconfig. And sound works without pulseaudio.
> 
> As does firefox-esr 60.6.3esr-1 in buster, it seems.  I didn't know about
> about:buildconfig before.  Handy.

Definitely.

> I don't know the exact story, but I've heard pieces of it over the last
> year or two.  Apparently at one point upstream decided not to support
> direct ALSA any more, but they left the code in place, just not enabled
> in the default compile-time configuration.  Debian's packages re-enabled
> the option to turn on ALSA support.  I was also told that, at some later
> point, upstream actually removed the ALSA code from their source tree,
> or was planning to do so.  I don't know if Debian is patching the ALSA
> code back in, or if the versions we have just haven't been neutered by
> upstream yet.

Now that would be something for someone to check with the package source.

Cheers
-- t


signature.asc
Description: Digital signature


Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread tomas
On Wed, Jun 05, 2019 at 08:43:31AM -0400, Greg Wooledge wrote:
> On Wed, Jun 05, 2019 at 10:12:54AM +0200, to...@tuxteam.de wrote:
> > If you don't care about those things -- or are in for some
> > fiddling -- by all means, drop Pulse, and tell us others about
> > it!

> When I do youtube stuff in google-chrome-stable, it just works, and I've
> never had to mess with anything other than un-muting and raising the
> volume through alsamixer.

[...]

For me, it's cclive or youtube-dl. I don't like others watching me
watching videos ;-)

> So, ALSA is definitely not perfection, but I've heard far more horror
> stories from Pulse Audio users than from ALSA users.

This might as well be selection bias: folks avoiding Pulse are in for
it and may be readier to Know What They're Doing (TM).

Cheers
-- tomás


signature.asc
Description: Digital signature


Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Renato Gallo
I personally use pulse on chrome and firefox without problems of any sort

Renato Gallo 

System Engineer 
sede legale e operativa: Via Privata Cefalonia, 14 - 20156 - Milano (MI) 
Tel. +39 02 - 87049490 
Fax +39 02 - 48677349 
Mobile. +39 342 - 6350524 
Wi | FreeNumbers: https://freenumbers.way-interactive.com 
Wi | SMS: https://sms.way-interactive.com 
Wi | Voip: https://voip.way-interactive.com 
Asterweb: http://www.asterweb.org 

Le informazioni contenute in questo messaggio e negli eventuali allegati sono 
riservate e per uso esclusivo del destinatario. 
Persone diverse dallo stesso non possono copiare o distribuire il messaggio a 
terzi. 
Chiunque riceva questo messaggio per errore è pregato di distruggerlo e di 
informare immediatamente [ mailto:i...@sigmaware.it | info@ ] asterweb.org

- Original Message -
From: "Greg Wooledge" 
To: "debian-user" 
Sent: Wednesday, June 5, 2019 2:43:31 PM
Subject: Re: Replacing Pulseaudio with Alsa alone

On Wed, Jun 05, 2019 at 10:12:54AM +0200, to...@tuxteam.de wrote:
> If you don't care about those things -- or are in for some
> fiddling -- by all means, drop Pulse, and tell us others about
> it!

I never installed it to begin with.  And my primary browsing has been in
google-chrome-stable for quite some time now, mostly due to the fact that
at the time I switched over, Firefox's javascript performance was simply
too slow for the kinds of web games I was playing.  Firefox's unilateral
out-of-nowhere decision to stop supporting the vast majority of user
add-ons wasn't a plus, either.

When I do youtube stuff in google-chrome-stable, it just works, and I've
never had to mess with anything other than un-muting and raising the
volume through alsamixer.  At least not on my last couple systems.
(Before those, I had a system with on-board audio and a sound card, and
ALSA had to be beaten over the head to tell it which device to use.)

So, ALSA is definitely not perfection, but I've heard far more horror
stories from Pulse Audio users than from ALSA users.



Re: Date format for Thunderbird 60.7 -- partial success in changing it

2019-06-05 Thread Greg Wooledge
On Wed, Jun 05, 2019 at 11:18:55AM +0200, Jörg-Volker Peetz wrote:
> As user of thunderbird you best set the environment variable LC_TIME in your
> profile, e.g. via ~/.bash_profile . Check it with the command
> 
> $ locale
> 
> You have to log out (from desktop and from computer) before changes in
> .bash_profile get applied.

For the record, .bash_profile is only read by login shells, so your
suggestion only works for situations where one logs in with a shell
(Linux virtual console logins or ssh), not where one logs in with a
graphical Display Manager.

See also:
 https://wiki.debian.org/Xsession
 https://wiki.debian.org/EnvironmentVariables
 https://wiki.debian.org/DotFiles



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Greg Wooledge
On Wed, Jun 05, 2019 at 10:12:54AM +0200, to...@tuxteam.de wrote:
> If you don't care about those things -- or are in for some
> fiddling -- by all means, drop Pulse, and tell us others about
> it!

I never installed it to begin with.  And my primary browsing has been in
google-chrome-stable for quite some time now, mostly due to the fact that
at the time I switched over, Firefox's javascript performance was simply
too slow for the kinds of web games I was playing.  Firefox's unilateral
out-of-nowhere decision to stop supporting the vast majority of user
add-ons wasn't a plus, either.

When I do youtube stuff in google-chrome-stable, it just works, and I've
never had to mess with anything other than un-muting and raising the
volume through alsamixer.  At least not on my last couple systems.
(Before those, I had a system with on-board audio and a sound card, and
ALSA had to be beaten over the head to tell it which device to use.)

So, ALSA is definitely not perfection, but I've heard far more horror
stories from Pulse Audio users than from ALSA users.



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Greg Wooledge
On Wed, Jun 05, 2019 at 12:34:49PM +0100, Brian wrote:
> I hope I am believed when I say that firefox in unstable (67.0.1) has
> --enable-alsa in about:buildconfig. And sound works without pulseaudio.

As does firefox-esr 60.6.3esr-1 in buster, it seems.  I didn't know about
about:buildconfig before.  Handy.

I don't know the exact story, but I've heard pieces of it over the last
year or two.  Apparently at one point upstream decided not to support
direct ALSA any more, but they left the code in place, just not enabled
in the default compile-time configuration.  Debian's packages re-enabled
the option to turn on ALSA support.  I was also told that, at some later
point, upstream actually removed the ALSA code from their source tree,
or was planning to do so.  I don't know if Debian is patching the ALSA
code back in, or if the versions we have just haven't been neutered by
upstream yet.



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread tomas
On Wed, Jun 05, 2019 at 12:34:49PM +0100, Brian wrote:
> On Wed 05 Jun 2019 at 12:08:00 +0200, Michael Lange wrote:
> 
> > Hi,
> > 
> > On Wed, 5 Jun 2019 05:38:18 -0400
> > Dan Ritter  wrote:
> > 
> > 
> > > https://bugzilla.mozilla.org/show_bug.cgi?id=1345661
> > > 
> > > That was two years ago.
> > 
> > yes, I remember the discussions about that, but still here audio in
> > firefox without PA never ceased to work.
> > Actually I always wondered if anyone really tried or if everyone just
> > believed what other people say ;)
> 
> I hope I am believed when I say that firefox in unstable (67.0.1) has
> --enable-alsa in about:buildconfig. And sound works without pulseaudio.

Ah, thanks. At last someone doing something :-)

Should we meet somewhere I owe you a $BEVERAGE (whithin my financial
possibilities, that is ;-)

Cheers
-- t


signature.asc
Description: Digital signature


Re: Authentification failure

2019-06-05 Thread Yahoo

D??sol??, je n'avais pas compris ta demande.

Donc sur la fr??quence, de mon c??t?? j'ai tr??s peu d'attaque force brut 
sur le service ssh, mais effectivement j'utilise un port un peu plus 
exotique que le tiens


la vue pour un serveur up depuis 1 ans:

Status for the jail: sshd
|- Filter
|?? |- Currently failed: 0
|?? |- Total failed: 23
|?? `- File list:?? /var/log/auth.log
`- Actions
 |- Currently banned: 0
 |- Total banned: 1
 `- Banned IP list:

Il est donc possible que  soit trop simple


Le 05/06/2019 ?? 13:33, steve a ??crit??:

Le mercredi 05 juin 2019, Yahoo a ??crit??:


?? Bonjour,

?? c'est quasiment tous le temps, si tu veux limiter cela tu peux 
modifier le

?? port de ta connexion ssh, cela ??vite une bonne partie de ces bots,


D??j?? fait depuis longtemps (22->). Peut-??tre faudrait-il que je
mette un port moins ??vident???

?? ensuite tu peux mettre fail2ban pour les irr??ductibles que 
trouverais le

?? bon ports.


# fail2ban-client status sshd
Status for the jail: sshd
|- Filter
|?? |- Currently failed:?? 2
|?? |- Total failed:?? 11952
|?? `- File list:?? /var/log/auth.log
`- Actions
?? |- Currently banned:?? 3
?? |- Total banned:?? 54
?? `- Banned IP list:?? 73.15.91.251 104.248.187.179 41.223.142.211


Mais en fait ma question ??tait plus sur une ??ventuelle augmentation de
la fr??quence de scan que sur les m??thodes de mitigation que je connais
d??j?? et qui sont en place.





Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Brian
On Wed 05 Jun 2019 at 12:27:30 +0200, to...@tuxteam.de wrote:

> Anyone out there care to download the Debian source package and
> check what the compile options are? This *must* be visible in the
> Debian-specific patches, right?

Not necessary. Use about:buildconfig.

-- 
Brian.



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Brian
On Wed 05 Jun 2019 at 12:08:00 +0200, Michael Lange wrote:

> Hi,
> 
> On Wed, 5 Jun 2019 05:38:18 -0400
> Dan Ritter  wrote:
> 
> 
> > https://bugzilla.mozilla.org/show_bug.cgi?id=1345661
> > 
> > That was two years ago.
> 
> yes, I remember the discussions about that, but still here audio in
> firefox without PA never ceased to work.
> Actually I always wondered if anyone really tried or if everyone just
> believed what other people say ;)

I hope I am believed when I say that firefox in unstable (67.0.1) has
--enable-alsa in about:buildconfig. And sound works without pulseaudio.

-- 
Brian.



Re: Authentification failure

2019-06-05 Thread steve

Le mercredi 05 juin 2019, Yahoo a écrit :


  Bonjour,

  c'est quasiment tous le temps, si tu veux limiter cela tu peux modifier le
  port de ta connexion ssh, cela évite une bonne partie de ces bots,


Déjà fait depuis longtemps (22->). Peut-être faudrait-il que je
mette un port moins évident ?


  ensuite tu peux mettre fail2ban pour les irréductibles que trouverais le
  bon ports.


# fail2ban-client status sshd
Status for the jail: sshd
|- Filter
|  |- Currently failed: 2
|  |- Total failed: 11952
|  `- File list:/var/log/auth.log
`- Actions
  |- Currently banned:  3
  |- Total banned:  54
  `- Banned IP list:73.15.91.251 104.248.187.179 41.223.142.211


Mais en fait ma question était plus sur une éventuelle augmentation de
la fréquence de scan que sur les méthodes de mitigation que je connais
déjà et qui sont en place.



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Stephan Seitz

On Mi, Jun 05, 2019 at 11:20:58 +0200, Michael Lange wrote:

Georgi Naplatanov  wrote:

If you don't use PulseAudio then only one application can use an ALSA
device at the same time on your computer.

really? Here I can play back a video in firefox and play another video


No, I don’t think so.
IIRC: In the beginning of ALSA you needed a soundcard with hardware 
mixing capabilities. Later, ALSA got a mixer plugin itself.


So, you don’t need Pulse to have multiple audio sources.
And if you only have one soundcard, PulseAudio is overkill. Besides, 
PulseAudio lies on top of ALSA.


The advantages of PulseAudio are:
- more than one soundcard, maybe even changing (onboard, USB soundcare, 
 headset, etc.)
- you want to move the application from one soundcard to another without 
 reconfiguring the application to the new soundcard

- network capabilities

Shade and sweet water!

Stephan

--
| Stephan Seitz  E-Mail: s...@fsing.rootsland.net |
| Public Keys: http://fsing.rootsland.net/~stse/keys.html |


smime.p7s
Description: S/MIME cryptographic signature


Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread tomas
On Wed, Jun 05, 2019 at 12:13:54PM +0200, Michael Lange wrote:
> Hi,
> 
> On Wed, 5 Jun 2019 11:33:15 +0200
>  wrote:
> 
> 
> > Now don't expect your distro maintainer's to continue indefinitely
> > maintaining your firefox's port in a non-standard configuration.
> > 
> 
> sure, I don't expect anything in particular ;)
> But I believe I can perfectly wait with taking action until it becomes
> necessary and decide then what to do.
> 
> And when everyone seems to say that there is no sound in firefox without
> PA, it appears to be definitely not true for now, at least with debian
> stable.

What miffs me is that no-one in this thread seems to really care
enough to go check the sources. But then, some still seem to care
enough to go ballistic and complain loudly.

As I said, I'm happy with my Firefox having no sound (it hasn't;
actually I do prefer it that way), so I haven't done any research
into why.

What is your distro's version? What is your Firefox's version?

Anyone out there care to download the Debian source package and
check what the compile options are? This *must* be visible in the
Debian-specific patches, right?

Cheers
-- tomás


signature.asc
Description: Digital signature


Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Michael Lange
Hi,

On Wed, 5 Jun 2019 11:33:15 +0200
 wrote:


> Now don't expect your distro maintainer's to continue indefinitely
> maintaining your firefox's port in a non-standard configuration.
> 

sure, I don't expect anything in particular ;)
But I believe I can perfectly wait with taking action until it becomes
necessary and decide then what to do.

And when everyone seems to say that there is no sound in firefox without
PA, it appears to be definitely not true for now, at least with debian
stable.

Regards

Michael

.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

Women professionals do tend to over-compensate.
-- Dr. Elizabeth Dehaver, "Where No Man Has Gone Before",
   stardate 1312.9.



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Michael Lange
Hi,

On Wed, 5 Jun 2019 05:38:18 -0400
Dan Ritter  wrote:


> https://bugzilla.mozilla.org/show_bug.cgi?id=1345661
> 
> That was two years ago.

yes, I remember the discussions about that, but still here audio in
firefox without PA never ceased to work.
Actually I always wondered if anyone really tried or if everyone just
believed what other people say ;)

Regards

Michael


.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

Our way is peace.
-- Septimus, the Son Worshiper, "Bread and Circuses",
   stardate 4040.7.



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Tixy
On Wed, 2019-06-05 at 11:17 +0200, Michael Lange wrote:
> Hi,
> 
> On Tue, 4 Jun 2019 15:55:34 -0400
> Dan Ritter  wrote:
> 
> > Kaj Persson wrote: 
> > > I am running Debian 9 Stretch. After the OS install the
> > > Pulseaudio is
> > > by default the standard audio system with Alsa as the executor.
> > > Which
> > > is the best strategy to remove Pulseaudio and instead letting
> > > Alsa be
> > > the one and only audio system? Are there any serious
> > > disadvantages
> > > doing so?
> > 
> > There is one serious disadvantage: Firefox doesn't support audio
> > in any other way except PulseAudio.
> 
> is that actually true? Here I can watch videos on yt or vimeo for
> example
> in firefox with sound perfectly intact without pulseaudio installed.
> In which situations does sound in ff not work?

Hmm, I just uninstalled PulseAudio and Firefox audio still works, so I
guess Debian are still enabling ALSA in their builds. As others have
pointed out, this is likely to not be the case in the long run.

Think I may have installed PulseAudio as an effort to get Google
Hangouts video chat working in the Chromium browser. Just tried that
and with ALSA, I can't seem to get it to use headphones even when they
are selected explicitly by name.

-- 
Tixy



unattended-upgrades downloaded package information only from the sources in sources.list.d directory ignoring sources.list file

2019-06-05 Thread Martin T
Hi,

in order to test unattended-upgrades I downgraded yesterday(4.06)
packages iceweasel, qemu-utils and thunderbird:

# # "apt list --upgradable" command below was executed on 4.06
# apt list --upgradable
Listing... Done
iceweasel/stable 60.7.0esr-1~deb9u1 all [upgradable from: 52.9.0esr-1~deb9u1]
qemu-utils/stable 1:2.8+dfsg-6+deb9u6 amd64 [upgradable from:
1:2.8+dfsg-6+deb9u5]
thunderbird/stable 1:60.7.0-1~deb9u1 amd64 [upgradable from: 1:60.6.1-1~deb9u1]
#

As expected, the unattended-upgrades ran today(5.06) morning, but it
reported, that "No packages found that can be upgraded unattended and
no pending auto-removals". Indeed, when I checked for example "apt
policy iceweasel", then the apt saw the installed version as the
latest one:

$ sudo apt policy iceweasel
iceweasel:
  Installed: 52.9.0esr-1~deb9u1
  Candidate: 52.9.0esr-1~deb9u1
  Version table:
 *** 52.9.0esr-1~deb9u1 100
100 /var/lib/dpkg/status
$

"apt policy" listed only the repository configured in
/etc/apt/sources.list.d/digitalocean-agent.list while ignoring the
ones in sources.list:

# apt policy
Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 https://repos.insights.digitalocean.com/apt/do-agent main/main
amd64 Packages
 release o=. main,a=main,n=main,l=. main,c=main,b=amd64
 origin repos.insights.digitalocean.com
Pinned packages:
#

After executing "apt update", the rest of the repositories were again
seen in the output of "apt policy" and for example, the iceweasel was
again upgradable to 60.7.0esr-1~deb9u1:

$ sudo apt policy iceweasel
iceweasel:
  Installed: 52.9.0esr-1~deb9u1
  Candidate: 60.7.0esr-1~deb9u1
/* output removed for brevity */
$

Looks like the "apt update" or equivalent ran by unattended-upgrades
ignored the /etc/apt/sources.list file and used only
/etc/apt/sources.list.d/digitalocean-agent.list as a source for
repositories.
What might cause this behavior?


thanks,
Martin



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Dan Ritter
Michael Lange wrote: 
> Hi,
> 
> On Tue, 4 Jun 2019 15:55:34 -0400
> Dan Ritter  wrote:
> 
> > Kaj Persson wrote: 
> > > I am running Debian 9 Stretch. After the OS install the Pulseaudio is
> > > by default the standard audio system with Alsa as the executor. Which
> > > is the best strategy to remove Pulseaudio and instead letting Alsa be
> > > the one and only audio system? Are there any serious disadvantages
> > > doing so?
> > 
> > There is one serious disadvantage: Firefox doesn't support audio
> > in any other way except PulseAudio.
> 
> is that actually true? Here I can watch videos on yt or vimeo for example
> in firefox with sound perfectly intact without pulseaudio installed.
> In which situations does sound in ff not work?

https://bugzilla.mozilla.org/show_bug.cgi?id=1345661

That was two years ago.

-dsr-



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread tomas
On Wed, Jun 05, 2019 at 11:20:58AM +0200, Michael Lange wrote:
> Hi,
> 
> On Tue, 4 Jun 2019 22:51:31 +0300
> Georgi Naplatanov  wrote:

[...]

> > If you don't use PulseAudio then only one application can use an ALSA
> > device at the same time on your computer.
> 
> really? Here I can play back a video in firefox and play another video
> from harddisk in vlc and the sound tracks are happily mixed by alsa (not
> that it's an enjoyable experience, but it works :)

Straight from the Horse's Mouth:

  "ALSA support was dropped starting Firefox 52.0 and later.
   Some Linux distros may have delayed this change with their
   own third-party Firefox packages to use ALSA until more
   recently.

   You could compile Firefox yourself with --disable-pulseaudio
   --enable-alsa

   Keep in mind that if you do this you will not get updates from
   Mozilla as it will be a third-party build."

(see e.g. [1]). Checking what options your distro compiled it
with is left as an exercise to the reader :-)

Now don't expect your distro maintainer's to continue indefinitely
maintaining your firefox's port in a non-standard configuration.

This is significant work, so if you care about it, do step in.

Cheers

[1] https://support.mozilla.org/en-US/questions/1209469

-- t


signature.asc
Description: Digital signature


Re: Authentification failure

2019-06-05 Thread Cyrille Bollu
Oui oui ça fait partie de l’Internet standard.

Si cela t’inquiète vraiment, le programme fail2ban peut t’aider.

Cyrille

> Le 5 juin 2019 à 08:37, Belaïd  a écrit :
> 
> Bonjour, 
> 
> Pour ma part,  tout le temps !   et la quasi totalité des tentatives de 
> connexions viennent d'Asie (sans cité un paye en particulier  !   )
> 
> Le mer. 5 juin 2019 08:32, steve  a écrit :
>> Salut à tous,
>> 
>> Depuis une dizaine de jours, j'observe une augmentation massive de scans
>> sur ma machine.
>> 
>> sshd:
>> Authentication Failures:
>>unknown (115.159.235.17): 100 Time(s)
>>unknown (153.37.192.4): 99 Time(s)
>>unknown (183.103.146.208): 99 Time(s)
>>unknown (190.0.159.69): 99 Time(s)
>>unknown (106.13.103.204): 98 Time(s)
>>unknown (109.86.200.141): 98 Time(s)
>>unknown (94.23.62.187): 98 Time(s)
>>unknown (45.127.106.51): 96 Time(s)
>>unknown (103.202.132.175): 95 Time(s)
>>unknown (217.182.95.16): 95 Time(s)
>>unknown (47.74.150.153): 95 Time(s)
>>unknown (220.168.86.37): 87 Time(s)
>>unknown (122.155.223.31): 73 Time(s)
>>unknown (190.111.239.48): 70 Time(s)
>>unknown (188.166.31.205): 56 Time(s)
>>unknown (47.254.158.221): 48 Time(s)
>>unknown (51.15.117.94): 47 Time(s)
>>unknown (142.93.237.233): 34 Time(s)
>>unknown (223.83.155.77): 16 Time(s)
>>unknown (41.77.145.34): 13 Time(s)
>>unknown (118.24.99.163): 12 Time(s)
>>unknown (46.190.57.82): 9 Time(s)
>>unknown (89.79.197.61): 9 Time(s)
>>unknown (115.159.30.108): 8 Time(s)
>>backup (188.166.31.205): 2 Time(s)
>>root (104.236.102.16): 2 Time(s)
>>root (223.17.237.138): 2 Time(s)
>>unknown (128.199.221.18): 2 Time(s)
>>backup (103.202.132.175): 1 Time(s)
>>backup (47.254.158.221): 1 Time(s)
>>backup (47.74.150.153): 1 Time(s)
>>daemon (45.127.106.51): 1 Time(s)
>>backup (188.166.31.205): 2 Time(s)
>>root (104.236.102.16): 2 Time(s)
>>root (223.17.237.138): 2 Time(s)
>>unknown (128.199.221.18): 2 Time(s)
>>backup (103.202.132.175): 1 Time(s)
>>backup (47.254.158.221): 1 Time(s)
>>backup (47.74.150.153): 1 Time(s)
>>daemon (45.127.106.51): 1 Time(s)
>>games (103.202.132.175): 1 Time(s)
>>games (188.166.31.205): 1 Time(s)
>>games (94.23.62.187): 1 Time(s)
>>gnats (159.65.144.233): 1 Time(s)
>>gnats (190.111.239.48): 1 Time(s)
>>gnats (45.127.106.51): 1 Time(s)
>>hplip (103.202.132.175): 1 Time(s)
>>irc (106.13.103.204): 1 Time(s)
>>irc (217.182.95.16): 1 Time(s)
>>irc (41.77.145.34): 1 Time(s)
>>irc (47.74.150.153): 1 Time(s)
>>list (47.254.158.221): 1 Time(s)
>>lp (217.182.95.16): 1 Time(s)
>>mail (103.202.132.175): 1 Time(s)
>>man (115.159.30.108): 1 Time(s)
>>man (153.37.192.4): 1 Time(s)
>>man (47.74.150.153): 1 Time(s)
>>mysql (109.86.200.141): 1 Time(s)
>>mysql (153.37.192.4): 1 Time(s)
>>mysql (190.111.239.48): 1 Time(s)
>>mysql (202.88.241.107): 1 Time(s)
>>mysql (45.127.106.51): 1 Time(s)
>>mysql (51.15.117.94): 1 Time(s)
>>mysql (81.133.216.92): 1 Time(s)
>>mysql (94.23.62.187): 1 Time(s)
>>news (190.0.159.69): 1 Time(s)
>>news (47.74.150.153): 1 Time(s)
>>nobody (118.25.221.166): 1 Time(s)
>>nobody (217.182.95.16): 1 Time(s)
>>plex (217.182.95.16): 1 Time(s)
>>proxy (103.202.132.175): 1 Time(s)
>>proxy (47.74.150.153): 1 Time(s)
>>root (104.248.211.180): 1 Time(s)
>>root (105.235.116.254): 1 Time(s)
>>Invalid Users:
>>Unknown Account: 1610 Time(s)
>> 
>> 
>> Je me demandais si vous observiez la même chose.
>> 
>> Merci
>> 
>> Steve
>> 


Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Michael Lange
Hi,

On Tue, 4 Jun 2019 22:51:31 +0300
Georgi Naplatanov  wrote:

> On 6/4/19 10:24 PM, Kaj Persson wrote:
> > I am running Debian 9 Stretch. After the OS install the Pulseaudio is
> > by default the standard audio system with Alsa as the executor. Which
> > is the best strategy to remove Pulseaudio and instead letting Alsa be
> > the one and only audio system? 
> 
> PulseAudio is some kind of mixer/proxy between ALSA and desktop
> applications. In modern GNU/Linux OSes it's discouraged to remove/not
> using PulseAudio.
> 
> Are there any serious disadvantages doing so?
> 
> If you don't use PulseAudio then only one application can use an ALSA
> device at the same time on your computer.

really? Here I can play back a video in firefox and play another video
from harddisk in vlc and the sound tracks are happily mixed by alsa (not
that it's an enjoyable experience, but it works :)

Regards

Michael


.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

One does not thank logic.
-- Sarek, "Journey to Babel", stardate 3842.4



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Michael Lange
Hi,

On Tue, 4 Jun 2019 15:55:34 -0400
Dan Ritter  wrote:

> Kaj Persson wrote: 
> > I am running Debian 9 Stretch. After the OS install the Pulseaudio is
> > by default the standard audio system with Alsa as the executor. Which
> > is the best strategy to remove Pulseaudio and instead letting Alsa be
> > the one and only audio system? Are there any serious disadvantages
> > doing so?
> 
> There is one serious disadvantage: Firefox doesn't support audio
> in any other way except PulseAudio.

is that actually true? Here I can watch videos on yt or vimeo for example
in firefox with sound perfectly intact without pulseaudio installed.
In which situations does sound in ff not work?

Regards

Michael


.-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.

There's no honorable way to kill, no gentle way to destroy.  There is
nothing good in war.  Except its ending.
-- Abraham Lincoln, "The Savage Curtain", stardate 5906.5



Re: Date format for Thunderbird 60.7 -- partial success in changing it

2019-06-05 Thread Jörg-Volker Peetz
As user of thunderbird you best set the environment variable LC_TIME in your
profile, e.g. via ~/.bash_profile . Check it with the command

$ locale

You have to log out (from desktop and from computer) before changes in
.bash_profile get applied.

Regards,
Jörg.



Re: [HS] GAFAM est devenu GAFA

2019-06-05 Thread Pierre Chevalier

Le 29/05/2019 à 08:54, Basile Starynkevitch a écrit :

Ah, qu'il est dur de ne pas être conforme…


;-D
Que oui!

Et en plus, j'ai l'impression que ça empire!

Il y a 20 ans, on me voyait comme un gentil extra-terrestre, avec mon 
GNU/Linux...


Il y a 10 ans, on m'écoutait avec attention, chacun étant conscient de 
l'importance de l'interopérabilité, des faiblesses des logiciels 
propriétaires, de leur coût; on me laissait installer des GNU/Linux sur 
plein de vieilles machines...


Et aujourd'hui, j'ai plus que l'impression qu'être Libriste pratiquant 
me fait ranger dans la case "timbré hors sol indécrottable"...




On peut aussi utiliser LinkedIn.


Ces cons-là avaient égaré mon mot de passe dans la nature; pas que le 
mien, d'ailleurs...


Et ils se sont fait racheter par Crimo$oft. C'est dire si l'on peut 
faire confiance à ces gens.



C'est pas mieux que FaceBook mais c'est 
plus utilisé par les chefaillons de tout poil.


Eh oui.
(soupir)

Je me souviens du B.A. BA du renseignement, et je partage, avec des gars 
de ma génération qui ont vécu de l'autre côté du mur de Berlin, un 
sentiment de sidération face à la légèreté incroyable avec laquelle les 
chefaillons de tout poil ou plume font passer des informations parfois 
super-sensibles par de simples courriels (non chiffrés, bien sûr), par 
du clou du genre YouTransferIKeepIt ou GiveMeYourBigFile...


À+
Pierre



Re: Authentification failure

2019-06-05 Thread Yann Serre

Bonjour,

Même si vous faites parti des personnes sensibilisées, voici un article 
de presse grand public. Je pense que ça a un rapport avec le sujet même 
si la piste mafieuse serait probablement à privilégier.


https://www.ouest-france.fr/high-tech/le-risque-d-un-pearl-harbor-informatique-contre-la-france-est-bien-reel-6381766



Re: use mailx instead of sendmail in apt-listchanges

2019-06-05 Thread Martin T
Dan,

> You could do the wrapper, or you could install nullmailer, which
> is an extremely simple MTA that always hands off mail to a
> relayhost (i.e. somebody else's problem).

I ended up with a following wrapper:

$ cat /usr/sbin/sendmail
#!/usr/bin/env bash

# As header fields are at the top of the message, then following substitutions
# should work reliably.
sed '0,/^Subject: =?utf-8?q?apt-listchanges=3A_changelogs_for_vps?=$/
s//Subject: apt-listchanges: changelogs for vps/' | \
sed '0,/^From: root$/ s//From: nore...@example.com (VPS)/' | \
recode -f /qp | \
/usr/bin/mailx -t
$


Andrew,

I guess it works for you because bsd-mailx depends on virtual packet
mail-transport-agent.


regards,
Martin



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Joe
On Wed, 5 Jun 2019 10:06:23 +0200
 wrote:


> 
> [1] The problem with "modern" is that it carries with itself a value
>judgement, as a stowaway, so to speak. If you ain't "modern",
> you're a luddite or something. That kind of thing makes communication
> hard. It's difficult to listen, with all that shouting.

Never forget, not all progress is in the forward direction. It was
progress which led to the Dark Ages.

-- 
Joe



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread deloptes
humbert.olivie...@free.fr wrote:

> Depending on your needs. PA is good at resampling easily different audio
> flows at different samplerate. Much easily that what one can do with ALSA.
> 
> Olivier

Yes and integration with other subsystems like bluetooth and dbus



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread tomas
On Tue, Jun 04, 2019 at 10:51:31PM +0300, Georgi Naplatanov wrote:

[...]

> PulseAudio is some kind of mixer/proxy between ALSA and desktop
> applications. In modern GNU/Linux OSes it's discouraged to remove/not
> using PulseAudio.

Because... Reasons. What is a "modern GNU/Linux OS" anyway?

This ain't very helpful. More detailed: if you want your Gnome
desktop environment to work "out of the box" and your (newer)
Firefox to have access to sound, you're better off with Pulse.

If you don't care about those things -- or are in for some
fiddling -- by all means, drop Pulse, and tell us others about
it!

[...]

> Why don't you want to use PulseAudio, any problems?

Hmmm.

Cheers
-- t


signature.asc
Description: Digital signature


Re: Authentification failure

2019-06-05 Thread Jean Millet

Bonjour,

J’observe cela depuis plusieurs années. au départ les bot chinois qui 
sont très actifs puis d'autres.


Chez GuppY (CMS) nous avons préconisé l'utilisation de blocage de plages 
IP dans le .htaccess à la racine des sites hébergés en mutualisé et nous 
utilisons iptables sur nos serveurs


Exemple pour les htaccess à la racine des sites :


  
    Require all granted

# Cambodia (KH)
Require not ip 114.134.184.0/21
# Chinese (CN) IP addresses follow (split into two lines on 7/6/17 to 
avoid possible Server 500 due to excess line length):
Require not ip 1.24.0.0/13 1.48.0.0/15 1.50.0.0/16 1.56.0.0/13 
1.68.0.0/14 1.80.0.0/13 1.92.0.0/14 1.180.0.0/14 1.188.0.0/14 
1.192.0.0/13 1.202.0.0/15 1.204.0.0/14 14.16.0.0/12 14.104.0.0/13 
14.112.0.0/12 14.134.0.0/15 14.144.0.0/12 14.204.0.0/15 14.208.0.0/12 
23.80.54.0/24 23.104.141.0/24 23.105.14.0/24 23.226.208.0/24 27.8.0.0/13 
27.16.0.0/12 27.36.0.0/14 27.40.0.0/13 27.50.128.0/17 27.54.192.0/18 
27.106.128.0/18 27.115.0.0/17 27.148.0.0/14 27.152.0.0/13 27.184.0.0/13 
27.192.0.0/11 27.224.0.0/14 36.1.0.0/16 36.4.0.0/14 36.26.0.0/16 
36.32.0.0/14 36.36.0.0/16 36.40.0.0/13 36.48.0.0/15 36.56.0.0/13 
36.96.0.0/11 36.128.0.0/11 36.248.0.0/14 39.64.0.0/11 39.128.0.0/10 
42.4.0.0/14 42.48.0.0/15 42.52.0.0/14 42.56.0.0/14 42.84.0.0/14 
42.88.0.0/13 42.96.128.0/17 42.100.0.0/14 42.120.0.0/14 42.156.0.0/16 
42.176.0.0/13 42.185.0.0/16 42.202.0.0/15 42.224.0.0/12 42.242.0.0/15 
42.248.0.0/15 43.255.0.0/20 43.255.16.0/22 43.255.48.0/22 43.255.60.0/22 
43.255.64.0/20 43.255.96.0/20 43.255.144.0/22 43.255.168.0/22 
43.255.176.0/22 43.255.184.0/22 43.255.192.0/22 43.255.200.0/21 
43.255.208.0/21 43.255.224.0/21 43.255.232.0/22 43.255.244.0/22 
47.88.0.0/14 47.92.0.0/14 49.5.0.0/16 49.64.0.0/11 49.112.0.0/13 
54.222.0.0/15 58.16.0.0/14 58.20.0.0/16 58.21.0.0/16 58.22.0.0/15 
58.34.0.0/16 58.37.0.0/16 58.38.0.0/16 58.40.0.0/16 58.42.0.0/16 
58.44.0.0/14 58.48.0.0/13 58.56.0.0/14 58.60.0.0/14 58.68.128.0/17 
58.82.0.0/15 58.100.0.0/15 58.116.0.0/14 58.128.0.0/13 58.208.0.0/12 
58.240.0.0/13 58.248.0.0/13 59.32.0.0/12 59.48.0.0/14 59.52.0.0/14 
59.56.0.0/13 59.72.0.0/16 59.108.0.0/15 59.172.0.0/14 60.0.0.0/12 
60.11.0.0/16 60.12.0.0/14 60.16.0.0/13 60.24.0.0/13 60.160.0.0/11 
60.194.0.0/15 60.205.0.0/16 60.208.0.0/12 60.253.128.0/17 61.4.64.0/20 
61.4.80.0/22 61.4.176.0/20 61.48.0.0/13 61.128.0.0/10 61.135.0.0/16 
61.136.0.0/18 61.139.0.0/16 61.145.73.208/28 61.147.0.0/16 61.150.0.0/16 
61.152.0.0/16 61.154.0.0/16 61.160.0.0/16 61.162.0.0/15 61.164.0.0/16 
61.172.0.0/15 61.175.0.0/16 61.177.0.0/16 61.179.0.0/16 61.183.0.0/16 
61.184.0.0/16 61.185.219.232/29 61.187.0.0/16 61.188.0.0/16 
61.232.0.0/14 61.236.0.0/15 61.240.0.0/14


Etc

__

pour iptables :

iptables -I INPUT 1 -s 212.83.144.0/20 -j DROP
iptables -I INPUT 1 -s 118.200.0.0/16 -j DROP
iptables -I INPUT 1 -s 207.46.0.0/16 -j DROP
iptables -I INPUT 1 -s 54.254.0.0/16 -j DROP
iptables -I INPUT 1 -s 91.224.160.0/23 -j DROP
iptables -I INPUT 1 -s 175.100.144.0/20 -j DROP
iptables -I INPUT 1 -s 134.212.0.0/15 -j DROP
iptables -I INPUT 1 -s 134.214.0.0/16 -j DROP
iptables -I INPUT 1 -s 190.255.176.88/29 -j DROP
iptables -I INPUT 1 -s 118.70.176.0/20 -j DROP
iptables -I INPUT 1 -s 195.154.0.0/17 -j DROP
iptables -I INPUT 1 -s 91.200.12.0/22 -j DROP
iptables-save -c > /etc/iptables-save

Etc


Amicalement,
Jean alias JeandePeyrat
https://www.freeguppy.org/
https://asso.freeguppy.org/
https://www.anacr-correze.fr/
https://Beaucoup d'autres !

Le 05/06/2019 à 08:32, steve a écrit :

Salut à tous,

Depuis une dizaine de jours, j'observe une augmentation massive de scans
sur ma machine.

sshd:
   Authentication Failures:
  unknown (115.159.235.17): 100 Time(s)
  unknown (153.37.192.4): 99 Time(s)
  unknown (183.103.146.208): 99 Time(s)
  unknown (190.0.159.69): 99 Time(s)
  unknown (106.13.103.204): 98 Time(s)
  unknown (109.86.200.141): 98 Time(s)
  unknown (94.23.62.187): 98 Time(s)
  unknown (45.127.106.51): 96 Time(s)
  unknown (103.202.132.175): 95 Time(s)
  unknown (217.182.95.16): 95 Time(s)
  unknown (47.74.150.153): 95 Time(s)
  unknown (220.168.86.37): 87 Time(s)
  unknown (122.155.223.31): 73 Time(s)
  unknown (190.111.239.48): 70 Time(s)
  unknown (188.166.31.205): 56 Time(s)
  unknown (47.254.158.221): 48 Time(s)
  unknown (51.15.117.94): 47 Time(s)
  unknown (142.93.237.233): 34 Time(s)
  unknown (223.83.155.77): 16 Time(s)
  unknown (41.77.145.34): 13 Time(s)
  unknown (118.24.99.163): 12 Time(s)
  unknown (46.190.57.82): 9 Time(s)
  unknown (89.79.197.61): 9 Time(s)
  unknown (115.159.30.108): 8 Time(s)
  backup (188.166.31.205): 2 Time(s)
  root (104.236.102.16): 2 Time(s)
  root (223.17.237.138): 2 Time(s)
  unknown (128.199.221.18): 2 Time(s)
  backup (103.202.132.175): 1 Time(s)
  backup (47.254.158.221): 1 

Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread tomas
On Wed, Jun 05, 2019 at 07:40:30AM +0100, Tixy wrote:
> On Tue, 2019-06-04 at 22:51 +0300, Georgi Naplatanov wrote:
> [...]
> > If you don't use PulseAudio then only one application can use an ALSA
> > device at the same time on your computer. Even some applications
> > support
> > PulseAudio only.
> 
> Like Firefox, that was the reason I relented and installed Pulse Audio
> (to listen to online video).

See? I'm happy my browser has no sound, at last :-)

Thing is... if you ban pulseaudio, you should know that many "desktop
environments" and other so-called "modern" [1] software rely on it.
So you should know what you're doing or you should be willing to learn
things.

In that case, it can be quite rewarding.

In a nutshell, I'd say: if you want to *just* use your distribution
as a tool that Just Works (TM) and tend to opt for "the defaults",
just use PulseAudio. If you want to tinker and learn (which doesn't
mean that your distro will be useless!), dropping one or two of these
migth be a rewarding avenue.

Thanks to Debian and to all of you hard-working DDs and other Debian
folks for making both avenues possible! [2]

Cheers

[1] The problem with "modern" is that it carries with itself a value
   judgement, as a stowaway, so to speak. If you ain't "modern", you're
   a luddite or something. That kind of thing makes communication hard.
   It's difficult to listen, with all that shouting.

[2] I know, I know. I repeat myself. Must be an age thing. Apologies.

-- tomás


signature.asc
Description: Digital signature


Re: Date format for Thunderbird 60.7 -- partial success in changing it

2019-06-05 Thread Curt
On 2019-06-05, Ken Heard  wrote:
>
> The latest version of Thunderbird for Debian Stretch, 70.7 which I now
> use, still allows only the US date format, MM-DD-, but for me at
> least expresses the time as HH:MM (24 hour clock).  In a partially
> successful attempt to change the date format I did the following.

Maybe something of interest in this bug report:

https://bugzilla.mozilla.org/show_bug.cgi?id=1426907



Re: Authentification failure

2019-06-05 Thread Yahoo

Bonjour,

c'est quasiment tous le temps, si tu veux limiter cela tu peux modifier 
le port de ta connexion ssh, cela ??vite une bonne partie de ces bots,


ensuite tu peux mettre fail2ban pour les irr??ductibles que trouverais le 
bon ports.


Lo??c

Le 05/06/2019 ?? 08:32, steve a ??crit??:

Salut ?? tous,

Depuis une dizaine de jours, j'observe une augmentation massive de scans
sur ma machine.

sshd:
 Authentication Failures:
?? unknown (115.159.235.17): 100 Time(s)
?? unknown (153.37.192.4): 99 Time(s)
?? unknown (183.103.146.208): 99 Time(s)
?? unknown (190.0.159.69): 99 Time(s)
?? unknown (106.13.103.204): 98 Time(s)
?? unknown (109.86.200.141): 98 Time(s)
?? unknown (94.23.62.187): 98 Time(s)
?? unknown (45.127.106.51): 96 Time(s)
?? unknown (103.202.132.175): 95 Time(s)
?? unknown (217.182.95.16): 95 Time(s)
?? unknown (47.74.150.153): 95 Time(s)
?? unknown (220.168.86.37): 87 Time(s)
?? unknown (122.155.223.31): 73 Time(s)
?? unknown (190.111.239.48): 70 Time(s)
?? unknown (188.166.31.205): 56 Time(s)
?? unknown (47.254.158.221): 48 Time(s)
?? unknown (51.15.117.94): 47 Time(s)
?? unknown (142.93.237.233): 34 Time(s)
?? unknown (223.83.155.77): 16 Time(s)
?? unknown (41.77.145.34): 13 Time(s)
?? unknown (118.24.99.163): 12 Time(s)
?? unknown (46.190.57.82): 9 Time(s)
?? unknown (89.79.197.61): 9 Time(s)
?? unknown (115.159.30.108): 8 Time(s)
?? backup (188.166.31.205): 2 Time(s)
?? root (104.236.102.16): 2 Time(s)
?? root (223.17.237.138): 2 Time(s)
?? unknown (128.199.221.18): 2 Time(s)
?? backup (103.202.132.175): 1 Time(s)
?? backup (47.254.158.221): 1 Time(s)
?? backup (47.74.150.153): 1 Time(s)
?? daemon (45.127.106.51): 1 Time(s)
?? backup (188.166.31.205): 2 Time(s)
?? root (104.236.102.16): 2 Time(s)
?? root (223.17.237.138): 2 Time(s)
?? unknown (128.199.221.18): 2 Time(s)
?? backup (103.202.132.175): 1 Time(s)
?? backup (47.254.158.221): 1 Time(s)
?? backup (47.74.150.153): 1 Time(s)
?? daemon (45.127.106.51): 1 Time(s)
?? games (103.202.132.175): 1 Time(s)
?? games (188.166.31.205): 1 Time(s)
?? games (94.23.62.187): 1 Time(s)
?? gnats (159.65.144.233): 1 Time(s)
?? gnats (190.111.239.48): 1 Time(s)
?? gnats (45.127.106.51): 1 Time(s)
?? hplip (103.202.132.175): 1 Time(s)
?? irc (106.13.103.204): 1 Time(s)
?? irc (217.182.95.16): 1 Time(s)
?? irc (41.77.145.34): 1 Time(s)
?? irc (47.74.150.153): 1 Time(s)
?? list (47.254.158.221): 1 Time(s)
?? lp (217.182.95.16): 1 Time(s)
?? mail (103.202.132.175): 1 Time(s)
?? man (115.159.30.108): 1 Time(s)
?? man (153.37.192.4): 1 Time(s)
?? man (47.74.150.153): 1 Time(s)
?? mysql (109.86.200.141): 1 Time(s)
?? mysql (153.37.192.4): 1 Time(s)
?? mysql (190.111.239.48): 1 Time(s)
?? mysql (202.88.241.107): 1 Time(s)
?? mysql (45.127.106.51): 1 Time(s)
?? mysql (51.15.117.94): 1 Time(s)
?? mysql (81.133.216.92): 1 Time(s)
?? mysql (94.23.62.187): 1 Time(s)
?? news (190.0.159.69): 1 Time(s)
?? news (47.74.150.153): 1 Time(s)
?? nobody (118.25.221.166): 1 Time(s)
?? nobody (217.182.95.16): 1 Time(s)
?? plex (217.182.95.16): 1 Time(s)
?? proxy (103.202.132.175): 1 Time(s)
?? proxy (47.74.150.153): 1 Time(s)
?? root (104.248.211.180): 1 Time(s)
?? root (105.235.116.254): 1 Time(s)
?? Invalid Users:
?? Unknown Account: 1610 Time(s)


Je me demandais si vous observiez la m??me chose.

Merci

Steve



Re: Authentification failure

2019-06-05 Thread Eric Degenetais
Il y a 5 ans déjà, je constatais des scans à longueur de journées sur l'ip
publique serveurs sans nom de domaine, dès leur première journée. Il y a
clairement une exploration systématique de certaines plages IP à la
recherche de serveurs à subvertir.

Éric Dégenètais

Le mer. 5 juin 2019 8:37 AM, Belaïd  a écrit :

> Bonjour,
>
> Pour ma part,  tout le temps !   et la quasi totalité des tentatives de
> connexions viennent d'Asie (sans cité un paye en particulier  !   )
>
> Le mer. 5 juin 2019 08:32, steve  a écrit :
>
>> Salut à tous,
>>
>> Depuis une dizaine de jours, j'observe une augmentation massive de scans
>> sur ma machine.
>>
>> sshd:
>> Authentication Failures:
>>unknown (115.159.235.17): 100 Time(s)
>>unknown (153.37.192.4): 99 Time(s)
>>unknown (183.103.146.208): 99 Time(s)
>>unknown (190.0.159.69): 99 Time(s)
>>unknown (106.13.103.204): 98 Time(s)
>>unknown (109.86.200.141): 98 Time(s)
>>unknown (94.23.62.187): 98 Time(s)
>>unknown (45.127.106.51): 96 Time(s)
>>unknown (103.202.132.175): 95 Time(s)
>>unknown (217.182.95.16): 95 Time(s)
>>unknown (47.74.150.153): 95 Time(s)
>>unknown (220.168.86.37): 87 Time(s)
>>unknown (122.155.223.31): 73 Time(s)
>>unknown (190.111.239.48): 70 Time(s)
>>unknown (188.166.31.205): 56 Time(s)
>>unknown (47.254.158.221): 48 Time(s)
>>unknown (51.15.117.94): 47 Time(s)
>>unknown (142.93.237.233): 34 Time(s)
>>unknown (223.83.155.77): 16 Time(s)
>>unknown (41.77.145.34): 13 Time(s)
>>unknown (118.24.99.163): 12 Time(s)
>>unknown (46.190.57.82): 9 Time(s)
>>unknown (89.79.197.61): 9 Time(s)
>>unknown (115.159.30.108): 8 Time(s)
>>backup (188.166.31.205): 2 Time(s)
>>root (104.236.102.16): 2 Time(s)
>>root (223.17.237.138): 2 Time(s)
>>unknown (128.199.221.18): 2 Time(s)
>>backup (103.202.132.175): 1 Time(s)
>>backup (47.254.158.221): 1 Time(s)
>>backup (47.74.150.153): 1 Time(s)
>>daemon (45.127.106.51): 1 Time(s)
>>backup (188.166.31.205): 2 Time(s)
>>root (104.236.102.16): 2 Time(s)
>>root (223.17.237.138): 2 Time(s)
>>unknown (128.199.221.18): 2 Time(s)
>>backup (103.202.132.175): 1 Time(s)
>>backup (47.254.158.221): 1 Time(s)
>>backup (47.74.150.153): 1 Time(s)
>>daemon (45.127.106.51): 1 Time(s)
>>games (103.202.132.175): 1 Time(s)
>>games (188.166.31.205): 1 Time(s)
>>games (94.23.62.187): 1 Time(s)
>>gnats (159.65.144.233): 1 Time(s)
>>gnats (190.111.239.48): 1 Time(s)
>>gnats (45.127.106.51): 1 Time(s)
>>hplip (103.202.132.175): 1 Time(s)
>>irc (106.13.103.204): 1 Time(s)
>>irc (217.182.95.16): 1 Time(s)
>>irc (41.77.145.34): 1 Time(s)
>>irc (47.74.150.153): 1 Time(s)
>>list (47.254.158.221): 1 Time(s)
>>lp (217.182.95.16): 1 Time(s)
>>mail (103.202.132.175): 1 Time(s)
>>man (115.159.30.108): 1 Time(s)
>>man (153.37.192.4): 1 Time(s)
>>man (47.74.150.153): 1 Time(s)
>>mysql (109.86.200.141): 1 Time(s)
>>mysql (153.37.192.4): 1 Time(s)
>>mysql (190.111.239.48): 1 Time(s)
>>mysql (202.88.241.107): 1 Time(s)
>>mysql (45.127.106.51): 1 Time(s)
>>mysql (51.15.117.94): 1 Time(s)
>>mysql (81.133.216.92): 1 Time(s)
>>mysql (94.23.62.187): 1 Time(s)
>>news (190.0.159.69): 1 Time(s)
>>news (47.74.150.153): 1 Time(s)
>>nobody (118.25.221.166): 1 Time(s)
>>nobody (217.182.95.16): 1 Time(s)
>>plex (217.182.95.16): 1 Time(s)
>>proxy (103.202.132.175): 1 Time(s)
>>proxy (47.74.150.153): 1 Time(s)
>>root (104.248.211.180): 1 Time(s)
>>root (105.235.116.254): 1 Time(s)
>>Invalid Users:
>>Unknown Account: 1610 Time(s)
>>
>>
>> Je me demandais si vous observiez la même chose.
>>
>> Merci
>>
>> Steve
>>
>>


Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Michael Howard

On 04/06/2019 20:24, Kaj Persson wrote:
I am running Debian 9 Stretch. After the OS install the Pulseaudio is 
by default the standard audio system with Alsa as the executor. Which 
is the best strategy to remove Pulseaudio and instead letting Alsa be 
the one and only audio system? Are there any serious disadvantages 
doing so?

/Kaj


PulseAudio gives sound across the network. Wouldn't be without it.

--
Mike Howard



Re: Replacing Pulseaudio with Alsa alone

2019-06-05 Thread Tixy
On Tue, 2019-06-04 at 22:51 +0300, Georgi Naplatanov wrote:
[...]
> If you don't use PulseAudio then only one application can use an ALSA
> device at the same time on your computer. Even some applications
> support
> PulseAudio only.

Like Firefox, that was the reason I relented and installed Pulse Audio
(to listen to online video).

-- 
Tixy



Re: Authentification failure

2019-06-05 Thread Belaïd
Bonjour,

Pour ma part,  tout le temps !   et la quasi totalité des tentatives de
connexions viennent d'Asie (sans cité un paye en particulier  !   )

Le mer. 5 juin 2019 08:32, steve  a écrit :

> Salut à tous,
>
> Depuis une dizaine de jours, j'observe une augmentation massive de scans
> sur ma machine.
>
> sshd:
> Authentication Failures:
>unknown (115.159.235.17): 100 Time(s)
>unknown (153.37.192.4): 99 Time(s)
>unknown (183.103.146.208): 99 Time(s)
>unknown (190.0.159.69): 99 Time(s)
>unknown (106.13.103.204): 98 Time(s)
>unknown (109.86.200.141): 98 Time(s)
>unknown (94.23.62.187): 98 Time(s)
>unknown (45.127.106.51): 96 Time(s)
>unknown (103.202.132.175): 95 Time(s)
>unknown (217.182.95.16): 95 Time(s)
>unknown (47.74.150.153): 95 Time(s)
>unknown (220.168.86.37): 87 Time(s)
>unknown (122.155.223.31): 73 Time(s)
>unknown (190.111.239.48): 70 Time(s)
>unknown (188.166.31.205): 56 Time(s)
>unknown (47.254.158.221): 48 Time(s)
>unknown (51.15.117.94): 47 Time(s)
>unknown (142.93.237.233): 34 Time(s)
>unknown (223.83.155.77): 16 Time(s)
>unknown (41.77.145.34): 13 Time(s)
>unknown (118.24.99.163): 12 Time(s)
>unknown (46.190.57.82): 9 Time(s)
>unknown (89.79.197.61): 9 Time(s)
>unknown (115.159.30.108): 8 Time(s)
>backup (188.166.31.205): 2 Time(s)
>root (104.236.102.16): 2 Time(s)
>root (223.17.237.138): 2 Time(s)
>unknown (128.199.221.18): 2 Time(s)
>backup (103.202.132.175): 1 Time(s)
>backup (47.254.158.221): 1 Time(s)
>backup (47.74.150.153): 1 Time(s)
>daemon (45.127.106.51): 1 Time(s)
>backup (188.166.31.205): 2 Time(s)
>root (104.236.102.16): 2 Time(s)
>root (223.17.237.138): 2 Time(s)
>unknown (128.199.221.18): 2 Time(s)
>backup (103.202.132.175): 1 Time(s)
>backup (47.254.158.221): 1 Time(s)
>backup (47.74.150.153): 1 Time(s)
>daemon (45.127.106.51): 1 Time(s)
>games (103.202.132.175): 1 Time(s)
>games (188.166.31.205): 1 Time(s)
>games (94.23.62.187): 1 Time(s)
>gnats (159.65.144.233): 1 Time(s)
>gnats (190.111.239.48): 1 Time(s)
>gnats (45.127.106.51): 1 Time(s)
>hplip (103.202.132.175): 1 Time(s)
>irc (106.13.103.204): 1 Time(s)
>irc (217.182.95.16): 1 Time(s)
>irc (41.77.145.34): 1 Time(s)
>irc (47.74.150.153): 1 Time(s)
>list (47.254.158.221): 1 Time(s)
>lp (217.182.95.16): 1 Time(s)
>mail (103.202.132.175): 1 Time(s)
>man (115.159.30.108): 1 Time(s)
>man (153.37.192.4): 1 Time(s)
>man (47.74.150.153): 1 Time(s)
>mysql (109.86.200.141): 1 Time(s)
>mysql (153.37.192.4): 1 Time(s)
>mysql (190.111.239.48): 1 Time(s)
>mysql (202.88.241.107): 1 Time(s)
>mysql (45.127.106.51): 1 Time(s)
>mysql (51.15.117.94): 1 Time(s)
>mysql (81.133.216.92): 1 Time(s)
>mysql (94.23.62.187): 1 Time(s)
>news (190.0.159.69): 1 Time(s)
>news (47.74.150.153): 1 Time(s)
>nobody (118.25.221.166): 1 Time(s)
>nobody (217.182.95.16): 1 Time(s)
>plex (217.182.95.16): 1 Time(s)
>proxy (103.202.132.175): 1 Time(s)
>proxy (47.74.150.153): 1 Time(s)
>root (104.248.211.180): 1 Time(s)
>root (105.235.116.254): 1 Time(s)
>Invalid Users:
>Unknown Account: 1610 Time(s)
>
>
> Je me demandais si vous observiez la même chose.
>
> Merci
>
> Steve
>
>


Authentification failure

2019-06-05 Thread steve

Salut à tous,

Depuis une dizaine de jours, j'observe une augmentation massive de scans
sur ma machine.

sshd:
   Authentication Failures:
  unknown (115.159.235.17): 100 Time(s)
  unknown (153.37.192.4): 99 Time(s)
  unknown (183.103.146.208): 99 Time(s)
  unknown (190.0.159.69): 99 Time(s)
  unknown (106.13.103.204): 98 Time(s)
  unknown (109.86.200.141): 98 Time(s)
  unknown (94.23.62.187): 98 Time(s)
  unknown (45.127.106.51): 96 Time(s)
  unknown (103.202.132.175): 95 Time(s)
  unknown (217.182.95.16): 95 Time(s)
  unknown (47.74.150.153): 95 Time(s)
  unknown (220.168.86.37): 87 Time(s)
  unknown (122.155.223.31): 73 Time(s)
  unknown (190.111.239.48): 70 Time(s)
  unknown (188.166.31.205): 56 Time(s)
  unknown (47.254.158.221): 48 Time(s)
  unknown (51.15.117.94): 47 Time(s)
  unknown (142.93.237.233): 34 Time(s)
  unknown (223.83.155.77): 16 Time(s)
  unknown (41.77.145.34): 13 Time(s)
  unknown (118.24.99.163): 12 Time(s)
  unknown (46.190.57.82): 9 Time(s)
  unknown (89.79.197.61): 9 Time(s)
  unknown (115.159.30.108): 8 Time(s)
  backup (188.166.31.205): 2 Time(s)
  root (104.236.102.16): 2 Time(s)
  root (223.17.237.138): 2 Time(s)
  unknown (128.199.221.18): 2 Time(s)
  backup (103.202.132.175): 1 Time(s)
  backup (47.254.158.221): 1 Time(s)
  backup (47.74.150.153): 1 Time(s)
  daemon (45.127.106.51): 1 Time(s)
  backup (188.166.31.205): 2 Time(s)
  root (104.236.102.16): 2 Time(s)
  root (223.17.237.138): 2 Time(s)
  unknown (128.199.221.18): 2 Time(s)
  backup (103.202.132.175): 1 Time(s)
  backup (47.254.158.221): 1 Time(s)
  backup (47.74.150.153): 1 Time(s)
  daemon (45.127.106.51): 1 Time(s)
  games (103.202.132.175): 1 Time(s)
  games (188.166.31.205): 1 Time(s)
  games (94.23.62.187): 1 Time(s)
  gnats (159.65.144.233): 1 Time(s)
  gnats (190.111.239.48): 1 Time(s)
  gnats (45.127.106.51): 1 Time(s)
  hplip (103.202.132.175): 1 Time(s)
  irc (106.13.103.204): 1 Time(s)
  irc (217.182.95.16): 1 Time(s)
  irc (41.77.145.34): 1 Time(s)
  irc (47.74.150.153): 1 Time(s)
  list (47.254.158.221): 1 Time(s)
  lp (217.182.95.16): 1 Time(s)
  mail (103.202.132.175): 1 Time(s)
  man (115.159.30.108): 1 Time(s)
  man (153.37.192.4): 1 Time(s)
  man (47.74.150.153): 1 Time(s)
  mysql (109.86.200.141): 1 Time(s)
  mysql (153.37.192.4): 1 Time(s)
  mysql (190.111.239.48): 1 Time(s)
  mysql (202.88.241.107): 1 Time(s)
  mysql (45.127.106.51): 1 Time(s)
  mysql (51.15.117.94): 1 Time(s)
  mysql (81.133.216.92): 1 Time(s)
  mysql (94.23.62.187): 1 Time(s)
  news (190.0.159.69): 1 Time(s)
  news (47.74.150.153): 1 Time(s)
  nobody (118.25.221.166): 1 Time(s)
  nobody (217.182.95.16): 1 Time(s)
  plex (217.182.95.16): 1 Time(s)
  proxy (103.202.132.175): 1 Time(s)
  proxy (47.74.150.153): 1 Time(s)
  root (104.248.211.180): 1 Time(s)
  root (105.235.116.254): 1 Time(s)
  Invalid Users:
  Unknown Account: 1610 Time(s)


Je me demandais si vous observiez la même chose.

Merci

Steve