Re: imminent /boot problem.

2024-02-25 Thread Greg Woods
On Sun, Feb 25, 2024 at 11:29 AM Tim via users <
users@lists.fedoraproject.org> wrote:

>
> I'd like to run the few WiFi controlled lights I have locally


(The rest of this has nothing directly to do with Fedora)

I do this with Phillips Hue lights and Home Assistant. The Hue integration
in Home Assistant communicates directly with the API on the Hue bridge, so
the lights can be controlled without the cloud.  The lights don't actually
use WiFi, they communicate with the Hue bridge directly (using a wireless
protocol but not IP). There is a pre-made Raspberry Pi 4 image for Home
Assistant that works quite well. It might be overkill to set up Home
Assistant just for a few lights, but I use it for a number of other devices
as well (some of which do require the cloud, but I chose to use it knowing
that). Home Assistant also has programmable automations so I can do things
like turn on the porch light at sunset and so forth. There is a Home
Assistant phone app, but it also can be configured via a web browser so you
don't HAVE to use the phone app.

 And I've heard tales of ambulances coming
> to someone's rescue, and being unable to switch the lights on.
>

The Hue bulbs I have can be operated by the normal light switch. When
automating, the switch is on all the time, but turning the switch off and
back on makes the light come on full power, and then switching it off again
of course turns it off. Of course the automations no longer work if the
light has been powered off, but this isn't going to be a great concern if
it was powered off by a paramedic coming to the house :-)  In fact the
worst problem is if there is a power outage, when power is restored all the
Hue lights come on. Power outages are quite rare here, and if there is one,
I can turn the lights off again remotely using Home Assistant.


>
> Lightbulbs are relatively safe, in the grand scheme of things.


I think the chances of the relatively low power Hue bulbs being the cause
of a fire are quite remote.

--Greg
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [SOLVED] LibreOffice Base to MariaDB?

2023-11-18 Thread Greg Woods
After installing the "unixODBC" and "mariadb-connector-odbc" packages, I
finally found this:

https://mariadb.com/kb/en/creating-a-data-source-with-mariadb-connectorodbc/

After following the directions there for setting up a data source and
running the "odbcinst" commands from that document, I got it to work.

--Greg


On Fri, Nov 17, 2023 at 8:22 PM Greg Woods  wrote:

> I remember setting this up quite some time ago, but now I have a new
> machine running F38. I can find some documentation for the old very tedious
> procedure to get this to work; it still does work on an older machine where
> I had done this. But I notice now that Fedora might already have some of
> the required packages, such as mariadb-connector-odbc-3.1.19-1.fc38.x86_64
> and unixODBC-2.3.11-2.fc38.x86_64 . Would these packages work? Has anyone
> here already gotten LibreOfficeBase to talk to a MariaDB database on Fedora
> 38? If so can you point me to a place that describes the process for
> getting it working?
>
> Thanks in advance,
> --Greg
>
>
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


LibreOffice Base to MariaDB?

2023-11-17 Thread Greg Woods
I remember setting this up quite some time ago, but now I have a new
machine running F38. I can find some documentation for the old very tedious
procedure to get this to work; it still does work on an older machine where
I had done this. But I notice now that Fedora might already have some of
the required packages, such as mariadb-connector-odbc-3.1.19-1.fc38.x86_64
and unixODBC-2.3.11-2.fc38.x86_64 . Would these packages work? Has anyone
here already gotten LibreOfficeBase to talk to a MariaDB database on Fedora
38? If so can you point me to a place that describes the process for
getting it working?

Thanks in advance,
--Greg
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: anyone using Logitech K860 wireless kbd/mouse??

2023-08-04 Thread Greg Woods
On Thu, Aug 3, 2023 at 1:30 PM Jack Craig 
wrote:

> this kbd mouse feels great, but configuring it is a PITA.
>
> anyone else got this to work??
>
>
I have a K850 that works fine. I don't know how similar this is to the K860.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: shrinking Windows C: drive to make room for Linux

2023-08-02 Thread Greg Woods
On Tue, Aug 1, 2023 at 7:37 PM Michael Hennebry <
henne...@web.cs.ndsu.nodak.edu> wrote:

> I have an HP Elite with Windows 10.
> The result of searching suggests that one can shrink the C:
> drive, e.g. through disk management,
> even while running Windows.
> Is this correct?
>

  I use "gparted" for this ('dnf install gparted'). It seems to work quite
well on Windows NTFS file systems and partitions. I have successfully used
gparted on ext4 and xfs partitions as well, but I have never tried it on
btrfs.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F38 and NUT -- SOLVED

2023-04-27 Thread Greg Woods
FINALLY! It occurred to me to try this:

[root@seveneves ups]# journalctl -u nut-driver@seveneves-ups
Apr 27 09:16:34 seveneves.gregandeva.net systemd[1]: Starting
nut-driver@seveneves-ups.service - Network UPS Tools - device driver for
NUT device 'seveneves-ups'...
Apr 27 09:16:34 seveneves.gregandeva.net nut-driver@seveneves-ups[466866]:
Network UPS Tools - Generic HID driver 0.47 (2.8.0)
Apr 27 09:16:34 seveneves.gregandeva.net nut-driver@seveneves-ups[466866]:
USB communication driver (libusb 1.0) 0.43
Apr 27 09:16:34 seveneves.gregandeva.net nut-driver@seveneves-ups[466866]:
Fatal error: 'maxretry' is not a valid variable name for this driver.

So it seems that an edit to ups.conf was also needed. Commenting out the
maxtry line (which has been there literally for years) gets things working
again. Thanks again to Robert and Jeff for pointing me in the right
direction.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F38 and NUT

2023-04-27 Thread Greg Woods
On Thu, Apr 27, 2023 at 9:38 AM Greg Woods  wrote:

>
> On the positive side, the repetitive error:
> Apr 26 12:49:09 seveneves.gregandeva.net nut-monitor[326253]: Poll UPS
> [seveneves-ups@localhost] failed - Driver not connected
>
> is no longer happening
>

Looks like I spoke too soon; I noticed that the nut-monitor service had
stopped running. I restarted it, and:


Apr 27 09:52:26 seveneves.gregandeva.net nut-monitor[11136]: Poll UPS
[seveneves-ups@localhost] failed - Driver not connected

This is being logged every 5 seconds. So I'm more-or-less back to square
one.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F38 and NUT

2023-04-27 Thread Greg Woods
[seveneves-ups] (usbhid-ups-seveneves-ups): No such file or directory
Apr 27 09:20:04 seveneves.gregandeva.net upsd[1716]: Running as foreground
process, not saving a PID file
Apr 27 09:25:04 seveneves.gregandeva.net nut-server[1716]: Can't connect to
UPS [seveneves-ups] (usbhid-ups-seveneves-ups): No such file or directory
Apr 27 09:25:04 seveneves.gregandeva.net upsd[1716]: Can't connect to UPS
[seveneves-ups] (usbhid-ups-seveneves-ups): No such file or directory

On the positive side, the repetitive error:
Apr 26 12:49:09 seveneves.gregandeva.net nut-monitor[326253]: Poll UPS
[seveneves-ups@localhost] failed - Driver not connected

is no longer happening, and I'm not getting continuous broadcast
("wall") messages either, so it may actually be monitoring, but something
is clearly not right and  I still can't get a status report:

[root@seveneves ups]# upsc seveneves-ups@localhost
Error: Driver not connected

I will need to go through the rather lengthy discussion that Jeff linked to
and see if I can find further clues there.

--Greg


On Wed, Apr 26, 2023 at 9:06 PM Jeffrey Walton  wrote:

> On Wed, Apr 26, 2023 at 7:30 PM Greg Woods  wrote:
> >
> > Since upgrading to F37, I am having problems getting Nut to work
> properly. The errors I get from the journal are:
> >
> > Apr 26 17:01:42 seveneves.gregandeva.net nut-server[326151]: Can't
> connect to UPS [seveneves-ups] (usbhid-ups-seveneves-ups): No such file or
> directory
> > Apr 26 17:01:42 seveneves.gregandeva.net upsd[326151]: Can't connect to
> UPS [seveneves-ups] (usbhid-ups-seveneves-ups): No such file or directory
> >
> > Apr 26 17:24:00 seveneves.gregandeva.net nut-monitor[326253]: Poll UPS
> [seveneves-ups@localhost] failed - Driver not connected
> >
> > All I could find on the net suggested that "Driver not connected" means
> I'm using the wrong driver, but this is the identical configuration
> (including the driver) that worked in F36. It's also a nearly identical
> configuration that is still working for an identical UPS unit monitored
> from a Raspberry Pi running Raspbian.
> >
> > Any Nut gurus here that could help me troubleshoot this, and has anyone
> else seen Nut quit working on F37 using a configuration that worked with
> F36?
> >
> > Here's what I have in my config files:
> >
> > nut.conf:MODE=netserver
> > ups.conf:[seveneves-ups]
> > ups.conf:   driver = "usbhid-ups"
> > ups.conf:   port = "auto"
> > ups.conf:   vendorid = "0463"
> > ups.conf:   productid = ""
> > ups.conf:   product = "Ellipse PRO"
> > ups.conf:   serial = "P344L44127"
> > ups.conf:   vendor = "EATON"
> > ups.conf:   bus = "001"
> > ups.conf:maxretry=3
> > upsd.conf:LISTEN 192.168.1.56 3493
> > upsd.conf:LISTEN 127.0.0.1 3493
> > upsmon.conf:MONITOR seveneves-ups@localhost 1 upsmon  password> master
> > upsmon.conf:MINSUPPLIES 1
> > upsmon.conf:SHUTDOWNCMD "/sbin/shutdown -h +0"
> > upsmon.conf:POLLFREQ 5
> > upsmon.conf:POLLFREQALERT 5
> > upsmon.conf:HOSTSYNC 15
> > upsmon.conf:DEADTIME 15
> > upsmon.conf:POWERDOWNFLAG /etc/killpower
> > upsmon.conf:RBWARNTIME 43200
> > upsmon.conf:NOCOMMWARNTIME 300
> > upsmon.conf:FINALDELAY 5
>
> I recall seeing something similar in the past. In the past, the
> problem was related to nut-driver-enumerator.service. The enumerator
> service did not run, so there was nothing for the NUT driver to
> connect to.
>
> The solution was systemctl enable nut-driver-enumerator.service.
>
> Someone made the comment it was a bug in Fedora's packaging.
>
> Also see
> https://github.com/networkupstools/nut/issues/1851#issuecomment-1439224990
>
> Jeff
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F38 and NUT

2023-04-26 Thread Greg Woods
Sorry for any confusion, my bad. The subject line should read "F37 and
NUT", consistent with the Fedora versions mentioned in the original post.

--Greg


On Wed, Apr 26, 2023 at 5:30 PM Greg Woods  wrote:

> Since upgrading to F37, I am having problems getting Nut to work properly.
> The errors I get from the journal are:
>
> Apr 26 17:01:42 seveneves.gregandeva.net nut-server[326151]: Can't
> connect to UPS [seveneves-ups] (usbhid-ups-seveneves-ups): No such file or
> directory
> Apr 26 17:01:42 seveneves.gregandeva.net upsd[326151]: Can't connect to
> UPS [seveneves-ups] (usbhid-ups-seveneves-ups): No such file or directory
>
> Apr 26 17:24:00 seveneves.gregandeva.net nut-monitor[326253]: Poll UPS
> [seveneves-ups@localhost] failed - Driver not connected
>
> All I could find on the net suggested that "Driver not connected" means
> I'm using the wrong driver, but this is the identical configuration
> (including the driver) that worked in F36. It's also a nearly identical
> configuration that is still working for an identical UPS unit monitored
> from a Raspberry Pi running Raspbian.
>
> Any Nut gurus here that could help me troubleshoot this, and has anyone
> else seen Nut quit working on F37 using a configuration that worked with
> F36?
>
> Here's what I have in my config files:
>
> nut.conf:MODE=netserver
> ups.conf:[seveneves-ups]
> ups.conf:   driver = "usbhid-ups"
> ups.conf:   port = "auto"
> ups.conf:   vendorid = "0463"
> ups.conf:   productid = ""
> ups.conf:   product = "Ellipse PRO"
> ups.conf:   serial = "P344L44127"
> ups.conf:   vendor = "EATON"
> ups.conf:   bus = "001"
> ups.conf:maxretry=3
> upsd.conf:LISTEN 192.168.1.56 3493
> upsd.conf:LISTEN 127.0.0.1 3493
> upsmon.conf:MONITOR seveneves-ups@localhost 1 upsmon 
> master
> upsmon.conf:MINSUPPLIES 1
> upsmon.conf:SHUTDOWNCMD "/sbin/shutdown -h +0"
> upsmon.conf:POLLFREQ 5
> upsmon.conf:POLLFREQALERT 5
> upsmon.conf:HOSTSYNC 15
> upsmon.conf:DEADTIME 15
> upsmon.conf:POWERDOWNFLAG /etc/killpower
> upsmon.conf:RBWARNTIME 43200
> upsmon.conf:NOCOMMWARNTIME 300
> upsmon.conf:FINALDELAY 5
>
> Thank you,
> --Greg
>
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


F38 and NUT

2023-04-26 Thread Greg Woods
Since upgrading to F37, I am having problems getting Nut to work properly.
The errors I get from the journal are:

Apr 26 17:01:42 seveneves.gregandeva.net nut-server[326151]: Can't connect
to UPS [seveneves-ups] (usbhid-ups-seveneves-ups): No such file or directory
Apr 26 17:01:42 seveneves.gregandeva.net upsd[326151]: Can't connect to UPS
[seveneves-ups] (usbhid-ups-seveneves-ups): No such file or directory

Apr 26 17:24:00 seveneves.gregandeva.net nut-monitor[326253]: Poll UPS
[seveneves-ups@localhost] failed - Driver not connected

All I could find on the net suggested that "Driver not connected" means I'm
using the wrong driver, but this is the identical configuration (including
the driver) that worked in F36. It's also a nearly identical configuration
that is still working for an identical UPS unit monitored from a Raspberry
Pi running Raspbian.

Any Nut gurus here that could help me troubleshoot this, and has anyone
else seen Nut quit working on F37 using a configuration that worked with
F36?

Here's what I have in my config files:

nut.conf:MODE=netserver
ups.conf:[seveneves-ups]
ups.conf:   driver = "usbhid-ups"
ups.conf:   port = "auto"
ups.conf:   vendorid = "0463"
ups.conf:   productid = ""
ups.conf:   product = "Ellipse PRO"
ups.conf:   serial = "P344L44127"
ups.conf:   vendor = "EATON"
ups.conf:   bus = "001"
ups.conf:maxretry=3
upsd.conf:LISTEN 192.168.1.56 3493
upsd.conf:LISTEN 127.0.0.1 3493
upsmon.conf:MONITOR seveneves-ups@localhost 1 upsmon 
master
upsmon.conf:MINSUPPLIES 1
upsmon.conf:SHUTDOWNCMD "/sbin/shutdown -h +0"
upsmon.conf:POLLFREQ 5
upsmon.conf:POLLFREQALERT 5
upsmon.conf:HOSTSYNC 15
upsmon.conf:DEADTIME 15
upsmon.conf:POWERDOWNFLAG /etc/killpower
upsmon.conf:RBWARNTIME 43200
upsmon.conf:NOCOMMWARNTIME 300
upsmon.conf:FINALDELAY 5

Thank you,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: openvpn3 on F37

2023-03-15 Thread Greg Woods
I didn't change anything else, but now the authentication is working. I
still don't know why it was failing consistently but now it works. The real
issue was the need to install the openvpn3-client package.

--Greg


On Wed, Mar 15, 2023 at 1:38 PM Greg Woods  wrote:

