Thank you

2018-09-19 Thread L. D. Barnes
I started with Linux when Mandrake had to be bought from a computer store, and 56K external modems where used Netscape Navigator. From Mandrake I went to Suse, that for reasons I don't remember wouldn't work on a new desktop, I went to Ubuntu, and toyed around with Vector, and when support died bac

Re: Forcing updates install on shutdown

2018-09-19 Thread Ed Greshko
On 9/20/18 8:09 AM, Rick Stevens wrote: > Do what you wish, just be bloody careful about it. That's all I'm > saying. Just a FWIW. It has been my experience that those responsible for 100s+ system mostly do their due diligence when it comes to configuring automatic updates.  And those that didn'

Re: Forcing updates install on shutdown

2018-09-19 Thread Louis Garcia
That is what I do. I have a local repo that I sync. Workstations only have the local repo enabled. After I'm satisfied the updates cause no pain I let the rest update. Now my users never bother to update so I end up going around when their are other issues and update as I go. I just wanted to know

Re: Forcing updates install on shutdown

2018-09-19 Thread Rick Stevens
On 9/19/18 4:45 PM, Louis Garcia wrote: > I handle hundreds of workstations, I am not about to manually update > everyone. dnf-automatic the best choice right now. Go right ahead. I'm just warning you. I managed 1500-3000 systems in multiple datacenters world wide and at least that many additiona

Re: Forcing updates install on shutdown

2018-09-19 Thread Louis Garcia
I handle hundreds of workstations, I am not about to manually update everyone. dnf-automatic the best choice right now. On Wed, Sep 19, 2018 at 7:18 PM Rick Stevens wrote: > On 9/19/18 3:42 PM, Louis Garcia wrote: > > How well does dnf-automatic work? I often rebuild workstations through > > pxe

Re: Forcing updates install on shutdown

2018-09-19 Thread Rick Stevens
On 9/19/18 3:42 PM, Louis Garcia wrote: > How well does dnf-automatic work? I often rebuild workstations through > pxe and kickstart so a bad update is not an issue. As far as I know, dnf-automatic is a replacement for "dnf upgrade" that is more suitable for use in a script. 95% of the time "dnf

Re: Changing the LABEL of an iso9660 file system

2018-09-19 Thread Rick Stevens
On 9/19/18 2:46 PM, Samuel Sieb wrote: > On 9/19/18 2:37 PM, Chris Murphy wrote: >> On Wed, Sep 19, 2018, 12:37 PM Samuel Sieb > > wrote: >>     Disks don't have labels, unless the whole disk is a filesystem >> with no >>     partition table, which was the case when you wrot

Re: Forcing updates install on shutdown

2018-09-19 Thread Louis Garcia
How well does dnf-automatic work? I often rebuild workstations through pxe and kickstart so a bad update is not an issue. On Wed, Sep 19, 2018 at 2:36 PM fred roller wrote: > I whole hardheartedly agree with Rick on this point. That being said, > yes, put the script in the shutdown sequence. I

Re: Changing the LABEL of an iso9660 file system

2018-09-19 Thread Samuel Sieb
On 9/19/18 2:37 PM, Chris Murphy wrote: On Wed, Sep 19, 2018, 12:37 PM Samuel Sieb > wrote: Disks don't have labels, unless the whole disk is a filesystem with no partition table, which was the case when you wrote the ISO to it.  The partition table doesn't hav

Re: Changing the LABEL of an iso9660 file system

2018-09-19 Thread Chris Murphy
On Wed, Sep 19, 2018, 12:37 PM Samuel Sieb wrote: > On 9/19/18 5:31 AM, Kevin Wilson wrote: > > Is there a way to change also the lablel of /dev/sdb to be sandiskUSB ? > > Disks don't have labels, unless the whole disk is a filesystem with no > partition table, which was the case when you wrote t

Re: Changing the LABEL of an iso9660 file system

2018-09-19 Thread Samuel Sieb
On 9/19/18 5:31 AM, Kevin Wilson wrote: Is there a way to change also the lablel of /dev/sdb to be sandiskUSB ? Disks don't have labels, unless the whole disk is a filesystem with no partition table, which was the case when you wrote the ISO to it. The partition table doesn't have a label.

