Re: Intermittent problem with integrated webcam / Thinkpad E130/ Stretch

2021-01-06 Thread Andrei POPESCU
On Jo, 07 ian 21, 02:06:33, deloptes wrote: > > I'm just wondering why one would want to have a spy cam on his notebook > working. In the company everybody glue something on the webcam or painted > it with permanent black. > At home - audio is off and the webcam is fully covered as well. > ... but

neomutt on Bullseye not retaining multipart/alternative MIME on forward

2021-01-06 Thread Nate Bargmann
Hi All. Last month I upgraded this desktop from Buster to Bullseye. It was a fresh installation since something went wrong on that particular day with 'apt dist

Re: QEMU-KVM VMs sometime freeze when I run them for a couple of days

2021-01-06 Thread Bob McGowan
On 1/6/21 5:33 AM, buz.hr...@seznam.cz wrote: From: Nicholas Geovanis George Shuklin's comment may have intended this question too: Are backups running somewhere when the VMs "randomly" hang? Not necessarily on the VM that hangs, but somewhere touching a related filesystem, disk or network de

Re: Intermittent problem with integrated webcam / Thinkpad E130/ Stretch

2021-01-06 Thread deloptes
Ottavio Caruso wrote: > In this case, what's the oldest kernel I can install on Stretch? you mean the most recent? I don't know - it looks like there is no solution though as even in later 5.6 similar issues are reported. The latest stable kernel is 5.10.5 https://www.kernel.org/ Better think

Why is idle not detected?

2021-01-06 Thread Rainer Dorsch
Hi, I am running Debian 10 and sometimes idle is not detected correctly on my (KDE) system and the desktop is not going to suspend. A typical candidate is a not correctly terminating vlc process which does not have a screen anymore but is still alive. Sometimes I cannot find out what causes th

Re: Failed to migrate controller cgroups

2021-01-06 Thread Thomas Pircher
Thomas Pircher wrote: Try setting systemd.unified_cgroup_hierarchy=true in your kernel boot arguments, as suggested here[1]. This is no longer necessary with systemd 247.2-2, which now defaults to the "unified" cgroup hierarchy. Thomas

Re: Intermittent problem with integrated webcam / Thinkpad E130/ Stretch