>
> On Wed, Mar 15, 2023 at 10:38 AM Greg Woods  wrote:
>
>>
>> I have had openvpn3 working since F35, including on a laptop that I
>> originally installed openvpn3 on and it has been upgraded to F36 and now
>> F37, and openvpn3 is working fine.
>> However, on my new laptop with a fresh install of F37, I cannot get
>> openvpn3 to work. The config manager seems to be OK, but the session
>> manager is totally broken.
>>
>
> Made some progress with more careful examination of the systems where it
> works and where it doesn't, and it turns out that there is also an
> openvpn3-client package that has to be installed as well as openvpn3. This
> didn't occur to me because the openvpn3 client binary was installed. But
> when I installed openvpn3-client, the missing binary for the session
> manager was installed. So now I can get a little farther; I just need to
> figure out why user authentication is failing (I've tried it on the old
> system so I can verify I have the correct user name and password, and I
> have tried it enough times on the new system to rule out simple password
> typo as the cause). So now I can execute the session-start command, and it
> does prompt me for the username  and password, but always returns
> authentication failure.
>
> --Greg
>
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: openvpn3 on F37

2023-03-15 Thread Greg Woods
On Wed, Mar 15, 2023 at 10:38 AM Greg Woods  wrote:

>
> I have had openvpn3 working since F35, including on a laptop that I
> originally installed openvpn3 on and it has been upgraded to F36 and now
> F37, and openvpn3 is working fine.
> However, on my new laptop with a fresh install of F37, I cannot get
> openvpn3 to work. The config manager seems to be OK, but the session
> manager is totally broken.
>

Made some progress with more careful examination of the systems where it
works and where it doesn't, and it turns out that there is also an
openvpn3-client package that has to be installed as well as openvpn3. This
didn't occur to me because the openvpn3 client binary was installed. But
when I installed openvpn3-client, the missing binary for the session
manager was installed. So now I can get a little farther; I just need to
figure out why user authentication is failing (I've tried it on the old
system so I can verify I have the correct user name and password, and I
have tried it enough times on the new system to rule out simple password
typo as the cause). So now I can execute the session-start command, and it
does prompt me for the username  and password, but always returns
authentication failure.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


openvpn3 on F37

2023-03-15 Thread Greg Woods
First let me say that I am aware that openvpn3 is not an official Fedora
package; one must obtain it from a COPR repo. Therefore I could not file a
bug against it in Fedora and in fact I don't know how I COULD file an
official bug report, so I am just hoping that someone here has it working
and could help.

I have had openvpn3 working since F35, including on a laptop that I
originally installed openvpn3 on and it has been upgraded to F36 and now
F37, and openvpn3 is working fine.
However, on my new laptop with a fresh install of F37, I cannot get
openvpn3 to work. The config manager seems to be OK, but the session
manager is totally broken. First I import my config, and then:

[greg@ivanova ~]$ openvpn3 config-import --config /local/etc/OVPN.ovpn
Configuration imported.  Configuration path:
/net/openvpn/v3/configuration/f75863b0x38dcx4ea5xa36ex35936d9cc4df
[greg@ivanova ~]$ openvpn3 configs-list
Configuration path
ImportedLast used Used
Name  Owner
--
/net/openvpn/v3/configuration/f75863b0x38dcx4ea5xa36ex35936d9cc4df
Wed Mar 15 10:10:42 2023  0
/local/etc/OVPN.ovpn  greg
--
[greg@ivanova ~]$ openvpn3 session-start --config-path !$
openvpn3 session-start --config-path
/net/openvpn/v3/configuration/f75863b0x38dcx4ea5xa36ex35936d9cc4df
** ERROR ** Could not establish a connection with 'net.openvpn.v3.sessions'
[greg@ivanova ~]$ openvpn3 sessions-list
** ERROR ** Could not establish a connection with 'net.openvpn.v3.sessions'
[greg@ivanova ~]$

Any of the session commands result in the same error, after a noticeable
delay.

Anybody else seen this or have openvpn3 working on a fresh install of F37?

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Native Windows to qemu-kvm?

2022-10-25 Thread Greg Woods
A problem you could run into doing this is licensing. WIndows uses a
variety of methods to detect if a valid product key is being run on
multiple machines, which includes some checks on the hardware. Since a
virtual machine is never going to have virtual hardware that exactly
matches your PC, there's a good chance that, even if you succeed in getting
your native install to run under a hypervisor, Windows may well consider it
an unlicensed copy.

I recently had a Windows 10 VM that this happened to when I just upgraded
Virtual Box, didn't touch the Windows VM at all.

--Greg


On Mon, Oct 24, 2022 at 9:39 PM ToddAndMargo via users <
users@lists.fedoraproject.org> wrote:

> Hi All,
>
> Is there a way to tape a native Windows hard
> drive and port it to qemu-kvm?
>
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: bluetooth pairing problem

2022-04-25 Thread Greg Woods
On Mon, Apr 25, 2022 at 4:42 AM Ed Greshko  wrote:

>
>
> I stick with Bose, Sony, and Panasonic.
>

However, it does matter which exact product you have, not just whether it
is a quality product or not. For instance, I have a really nice pair of
Bose bluetooth headphones. They sound great, but unfortunately they only
work on my Android devices, because they require use of an app to properly
connect. They will not reliably pair with Linux or Windows.  (There is
probably an iPhone version of the app too). Same holds for my pair of Sony
"true wireless" earbuds. Sound great, but will not pair with a computer,
require an app.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Setting up webserver for https??

2021-12-13 Thread Greg Woods
On Mon, Dec 13, 2021 at 8:25 PM Tim via users 
wrote:

> On Mon, 2021-12-13 at 12:45 -0700, Greg Woods wrote:
>
>
> While it can do what you want, it is subverting the purpose of HTTPS.
> I'm not sure anyone should support a technique that hides an insecure
> connection behind a faked secure one.


I would dispute that. In my case, caddy runs on an internet-accessible
server, but the actual web server is behind two firewalls. The unencrypted
connection is entirely behind at least one firewall, and if someone manages
to gain access to the inside of that firewall, then the game is already
over. I don't think I'd recommend this for enterprise setups, as there are
too many potential threats already behind the firewall (can you really
trust every single one of your employees?) But for a home setup where the
only authorized users are my wife and myself, I think it's sufficiently
secure. But everyone will have to judge that for themselves.

--Greg


>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Setting up webserver for https??

2021-12-13 Thread Greg Woods
On Mon, Dec 13, 2021 at 6:16 AM Roberto Ragusa 
wrote:

>
>
> Only things left are:
>
> - point your dyndns temporarily to another (collaborative and trusted)
> IP that will complete the verification (annoying renewals every 90 days)
>
> - stop trying to get a CA-issued certificate, and just create
> a self signed cert (still better than nothing, depending
> on who your users are)
>

One other possibility is to do what I do, and run a reverse proxy such as
caddy. Caddy will take care of the annoying renewals automatically, accept
connections via HTTPS and forward them on to your web server via HTTP. It
can be a bit tricky to configure initially, but it works a treat.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: stream TO airplay/sonos

2021-11-22 Thread Greg Woods
Depending on which Sonos device you have, it may have a LINE IN port, in
which case you could connect that to the output of your sound card.

--Greg


On Mon, Nov 22, 2021 at 3:06 PM SternData 
wrote:

> I see a bunch of tools that let my desktop act as an airplay receiver,
> but I'm having no google-fun finding a tool that lets use my Sonos
> system as speakers for the desktop.
>
> Ideas?
>
> --
> -- Steve
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


networked sound via pipewire

2021-09-10 Thread Greg Woods
Is this actually possible right now? Pipewire is under rapid development
which means the documentation out there on it rapidly becomes dated, so
I've been poking around for the past hour but haven't found anything that
would help me do what I want.

What I want to do is have some of my virtual machines send their output
over the network to my desktop. Not having audio from the VMs is limiting
what I can do with them. Can this be done with pipewire as it stands now?
Is it documented anywhere?

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


OT: ink jet printers

2021-07-06 Thread Greg Woods
Well, not completely OT because I do need one that will work on Fedora.

I have found a number of ink jet all-in-ones that work well on Fedora, from
Epson, HP, and Brother. The problem is that I don't use the printer all
that much, and every single one of them eventually (after I've had it for a
few months) develops a head clog that is so bad that not even the printer's
cleaning cycle can fix it. I have tried some of the cleaning kits with not
much success (I'm a lousy handyman), and even if I could get the cleaning
kits to work, I'd rather find a printer where I can avoid this headache.

So, is there any such thing as an all-in-one ink jet printer that does not
suffer from this problem if it is not used regularly? Question #2 is, are
any of the all-in-one laser printers any good and work (all functions) with
Fedora Linux?

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: System always "Resumes from hibernation" on startup

2021-07-01 Thread Greg Woods
I would bet that if you "cat /proc/cmdline" you will see a resume=
parameter, but even if not this may be the default. At any rate, it doesn't
look like your resume attempt is the reason for the delay, as the delay has
already occurred when the resume is attempted:

Jun 30 12:19:40 amito kernel: Console: switching to colour frame buffer
device 240x75

Jun 30 12:21:08 amito dracut-initqueue[526]: WARNING: D-Bus notification
failed: Transport endpoint is not connected

Note that delay has already occurred at this point.

Jun 30 12:21:08 amito systemd[1]: Found device /dev/mapper/fedora-swap.
Jun 30 12:21:08 amito systemd[1]: Starting Resume from hibernation using
device /dev/mapper/fedora-swap...
Jun 30 12:21:08 amito systemd-hibernate-resume[547]: Could not resume from
'/dev/mapper/fedora-swap' (253:1).

...and the resume failure is a second or less after the attempted resume
starts.

--Greg


On Thu, Jul 1, 2021 at 8:14 AM Jonathan Ryshpan  wrote:

> The system always tries to restore from hibernation on startup; this
> causes about a 1-1/2 minute delay.  I see no reason for this, since the
> system is halted by "(Start)->Shut Do..."  Here is an extract from the
> system log with inserted comments.
>
> Jun 30 12:19:38 amito dracut-initqueue[523]: inactive
> '/dev/fedora/windows' [400.00 GiB] inherit
> Jun 30 12:19:38 amito dracut-initqueue[523]: inactive
> '/dev/fedora/root' [100.00 GiB] inherit
> Jun 30 12:19:38 amito dracut-initqueue[523]: inactive
> '/dev/fedora/swap' [24.00 GiB] inherit
> Jun 30 12:19:38 amito dracut-initqueue[523]: inactive
> '/dev/fedora/home' [<1.31 TiB] inherit
> Jun 30 12:19:38 amito systemd[1]: Found device /dev/mapper/fedora-root.
> 
> Jun 30 12:19:38 amito systemd[1]: Reached target Initrd Root Device.
> Jun 30 12:19:40 amito kernel: fbcon: Taking over console
> Jun 30 12:19:40 amito kernel: Console: switching to colour frame buffer
> device 240x75
> 
> Jun 30 12:21:08 amito dracut-initqueue[526]: WARNING: D-Bus notification
> failed: Transport endpoint is not connected
> Jun 30 12:21:08 amito systemd[1]: Found device /dev/mapper/fedora-swap.
> Jun 30 12:21:08 amito systemd[1]: Starting Resume from hibernation using
> device /dev/mapper/fedora-swap...
> Jun 30 12:21:08 amito systemd-hibernate-resume[547]: Could not resume from
> '/dev/mapper/fedora-swap' (253:1).
> Jun 30 12:21:08 amito systemd[1]:
> systemd-hibernate-resume@dev-mapper-fedora\x2dswap.service: Deactivated
> successfully.
> Jun 30 12:21:08 amito systemd[1]: Finished Resume from hibernation using
> device /dev/mapper/fedora-swap.
> Jun 30 12:21:08 amito kernel: PM: Image not found (code -22)
> Jun 30 12:21:08 amito kernel: kauditd_printk_skb: 7 callbacks suppressed
>
> System configuration"
>Operating System: Fedora 34
>KDE Plasma Version: 5.22.2
>KDE Frameworks Version: 5.83.0
>Qt Version: 5.15.2
>Kernel Version: 5.12.13-300.fc34.x86_64 (64-bit)
>Graphics Platform: Wayland
>Processors: 8 × Intel® Core™ i7-4790K CPU @ 4.00GHz
>Memory: 15.5 GiB of RAM
>Graphics Processor: Mesa DRI Intel® HD Graphics 4600
>
> --
> Sincerely Jonathan Ryshpan 
>
> But what are all these mysteries to me,
>  2  Whose thoughts are full of indices and surds.
> X  +  7 X  +  53
> = 11 / 3.
> -- Lewis Carrol
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Long wait for start job

2021-06-12 Thread Greg Woods
On Sat, Jun 12, 2021 at 9:32 AM Frank McCormick  wrote:

> I found and fixed the problem. The key was in my systemd log.
>
>   1.825245] udevadm[363]: systemd-udev-settle.service is deprecated.
> Please fix nm-initrd.service not to pull it in
>

Interesting; on my F34 system, the message mentions nm-run.service rather
than nm-initrd.service. Neither nm-run nor nm-initrd exist as services, but
something is calling systemd-udev-settle although it only takes 2 seconds
to run and exit, so I never noticed this before.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: M2 on laptop

2021-04-08 Thread Greg Woods
On Thu, Apr 8, 2021 at 11:46 AM Patrick Dupre  wrote:

> Hello,
>
> I wanted to install fedora 33 on a laptop with a M2 SSD 128.Go, but it is
> not
> recognized by fdisk (fedora live WK).
>
>
Dell likes to configure the SSD as a RAID in the BIOS. Even though their
Windows installation is not using it as a RAID device.  When it is set to
RAID in the BIOS, Linux cannot see it. For Linux to run, it must be set to
AHCI mode. In my relatively new Dell workstation, this is under System
Configuration -> SATA Operations.

It "should" be safe (all I can say is that it was for me) to go in and
verify that your SATA mode is set RAID (in which case this is likely the
cause of your problem), set it to AHCI, and then boot your Linux USB stick.
It should then see the SSD.

Unfortunately, Windows will now not boot unless you change it back to RAID.
If you were planning to keep the installed Windows system (which I wanted
to do), then there is a procedure you can Google for (it might have even
been referred to on this list) that will allow the Dell-installed Windows
to boot in non-RAID mode. I followed the directions and can now dual boot
Windows and Linux out of the GRUB menu.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtual background for Zoom video

2021-02-10 Thread Greg Woods
On Wed, Feb 10, 2021 at 1:59 PM Cameron Simpson  wrote:

> On 10Feb2021 14:17, Tim  wrote:
> >The same kind of thing could be done by storing a still image from the
> >camera before you step in front of it, and always comparing it with the
> >current live camera.
>
> Zoom on my Mac seems to do this, but neater: no background required,
> seems to detect that I move and that my background is static. I'm
> surprised by how effective it is. - Cameron Simpson 
>

In my experience, there are some artifacts (someone earlier referred to it
as "trippy effects") around the edge of the person's head. And in any case,
this feature is not available in the Linux version of Zoom. I don't know
whether any of the other suggestions made in this thread might work or not,
but the only way I successfully got background image to work in Linux Zoom
was to use a green screen behind me. And no trippy effects.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtual background for Zoom video

2021-02-05 Thread Greg Woods
On Thu, Feb 4, 2021 at 8:51 PM Tim via users 
wrote:

>
> If I google around, apparently there are things that can do the green
> screen effect with zoom without a *green* screen, though they may be
> Windows/Mac.
>

I looked into this with Zoom, because I wanted to have a nice background
like my online bridge partner does. It turns out that Zoom does have a way
to separate foreground from background that does not rely on a green
screen. It mostly works although there are a few artifacts. However, this
feature is only available on Windows. If you are running it on Linux, you
need a green screen in order to use a virtual background.

I use an old slide projector screen with a green cloth draped over it. It
works well but is a pain to set up for every Zoom call.

--Greg

>
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Windows 10 + F33 + SSD + RAID

2021-01-31 Thread Greg Woods
Regarding getting Windows to boot in AHCI mode instead of RAID:

On Fri, Jan 29, 2021 at 6:25 PM Kevin Becker  wrote:

> I had the same issue and this article worked for me.
>
>
> https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci
>

This worked for me also. Thanks very much for the pointer.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Windows 10 + F33 + SSD + RAID

2021-01-31 Thread Greg Woods
On Sat, Jan 30, 2021 at 5:01 PM Chris Murphy 
wrote:

> On Fri, Jan 29, 2021 at 8:45 PM Greg Woods  wrote:
>
> > Now if I can only figure out why this damn machine won't resume from
> hibernation properly. Windows can do it, so I'll bet it's a configuration
> issue somewhere.
>
> Hibernation is disabled when UEFI Secure Boot is enabled. And even if
> disabled, which I don't recommend, there are ACPI bugs galore.
>