Re: Forcing updates install on shutdown

2018-09-19 Thread fred roller
I whole hardheartedly agree with Rick on this point. That being said, yes, put the script in the shutdown sequence. Inject it either first or where ever makes the most since. It has been awhile since I messed with this but I think you need to research manipulation of the rc.local directory files.

Re: Forcing updates install on shutdown

2018-09-19 Thread Rick Stevens
On 9/19/18 10:24 AM, Louis Garcia wrote: > Is there a way to have fedora workstation to update on shutdown? When a > user logs off or shutdown there box I would like fedora to pkcon update > -y or dnf upgrade -y. I thought about creating a systemd unit file to do > this but would that conflict with

Forcing updates install on shutdown

2018-09-19 Thread Louis Garcia
Is there a way to have fedora workstation to update on shutdown? When a user logs off or shutdown there box I would like fedora to pkcon update -y or dnf upgrade -y. I thought about creating a systemd unit file to do this but would that conflict with offline update? --Thanks __

Re: Changing the LABEL of an iso9660 file system

2018-09-19 Thread Rick Stevens
On 9/19/18 9:27 AM, Rick Stevens wrote: > On 9/19/18 5:31 AM, Kevin Wilson wrote: >> Hello, >> I have a USB stick on which I had in the past an Ubunutu installatilon. >> When I run "e2label /dev/sdb" I get: >> >> e2label /dev/sdb >> e2label: Bad magic number in super-block while trying to open /dev

Re: Changing the LABEL of an iso9660 file system

2018-09-19 Thread Tim Seifert via users
On Wed, 2018-09-19 at 15:31 +0300, Kevin Wilson wrote: > Is there a way to change also the lablel of /dev/sdb to be sandiskUSB > ? Sometimes using a series of different tools to prepare drives leaves you with things you can't change. You could try writing zeros to the beginning of the drive (seve

Re: Changing the LABEL of an iso9660 file system

2018-09-19 Thread Rick Stevens
On 9/19/18 5:31 AM, Kevin Wilson wrote: > Hello, > I have a USB stick on which I had in the past an Ubunutu installatilon. > When I run "e2label /dev/sdb" I get: > > e2label /dev/sdb > e2label: Bad magic number in super-block while trying to open /dev/sdb > /dev/sdb contains a iso9660 file system

Changing the LABEL of an iso9660 file system

2018-09-19 Thread Kevin Wilson
Hello, I have a USB stick on which I had in the past an Ubunutu installatilon. When I run "e2label /dev/sdb" I get: e2label /dev/sdb e2label: Bad magic number in super-block while trying to open /dev/sdb /dev/sdb contains a iso9660 file system labelled 'Ubuntu-Server 17.04 amd64' Now, I did not n

Re: resize

2018-09-19 Thread Chris Murphy
On Tue, Sep 18, 2018, 8:09 AM Patrick Dupre wrote: > Hello, > > Did I made a mistake? > This what did: > > umount -l /home > There is no need to umount when growing ext4. Only for shrinking must it be unmounted. XFS can only be grown,.no shrink. And growing can only be done while mounted. Btr

Re: [f28] Unable to print from Fedora 28

2018-09-19 Thread Neal Becker
Marco Guazzone wrote: > On Mon, Sep 17, 2018 at 12:32 PM Marco Guazzone > wrote: > >> >> >> On Mon, Sep 17, 2018 at 11:05 AM Marco Guazzone >> wrote: >> >>> Hello, >>> >>> Today I am having trouble in printing from Fedora. I have tried two >>> different network printers without success. >>> >>>

Re: One webcam, two /dev/video

2018-09-19 Thread François Patte
Le 19/09/2018 à 01:28, Joe Zeff a écrit : > On 09/18/2018 09:35 AM, François Patte wrote: >> Bonjour, >> >> On my desktop, when I plug an usb webcam, two /dev/video (0 and 1) are >> created. Only one displays video though. >> >> Why? > > I don't know, but I just checked and I have the same thing.