2021-01-06 Thread deloptes
Ottavio Caruso wrote: > [18820.144438] uvcvideo: Found UVC 1.00 device Integrated Camera > [(5986:0299) 18820.147743] uvcvideo 2-4:1.0: Entity type for entity > [Processing 2 was > not initialized! > [18820.147758] uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not > initialized! > [18820.1

Re: megacli help

2021-01-06 Thread basti
Am 06.01.21 um 19:45 schrieb Greg Wooledge: > On Wed, Jan 06, 2021 at 05:28:24PM +0100, basti wrote: >> "megacli help" have the following options: >> >> MegaCli -CfgEachDskRaid0 [WT|WB] [NORA|RA] [Direct|Cached] [-enblPI] >> [CachedBadBBU|NoCachedBadBBU] [-strpszM]|[FDE|CtrlBased] [-Default

Re: megacli help

2021-01-06 Thread Greg Wooledge
On Wed, Jan 06, 2021 at 05:28:24PM +0100, basti wrote: > "megacli help" have the following options: > > MegaCli -CfgEachDskRaid0 [WT|WB] [NORA|RA] [Direct|Cached] [-enblPI] > [CachedBadBBU|NoCachedBadBBU] [-strpszM]|[FDE|CtrlBased] [-Default| > -Automatic| -None| -Maximum| -MaximumWithoutC

Re: [SOLUTION] Re: Bullseye: setting and using $DISPLAY after su -

2021-01-06 Thread Greg Wooledge
On Wed, Jan 06, 2021 at 10:20:00AM -0600, David Wright wrote: > User's DISPLAY not revealed > > After su DISPLAY=:0.0 > > (exit) > > User's DISPLAY not revealed > > After su - DISPLAY=:0 Well, that's pretty clear evidence that they're hard-coding the equivalent of "export DIS

Re: Is this possible with DAC or ACL?

2021-01-06 Thread Greg Wooledge
On Wed, Jan 06, 2021 at 04:32:02PM +0100, Yvan Masson wrote: > Let's say I have a directory `/dir`. Is it possible to allow a user to do > whatever he wants inside this directory, but not to delete `/dir`? Yes. Simply change the owner of /dir to theuser, but make sure the parent of /dir (which is

Re: megacli help

2021-01-06 Thread basti
I'm new on LSI raid adapters. OK i will try storcli. Don't know that megacli is deprecated. THX Am 06.01.21 um 17:45 schrieb Reco: > Hi. > > On Wed, Jan 06, 2021 at 05:28:24PM +0100, basti wrote: >> Hello, I want to set all my drives to RAID0 to use mdadm. >> "megacli help" have the follow

Re: megacli help

2021-01-06 Thread Reco
Hi. On Wed, Jan 06, 2021 at 05:28:24PM +0100, basti wrote: > Hello, I want to set all my drives to RAID0 to use mdadm. > "megacli help" have the following options: Is there any particular reason you're using megacli instead of storcli? MegaCli is deprecated. If it's possible - stay away f

Re: Is this possible with DAC or ACL?

2021-01-06 Thread David Wright
On Wed 06 Jan 2021 at 16:32:02 (+0100), Yvan Masson wrote: > Hi list, > > Let's say I have a directory `/dir`. Is it possible to allow a user to > do whatever he wants inside this directory, but not to delete `/dir`? > > I can use Unix ACL if needed. Take a look at your own home directory, which

megacli help

2021-01-06 Thread basti
Hello, I want to set all my drives to RAID0 to use mdadm. "megacli help" have the following options: MegaCli -CfgEachDskRaid0 [WT|WB] [NORA|RA] [Direct|Cached] [-enblPI] [CachedBadBBU|NoCachedBadBBU] [-strpszM]|[FDE|CtrlBased] [-Default| -Automatic| -None| -Maximum| -MaximumWithoutCachi

Re: [SOLUTION] Re: Bullseye: setting and using $DISPLAY after su -

2021-01-06 Thread David Wright
On Wed 06 Jan 2021 at 07:35:08 (-0500), Greg Wooledge wrote: > On Tue, Jan 05, 2021 at 10:38:39PM -0600, David Wright wrote: > > But here on debian-user, I was really more interested in why the value > > of DISPLAY was apparently changed by one su and not the other (or > > perhaps by both). The exp

Re: Is this possible with DAC or ACL?

2021-01-06 Thread Reco
Hi. On Wed, Jan 06, 2021 at 04:32:02PM +0100, Yvan Masson wrote: > Let's say I have a directory `/dir`. Is it possible to allow a user to > do whatever he wants inside this directory, but not to delete `/dir`? To delete a directory a user must have an appropriate permissions to a higher-l

Is this possible with DAC or ACL?

2021-01-06 Thread Yvan Masson
Hi list, Let's say I have a directory `/dir`. Is it possible to allow a user to do whatever he wants inside this directory, but not to delete `/dir`? I can use Unix ACL if needed. Regards, Yvan

Re: Debian 9, dhclient does not update gateway

2021-01-06 Thread Andrei POPESCU
On Mi, 06 ian 21, 15:41:27, Tapio Lehtonen wrote: > Old gateway host broke down, so I made a new one. One host now does get > from DHCP server the new gateway IP -address, but continues to use the old. > I can fix it temporarily doing > > dhclient -r ; dhclient > > but after boot it again uses th

Re: Failed to migrate controller cgroups

2021-01-06 Thread Andrei POPESCU
On Mi, 06 ian 21, 06:20:00, Michael Grant wrote: > On Wed, Jan 06, 2021 at 10:35:00AM +, Thomas Pircher wrote: > > Michael Grant wrote: > > > I'm seeing warnings like this in my logs: > > > > > > Jan 3 04:48:49 bottom systemd[3436917]: -.slice: Failed to migrate > > > controller cgroups from

Re: HBA or SATA PCIe card FSC TX150 S7 Server

2021-01-06 Thread basti
On 06.01.21 15:37, Andrei POPESCU wrote: On Ma, 05 ian 21, 19:46:38, basti wrote: Hello, we have a old FSC TX150 S7 Server and need more disk space. So we want to by a https://www.icydock.com/goods.php?id=153. The diskspace is used as fileserver / simple HDD no SSD and the network connection is

Re: HBA or SATA PCIe card FSC TX150 S7 Server

2021-01-06 Thread Andrei POPESCU
On Ma, 05 ian 21, 19:46:38, basti wrote: > Hello, > we have a old FSC TX150 S7 Server and need more disk space. > So we want to by a https://www.icydock.com/goods.php?id=153. > The diskspace is used as fileserver / simple HDD no SSD and the network > connection is 1Gbit round about 100mb/s. > So I

Debian 9, dhclient does not update gateway

2021-01-06 Thread Tapio Lehtonen
Old gateway host broke down, so I made a new one. One host now does get from DHCP server the new gateway IP -address, but continues to use the old. I can fix it temporarily doing dhclient -r ; dhclient but after boot it again uses the old gateway address. Another host also running Debian 9 behave

Re: QEMU-KVM VMs sometime freeze when I run them for a couple of days

2021-01-06 Thread buz.hrach
From: Nicholas Geovanis > George Shuklin's comment may have intended this question too: Are backups > running > somewhere when the VMs "randomly" hang? Not necessarily on the VM that hangs, > but somewhere touching a related filesystem, disk or network device? Hi Nicholas, Thank you for asking

Re: [SOLUTION] Re: Bullseye: setting and using $DISPLAY after su -

2021-01-06 Thread Greg Wooledge
On Tue, Jan 05, 2021 at 10:38:39PM -0600, David Wright wrote: > But here on debian-user, I was really more interested in why the value > of DISPLAY was apparently changed by one su and not the other (or > perhaps by both). The explanation, "probably with an alias for su", > alias su="su -w DISPLAY"

Re: Failed to migrate controller cgroups

2021-01-06 Thread Thomas Pircher
Michael Grant wrote: I never saw a place to set these params in Linode and sure enough there doesn't appear to be. There is none, if you are using a Linode kernel. You can, however, configure your Linode to use a custom kernel[1] if you wish so. Is there some way to set this without it needi

Re: Failed to migrate controller cgroups

2021-01-06 Thread Michael Grant
On Wed, Jan 06, 2021 at 10:35:00AM +, Thomas Pircher wrote: > Michael Grant wrote: > > I'm seeing warnings like this in my logs: > > > > Jan 3 04:48:49 bottom systemd[3436917]: -.slice: Failed to migrate > > controller cgroups from > > +/user.slice/user-108.slice/user@108.service, ignoring:

Re: Failed to migrate controller cgroups

2021-01-06 Thread Thomas Pircher
Michael Grant wrote: I'm seeing warnings like this in my logs: Jan 3 04:48:49 bottom systemd[3436917]: -.slice: Failed to migrate controller cgroups from +/user.slice/user-108.slice/user@108.service, ignoring: Permission denied I take it you are using Debian testing and systemd 247.1? Try se

Failed to migrate controller cgroups

2021-01-06 Thread Michael Grant
I sent this a few days ago but nobody responded. Does anyone have any ideas how to fix this permission problem? I'm seeing warnings like this in my logs: Jan 3 04:48:49 bottom systemd[3436917]: -.slice: Failed to migrate controller cgroups from +/user.slice/user-108.slice/user@108.service, ig

Re: Intermittent problem with integrated webcam / Thinkpad E130/ Stretch

2021-01-06 Thread deloptes
Ottavio Caruso wrote: > Thanks. This is the dmesg log while giving the 2 commands as above: > > After `sudo rmmod uvcvideo`: > [15630.304614] usbcore: deregistering interface driver uvcvideo > > After `sudo modprobe -v uvcvideo`: > > [15651.636552] uvcvideo: Found UVC 1.00 device Integrated Cam