I did manage to figure this out. I have to give a shout out to the Arch
Linux people for doing an excellent job on their documentation. I
frequently find things in there that help with my systems (all Fedora or
Raspbian) even though I don't actually run Arch except in a VM for playing
around and learning. I found their suspend and hibernate page at
https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hibernate
to be very helpful. Arch uses something called "mkcpio" rather than
"dracut" that Fedora uses, but the main thing it mentions is the need to
rebuild the initramfs image to include the "resume" module. That works! And
my Dell desktop will now hibernate. The command was just "dracut --add
resume" (I first saved a copy of the current img file just in case). I find
it interesting that I have been using hibernation on Fedora for years and
never had to explicitly do this. I just checked my main Fedora server, and
"lsinitrd" shows that there is no "resume" module in the initramfs file.
But I have never tried hibernating the server. My laptop *does* have the
resume module even though I never explicitly included it. There is nothing
I can find in /etc/dracut that specifies that the resume module should be
included, but it is there. There is still a lot about how all this works
that I don't understand.

And to my embarrassment, I found a previous reference on this list to using
dracut to add the resume module for hibernation, but it did not come up in
my previous searches of my archived list messages. In there it is suggested
that perhaps the resume module was only added in by default if you create a
swap partition at install time, but I always do that so I'm not quite sure
what happened this time.

I don't use Secure Boot on my desktop or my servers because it makes too
many things a lot more painful (like third-party drivers such as nvidia)
and since these systems never leave my house, the security risk is minimal.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Windows 10 + F33 + SSD + RAID

2021-01-29 Thread Greg Woods
On Fri, Jan 29, 2021 at 6:25 PM Kevin Becker  wrote:

> I had the same issue and this article worked for me.
>
>
> https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci
>

Dell seems to be the "culprit". I have a Dell desktop where I had almost
the same problem, except it was only with the NVME drive. If the BIOS was
set to RAID mode, Windows boots and runs normally. Linux will also boot and
run, since it is installed on a separate non-NVME drive, but it can't see
the Windows partitions, which unfortunately includes /boot/efi. So I can't
do any kernel updates (and who knows what else) unless I manually set the
SATA mode to AHCI in the BIOS, in which case Linux will boot and see all
the drives, but Windows will not boot. This has led to the very annoying
position of having to fiddle with the BIOS every time I want to switch
OS's. I'll try the process in that article. Thanks for the pointer!

Now if I can only figure out why this damn machine won't resume from
hibernation properly. Windows can do it, so I'll bet it's a configuration
issue somewhere.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: auditd log processing tools?

2021-01-29 Thread Greg Woods
On Fri, Jan 29, 2021 at 3:32 AM Patrick O'Callaghan 
wrote:

> > there's a very good reason why the long-
> > established way to participate in a mailing list is quote the salient
> > bits of the prior email and directly reply to individual sentences or
> > paragraphs right underneath them.  So that readers know what answers go
> > with which questions.
> >
> > It's called interspersed replies.
>

A lot of the big providers have made doing this far more difficult than it
used to be. I have personal experience with Gmail, where I used to be able
to highlight part of the message, and that was all that would be included
in my reply, but that no longer works; the entire message is included and I
have to manually trim it.  Gmail also top posts by default, which may also
account for the increased amount of top-posting we see, particularly if
other large providers are working the same way. In short, it takes a lot
more work than it used to take to do interspersed replies, but it is still
possible if you climb the learning curve and put in a little effort.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: automount requests

2020-12-31 Thread Greg Woods
On Wed, Dec 30, 2020 at 11:04 PM Chris Murphy 
wrote:

> On Wed, Dec 30, 2020 at 10:12 AM Greg Woods  wrote:
>
> > pub.automount: Got automount request for /pub, triggered by 242640
> (PT3122): 1 Time(s)
> >
> > I want to determine why this is happening, because the drive containing
> /pub (on a different machine mounted via NFS)  is spun down when idle, and
> these events are likely causing it to spin up. My understanding is that the
> part inside the parentheses is the command name of the process that
> triggered it, but I don't know what the "PT" syntax means.
> >
>
> One of those should be PID.
>

Yes. The format is  "Got automount request for /pub, triggered by #PID#
(#command#): 1 Time(s)

I suppose I should provide more info. /pub is a place where I store a bunch
of stuff. In particular there are our photo and music collections, and
rsync'ed Fedora repos (I rsync F32 and F33 repos once a day, then I use the
local repo to perform updates on my 6 Fedora systems).

The problem here is that, by the time I see one of these entries and
investigate, the PID is for a process that is long gone, and I'm not
getting any useful info about what command is triggering this.

As an example, here is a message that is the result of a known access
(doing a "dnf update"):

pub.automount: Got automount request for /pub, triggered by 253560 (dnf): 1
Time(s)

Again, process 253560 is long gone, but at least I know that this automount
was triggered by a dnf command. When the command is "PT3122", then I have
no clue what triggered this automount. And the vast majority of these
automount triggers do not have useful information about what command
triggered it. I guess what I really want to know is if there is anywhere I
can look for more information, or in general if there is any way to
investigate this.

The machine that is producing these logs is my main Fedora server. It is
NOT the server for the /pub disk, that is on a Raspberry Pi (NFS-mounted
from that Pi server to this one), so these aren't NFS accesses from another
system. If I look at my desktop system, which also automounts /pub from the
Pi server, all of the similar entries do specify the command, for example
"journalctl | grep /pub" snippet:

Dec 14 12:08:23 snowcrash.gregandeva.net systemd[1]: pub.automount: Got
automount request for /pub, triggered by 1189068 (k3b)
Dec 14 12:08:23 snowcrash.gregandeva.net systemd[1]: Mounting /pub...
Dec 14 12:08:23 snowcrash.gregandeva.net systemd[1]: Mounted /pub.
Dec 14 12:09:24 snowcrash.gregandeva.net systemd[1]: Unmounting /pub...
Dec 14 12:09:24 snowcrash.gregandeva.net systemd[1]: Unmounted /pub.
Dec 14 16:24:26 snowcrash.gregandeva.net systemd[1]: pub.automount: Got
automount request for /pub, triggered by 1210113 (dnf)
Dec 14 16:24:26 snowcrash.gregandeva.net systemd[1]: Mounting /pub...
Dec 14 16:24:26 snowcrash.gregandeva.net systemd[1]: Mounted /pub.
Dec 14 16:25:27 snowcrash.gregandeva.net systemd[1]: Unmounting /pub...
Dec 14 16:25:27 snowcrash.gregandeva.net systemd[1]: Unmounted /pub.

I do not see any entries that just list PT as the command on the
desktop system. On the server, almost all of them are.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


automount requests

2020-12-30 Thread Greg Woods
My logwatch each day has dozens of messages like this:

pub.automount: Got automount request for /pub, triggered by 242640
(PT3122): 1 Time(s)

I want to determine why this is happening, because the drive
containing /pub (on a different machine mounted via NFS)  is spun down when
idle, and these events are likely causing it to spin up. My understanding
is that the part inside the parentheses is the command name of the process
that triggered it, but I don't know what the "PT" syntax means.

Thanks for any info,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Hibernate resume failed on kernel 5.9

2020-12-04 Thread Greg Woods
On Fri, Dec 4, 2020 at 11:10 AM Sreyan Chakravarty 
wrote:

>
>
> On Fri, Dec 4, 2020 at 11:18 PM Greg Woods  wrote:
>
>> Not much help, but a data point: I use hibernation every day on my main
>> workstation, and it has continued to work fine after I upgraded to a 5.9.11
>> kernel.
>>
>
> Are you using a swap file ?
>
> Are you on BTRFS ?
>

No and no. I have a separate swap partition. My file systems are NTFS (dual
boot with Windows 10), vfat (EFI partition). The Fedora file systems are a
combination of xfs and ext4.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Hibernate resume failed on kernel 5.9

2020-12-04 Thread Greg Woods
On Thu, Nov 26, 2020 at 12:02 AM Sreyan Chakravarty 
wrote:

> Hi,
>
> I have upgraded to the latest 5.9 kernel on Fedora 32.
>
> But after upgrading I am getting the following error when I am resuming
> from hibernation:
>
> :
> : PM: hibernation: Failed to load image, recovering.
>

Not much help, but a data point: I use hibernation every day on my main
workstation, and it has continued to work fine after I upgraded to a 5.9.11
kernel.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: F32 bind9 split dns debug

2020-11-14 Thread Greg Woods
On Fri, Nov 13, 2020 at 11:13 PM Tim via users <
users@lists.fedoraproject.org> wrote:

> On Fri, 2020-11-13 at 13:38 -0800, Jack Craig wrote:
>
> > forwarders {
> > 8.8.8.8;
> > 8.8.4.4;
> > };
>
> I found when I tried using forwarders, that all queries went to them,
> not just the ones that the server couldn't answer for itself.
>

That should only happen if the "forward only" option is used. That's how it
worked when I used to run DNS for a medium-sized organization, and it's
still documented that way in named.conf(5).

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: SPDIF sound in F32

2020-08-02 Thread Greg Woods
On Sat, Aug 1, 2020 at 7:32 PM Samuel Sieb  wrote:

>
> I suggest that you file a bug in the kernel bugzilla.  If you do, then
> please either CC me or reply here with the link.
>

https://bugzilla.redhat.com/show_bug.cgi?id=1862803

 Thank you for all your help with this.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: SPDIF sound in F32

2020-08-01 Thread Greg Woods
On Sat, Aug 1, 2020 at 12:44 PM Samuel Sieb  wrote:

>
> > Let's see what "amixer -c0 scontents" gives.
> >
> >   [root@seveneves mythtv]# amixer -c0 scontents
>
> Ok, it must be a control then:
> amixer -c0 contents
>

We did try this already:

 On 7/27/20 8:13 AM, Greg Woods wrote:
> mythtv@seveneves ~]$ amixer -c0 controls
> numid=19,iface=CARD,name='IEC958 In - Output Jack'

That's promising.  Try:
amixer -c0 sset 'IEC958 In - Output Jack' on

But no joy.

[mythtv@seveneves ~]$ amixer -c0 contents
numid=10,iface=CARD,name='Clock Source 21 Validity'
  ; type=BOOLEAN,access=r---,values=1
  : values=on
numid=15,iface=CARD,name='Clock Source 22 Validity'
  ; type=BOOLEAN,access=r---,values=1
  : values=on
numid=18,iface=CARD,name='Clock Source 23 Validity'
  ; type=BOOLEAN,access=r---,values=1
  : values=on
numid=30,iface=CARD,name='Clock Source 24 Validity'
  ; type=BOOLEAN,access=r---,values=1
  : values=on
numid=35,iface=CARD,name='Clock Source 25 Validity'
  ; type=BOOLEAN,access=r---,values=1
  : values=on
numid=16,iface=CARD,name='Headphone - Output Jack'
  ; type=BOOLEAN,access=r---,values=1
  : values=off
numid=19,iface=CARD,name='IEC958 In - Output Jack'
  ; type=BOOLEAN,access=r---,values=1
  : values=on
numid=36,iface=CARD,name='Keep Interface'
  ; type=BOOLEAN,access=rw--,values=1
  : values=off
numid=24,iface=CARD,name='Line - Input Jack'
  ; type=BOOLEAN,access=r---,values=1
  : values=on
numid=20,iface=CARD,name='Mic - Input Jack'
  ; type=BOOLEAN,access=r---,values=1
  : values=on
numid=31,iface=CARD,name='Mic - Input Jack',index=1
  ; type=BOOLEAN,access=r---,values=1
  : values=off
numid=11,iface=CARD,name='Speaker - Output Jack'
  ; type=BOOLEAN,access=r---,values=1
  : values=on
numid=7,iface=MIXER,name='PCM Playback Switch'
  ; type=BOOLEAN,access=rw--,values=1
  : values=on
numid=12,iface=MIXER,name='PCM Playback Switch',index=1
  ; type=BOOLEAN,access=rw--,values=1
  : values=on
numid=17,iface=MIXER,name='PCM Playback Switch',index=2
  ; type=BOOLEAN,access=rw--,values=1
  : values=on
numid=8,iface=MIXER,name='PCM Playback Volume'
  ; type=INTEGER,access=rw---R--,values=6,min=0,max=87,step=0
  : values=85,85,84,84,83,83
  | dBminmax-min=-65.25dB,max=0.00dB
numid=13,iface=MIXER,name='PCM Playback Volume',index=1
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=87,step=0
  : values=86,86
  | dBminmax-min=-65.25dB,max=0.00dB
numid=29,iface=MIXER,name='PCM Capture Source'
  ; type=ENUMERATED,access=rw--,values=1,items=3
  ; Item #0 'Mic'
  ; Item #1 'Line'
  ; Item #2 'Mixer'
  : values=0
numid=27,iface=MIXER,name='PCM Capture Switch'
  ; type=BOOLEAN,access=rw--,values=1
  : values=on
numid=28,iface=MIXER,name='PCM Capture Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=63,step=0
  : values=23,23
  | dBminmax-min=-17.25dB,max=30.00dB
numid=25,iface=MIXER,name='Line Capture Switch'
  ; type=BOOLEAN,access=rw--,values=1
  : values=off
numid=26,iface=MIXER,name='Line Capture Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=23,step=0
  : values=0,0
  | dBminmax-min=-17.25dB,max=0.00dB
numid=21,iface=MIXER,name='Mic Capture Switch'
  ; type=BOOLEAN,access=rw--,values=1
  : values=on
numid=32,iface=MIXER,name='Mic Capture Switch',index=1
  ; type=BOOLEAN,access=rw--,values=1
  : values=on
numid=22,iface=MIXER,name='Mic Capture Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=63,step=0
  : values=23,23
  | dBminmax-min=-17.25dB,max=30.00dB
numid=33,iface=MIXER,name='Mic Capture Volume',index=1
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=63,step=0
  : values=23,23
  | dBminmax-min=-17.25dB,max=30.00dB
numid=23,iface=MIXER,name='Auto Gain Control'
  ; type=BOOLEAN,access=rw--,values=1
  : values=on
numid=34,iface=MIXER,name='Auto Gain Control',index=1
  ; type=BOOLEAN,access=rw--,values=1
  : values=on
numid=9,iface=MIXER,name='Input Gain Pad Control'
  ; type=INTEGER,access=rw--,values=1,min=0,max=2,step=0
  : values=1
numid=14,iface=MIXER,name='Input Gain Pad Control',index=1
  ; type=INTEGER,access=rw--,values=2,min=0,max=1,step=0
  : values=1,1
numid=5,iface=PCM,name='Capture Channel Map'
  ; type=INTEGER,access=rR--,values=2,min=0,max=36,step=0
  : values=0,0
  | container
| chmap-fixed=FL,FR
numid=1,iface=PCM,name='Playback Channel Map'
  ; type=INTEGER,access=rR--,values=6,min=0,max=36,step=0
  : values=0,0,0,0,0,0
  | container
| chmap-fixed=FL,FR,FC,LFE,SL,SR
| chmap-fixed=FL,FR
| chmap-fixed=FL,FR,RL,RR
numid=6,iface=PCM,name='Capture Channel Map',device=1
  ; type=INTEGER,access=rR--,values=2,min=0,max=36,step=0
  : values=0,0
  | container
| chmap-fixed=FL,FR
numid=2,iface=PCM,name='Playback Channel Map',device=1
  ; type=INTEGER,access=rR--,values=2,min=0,max=36,step=0
  : values=0,0
  | container
| chmap-fixed=FL,FR
numid=3,iface=PCM,name='Playbac

Re: SPDIF sound in F32

2020-08-01 Thread Greg Woods
On Sat, Aug 1, 2020 at 12:44 AM Samuel Sieb  wrote:

>
> Let's see what "amixer -c0 scontents" gives.
>
>
 [root@seveneves mythtv]# amixer -c0 scontents
Simple mixer control 'PCM',0
  Capabilities: pvolume cvolume pswitch pswitch-joined cswitch
cswitch-joined
  Playback channels: Front Left - Front Right - Rear Left - Rear Right -
Front Center - Woofer
  Capture channels: Front Left - Front Right
  Limits: Playback 0 - 87 Capture 0 - 63
  Front Left: Playback 85 [98%] [-1.50dB] [on] Capture 23 [37%] [0.00dB]
