Re: Sane Scanner Resolution Configuration
On 23/7/20 11:22 am, Mike Flannigan wrote: Glad it worked out for you. I don't know why your Sane is so different from mine. I cannot find the "Bind X and Y resolutions" option in Window - Show Advanced Options or Preferences - Setup. But your Sane works and mine works, so everybody is happy. Yep, it is good to be working especially when xsane scans the background colours, where the native epson scanner under windows doesn't retain the background colours even though the option to remove background colours is not selected. In my xsane, if I select Window->Show advance options, the options that are listed are 'Bind X and Y resolutions', Gamma (set to 1.8), JPEG Quality (set to 90) and Transfer Size (set to 1048). What causes the first checkbox to be displayed I have no idea, unless it has something to do with the imagescan software being installed, as sane is using the imagescan configuration file to access the scanner. regards, Steve Mike On 7/22/20 6:40 PM, Stephen Morris wrote: Thanks Mike, I had a look at your 'CANON:Canoscan9000FMarkII.drc' and it only has one line for Resolution which you have set at 300 as I do. My Epson drc file has two entries for Resolution, an X resolution and a Y resolution, which are reflected as such in the xsane gui where I have a 'Resolution in the X direction' dropdown and a 'Resolution in the Y direction' dropdown. After looking at your drc file I have now resolved the issue with the two resolution dropdowns being disabled. In the xsane advanced settings I had the checkbox for 'Bind X and Y resolutions' selected and when I unselected that checkbox the two resolution options became selectable and I could then select one of the 16 resolutions displayed for each of the X and Y resolutions, each of which if desired can be set to different values. I'm also not sure if my scanner supports all the resolutions being made available. I know it supports resolutions of 75, 150, 300, 600 and 1200, but I'm not sure if it supports the rest. ___ 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: nmcli won't save VPN password
Ed Greshko writes: On 2020-07-23 10:49, Sam Varshavchik wrote: > This means the password is stored in the user's key ring on a per- user basis. > > I haven't tried changing this via nmcli. But, will investigate. FWIW nmcli connection modify US-East-NJ vpn.secrets "password=something" Works just fine for a logged-in user. Well, I ssh-ed in as root, using an ssh cert. I guess that doesn't count. This is in a server context. The server wants a VPN tunnel of its own, rather than any particular user. It's not clear to me if it's NetworkManager itself that defaults to a user- set password. Maybe there's something in the openvpn configuration file that chooses whether to set up a user-centric or server-centric VPN, and this VPN provider is supplying user-centric configuration files. And I was able to reproduce the broken SELinux context, starting from scratch. "nmcli import" creates /root/.cert, if it does not exist, with a broken SELinux context. Bug 1859974. pgpX66bEBWwPc.pgp Description: PGP signature ___ 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: nmcli won't save VPN password
Ed Greshko writes: What also needs to be documented, or I need to get better at searching, is what are the possible values for "option" when doing a modify of vpn.secrets and flags=1. "help" was of no "help". Error: failed to modify vpn.secrets: 'help' is not valid; use =. I was able to figure out that part. Searching for "nmcli save vpn password" gives https://unix.stackexchange.com/questions/335999/use-nmcli-to-modify- vpn-password as the second result, that shows this incantation, but without password-flags set correctly, this does nothing, and, most importantly, without providing any kind of feedback to the user. The command just exits quietly, without any diagnostic. There were a bunch of hits that said to manually add [vpn-secrets], like https://serverfault.com/questions/816714/how-do-i-supply-a-password-to- networkmanager-openconnect-automatically and looking at mine's, that's where the password is. But unless password-flags=0 also exists in the [vpn] section, this does nothing. Either one of two things would've made things smoother: either better documentation, or better feedback from "nmcli connection modify", something other than quietly returning without any messages, but doing nothing. pgpp_LjXkGbIS.pgp Description: PGP signature ___ 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: nmcli won't save VPN password
On 2020-07-23 20:45, Sam Varshavchik wrote: > Ed Greshko writes: > >> >> What also needs to be documented, or I need to get better at searching, is >> what are the possible values >> for "option" when doing a modify of vpn.secrets and flags=1. >> >> "help" was of no "help". >> >> Error: failed to modify vpn.secrets: 'help' is not valid; use >> =. > > I was able to figure out that part. Searching for "nmcli save vpn password" > gives > https://unix.stackexchange.com/questions/335999/use-nmcli-to-modify-vpn-password > as the second result, that shows this incantation, but without > password-flags set correctly, this does nothing, and, most importantly, > without providing any kind of feedback to the user. The command just exits > quietly, without any diagnostic. > > There were a bunch of hits that said to manually add [vpn-secrets], like > https://serverfault.com/questions/816714/how-do-i-supply-a-password-to-networkmanager-openconnect-automatically > and looking at mine's, that's where the password is. But unless > > password-flags=0 > > also exists in the [vpn] section, this does nothing. Either one of two things > would've made things smoother: either better documentation, or better > feedback from "nmcli connection modify", something other than quietly > returning without any messages, but doing nothing. > Right. My only point/thought was that = could me more option than just password. And, even if there wasn't, "option" should be documented. In any event all is good and the BZ for the selinux context is getting rapid attention. :-) ___ 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
USB to Ethernet LAN -
I have a WD 4TB external hard drive connected to my Fedora32 computer on which I have been saving data. It connects via USB, has no ethernet port (I am not the one who bought it) and I would like to make it available on my LAN. Is there any way to do it with software? -- Bob Goodwin - Zuni, Virginia, USA http://www.qrz.com/db/W2BOD FEDORA-32/64bit LINUX XFCE Fastmail POP3 ___ 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: USB to Ethernet LAN -
On Thu, Jul 23, 2020 at 2:00 PM Bob Goodwin wrote: > I have a WD 4TB external hard drive connected to my Fedora32 computer on > which I have been saving data. It connects via USB, has no ethernet > port (I am not the one who bought it) and I would like to make it > available on my LAN. Is there any way to do it with software? > There's always RPi type devices, but have you checked if it will interface with any USB->Ethernet adapters? Thanks, Richard ___ 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: USB to Ethernet LAN -
On Thu, 2020-07-23 at 14:59 -0400, Bob Goodwin wrote: > I have a WD 4TB external hard drive connected to my Fedora32 computer on > which I have been saving data. It connects via USB, has no ethernet > port (I am not the one who bought it) and I would like to make it > available on my LAN. Is there any way to do it with software? Configure your PC as a file server. There are any number of ways to do this, including Samba (CIFS) and NFS, depending on what the use case is. poc ___ 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: USB to Ethernet LAN -
On 2020-07-23 15:01, Richard Shaw wrote: There's always RPi type devices, but have you checked if it will interface with any USB->Ethernet adapters? ° I made a quick test doing that yesterday and the connection did not pop up on my file manager display as I had hoped and have done nothing more than that yet. However it occurs to me the ethernet to usb adapter probably needs the 5 volts from the usb port for operation and I don't think the WD Myboon is likely to provide that, then the thought occurs perhaps a powered usb hub, but that's another gadget like the PI. -- Bob Goodwin - Zuni, Virginia, USA http://www.qrz.com/db/W2BOD FEDORA-32/64bit LINUX XFCE Fastmail POP3 ___ 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: Create bootable disk with fedora - but not using live-CD
> On 21 Jul 2020, at 18:54, Earl Terwilliger via users > wrote: > > I have the same problem when I create a usb stick of Fedora 32 but only on > some newer machines. > > I don't think it is a bug but this shows how to fix it: > > https://bugzilla.redhat.com/show_bug.cgi?id=1768498 > > Had to access the stick offline on another machine, then , I edited the > /etc/lvm/lvm.conf file and changed these two parms to these values: > > external_device_info_source = "udev" > fw_raid_component_detection = 1 > > it now boots fine on all the machines (one that hung on the Monitoring LVM > and ones that did not) That is interesting. I have a USB stick that I can edit so I will try this and report back. I did what was suggested, boot a Live CD and install onto another USB. Because the sticks I have are only 8GB I need to use a Fedora Server live CD to get the install size to fit. KE did not fit for example. I got as far are replacing lvm vgchange --monitor y with sleep 30. And the stick then boots. Barry ___ 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: USB to Ethernet LAN -
On 2020-07-24 02:59, Bob Goodwin wrote: > I have a WD 4TB external hard drive connected to my Fedora32 computer on > which I have been saving data. It connects via USB, has no ethernet port (I > am not the one who bought it) and I would like to make it available on my > LAN. Is there any way to do it with software? When you say "make it available on my LAN" do you mean "make it available to all users on the LAN" or do you mean "make it available to my user on multiple systems"? And when you say "my Fedora32 computer" do you mean (as found in another thread) the computer named "smb" or "ws1"? Or another computer? -- The key to getting good answers is to ask good questions. ___ 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: USB to Ethernet LAN -
On Thu, 23 Jul 2020 at 16:00, Bob Goodwin wrote: > I have a WD 4TB external hard drive connected to my Fedora32 computer on > which I have been saving data. It connects via USB, has no ethernet > port (I am not the one who bought it) and I would like to make it > available on my LAN. Is there any way to do it with software? > Do you want to use your Fedora 32 system as the server? Are you ruling out NFS and Samba? What OS's will the clients run? If clients won't be using a lot of data, sshfs might be an option. -- George N. White III ___ 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: USB to Ethernet LAN -
On 2020-07-23 17:26, Ed Greshko wrote: On 2020-07-24 02:59, Bob Goodwin wrote: I have a WD 4TB external hard drive connected to my Fedora32 computer on which I have been saving data. It connects via USB, has no ethernet port (I am not the one who bought it) and I would like to make it available on my LAN. Is there any way to do it with software? When you say "make it available on my LAN" do you mean "make it available to all users on the LAN" or do you mean "make it available to my user on multiple systems"? And when you say "my Fedora32 computer" do you mean (as found in another thread) the computer named "smb" or "ws1"? Or another computer?. . "my Fedora32 computer" is this one, WS1. The external drive is presently connected via USB to ws1. I also have a Fedora 31 computer WS2 on the same LAN. I would like ws2 to have access to that external drive also. Presently that would require moving the USB plug which can be done obviously but is quite inconvenient./I assume if the Mybook had been a different model with an ethernet port it would work just as it does now and I hoped that might be possible with an adapter but it appears the adapter would need to be powered, the one I have is not./ -- Bob Goodwin - Zuni, Virginia, USA http://www.qrz.com/db/W2BOD FEDORA-32/64bit LINUX XFCE Fastmail POP3 ___ 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: USB to Ethernet LAN -
On 7/23/20 3:51 PM, Bob Goodwin wrote: "my Fedora32 computer" is this one, WS1. The external drive is presently connected via USB to ws1. I also have a Fedora 31 computer WS2 on the same LAN. I would like ws2 to have access to that external drive also. Presently that would require moving the USB plug which can be done obviously but is quite inconvenient./I assume if the Mybook had been a different model with an ethernet port it would work just as it does now and I hoped that might be possible with an adapter but it appears the adapter would need to be powered, the one I have is not./ A USB external drive is a USB device, not a USB host. You can't connect a USB ethernet adaptor to it. You can get smarter ones that have ethernet ports, but they are a lot more expensive. Is there some reason you don't want to use nfs? That's the easiest typical way to share the drive. Or as someone else mentioned, depending on how you want to use it, sshfs could be even easier. ___ 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: USB to Ethernet LAN -
On 2020-07-24 06:51, Bob Goodwin wrote: > > > On 2020-07-23 17:26, Ed Greshko wrote: >> On 2020-07-24 02:59, Bob Goodwin wrote: >>> I have a WD 4TB external hard drive connected to my Fedora32 computer on >>> which I have been saving data. It connects via USB, has no ethernet port >>> (I am not the one who bought it) and I would like to make it available on >>> my LAN. Is there any way to do it with software? >> When you say "make it available on my LAN" do you mean "make it available to >> all users on the LAN" >> or do you mean "make it available to my user on multiple systems"? >> >> And when you say "my Fedora32 computer" do you mean (as found in another >> thread) the computer >> named "smb" or "ws1"? Or another computer?. > . > "my Fedora32 computer" is this one, WS1. The external drive is presently > connected via USB to ws1. I also have a Fedora 31 computer WS2 on the same > LAN. I would like ws2 to have access to that external drive also. Presently > that would require moving the USB plug which can be done obviously but is > quite inconvenient./I assume if the Mybook had been a different model with an > ethernet port it would work just as it does now and I hoped that might be > possible with an adapter but it appears the adapter would need to be powered, > the one I have is not. Would you be the only user of the drive? Would you be using the drive only from a Fedora host? Do you expect the usage to be heavy? The drive needs to be always available or from time to time? If the answers to the above are "Yes, Yes, No, time-to-time", then George's suggestion of sshfs would make perfect sense. -- The key to getting good answers is to ask good questions. ___ 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: USB to Ethernet LAN -
On 2020-07-23 19:24, Samuel Sieb wrote: Is there some reason you don't want to use nfs? That's the easiest typical way to share the drive. Or as someone else mentioned, depending on how you want to use it, sshfs could be even easier. . /I do use the NFS for putting data where I can transfer it between computers at times. I probably should not have asked this question here, I just didn't give it enough thought. Just thought there should be a better way than using adapters that are mainly intend for connecting portable computers to ethernet. I have no problem using it as it is, just annoyed that it is not on both computers .../ -- Bob Goodwin - Zuni, Virginia, USA http://www.qrz.com/db/W2BOD FEDORA-32/64bit LINUX XFCE Fastmail POP3 ___ 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