[on]
  Front Right: Playback 85 [98%] [-1.50dB] [on] Capture 23 [37%] [0.00dB]
[on]
  Rear Left: Playback 84 [97%] [-2.25dB] [on]
  Rear Right: Playback 84 [97%] [-2.25dB] [on]
  Front Center: Playback 83 [95%] [-3.00dB] [on]
  Woofer: Playback 83 [95%] [-3.00dB] [on]
Simple mixer control 'PCM Capture Source',0
  Capabilities: enum
  Items: 'Mic' 'Line' 'Mixer'
  Item0: 'Mic'
Simple mixer control 'PCM',1
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 87
  Mono:
  Front Left: Playback 86 [99%] [-0.75dB] [on]
  Front Right: Playback 86 [99%] [-0.75dB] [on]
Simple mixer control 'PCM',2
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Line',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 23
  Front Left: Capture 0 [0%] [-17.25dB] [off]
  Front Right: Capture 0 [0%] [-17.25dB] [off]
Simple mixer control 'Mic',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 63
  Front Left: Capture 23 [37%] [0.00dB] [on]
  Front Right: Capture 23 [37%] [0.00dB] [on]
Simple mixer control 'Mic',1
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 63
  Front Left: Capture 23 [37%] [0.00dB] [on]
  Front Right: Capture 23 [37%] [0.00dB] [on]
Simple mixer control 'Auto Gain Control',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Auto Gain Control',1
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Input Gain Pad Control',0
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 2
  Mono: 1 [50%]
Simple mixer control 'Input Gain Pad Control',1
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 1
  Front Left: 1 [100%]
  Front Right: 1 [100%]
[root@seveneves mythtv]#
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: SPDIF sound in F32

2020-07-28 Thread Greg Woods
On Tue, Jul 28, 2020 at 12:22 AM Samuel Sieb  wrote:

> On 7/27/20 8:13 AM, Greg Woods wrote:
> > mythtv@seveneves ~]$ amixer -c0 controls
> > numid=19,iface=CARD,name='IEC958 In - Output Jack'
>
> That's promising.  Try:
> amixer -c0 sset 'IEC958 In - Output Jack' on
>

 [root@seveneves sbin]# amixer -c0 controls
[...]
numid=19,iface=CARD,name='IEC958 In - Output Jack'
[...]

[root@seveneves sbin]# amixer -c0 sset 'IEC958 In - Output Jack' on
amixer: Unable to find simple control 'IEC958 In - Output Jack',0

[root@seveneves sbin]# amixer -c1 sset 'IEC958 In - Output Jack' on
amixer: Unable to find simple control 'IEC958 In - Output Jack',0

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: SPDIF sound in F32

2020-07-27 Thread Greg Woods
There has been a completely new development in this saga. One thing I had
also been investigating was to see if I could somehow get surround sound
through the onboard Intel sound chip. This chip does not have a iec958
(optical) device however, so it wasn't going to work directly with my
receiver. As a temporary workaround I was attempting to at least get stereo
sound going through the line out of this chip, and it was not working,
despite the fact that it worked fine on another machine in the house with
an identical motherboard. Then I remembered that the UEFI has settings for
the onboard devices, and by default the onboard audio is set to "Auto",
which it turns out means Enabled unless there is a sound card installed. So
that's why it didn't work on the machine with the Xonar card installed. I
changed it to Enabled and I got stereo sound. I can also now see four
separate HDMI sound devices in aplay. So I played around with some of the
things I have learned recently, and it turns out that this chip can do
surround sound via HDMI, and since the TV that the system is hooked up to
can pass that on to the receiver, I decided to try it, and it mostly works.
I say "mostly" because when I run the 5.1 surround sound test in MythTV, it
does front left, center, front right just fine, but "surround right" means
both rear speakers at reduced volume, and "surround left" means both rear
speakers at normal volume. That's of course not how surround sound is
supposed to work, so I still have a few things to look into there
(including things like settings on the TV).

So I'm still interested in trying to get the iec958 device on the Xonar
card to work, because I expect I'd get better quality sound that way, but
the urgency is reduced.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: SPDIF sound in F32

2020-07-27 Thread Greg Woods
On Sun, Jul 26, 2020 at 11:32 PM Samuel Sieb  wrote:

>
> > mythtv@seveneves ~]$ amixer -c0 scontrols
> > Simple mixer control 'PCM',0
> > Simple mixer control 'PCM Capture Source',0
> > Simple mixer control 'PCM',1
> > Simple mixer control 'PCM',2
>
> Maybe I should have asked for the more verbose option.  It's probably
> one of these.
>

mythtv@seveneves ~]$ amixer -c0 controls
numid=10,iface=CARD,name='Clock Source 21 Validity'
numid=15,iface=CARD,name='Clock Source 22 Validity'
numid=18,iface=CARD,name='Clock Source 23 Validity'
numid=30,iface=CARD,name='Clock Source 24 Validity'
numid=35,iface=CARD,name='Clock Source 25 Validity'
numid=16,iface=CARD,name='Headphone - Output Jack'
numid=19,iface=CARD,name='IEC958 In - Output Jack'
numid=36,iface=CARD,name='Keep Interface'
numid=24,iface=CARD,name='Line - Input Jack'
numid=20,iface=CARD,name='Mic - Input Jack'
numid=31,iface=CARD,name='Mic - Input Jack',index=1
numid=11,iface=CARD,name='Speaker - Output Jack'
numid=7,iface=MIXER,name='PCM Playback Switch'
numid=12,iface=MIXER,name='PCM Playback Switch',index=1
numid=17,iface=MIXER,name='PCM Playback Switch',index=2
numid=8,iface=MIXER,name='PCM Playback Volume'
numid=13,iface=MIXER,name='PCM Playback Volume',index=1
numid=29,iface=MIXER,name='PCM Capture Source'
numid=27,iface=MIXER,name='PCM Capture Switch'
numid=28,iface=MIXER,name='PCM Capture Volume'
numid=25,iface=MIXER,name='Line Capture Switch'
numid=26,iface=MIXER,name='Line Capture Volume'
numid=21,iface=MIXER,name='Mic Capture Switch'
numid=32,iface=MIXER,name='Mic Capture Switch',index=1
numid=22,iface=MIXER,name='Mic Capture Volume'
numid=33,iface=MIXER,name='Mic Capture Volume',index=1
numid=23,iface=MIXER,name='Auto Gain Control'
numid=34,iface=MIXER,name='Auto Gain Control',index=1
numid=9,iface=MIXER,name='Input Gain Pad Control'
numid=14,iface=MIXER,name='Input Gain Pad Control',index=1
numid=5,iface=PCM,name='Capture Channel Map'
numid=1,iface=PCM,name='Playback Channel Map'
numid=6,iface=PCM,name='Capture Channel Map',device=1
numid=2,iface=PCM,name='Playback Channel Map',device=1
numid=3,iface=PCM,name='Playback Channel Map',device=2
numid=4,iface=PCM,name='Playback Channel Map',device=3

I wanted to use "cset ... unmute", because the iec958 device seems to be
muted by default sometimes, but I couldn't figure out how to specify that
control. The amixer man page says:

 cset   ...
  Sets  the card control contents. The identifier has these
compo‐
  nents: iface, name, index, device, subdevice,  numid.  The
 next
  argument specifies the value of control.

...but I couldn't figure out correct values for all these components. My
attempts always got:

[mythtv@seveneves ~]$ amixer cset numid=19,iface=CARD,name='IEC958 In -
Output Jack' unmute
amixer: Cannot find the given element from control default


 > $ aplay -D iec958:CARD=SoundCard,DEV=0
>
> Add "-vv" or "-vvv" to the command to be able to tell if it's actually
> sending something.  Also, try this command with "DEV=1" as well.


Using DEV=1, I get:

 [mythtv@seveneves ~]$ aplay -vv -D iec958:CARD=SoundCard,DEV=1
/pub/flac/music/rock/CDs/Country_Joe/CollectedCountryJoe/CCJatFT05.wav
aplay: main:830: audio open error: No such file or directory

Using -vv on the DEV=0 version does show the "meter" with the pound signs
bouncing up and down, so it thinks it's sending something. But the optical
cable is not lit. I did check the obvious and the stupid, and it does
appear to be fully seated into the card. While I was at it, I also tried
using a different optical cable that I know is good, but still no sound.

If you
> still don't hear anything, then run alsamixer and turn up all of those
> PCM outputs and try both of them again.
>

Turning them all up in alsamixer was the first thing I tried. They are all
maxed out.


>
> It's strange that pulseaudio and ALSA know about the digital output, but
> you can't select it.


That is not an encouraging sign, but I have learned more about how this
stuff works from this conversation than I ever knew before, so there is a
lot I don't know.


> Something that I should have asked earlier though
> is whether or not the optical cable is lit up.
>

Funny, I thought of this as I was going to sleep last night. I guess it's
evidence that I spent too much time on this yesterday and got too
frustrated; my brain was not working very well. I should have thought of
that much earlier.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: SPDIF sound in F32

2020-07-26 Thread Greg Woods
On Sun, Jul 26, 2020 at 4:31 PM Samuel Sieb  wrote:

>
> It could possibly be one of these.  The output from "aplay -L" would be
> useful.  Also, "pactl list cards" and "amixer -c0 scontrols".
>

The card is an ASUS Xonar SE

I also found alsa.opensrc.org that has some helpful stuff, especially the
DigitalOut section, but it's going to take me a while to understand all of
it.

So "aplay -L" does actually show an iec958 device; MythTV had to be getting
it from somewhere. This gives me some hope that it might be possible to
eventually make this card work.

[mythtv@seveneves ~]$ aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
sysdefault
Default Audio Device
pulse
PulseAudio Sound Server
default
Default ALSA Output (currently PulseAudio Sound Server)
sysdefault:CARD=SoundCard
Xonar SoundCard, USB Audio
Default Audio Device
front:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
Front output / input
surround21:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
4.0 Surround output to Front and Rear speakers
surround41:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=SoundCard,DEV=0
Xonar SoundCard, USB Audio
IEC958 (S/PDIF) Digital Audio Output
iec958:CARD=SoundCard,DEV=1
Xonar SoundCard, USB Audio #1
IEC958 (S/PDIF) Digital Audio Output
sysdefault:CARD=PCH
HDA Intel PCH, ALCS1200A Analog
Default Audio Device
front:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
Front output / input
surround21:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
HDA Intel PCH, ALCS1200A Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=PCH,DEV=0
HDA Intel PCH, HDMI 0
HDMI Audio Output
hdmi:CARD=PCH,DEV=1
HDA Intel PCH, HDMI 1
HDMI Audio Output
hdmi:CARD=PCH,DEV=2
HDA Intel PCH, HDMI 2
HDMI Audio Output
hdmi:CARD=PCH,DEV=3
HDA Intel PCH, HDMI 3
HDMI Audio Output

Apologies, this next one is very long:

 [mythtv@seveneves ~]$ pactl list cards
Card #0
Name: alsa_card.usb-ASUSTeK_Xonar_SoundCard-00
Driver: module-alsa-card.c
Owner Module: 6
Properties:
alsa.card = "0"
alsa.card_name = "Xonar SoundCard"
alsa.long_card_name = "ASUSTeK Xonar SoundCard at usb-:01:00.0-1, high
speed"
alsa.driver_name = "snd_usb_audio"
device.bus_path = "pci-:01:00.0-usb-0:1:1.0"
sysfs.path =
"/devices/pci:00/:00:1b.0/:01:00.0/usb3/3-1/3-1:1.0/sound/card0"
udev.id = "usb-ASUSTeK_Xonar_SoundCard-00"
device.bus = "usb"
device.vendor.id = "0b05"
device.vendor.name = "ASUSTek Computer, Inc."
device.product.id = "189d"
device.product.name = "Xonar SoundCard"
device.serial = "ASUSTeK_Xonar_SoundCard"
device.string = "0"
device.description = "Xonar SoundCard"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-usb"
Profiles:
input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority:
65, available: yes)
input:iec958-stereo: Digital Stereo (IEC958) Input (sinks: 0, sources: 1,
priority: 55, available: yes)
output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority:
6500, available: yes)
output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1,
sources: 1, priority: 6565, available: yes)
output:analog-stereo+input:iec958-stereo: Analog Stereo Output + Digital
Stereo (IEC958) Input (sinks: 1, sources: 1, priority: 6555, available: yes)
output:analog-surround-21: Analog Surround 2.1 Output (sinks: 1, sources:
0, priority: 1300, available: yes)
output:analog-surround-21+input:analog-stereo: Analog Surround 2.1 Output +
Analog Stereo Input (sinks: 1, sources: 1, priority: 1365, available: yes)
output:analog-surround-21+input:iec958-stereo: Analog Surround 2.1 Output +
Digital Stereo (IEC958) Input (sinks: 1, sources: 1, priority: 1355,
available: yes)
output:analog-surround-40: 

Re: SPDIF sound in F32

2020-07-26 Thread Greg Woods
Thanks for answering.

On Sun, Jul 26, 2020 at 2:49 PM Samuel Sieb  wrote:

>
>
> More details about what "doesn't work" means would be helpful.  Do you
> see a SPDIF option in the sound output settings?
>

In "pavucontrol", it actually does have a listing for the Xonar Sound Card,
but only the analog output port is available. In alsamixer, I can press F6
to select sound card, and "Xonar Sound Card" is a selection, but there is
no iec958 device.

[mythtv@seveneves ~]$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: SoundCard [Xonar SoundCard], device 0: USB Audio [USB Audio]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: SoundCard [Xonar SoundCard], device 1: USB Audio [USB Audio #1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SoundCard [Xonar SoundCard], device 2: USB Audio [USB Audio #2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SoundCard [Xonar SoundCard], device 3: USB Audio [USB Audio #3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: ALCS1200A Analog [ALCS1200A Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

[mythtv@seveneves ~]$ lspci
00:00.0 Host bridge: Intel Corporation Device 9b43 (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Device 9bc5 (rev 05)
00:14.0 USB controller: Intel Corporation Device a3af
00:14.2 Signal processing controller: Intel Corporation Device a3b1
00:16.0 Communication controller: Intel Corporation Device a3ba
00:17.0 SATA controller: Intel Corporation Device a382
00:1b.0 PCI bridge: Intel Corporation Device a3ea (rev f0)
00:1d.0 PCI bridge: Intel Corporation Device a398 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a3c8
00:1f.2 Memory controller: Intel Corporation Device a3a1
00:1f.3 Audio device: Intel Corporation Device a3f0
00:1f.4 SMBus: Intel Corporation Device a3a3
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (12)
I219-V
01:00.0 USB controller: ASMedia Technology Inc. ASM1042A USB 3.0 Host
Controller
02:00.0 Non-Volatile memory controller: Intel Corporation SSD 660P Series
(rev 03)

[mythtv@seveneves ~]$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 0b05:189d ASUSTek Computer, Inc. Xonar SoundCard
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 051d:0002 American Power Conversion Uninterruptible
Power Supply
Bus 001 Device 006: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0
Bus 001 Device 005: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 008: ID 046d:c001 Logitech, Inc. N48/M-BB48/M-UK96A
[FirstMouse Plus]
Bus 001 Device 003: ID 26ce:01a2 ASRock LED Controller
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

But it actually is a PCIe x1 card.

If I get into the audio settings in MythTV, it will show the iec958 device,
but setting the audio to use it produces no sound.


> That is really old information.  Probably the reason it's hard to find
> anything more recent is because generally it all just works.
>

That's true for stereo sound, but not so true when you try to use surround
sound and iec958 devices.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


SPDIF sound in F32

2020-07-26 Thread Greg Woods
After wrestling all day with an ASUS Xonar SE card (with accompanying
Googling), I now believe that this card cannot be made to work in Linux.
Stereo output through the green line out port works fine, but SPDIF does
not. "lspci" actually claims this thing is a USB controller, although as I
mentioned stereo sound does work.

Does anybody have a PCIe sound card that is known to work with SPDIF 5.1
surround sound output? It has to be optical as those are the only digital
ports on my receiver.

One frustrating thing about trying to search for information online is that
I come up with a lot of stuff that is way too old to be useful. For
instance, a lot of the advice articles I found on getting sound working
mention 4Front and OSS sound drivers, which is probably 15-20 year old
information. I'm looking for  first hand "yes I know this card works", or
at least a pointer to something that isn't Ubuntu specific and is recent
enough to be useful.

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Xbox 360 controller on Fedora 32

2020-07-25 Thread Greg Woods
It has been a couple of years (which means 4 or 5 Fedora releases ago)
since I did this, but I used to be able to play Xonotic using my Xbox 360
Wireless controller. Now I cannot get the controller to work properly in
F32 (it works in Windows 10 so I know the hardware is OK).

This most likely has something to do with the move from xboxdrv (which is
no longer available in Fedora) to xpad kernel driver, and/or the move from
the old js driver to evdev. The xpad driver comes with the current kernel,
but what I cannot figure out is how to calibrate the controller. If I run
Xontic with the controller connected, the game  world just spins
counterclockwise. This is a symptom of the controller needing to be
calibrated, but I don't know how to do it. I tried using "jscal", but if I
run "jscal -c" to calibrate it, it appears to work but doesn't. I can
immediately run "jscal -t" and it will say it is not calibrated, and
running "jstest" also shows it is not calibrated (several of the axes are
not centered, i.e. show nonzero values in jstest).

I attempted to download and compile xboxdrv, but it does not work due to
Python 2 vs. 3 incompatibilities, and it doesn't look like any work has
been done on xboxdrv in quite some time. If I try to make it, I get this:


root@snowcrash xboxdrv-linux-0.8.8]# make
scons
scons: Reading SConscript files ...
  File "/local/src/xboxdrv-linux-0.8.8/SConstruct", line 34

print target

  ^

SyntaxError: Missing parentheses in call to 'print'. Did you mean
print(target)?

make: *** [Makefile:24: xboxdrv] Error 2

Certainly looks like Python version incompatibility.

Can anybody point me to information on how to use an Xbox 360 controller on
F32, or how to calibrate it when using the xpad driver? I have done a lot
of Googling, but most of the articles I found mention things like "apt-get
install xboxdrv", showing they were written for Ubuntu rather than Fedora
and are wanting to use the xboxdrv driver.

Thank you,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: bizzare dual-monitor behavior SOLVED

2020-07-22 Thread Greg Woods
On Mon, Jul 20, 2020 at 10:10 AM Greg Woods  wrote:

>
>
> What used to happen when I switched to a different computer is that I can
> use the new computer using the first monitor, the mouse and the keyboard,
> just as usual. The second monitor, unaffected by the KVM switch, will
> continue to show the image it is getting from the dual-monitor system.
>


> But, what is now happening (since yesterday) is that when I switch to a
> second computer, the non-KVM-switched monitor now flashes off and on every
> few seconds (and just keeps doing this seemingly forever; I did leave it
> this way for more than 15 minutes last night) . This is INCREDIBLY annoying
> and makes it impossible to make any use of the image displayed there.
>

UPDATE: one or two times when I switched away from the dual monitor system,
I got  a green screen on the second monitor, and when switching back to the
problem system, both monitors were green screened and the keyboard and
mouse were unresponsive. It required an SSH in from another system
to suspend the machine; on resuming, things were working again. But this
raised the level of the issue from "very annoying" to "show stopper".

I realize nobody reading this now cares about this (presumably that just
means nobody else has a dual monitor setup with one monitor controlled
through a KVM switch, or else those who do haven't seen this happen and
don't have any ideas).

But I'm posting this in case anyone finds this in the archives later. I am
now convinced the issue all along that the graphics driver for my card,
which is one of the "Republic of Gamers" (ROG) intended for serious gamers,
is the cause (ROG is just an ASUS marketing term).  I have spent a lot of
time Googling around and finally found a proprietary driver that ASUS
produces. It is intended for EL8 and derivatives (e.g Centos 8), and will
not install directly on Fedora, as the necessary packages (which have names
that begin with "amdgpu") are not in the EPEL repo for Fedora. However, I
downloaded the driver software for Linux from

https://www.amd.com/en/support/kb/release-notes/rn-amdgpu-unified-linux-20-10


and then followed the guide I found at

https://www.reddit.com/r/Fedora/comments/hftkwd/guide_install_amdgpupro_opencl_in_fedora_32/

This installs a part of the driver called "OpenCL"; the kernel device
driver "amdgpu" is still being used. I am not entirely clear on what OpenCL
is, but it adds some features that programs like Blender used; the guide
author reported getting crashes prior to installing the proprietary OpenCL
part (he probably considered that a show stopper too).  For me, I was just
in desperation mode to solve my issue, but this fixed it. Once I installed
the ASUS OpenCL packages, I no longer get the "flashing monitor syndrome"
or green screen lockups.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


bizzare dual-monitor behavior

2020-07-20 Thread Greg Woods
Let me start by saying I have used this same setup literally for years now
and have not seen this new issue until yesterday.

I have a dual monitor setup. One of the monitors is controlled by a KVM
switch; the machines that have only a single graphics port use this monitor
via the KVM switch. The other monitor has two HDMI ports that are connected
to two computers directly, bypassing the KVM switch; I just switch the
second monitor manually between the two as needed.

What used to happen when I switched to a different computer is that I can
use the new computer using the first monitor, the mouse and the keyboard,
just as usual. The second monitor, unaffected by the KVM switch, will
continue to show the image it is getting from the dual-monitor system. I am
used to this; sometimes I even use it to my advantage when the monitor is
showing a web page or something that I can still see while working on a
different computer.

But, what is now happening (since yesterday) is that when I switch to a
second computer, the non-KVM-switched monitor now flashes off and on every
few seconds (and just keeps doing this seemingly forever; I did leave it
this way for more than 15 minutes last night) . This is INCREDIBLY annoying
and makes it impossible to make any use of the image displayed there.

Another oddity is that this is NOT happening with the other dual-monitor
machine. That system is a Dell laptop in a dock. The system with the issue
is a fairly new desktop (which did not exhibit the issue for the first few
days of use, it suddenly started yesterday). Both systems are running
Fedora 32 (but of course they have very different hardware).

I normally use GNOME on Xorg, but I have tried plain GNOME (Wayland) and
Cinnamon too and the problem exists there as well. I briefly tried Plasma,
but that results in a solid green screen, and when I switch back to the
two-monitor system, the first monitor is solid green too and none of the
keys respond, so I had to use a remote ssh shutdown to recover.

Has anyone ever seen anything like this and know what I could do to stop it?

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: lgrenc.def

2020-06-23 Thread Greg Woods
On Tue, Jun 23, 2020 at 3:31 AM Patrick Dupre  wrote:

>
> Is there a package which provide lgrenc.def?
> dnf repoquery --whatprovides 'lgrenc.def'
> did not offer me any thing.
>
>
>
For the record, when you are looking for a particular file, you have to
prepend '*/', i.e.

 # dnf repoquery --whatprovides '*/lgrenc.def'
Last metadata expiration check: 0:00:14 ago on Tue 23 Jun 2020 09:03:58 AM
MDT.
texlive-greek-fontenc-8:svn39606-27.fc31.noarch
texlive-greek-fontenc-9:svn51616-19.fc31.noarch
#

Since pretty much every search for a file requires this, I don't know why
they don't just automatically try the wildcard search, but they don't, so
you have to specify it..

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Mount options for mostly-offline drives

2020-06-02 Thread Greg Woods
On Tue, Jun 2, 2020 at 9:27 AM Patrick O'Callaghan 
wrote:

>
>
> (the only change is in the last two fields, where you had 1 1 rather
> than my 0 0, but it made no difference, not that I thought it would). I
> also did the daemon-reload thing just in case.
>

I have found that if you change an fstab entry, after doing "systemctl
daemon-reload", you also may need to restart the automount service to get
the changes to take, e.g. "systemctl restart raid.automount". Whether this
is necessary may well depend on exactly which parameters you specify in
your fstab entry, but I have certainly seen cases where this is necessary.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Raid array empty after restart

2020-05-25 Thread Greg Woods
On Mon, May 25, 2020, 3:29 AM Patrick O'Callaghan 
wrote:

> I wonder why systemd doesn't notice
> that the file has changed and reload accordingly.
>

The obvious as stupid answer is because it is not designed to work that
way. The process is actually documented; see for example
systemd-fstab-generator(8).

I would guess that keeping an eye on dozens of config files to see if any
of them have changed would use a lot of system resources over time, but I
expect there are more serious and less obvious reasons why this is not done.

In fairness to systemd, it has never been possible to edit /etc/fstab and
have your changes automatically applied. It has always been necessary to
run some sort of mount command (or reboot) after modifying fstab.

--Greg

>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: pm-utils

2020-05-23 Thread Greg Woods
On Sat, May 23, 2020 at 8:33 AM Patrick Dupre  wrote:

>
> Is there any package equivalent to pm-utils?
>

This is handled by systemd now. See (for example) systemd-suspend.service(8)

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: automatic mount of partitions

2020-05-19 Thread Greg Woods
On Tue, May 19, 2020 at 10:41 AM François Patte <
francois.pa...@mi.parisdescartes.fr> wrote:

>
>
> I have computer A (a desktop) and a computer B (a laptop) and I want to
> automatically mount a partition of A on B when B starts.
>

I use systemd automounts for this. In /etc/fstab on B, something like this:

A:/path/to/mount /path/on/B nfs
noauto,rw,x-systemd.automount,x-systemd.idle-timeout=1min,x-systemd.mount-timeout=30
0 0

Generally, just accessing anything under /path/on/B will cause the mount to
happen. It will then unmount after 1 minute of nothing accessing
/path/on/B. An attempt to access /path/on/B if A is not available will hang
for 30 seconds, then report a failure to the accessing application.

This works well for me.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Extensions Panel on Gnome Menu Doesn't Do Anything

2020-05-04 Thread Greg Woods
On Mon, May 4, 2020 at 8:45 AM Tim Evans  wrote:

> The drop-down gnome shell menu in F32 (upper right hand corner of the
> desktop) has a new "Extensions" panel now.  It's very prominent, with an
> extra large @-like icon.
>

I do not see this on my freshly-upgraded-to-F32 laptop.  You must have a
setting, extension, or app that I do not.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: NVIDIA 340xx problem with kernel 5.6.6

2020-04-29 Thread Greg Woods
On Wed, Apr 29, 2020 at 8:09 AM t_pol  wrote:

> Hi list members.
>
> After having worked fine for a number of kernel upgrades from
> 5.4 to 5.5 ... , the nvidia-340xx module was not automatically
> rebuild by kmod during the kernel upgrade to 5.6.6 leaving
> the system stuck during the boot process.
>
> Right now I've uninstalled kernel 5.6.6 and
> excluded kernel* in /etc/dnf/dnf.conf.
>

Sounds like you might be getting hit by this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1821946

I have been unable to build the DAHDI drivers for 5.5 and newer kernels.
The build complains about a missing include file "classmap.h". The bug
report mentions this occurs just trying to compile the kernel from source,
and also for the VMware drivers, so if this is what is biting you, it's not
specific to the NVIDIA drivers.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: how to view files over the Internet?

2020-04-18 Thread Greg Woods
On Sat, Apr 18, 2020 at 4:33 AM Patrick O'Callaghan 
wrote:

>
>
> By far the easiest solution is to use one of the commercial cloud
> providers such as Dropbox or Google Drive. I'd certainly consider those
> before rolling my own solution, as long as they meet your requirements.
>
>
Since I just finished going through this, I'll add my 2 cents. Google Drive
didn't work for me, even though I've already got a Google account. This is
because there is no syncing client for Linux, and that's what most of my
machines are. I understand that there is a new 3rd party "Gdrive" client; I
will have to look into that when I get time. Dropbox has recently reduced
the number of allowed devices to 2 without a paid account, which caused me
to start looking at other services. Never looked at NextCloud. My personal
choice was SpiderOak, because they store your data encrypted so that even
their own employees can't see it. So I figured if I was going to have to
have a paid account anyway, I'd use that. The only drawback to SpiderOak is
that the Android client is read-only. This is intentional due to the lack
of security on Android devices, but this could make it a non-starter for
some (such as my wife, who does absolutely everything on her phone; she has
a Linux laptop but only uses it for things where she needs more screen real
estate).  I also use Amazon S3 as an archive, because it is very cheap if
you use the tier where writing is easy but restoring is slower and costs.
But it's good for storing stuff I don't want to lose (such as encrypted
copies of my GnuCash data file, all our photos and videos).

I'm not claiming I know best about all this, just some data points.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Desktop files in F31

2020-04-14 Thread Greg Woods
On Mon, Apr 13, 2020 at 7:10 PM Samuel Sieb  wrote:

> On 4/13/20 5:44 PM, Greg Woods wrote:
> > On Mon, Apr 13, 2020 at 4:47 PM Samuel Sieb  > <mailto:sam...@sieb.net>> wrote
> >
> > .desktop files are not really supported any more as things to see or
> > click on.
> >
> > I guess I didn't realize that, since there is still an installable
> > extension for turning them on and off.
>
> Which extension is that?


 gnome-shell-extension-desktop-icons.noarch
   19.10.2-1.fc31@updates

Installing this extension, which appears to be supported as it is being
updated, creates a button in the tweak tool for turning them on or off, and
a settings sub-menu where the display of the Trash icon can be turned on
and off. Turning  on display of the Trash icon causes none of the icons to
be displayed. The only way I know of to see what is in the Trash or to
empty it is to invoke a file manager such as Nautilus or Dolphin. This
seems to be new in F31, as the icons and the Trash work fine from the
desktop on my F30 system.



>
> I'm assuming you're using Gnome Shell, so from the overview you can type
> the name or possibly keywords of the app to select it.
>

Yes, but one of the reasons for using the desktop icons in the first place
is to avoid the extra steps of going into shell mode and using the
keyboard.

In any event, if the desktop icons are no longer supported, and there are
bugs in how they work, then I have little choice but to dump them and move
on, so that is what I have done.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Desktop files in F31

2020-04-13 Thread Greg Woods
On Mon, Apr 13, 2020 at 4:47 PM Samuel Sieb  wrote

>
> .desktop files are not really supported any more as things to see or
> click on.


I guess I didn't realize that, since there is still an installable
extension for turning them on and off.


> They are intended to be started through the Gnome interface.
> Put them in "~/.local/share/applications" and they will show up in the
> overview with everything else.
>

Thanks for that piece of information. That mostly works. It took me a few
minutes to find them under Applications -> Other, but they are there and
the icon images are there as well. It will take me a while to get used to
where they are located now, but I suppose I will eventually get used to it.



> > 2) When I double click one, the Exec=command is executed, but it also
> > opens a full-screen window that I figured out is "gnome-games".
>
> I hadn't heard of that application before, but that's where the problem is.
> $ xdg-mime query default application/x-desktop
> org.gnome.Games.desktop
>
> If you look in /usr/share/applications/org.gnome.Games.desktop, you can
> see it claims that mimetype.  That does seem like a bad idea.
>

I probably should have thought of just uninstalling it. I am getting older
and I am slipping.

Oddly enough, after having been away from the computer for a couple of
hours, when I got back the desktop icons had disappeared again. Even before
I removed gnome-games and without my having done anything in the meantime.
I wonder if they will reappear again the next time I reboot or log out. OK,
so I restarted gnome-shell, and now they have appeared on the secondary
monitor.

In any event, if that really isn't supported any more, I'll just remove
them from ~/Desktop and get used to finding them in the Applications menu.

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Desktop files in F31

2020-04-13 Thread Greg Woods
I just had to replace the SSD in my laptop, which for reasons that would
deserve a discussion thread of their own, I ended up having to do a
complete reinstall. Then I restored all my home directory files. So what I
have is a clean F31, but my own account from the old F30 system was
restored. I am using "GNOME on Xorg" as the desktop environment.

The problem I have is with Desktop files (in ~/Desktop). First I didn't see
them at all, then found with some Googling that I needed to turn off
display of the Trash icon, which now allows me to see the Desktop files.
There are two issues:

1) The desktop icons are visible, but the Icons=file line in them seems to
be ignored.
2) When I double click one, the Exec=command is executed, but it also opens
a full-screen window that I figured out is "gnome-games".

For #1, I first did a little research with dnf and discovered that I needed
to install the "comps-extras" package to bring back the files in
/usr/share/pixmaps/comps . But this did not fix the issue, even after I
restarted gnome-shell (with ALT-F2 and "r"). So I logged out and back in
again, but no joy. I did check to ensure that my account can read the
specified image files.

For #2, I would like to know how I can stop the execution of gnome-games.
With a little trial and error, I discovered that if I iconify the
gnome-games window the first time it comes up, then the Desktop icons
double-click-execute properly, but if I instead kill the gnome-games
window, then it pops up again next time I double-click an icon.

A sample Desktop file is below. Both issues occur whether or not I have the
leading "#!" line.

#!/usr/bin/env xdg-open

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=cobweb
Name[en_US]=cobweb
Exec=xterm -sb -T cobweb -bg forestgreen -fg white -e ssh -o 'FallBackToRsh
no' -X cobweb -l greg
Icon=/usr/share/pixmaps/fedora-logo-sprite.png
Terminal=false
MultipleArgs=false
Type=Application
GenericName[en_US]=cobweb

Thanks for any pointers.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Virtual Box not loading vboxdrv on Clean install of Fedora 31

2020-04-05 Thread Greg Woods
On Sat, Apr 4, 2020 at 12:32 PM Bob Marcan  wrote:

>
>
> Is there any particular reason you don't use KVM?
> It is Linux native virtualization.
>

I can't speak for anyone else, but any time I have tried to use any kind of
Windows on a VM under KVM, the performance has been horrible. This is why I
still use VirtualBox.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Primary and Secondary Display

2020-03-02 Thread Greg Woods
On Mon, Mar 2, 2020 at 7:55 AM Michael J. Baars <
mjbaars1977.fedora-us...@cyberfiber.eu> wrote:

>
>
> The grub boot menu appears on the primary screen. So far so good.
> Waiting for the login prompt, and yes, there it is...
>
> on the secondary screen :)
>
>
The settings from after login will only control what happens after the X
server has started. So this is useful for declaring where you want your
panels; that is the "Primary" display.

Which screen has the login prompt is the function of the greeter. In Fedora
by default that is GDM (Gnome Desktop Manager?). I looked through a page I
found searching for "GDM configuration" and didn't immediately see anything
that would allow configuration of which screen the login prompt appears on,
but I could have missed it. It's also possible that other greeters (SDM and
LDM are available) might be able to configure this, but I didn't pursue it
that far.

For the record, I have a KVM switch that allows multiple computers to
connect via VGA to my smaller "secondary" monitor, while the larger
"primary" monitor has a desktop and laptop connected to it by HDMI. I have
a desktop that has an Nvidia PCIE card with DVI and HDMI output ports. The
DVI port uses an adapter and a VGA cable to connect to the switch. On this
machine, the grub menu and the greeter login appear on the VGA monitor.
Once logged in, the panel and desktop icons  appear on the HDMI monitor, as
that is what I configured in the Display settings. The Dell laptop, on the
other hand, only has a VGA port when it is in the dock, and I connect that
to the VGA monitor. The dock also has an HDMI port as does the laptop
itself. On this machine, the grub menu and the greeter login both appear on
the HDMI monitor, as does the Gnome panel.

I use the secondary monitor without workspaces (configurable in the tweak
tool workspaces setting), which means I can put windows there that will
remain visible even when I change workspaces on the primary, but by default
it uses both monitors for each workspace.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Kid filter?

2020-01-16 Thread Greg Woods
That is what I have tested at home and it seems to work. If you want to see
it in action you can go to internetbadguys.com (a site run by OpenDNS) both
before and after setting your forwarding DNS servers to those of OpenDNS
and note the difference.

--Greg


On Thu, Jan 16, 2020 at 3:05 PM ToddAndMargo via users <
users@lists.fedoraproject.org> wrote:

> On 2020-01-16 12:46, Greg Woods wrote:
> > At work, we used to use OpenDNS to keep porn off our network.
>
>
> Just point the DNS server to Open DNS?
>
>DNS1: 208.67.222.222
>DNS2: 208.67.220.220
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Kid filter?

2020-01-16 Thread Greg Woods
On Thu, Jan 16, 2020 at 1:10 AM Joe Zeff  wrote:

>
> If they're using their phones at home and using your WiFi, filters on
> the router will work.
>

 And as noted, any home-based filters will fail if they can connect their
phones to some other wi-fi than yours. School networks are probably
filtered, but of course coffee shops and other public hot spots likely are
not.

At work, we used to use OpenDNS to keep porn off our network. Since we
received US Govt. funds, we were required by an Act of Congress to take
steps to keep porn off our network. Obviously no one can check to ensure
there is no porn on every network that receives funds, there were a few
"approved" methods to comply, and OpenDNS was one of them. I think it's
pretty effective in general, as they do a good job of keeping their list of
porn sites up to date. They also block phishing sites (web sites that mimic
real-world sites in an attempt to convince you to give up the private info
they are trying to get), which is (to me at least) far more valuable than
blocking porn.

We of course had an enterprise account, but you can use the service for
free as long as the number of queries you generate is small enough
(probably most home sites would qualify). You can go to opendns.com for
more info.

--Greg W.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: F30 wheel mouse oddness

2019-08-20 Thread Greg Woods
On Tue, Aug 20, 2019 at 7:10 PM Richard Shaw  wrote:

> Ever since upgrading to F30 when I first reboot my wheel mouse only moves
> in VERY small increments and at some point later it returns to "normal"
>
> Anyone else seen this?
>
>
Not exactly that, but something similar. I have a Logitech mouse that is
connected by a specialized USB dongle (uses Bluetooth, but not the
Bluetooth service on the Fedora box). What I see sometimes is the same
"wheel moves the pointer only in very small increments" that you describe.
Turning the mouse off and back on restores normal behavior.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: dnf system-upgrade download + reboot does not finish upgrade.

2019-07-09 Thread Greg Woods
On Tue, Jul 9, 2019 at 8:09 AM Federic Ducon  wrote:

> I am trying to upgrade from Fedora 29 to Fedora 30
>
> dnf system-upgrade download --refresh --releasever=30 --allowerasing
> dnf system-upgrade reboot
>
> The download stage completes and posts a msg proposing the second line.
>
> The reboot starts up , gets to a  certain stage and automatically reboots.
> On rebooting I see the same fed29 kernel is used and it just boots
> normally to the old system.
>

I have had this happen. I've seen two things that can cause it (and there
are probably more but the fix is likely to be similar): a dependency issue,
and a failure for the GPG key for the target Fedora version to get loaded.
Dependency issues can result from a number of things, such as packaging
errors or use of packages from third party repos. The keys for the new
distro are *supposed* to be installed automatically, but sometimes it
doesn't happen.

At any rate, the first step is to check in /var/log/dnf.log and see if
there is a traceback in there, which will usually point to what the problem
is. In my case I was trying to go from F28 to F29, and ended up having to
remove the "mediatomb" package (which I wasn't using anyway). This is what
I found in the DNF log:

 2019-06-28T13:30:48Z SUBDEBUG
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 123, in
cli_run
ret = resolving(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 146, in
resolving
base.resolve(cli.demands.allow_erasing)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 832, in resolve
raise exc
dnf.exceptions.DepsolveError:
 Problem: package mediatomb-0.12.2-3.20160522.fc28.x86_64 requires
libixml.so.2()(64bit), but none of the providers can be installed
  - libupnp-1.6.25-1.fc28.x86_64 does not belong to a distupgrade repository
  - problem with installed package mediatomb-0.12.2-3.20160522.fc28.x86_64
2019-06-28T13:30:48Z CRITICAL Error:
 Problem: package mediatomb-0.12.2-3.20160522.fc28.x86_64 requires
libixml.so.2()(64bit), but none of the providers can be installed
  - libupnp-1.6.25-1.fc28.x86_64 does not belong to a distupgrade repository
  - problem with installed package
mediatomb-0.12.2-3.20160522.fc28.x86_642019-06-28T13:30:48Z SUBDEBUG
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 123, in
cli_run
ret = resolving(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 146, in
resolving
base.resolve(cli.demands.allow_erasing)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 832, in resolve
raise exc
dnf.exceptions.DepsolveError:
 Problem: package mediatomb-0.12.2-3.20160522.fc28.x86_64 requires
libixml.so.2()(64bit), but none of the providers can be installed
  - libupnp-1.6.25-1.fc28.x86_64 does not belong to a distupgrade repository
  - problem with installed package mediatomb-0.12.2-3.20160522.fc28.x86_64
2019-06-28T13:30:48Z CRITICAL Error:
 Problem: package mediatomb-0.12.2-3.20160522.fc28.x86_64 requires
libixml.so.2()(64bit), but none of the providers can be installed
  - libupnp-1.6.25-1.fc28.x86_64 does not belong to a distupgrade repository
  - problem with installed package mediatomb-0.12.2-3.20160522.fc28.x86_64


I also had a similar problem with the "createrepo" package which I *do*
use, so in that case I just removed the package, did the upgrade, and
reinstalled it afterward.

For the GPG key issue I saw this:

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 64, in main
return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 99, in _main
return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 123, in
cli_run
ret = resolving(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 154, in
resolving
base.do_transaction(display=displays)
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 231, in
do_transaction
self.gpgsigcheck(install_pkgs)
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 284, in
gpgsigcheck
raise dnf.exceptions.Error(_("GPG check FAILED"))
dnf.exceptions.Error: GPG check FAILED
2019-06-28T14:10:25Z CRITICAL Error: GPG check FAILED

For some reason the GPG key for Fedora 29 was never imported, so I did it
manually, and finally everything worked.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: HP printer device manager not seeing HP printer

2019-06-27 Thread Greg Woods
I discovered the very hard way (wasting a couple of frustrating hours) that
it is virtually impossible to set up a newer HP printer without running
hp-setup first.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


HP M254dw anyone?

2019-06-02 Thread Greg Woods
Just curious to know if anyone has successfully gotten one of these M254dw
printers to work under Fedora (or any Linux distro for that matter). The
hplip-3.18.12 version that comes with Fedora supposedly supports this
printer; the release notes say support for the M254dw was introduced
several minor versions prior to this one.

However, it doesn't work for me. If I use the recommended Postscript driver
when configuring the printer, then attempting to print images just prints a
Postscript error page, and attempting to print text in duplex results in
only the front side of the first page printing. Needless to say, the
printer works fine under Windows 10, so it's not a hardware issue.

There is a newer version of the driver (3.19.5) that can be downloaded, but
the installer craps out. It first prompts me for the root/superuser
password, but then proceeds to use sudo (which would presumably need MY
password, not root's; trying to give my password results in a complaint
that it is not correct). All the commands where it tries to use sudo report
failure, although if I run them manually, they work. So it is clearly
confused about whether it should be using su or sudo to run commands. This
is obviously a bug in the installer, but HP's "file a bug" link points to
the Launchpad site (where Ubuntu bugs are reported). I don't know if HP
will even see what I posted, and I'll most likely just end up looking like
a dork for posting about a Fedora issue on the Ubuntu reporting site. And
in the end, there's no guarantee that the later version will work any
better than the Fedora-packaged one; it just seemed worth a shot.

I'm mainly curious to know if anyone has this printer working under Fedora,
and if so, how you configured it.

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: system-upgrade from CIFS-mounted repo?

2019-05-30 Thread Greg Woods
On Thu, May 30, 2019 at 7:21 AM  wrote:

>
> Make instead a link to /run/systemd/generator/install.mount or write
> an install.mount unit instead of using /etc/fstab
>

Thanks, I will try that when I have time for the next upgrade.

And the reason it says CIFS in the subject when it's an NFS mount is:
senior moment. I have another systemd automount that *is* via CIFS, and I
lost track of which was which.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


system-upgrade from CIFS-mounted repo?

2019-05-29 Thread Greg Woods
I have a feeling that when this is resolved I'll be doing a face palm and
saying "of course, you idiot!" but I'm not seeing the answer right now.

I have a local repo that I maintain using rsync from an official Fedora
mirror site. This repo is located on one of my "always-on" servers using a
systemd automount in /etc/fstab:

worldsys:/install   /install   nfsrw,x-systemd.automount 0 0

This works great for installing new packages and doing updates, but it does
not work for doing dnf system-upgrade. The packages are not copied when the
"system-upgrade download" is done because they are already on a
locally-available file system, but when  the "system-upgrade reboot" is
done, the upgrade fails (presumably because the remote file system is not
available at the point of the upgrade boot where the upgrade transaction is
run, either  because the network is not up or the automount is not
happening).

Is it impossible to do a system-upgrade from a remote-mounted repo (which
would defeat much of the purpose of maintaining such a repo), or is there a
way to make the network come up and the automount happen at system-upgrade
reboot time?

I suppose I could set up a web server on the system with the repo so that
the download would be forced at system-upgrade download time, but that's a
big hammer for a small nail that I would prefer to avoid.

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


issues with F30 Live USB stick

2019-05-02 Thread Greg Woods
I created an F30 Live USB stick, but it won't boot properly. What happens
is that it drops into emergency mode (dracut). Prior to this, journal
messages from dracut-initqueue appear on the screen, the same message
repeating every few seconds for a minute or so, then  it drops into
emergency mode. The repeating message is:

dracut--initqueue timeout -- starting timeout scripts

Then it just says "Warning: could not boot" and drops into emergency mode.

I did verify that my download of
"Fedora-Workstation-Live-x86_64-30-1.2.iso" is good (the calculated
sha256sum matches the checksum from the download site). I created the stick
using "unetbootin" which has always worked for me with previous Fedora
releases. I tried rerunning "unetbootin" to recreate the on-stick OS, but
the result was the same. I tried the stick on a Dell laptop and on a
desktop based on the ASUS Z87 motherboard, same result.

Anybody else seen this? Has anyone successfully created an F30 Live USB
stick?

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Fedora Virtualization (quemu/kvm) vs Virtualbox

2019-04-09 Thread Greg Woods
On Tue, Apr 9, 2019 at 5:52 AM Dario Lesca  wrote:

>
> There is some other solution to optimize qemu/kvm on Fedora to increase
> the performance for win10 VM?
>

I'd like to know as well. I have tried KVM periodically, but the
performance is always horrible with Windows VMs, and since having a place
to run all that "windows-only" software is my primary reason for using VMs,
I have always been forced back to VirtualBox.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: SSH copy failure from Fedora server to any client

2019-01-02 Thread Greg Woods
It looks like the shell on ipa-master.biszumbitterenen.de is outputting to
the terminal during the login process (maybe echo statements in the
.bashrc?), which can prevent scp from working correctly.

--Greg


On Wed, Jan 2, 2019 at 2:16 PM 74cmonty  wrote:

> Hi,
> I setup my first Fedora 29 server (for FreeIPA).
>
> Now I need to copy a file to another client.
> When I execute scp I get this in terminal (after entering password) and
> file is not transferred:
> [admin@pc7-cubi3 ~]$ scp 
> locad...@ipa-master.biszumbitterenen.de:/tmp/client1.keytab
> krb5.keytab
> The authenticity of host 'ipa-master.biszumbitterenen.de
> (192.168.100.252)' can't be established.
> Password:
> \033[0m\033[1;34m   /:-:\ \033[0m\033[1;34m
> locadmin\033[0m\033[1m@\033[0m\033[0m\033[1;
> 34mipa-master.biszumbitterenen.de\033[0m
>
> I didn't experience any similar issue on other Linux distros (Arch,
> Debian, Suse).
>
> Can you please advise what's causing this error?
>
> THX
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: hibernate stops working after upgrade to F29 from F28

2018-11-30 Thread Greg Woods
I saw the same thing when upgrading from F27 to F28. "systemctl hibernate"
just prints the "Failed to hibernate system via logind" error, and
"pm-hibernate" (still around from F22 pm-utils) starts the shutdown and
then hangs.

In my case at least, it appears to be a kernel bug. The upgrade also moved
from a 4.18 to a 4.19 kernel, but if I boot the old F27 kernel (4.18), even
with the F28 systemd, then hibernate works again.

--Greg


On Mon, Nov 5, 2018 at 9:34 PM Samuel Sieb  wrote:

> On 11/5/18 8:18 PM, Ranjan Maitra wrote:
> > On Sun, 4 Nov 2018 22:53:46 -0800 Samuel Sieb  wrote:
> >>Try running "sudo setenforce off" and then try "systemctl hibernate".
> >> See if that works.
> >
> > I suspect that you meant
> >
> > sudo sentenforce 0
>
> Oops, I should have checked the man page before posting.
>
> > But even then:
> >
> > $ systemctl hibernate
> > Failed to hibernate system via logind: Resume not configured, can't
> hibernate
>
> Then I guess it's not an selinux issue.  Hopefully someone responds to
> the bug.
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: How to Fix ACPI Error : Namespace lookup failure

2018-11-12 Thread Greg Woods
On Mon, Nov 12, 2018 at 8:10 AM stan  wrote:

> On Mon, 12 Nov 2018 08:48:48 +
> Patrick O'Callaghan  wrote:
>
> > Linus is Finnish but he grew up in Sweden.
>

I'm pretty sure it's the opposite. He is of Swedish ancestry but his family
lived in Finland.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: interrupted upgrade F28 -> F29 hosed dnf

2018-11-05 Thread Greg Woods
Thank you! That worked. I thought I had a vague memory of having seen
something like this go by on the list, but couldn't call it back up.

--Greg


On Mon, Nov 5, 2018 at 5:37 PM Dario Lesca  wrote:

> Il giorno lun, 05/11/2018 alle 17.13 -0700, Greg Woods ha scritto:
>
> Traceback (most recent call last):
>   File "/usr/bin/dnf", line 58, in 
> main.user_main(sys.argv[1:], exit_code=True)
>   File "/usr/lib/python3.7/site-packages/dnf/cli/main.py", line 179, in
> user_main
> errcode = main(args)
>   File "/usr/lib/python3.7/site-packages/dnf/cli/main.py", line 64, in main
> return _main(base, args, cli_class, option_parser_class)
>   File "/usr/lib/python3.7/site-packages/dnf/cli/main.py", line 99, in
> _main
> return cli_run(cli, base)
>   File "/usr/lib/python3.7/site-packages/dnf/cli/main.py", line 115, in
> cli_run
> cli.run()
>   File "/usr/lib/python3.7/site-packages/dnf/cli/cli.py", line 1055, in run
> return self.command.run()
>   File "/usr/lib/python3.7/site-packages/dnf/cli/commands/__init__.py",
> line 283, in run
> found = self.base.check_updates(self.opts.packages, print_=True)
>   File "/usr/lib/python3.7/site-packages/dnf/cli/cli.py", line 301, in
> check_updates
> columns = _list_cmd_calc_columns(self.output, ypl)
>   File "/usr/lib/python3.7/site-packages/dnf/cli/cli.py", line 109, in
> _list_cmd_calc_columns
> _add_pkg_simple_list_lens(data, opkg, indent=" " * 4)
>   File "/usr/lib/python3.7/site-packages/dnf/cli/cli.py", line 93, in
> _add_pkg_simple_list_lens
> rid = len(pkg._from_repo)
>   File "/usr/lib/python3.7/site-packages/dnf/package.py", line 84, in
> _from_repo
> pkgrepo = self.base.history.repo(self)
>   File "/usr/lib/python3.7/site-packages/dnf/db/history.py", line 362, in
> repo
> return self.swdb.getRPMRepo(str(pkg))
>   File "/usr/lib/python3.7/site-packages/dnf/db/history.py", line 291, in
> swdb
> self._swdb = libdnf.transaction.Swdb(self.dbpath)
>   File "/usr/lib64/python3.7/site-packages/libdnf/transaction.py", line
> 729, in __init__
> this = _transaction.new_Swdb(*args)
> RuntimeError: Exec failed: no such table: main.trans_cmdline
>
>
> Try this:
>
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/3OXWIJSH3LV4FVVHPCLIF67DC6JUZR5S/
>
> --
>
> Dario Lesca
> (inviato dal mio Linux Fedora 28 Workstation)
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


interrupted upgrade F28 -> F29 hosed dnf

2018-11-05 Thread Greg Woods
I was upgrading a system from F28 ro F29 and the power failed during the
upgrade. I don't know what point the upgrade was at when it failed. The
basic problem is that most (but not all)  dnf commands just die with a
traceback:

[root@elric greg]# dnf clean all
Failed to set locale, defaulting to C
34 files removed
[root@elric greg]# dnf check-update
Failed to set locale, defaulting to C
Last metadata expiration check: 0:06:54 ago on Mon Nov  5 17:01:33 2018.
Traceback (most recent call last):
  File "/usr/bin/dnf", line 58, in 
main.user_main(sys.argv[1:], exit_code=True)
  File "/usr/lib/python3.7/site-packages/dnf/cli/main.py", line 179, in
user_main
errcode = main(args)
  File "/usr/lib/python3.7/site-packages/dnf/cli/main.py", line 64, in main
return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.7/site-packages/dnf/cli/main.py", line 99, in _main
return cli_run(cli, base)
  File "/usr/lib/python3.7/site-packages/dnf/cli/main.py", line 115, in
cli_run
cli.run()
  File "/usr/lib/python3.7/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
  File "/usr/lib/python3.7/site-packages/dnf/cli/commands/__init__.py",
line 283, in run
found = self.base.check_updates(self.opts.packages, print_=True)
  File "/usr/lib/python3.7/site-packages/dnf/cli/cli.py", line 301, in
check_updates
columns = _list_cmd_calc_columns(self.output, ypl)
  File "/usr/lib/python3.7/site-packages/dnf/cli/cli.py", line 109, in
_list_cmd_calc_columns
_add_pkg_simple_list_lens(data, opkg, indent=" " * 4)
  File "/usr/lib/python3.7/site-packages/dnf/cli/cli.py", line 93, in
_add_pkg_simple_list_lens
rid = len(pkg._from_repo)
  File "/usr/lib/python3.7/site-packages/dnf/package.py", line 84, in
_from_repo
pkgrepo = self.base.history.repo(self)
  File "/usr/lib/python3.7/site-packages/dnf/db/history.py", line 362, in
repo
return self.swdb.getRPMRepo(str(pkg))
  File "/usr/lib/python3.7/site-packages/dnf/db/history.py", line 291, in
swdb
self._swdb = libdnf.transaction.Swdb(self.dbpath)
  File "/usr/lib64/python3.7/site-packages/libdnf/transaction.py", line
729, in __init__
this = _transaction.new_Swdb(*args)
RuntimeError: Exec failed: no such table: main.trans_cmdline
[root@elric greg]#

When I first brought it back up, there were a lot of dups (f28 and f29
packages both installed). I painstakingly (using rpm) removed all the dups,
so that now "dnf check" runs with no output (other than the locale
complaint). But commands like "update", "check-update", "install" will just
get the traceback. The system seems to be running OK (although still with
an F28 kernel), but of course it is now impossible to update it.

Is there a way to fix this? I'm thinking I could have had a working system
by now by just installing F29 from scratch, but I'm also trying to learn
here. Is a full install my only option at this point?

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: OT: IBM to buy RedHat

2018-10-30 Thread Greg Woods
On Mon, Oct 29, 2018 at 1:33 PM Rick Stevens  wrote:

>
> Do big IBM (or any) mainframes still exist?
>

You can still buy S/390's, but the big money is not in mainframes, but in
supercomputers. It used to be (in the days of Seymour Cray) that a
supercomputer just had a really fast processor that could do vector
processing (running the same instruction on a whole block of memory
locations in parallel in a single clock tick), but we have pretty much
gotten to light speed limitations on how fast a processor can be, so  IBM's
supercomputers these days are clusters of thousands of processors and
cores, exchanging data over specialized high-speed fabrics such as
Infiniband.  Linux is critical to making this work (as well as specialized
application libraries to support interprocess communication on such as
system). The IBM supercomputers I have seen all use a variant of Red Hat
Linux, so I wouldn't be surprised if acquiring Linux developers might not
be the main reason for IBM to want to buy Red Hat.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Slow performance when overwriting disk file (was Re: Slow performance when redirecting stdout to an existing disk file)

2018-09-28 Thread Greg Woods
On Fri, Sep 28, 2018 at 2:37 PM Dave Ulrick  wrote:

> Update:
>
> > $ time cat infile >outfile
> >
> > If 'infile' is on the order of 140 MB, 'time' might show something as
> low as:
> >
> > real  0m0.146s
> > user  0m0.000s
> > sys   0m0.109s
> > CPU % 74.29
> >
> > or as high as:
> >
> > real  0m0.328s
> > user  0m0.000s
> > sys   0m0.109s
> > CPU % 33.31
> >
> > If 'outfile' doesn't exist, the 'cat' runs much more quickly:
> >
> > real  0m0.082s
> > user  0m0.000s
> > sys   0m0.081s
> > CPU % 99.77
>
> When an existing file is truncated, which the shell does when you use
stdout redirection, all the blocks that were in it have to be moved to the
file system's free block list. Exactly what happens there may depend on
what kind of file system you are using, but it is extra work that doesn't
have to be done if you are creating a new file, which may explain the time
difference.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: EFI

2018-07-19 Thread Greg Woods
On Thu, Jul 19, 2018 at 1:16 PM Rick Stevens  wrote:

> On 07/19/2018 10:38 AM, Greg Woods wrote:
>  what happened to me was, after the first time I booted
> > Windows 10 after installing Fedora, I could no longer boot Linux
>
> I expect that was Microsoft forcing the EFI "BootOrder' to give them
> preference (boot us first if we're installed) and possibly setting the
> "Timeout" to zero so the EFI selection screen isn't shown. They're
> famous for that.
>

Yes, it doesn't surprise me to hear that. But I did think of going into the
EFI boot screens and selecting the Fedora partition, and it still wouldn't
load GRUB. Since I can't go back to what it looked like then, it remains
unclear as to exactly what happened.


>
> Reinstalling Fedora sets the parameters to a more reasonable choice. The
> rule I've always used (even in the MBR days) is "if you must have
> Windows on your machine coexisting with some other OS, you need to
> install Windows first, reserving space for your other OS, then install
> the second OS. Windows will absolutely try to take over the boot order."
>

True. In this case the laptop came with Windows 10 already installed, so I
did something I have done many times before, which was to use gparted to
shrink down the Windows partition to make room for Linux, then installed
Fedora on the remaining space. The error I made on this machine was to not
specify that /boot/efi should mount on the existing Windows EFI partition,
instead allowing the installer to create a new one. All looked good; when I
booted, I got the GRUB screen that included Windows as a selection, and I
was able to boot Fedora just fine at that point. The problem came after the
first time I booted Windows 10 after installing Fedora; from that point on,
GRUB no longer was shown, it just went straight into the Windows boot
manager. Even selecting the Fedora partition from the EFI boot screen would
fail to load GRUB. The system was hosed for anything but Windows. My guess
is, I could have booted from a live USB stick, copied the
/boot/efi/EFI/fedora directory to the same location on the Windows EFI
partition, and run grub-install with the correct incantation to re-create
the GRUB image, and I could have gotten it to work without having to use
the nuclear option of reinstalling Fedora.

The point, of course, was just to show that you can hose yourself trying to
run with multiple EFI partitions. That doesn't mean it can't be done, but
you really have to know what you are doing, and I didn't.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/DDZKLYMCIXV3C4JB7FMRNI6W2XJ4QIDO/


Re: EFI

2018-07-19 Thread Greg Woods
It is possible to get yourself in trouble if you have more than one EFI
partition. My two were on the same drive; I don't know if that makes a
difference. But what happened to me was, after the first time I booted
Windows 10 after installing Fedora, I could no longer boot Linux, it just
went straight to the Windows boot manager without ever showing the GRUB
screen. It was a royal pain. I have since learned more about how EFI boot
works so that I might now be able to recover from this situation, but at
the time, it required a complete reinstall of Fedora to get around the
issue.

--Greg


On Thu, Jul 19, 2018 at 10:35 AM Rick Stevens  wrote:

> On 07/18/2018 05:06 PM, Samuel Sieb wrote:
> > On 07/18/2018 02:53 PM, Patrick Dupre wrote:
> >> I have a disk where I wish to have 2 OS on 2 different partitions
> >> Do I need 2 EFI System Partition (Boot). I guess that one is enough.
> >> I just want to be sure.
> >
> > You only need one.  That's one of the big benefits of EFI.
>
> Correct. You only need _one_. You can have more if you wish. I have a
> system with three drives, each with an EFI boot partition. Overkill, but
> one of the drives is my main Fedora system, one has Winblows on it and
> the third is for experimental purposes. I wish to keep this stuff
> separate as much as possible.
> --
> - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
> - AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
> --
> -  BASIC is the Computer Science version of `Scientific Creationism' -
> --
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/UXPWPR7V7XALOS3IQVJOTY5MFJC2P7CW/
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/GFOVQNBSYAUTKEJLXARKXMEGJ4AWIVZR/


Re: Fedora 28 Upgrade Still Boots Fedora 27 Kernel

2018-05-30 Thread Greg Woods
I have been burned by this before: check in /etc/dnf/dnf.conf to make sure
you are not excluding kernel packages from being updated. That exclusion
would prevent an update even across a system-upgrade.

--Greg


On Wed, May 30, 2018 at 12:54 PM David Dembrow 
wrote:

> I am going through the fedora 27 to fedora 28 upgrade.  It appeared to
> go very well.  Then I noticed it still boots with a fedora 27 kernel.
> Checking for updates checks the fedora 28 repository.
>
> Is this a problem I should try to fix or will the fedora 28 kernel find
> its way in with a future update?
>
> Thanks,
>
> ---d.dembrow
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/UMOTVDCU55OK7I35IFYYMT2QWCG5VFUY/
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/LBSBUOYEVVEEWSSSBKDA6PP6SLUWQ3XU/


Re: Make a systemd user service go away?

2018-05-11 Thread Greg Woods
On Fri, May 11, 2018 at 5:55 AM, Tom Horsley  wrote:

>
>
> So I have to ask, is there some "official" way to make
> systemd user services go away and stop bothering me?
>

# systemctl stop 
# systemctl mask 

Unfortunately, "disable" only removes the service from the
auto-start-at-boot list, it doesn't prevent some other application from
starting it. To be SURE a service cannot be started, mask it.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Windows boot trashes grub

2018-05-03 Thread Greg Woods
I have two identical Dell Latitude E7470 laptops. On each of them, when I
got them I booted a Fedora Live USB stick, installed gparted, and used it
to shrink down the Windows 10 partition to make room for Fedora. I have
done this process on a lot of laptops going back a lot of years, and this
is the first time I have seen this problem.

On one of the laptops, as soon as I boot into Windows 10, I can no longer
boot Linux. GRUB is somehow trashed and the only way to boot the system is
to select "Windows Boot Manager" in the BIOS, which successfully boots
Windows 10. The other laptop does not have this problem; I can boot
Windows, then get the usual GRUB menu at the next boot and select either
Windows or Fedora, and all is good.

Has anyone ever seen this kind of problem before? Is there a way to recover
GRUB? Last time this happened, I ended up having to completely reinstall
Fedora to get the system back to dual boot. It has now happened again and I
would like to avoid having to reinstall to recover. I would, of course,
also like to prevent this from happening in the first place.

The systems are both using EFI boot, without secureboot.

Thanks for any insights,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: printer and Fedora support.

2018-04-24 Thread Greg Woods
On Mon, Apr 23, 2018 at 12:45 PM, Tom Horsley  wrote:

>
>
> The HP all-in-one devices used to be pretty good about linux
> support, but I don't know if that is true any longer. The hplip
> package provided the support.


This isn't any help for the OP who specified that he didn't want an inkjet
or networked printer, but my relatively new HP-6968 all-in-one works quite
well for printing, scanning  and faxing with the stock hplip driver.  I
can't say that I've done careful checks to ensure that the colors match
exactly, but I have checked to see that the photos printed from a Windows
10 system look identical to those from my Fedora system.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Where do I find this srpm?

2018-03-20 Thread Greg Woods
On Mon, Mar 19, 2018 at 8:22 PM, Ed Greshko  wrote:

>
> BTW, in one of your posts you asked about a "workaround".   I think what
> you meant
> was an alternative to MTP?


This may or may not be related to the OP's issue, but for some reason, the
simple-mtpfs package is not installed by default on Fedora. Without this,
MTP doesn't work. With simple-mtpfs installed, I can use file browsers such
as Nautilus to see the files on my relatively new (Galaxy S6) Android
phone. On my ancient Amazon Kindle Fire HDX tablet, I have never been able
to make file browsing work, but I have been able to copy books on and off
the device using Calibre.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Kernel installed in wrong location

2018-03-19 Thread Greg Woods
On Mon, Mar 19, 2018 at 12:54 PM, CLOSE Dave 
wrote:

> Fedora 27 x86_64. When DNF installs a new kernel, it isn't going into
> the right place (/boot)


Just a wild-ass guess here, but how much free space do you have in the
partition that contains /boot?

--greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: unusual networking question - have DHCP assign the same IP to a computer, regardless of which ethernet port is used

2018-01-31 Thread Greg Woods
>
>
> I'm pretty sure this would work; we have done similar things at work:

  host oddbox {
hardware ethernet C8:3A:35:DC:54:59;
fixed-address 192.168.1.12;
option host-name "oddbox";
}
  host oddbox2 {
hardware ethernet 00:24:21:9A:6F:6C;
fixed-address 192.168.1.12;
option host-name "oddbox";
}

Two separate entries with different MACs and same fixed IP.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Windows 10 update ate Fedora 25 boot info: EFI. LVM, LUKS, oh, my!

2017-12-12 Thread Greg Woods
On Tue, Dec 12, 2017 at 4:19 PM, Patrick O'Callaghan 
wrote:

> There's almost no reason to run Windows on bare metal


There is if you use Windows to play 3-D games.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: What is the technical name for "mtp://" urls in Mate Desktop folder explorer (Caja, ex-Nautilus)

2017-11-24 Thread Greg Woods
On Thu, Nov 23, 2017 at 7:29 PM, Dave Stevens  wrote:

>
>
> what about this:
> https://www.howtogeek.com/192732/android-usb-
> connections-explained-mtp-ptp-and-usb-mass-storage/


Thanks for that. I probably should have guessed some of that myself,
especially the part about needing exclusive access to all of the storage to
prevent data corruption, given my own experiences with high availability
clusters. I had always secretly believed MTP was invented and promoted by
Microsoft to make it hard to access Android devices from Linux :-)  Nice to
see that's not really the case.

But it still begs the question of why I have so much trouble accessing my
Android device files from my Fedora boxes (all running F26). What packages
are needed for this to work? I already have libmtp installed,  but I have
one desktop that I still cannot access my Galaxy S6 phone from. I plug in
the phone, I get the prompt where I click "Allow" to allow the computer to
have access, but nothing ever happens on the Desktop side. (I am running
standard GNOME on the desktop, I have tried it with both Wayland and Xorg,
not that this should matter).

I noticed a package called jmtpfs that looked promising. I installed this
on my Dell laptop, and now it works from there. However, installing jmtpfs
on the problem desktop did not help.

Do others have as much trouble as I do accessing their Android phones from
a Fedora desktop?

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: system upgrade failure: "Failed to synchronize cache for repo 'my', disabling."

2017-11-16 Thread Greg Woods
On Thu, Nov 16, 2017 at 6:32 AM, Sam Varshavchik 
wrote:

>
>
> The "my" repo contains locally-built packages. The repo is on the server
> being upgraded here. Normally, apache starts and provides access to the
> repo over http. Nothing exotic.
>
> system-upgrade downloaded all the packages from the "my" report without
> any problems, but "system-upgrade reboot" apparently rebooted the server,
> and the reboot apparently tried to sync again with the repo, but, of
> course, since the repo is down it failed.
>

I'll bet this is because the system-upgrade reboot does not start apache. I
have a similar setup except that I use a "file:" designation for my local
repo rather than relying on a web server. This seems to work, and in fact I
have local rsync'ed copies of the entire fedora and fedora-updates repos on
a local machine, and I never have any trouble upgrading it that is due to
having local repos (getting asterisk/dahdi to work after an upgrade is
another thing entirely, but unrelated to local repos, more related to the
fact that the dahdi driver is not free software by Fedora's criteria and
therefore not included in the Fedora repos).

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: network-online.target appears to be very much broken

2017-11-04 Thread Greg Woods
On Sat, Nov 4, 2017 at 9:51 AM, Tom Horsley  wrote:

>
>
> Systemd has no idea what "up" means for networking
>

More accurately, the network-online.target doesn't mean what a reasonable
person would think it means. It actually means that the base network
drivers have been loaded, not that all the network interfaces are properly
configured. For most of us, this is useless.

If you are using NetworkManager (default for Fedora), then you can use the
NetworkManager-wait-online service instead, e.g.

After=NetworkManager-wait-online.service

This has always worked for me.

Less kludgy than using a sleep, but obviously it only works if you are
running NetworkManager and this service is enabled.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Gnome Desktop no Longer Shows Application Icons on Upgrade from F25 to F26

2017-08-10 Thread Greg Woods
I have observed this as well

On Thu, Aug 10, 2017 at 4:44 PM, Stephen Morris 
wrote:

>  Gnome, unlike KDE, has marked every application on the Gnome desktop as
> untrusted


I have observed this as well. They show up as untrusted also if you try to
execute them out of Nautilus.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: compiling dahdi-linux kernel module

2017-08-01 Thread Greg Woods
On Sun, Jul 30, 2017 at 9:47 PM, Greg Woods <wo...@ucar.edu> wrote:

>
>
> On Sun, Jul 30, 2017 at 3:04 PM, Joe Zeff <j...@zeff.us> wrote:
>
>> On 07/30/2017 01:54 PM, Greg Woods wrote:
>>
>>> It looks like some warnings are being treated as errors, such as an
>>> implicit function declaration in this case. Is there a way I can turn that
>>> off just long enough to get this module built? I'm stuck running a
>>> non-updateable kernel until I can find a way around this. In my early
>>> career I used to build stuff all the time, but it has been a while since I
>>> have had to compile anything from source.
>>>
>>
>> Have you discussed this with the people who wrote and maintain this?
>>
>
> I did what I probably should have done in the first place: I posted this
> to the asterisk list. And it turns out someone does have a patched src rpm.
> When I get some time later this week, I'll try it out, because I definitely
> don't want to be running a kernel that I can't update.
>
>
Just to close out this thread in case someone encounters it in the archives
later: I was able to find some patch files inside the source RPM at

 https://messinet.com/pub/fedora/linux/updates/26/SRPMS/

This also contains the 2.11 version of the dahdi-linux module. After
refreshing my memory on how to use the patch program, I was able to apply
the patches and build the module for the latest F24 kernel
(4.11.12-100.fc24.x86_64) and it is working. Hopefully I can now proceed to
upgrade the asterisk server box to F25 and then F26, and build the dahdi
module for those kernels.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: compiling dahdi-linux kernel module

2017-07-30 Thread Greg Woods
On Sun, Jul 30, 2017 at 3:04 PM, Joe Zeff <j...@zeff.us> wrote:

> On 07/30/2017 01:54 PM, Greg Woods wrote:
>
>> It looks like some warnings are being treated as errors, such as an
>> implicit function declaration in this case. Is there a way I can turn that
>> off just long enough to get this module built? I'm stuck running a
>> non-updateable kernel until I can find a way around this. In my early
>> career I used to build stuff all the time, but it has been a while since I
>> have had to compile anything from source.
>>
>
> Have you discussed this with the people who wrote and maintain this?
>

I did what I probably should have done in the first place: I posted this to
the asterisk list. And it turns out someone does have a patched src rpm.
When I get some time later this week, I'll try it out, because I definitely
don't want to be running a kernel that I can't update.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: compiling dahdi-linux kernel module

2017-07-30 Thread Greg Woods
On Sun, Jul 30, 2017 at 3:24 PM, Samuel Sieb  wrote:

>   If they're going to supply a non-free kernel module, they'll have to
> deal with the problems.
>
>
I suppose so, but "upstream" in this case is a hardware vendor, who is much
less motivated to keep supporting a 10-year-old card than they are to sell
new hardware. The last update to the module source was around March of
2016. Unfortunately telephony cards in general are way overpriced for what
they do. Maybe patents involved? But this was a $600 PCI card ten years
ago, I can't afford to just junk it now. If it weren't so expensive to
replace, I wouldn't even think of trying to keep running hardware this old.

I guess I can file a support ticket with Digium, but I doubt I'll get much
of a helpful response.  I was just sort of hoping against hope that
somebody had seen this and knew of a workaround.

In the meantime my only real option is to keep running the old kernel.

A Fedora-related question is wondering whether I can upgrade to F25 and
still keep running an F24 kernel.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


compiling dahdi-linux kernel module

2017-07-30 Thread Greg Woods
The dahdi kernel module (used by asterisk for some Digium telephony cards,
including the one I have) is not included in Fedora because it is not free
software. The dahdi configuration tools are included, but not the kernel
module. The software is free as in beer, it can be downloaded and built,
and I have successfully done that in the past. However, the last time the
kernel module compiled successfully was back
at kernel-4.6.3-300.fc24.x86_64 . On all newer kernels that I have tried, I
get this:

[root@worldsys dahdi-linux-master]# make
make -C drivers/dahdi/firmware firmware-loaders
make[1]: Entering directory
'/local/src/dahdi-linux-master/drivers/dahdi/firmware'
make[1]: Leaving directory
'/local/src/dahdi-linux-master/drivers/dahdi/firmware'
make -C /lib/modules/4.11.12-100.fc24.x86_64/build
SUBDIRS=/local/src/dahdi-linux-master/drivers/dahdi
DAHDI_INCLUDE=/local/src/dahdi-linux-master/include DAHDI_MODULES_EXTRA=" "
HOTPLUG_FIRMWARE=yes modules DAHDI_BUILD_ALL=m
make[1]: Entering directory '/usr/src/kernels/4.11.12-100.fc24.x86_64'
  CC [M]  /local/src/dahdi-linux-master/drivers/dahdi/dahdi-base.o
/local/src/dahdi-linux-master/drivers/dahdi/dahdi-base.c: In function
‘dahdi_ioctl_iomux’:
/local/src/dahdi-linux-master/drivers/dahdi/dahdi-base.c:5954:7: error:
implicit declaration of function ‘signal_pending’
[-Werror=implicit-function-declaration]
   if (signal_pending(current)) {
   ^~
cc1: some warnings being treated as errors
scripts/Makefile.build:294: recipe for target
'/local/src/dahdi-linux-master/drivers/dahdi/dahdi-base.o' failed
make[2]: *** [/local/src/dahdi-linux-master/drivers/dahdi/dahdi-base.o]
Error 1
Makefile:1496: recipe for target
'_module_/local/src/dahdi-linux-master/drivers/dahdi' failed
make[1]: *** [_module_/local/src/dahdi-linux-master/drivers/dahdi] Error 2
make[1]: Leaving directory '/usr/src/kernels/4.11.12-100.fc24.x86_64'

It looks like some warnings are being treated as errors, such as an
implicit function declaration in this case. Is there a way I can turn that
off just long enough to get this module built? I'm stuck running a
non-updateable kernel until I can find a way around this. In my early
career I used to build stuff all the time, but it has been a while since I
have had to compile anything from source.

Thanks,
--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: wrong disk size

2017-07-16 Thread Greg Woods
I have heard that there are flash drives on the market that report much
higher capacity than they really have. You can build a file system on them
and it all looks good; "df" and friends show the claimed capacity. But as
soon as you put enough data on the drive to exceed the real capacity, your
data is corrupted (and quite possibly your partition table too). It sounds
like you may have been the victim of one of these scams:

http://www.ebay.com/gds/All-About-Fake-Flash-Drives-2013-/1000177553258/g.html?afsrc=1=true

This article is old. Most of the fake drives out there now are 500GB or
1TB.

Google for "fake 500gb usb flash drive" and you will get lots of hits.

--Greg


On Sun, Jul 16, 2017 at 8:53 AM, Patrick Dupre  wrote:

> Hello,
>
> My 500 Go disk has shrunk to 31.5 G!
>
> Failed to read extended partition table (offset=196141056): Invalid
> argument
> Disk /dev/sdc: 31.5 GiB, 33820284928 bytes, 66055244 sectors
> Units: sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disklabel type: dos
>
>
> It should be
> Disk /dev/sdc: 465.8 GiB, 500107862016 bytes, 976773168 sectors
> Units: sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 4096 bytes
> I/O size (minimum/optimal): 4096 bytes / 4096 bytes
> Disklabel type: dos
>
> How can I fix it?
>
> Thank
>
> 
> ===
>  Patrick DUPRÉ | | email: pdu...@gmx.com
>  Laboratoire de Physico-Chimie de l'Atmosphère | |
>  Université du Littoral-Côte d'Opale   | |
>  Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
>  189A, avenue Maurice Schumann | | 59140 Dunkerque, France
> 
> ===
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: attempts to hack in?

2017-06-30 Thread Greg Woods
On Fri, Jun 30, 2017 at 9:36 AM, Tim  wrote:

> It's not necessarily a target on *you*, but very probably it's just
> targeting any computer that responds to them.  Poke, get a response,
> keep prodding...
>

Yeah, pretty much all of this is totally automated these days. There are
programs out there that just probe the entire IP address space looking for
exposed ssh servers, and when one is found, a list of account name/password
combinations is tried. They are looking for *very* low-hanging fruit. If
any login attempt actually succeeds, it is reported for further
investigation.

If you have an exposed ssh server, you will see this kind of
doorknob-rattling. I get around it in one of four ways: 1) Turn off sshd if
I don't really need it on a given system; 2) Use firewall rules to allow
access only from certain known remote locations (so I can get into my home
system from my desktop at work, for instance); 3) run sshd on a
non-standard port (won't stop the serious bad guys, but is usually good
enough to stop the automated doorknob-rattlers); and 4) If you really have
to have an ssh server that allows access from unknown remote locations, run
something like fail2ban that at least automatically blocks them if they try
too often from the same place. And the most important thing is, any of
these defenses can fail if you make a mistake configuring them (won't
happen because we're all perfect, right? :-) , so the most important thing
you can do is use strong passwords so that the brute force guessing cannot
succeed.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: gnome-password-generator replacement?

2017-06-19 Thread Greg Woods
On Mon, Jun 19, 2017 at 8:42 AM, stan  wrote:

> The man page says they are modified to be more memorable, by
> some definition, and so are less than compeletely random.
>
> ...generates passwords which are designed to be easily memorized by
> humans, while being as secure as possible.
>

I'm surprised no one has posted this yet:

https://xkcd.com/936/

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Printer address -

2017-05-08 Thread Greg Woods
On Mon, May 8, 2017 at 10:02 AM, Bob Goodwin  wrote:

> Is there any way to determine the printer's ip address


I can think of two ways:

1) Check the logs of your DHCP server to see what IP's it has handed out.
If you don't have too many machines on your net, you can try them all until
you find the right one

2) Run a scan to find what IP's on your network are listening on the
printer port. Something like:

# nmap -sT -p631 your-ip-space

(Who is listening on TCP port 631)

Your IP space is what subnet you expect to find the printer on, like it
might be 192.168.1.0/24

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Is blacklist broken?

2017-05-05 Thread Greg Woods
On Fri, May 5, 2017 at 4:00 PM, David De Graaf  wrote:

> 3 - I added Rami's kernel boot option.  r8712u is still loaded.


I have, in the past, had an issue with using the Nvidia drivers because it
kept wanting to load nouveau. The advice I got was to use
"rdblacklist=nouveau" on the kernel boot line, and that has always worked.
Maybe "rdblacklist=r8712u" would work for you?

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Freezing

2017-03-24 Thread Greg Woods
On Fri, Mar 24, 2017 at 11:28 AM, Rick Stevens  wrote:

> Killing gnome-shell will not necessarily free the
> machine up and make the GUI work as it is a significant component of
> the desktop
>

It won't. If you unceremoniously kill off gnome-shell, the desktop no
longer works at all.


> and the real solution is to restart your desktop session
> somehow (perhaps by killing your session manager) or reboot.
>

In some cases there may be another way. Try pressing ALT-F2. If you get the
"Enter a Command" window, enter "r" and then ENTER. That will restart
gnome-shell. Sometimes this works for other sorts of desktop hangs as well.

--Greg
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


  1   2   3   4   5   >