Re: Failed to start Load Kernel Modules.

2018-08-04 Thread Ed Greshko
On 08/05/18 14:08, Samuel Sieb wrote: > On 08/04/2018 10:37 PM, Ed Greshko wrote: >> FWIW, on the next kernel update you can temporarily remove the  >> bbswitch.conf  file >> before reboot and see if the error still occurs. > > I expect that you would have to remove it before you do the kernel upd

Re: Failed to start Load Kernel Modules.

2018-08-04 Thread Ed Greshko
On 08/05/18 11:22, Sudhir Khanger wrote: > FYI I have dropped a message for the Bumblebee packager. Let's see if he has > some > thoughts. > > https://github.com/Bumblebee-Project/Bumblebee/issues/153#issuecomment-410492604 While I don't use their packages I did poke around https://linux.itecs.n

Re: Stitch photos?

2018-08-04 Thread ToddAndMargo
> On Sat, Aug 4, 2018 at 10:04 PM ToddAndMargo > wrote: > > Hi All, > > Is there a way to stitch four photos together? Well, other > than just eyeballing them. > > Many thanks, > -T On 08/04/2018 10:33 PM, fred roller wrote: try GIMP. sudo apt

Re: Failed to start Load Kernel Modules.

2018-08-04 Thread Samuel Sieb
On 08/04/2018 10:37 PM, Ed Greshko wrote: FWIW, on the next kernel update you can temporarily remove the  bbswitch.conf  file before reboot and see if the error still occurs. I expect that you would have to remove it before you do the kernel update. I think dracut copies that file into the i

Re: Stitch photos?

2018-08-04 Thread fred roller
try GIMP. sudo apt-get install gimp more info: www.gimp.org one of many tutorials on stitching panorama: https://mailman.linuxchix.org/pipermail/courses/2005-April/001854.html been awhile since I have played with GIMP but it is powerful and easy once you get the hang of it. Used it with my on

Re: Failed to start Load Kernel Modules.

2018-08-04 Thread Ed Greshko
On 08/05/18 11:22, Sudhir Khanger wrote: > Is that the case with both Oracle and RPMFusion's VirtualBox or of only > former? I don't normally use the RPMFusion packages.  I don't recall why that is.  Must have had a bad experience at some point.  So, today I did install it on a laptop and found.

Re: Stitch photos?

2018-08-04 Thread ToddAndMargo
On 08/04/2018 09:42 PM, Ed Greshko wrote: On 08/05/18 12:18, ToddAndMargo wrote: Is there a way to stitch four photos together?  Well, other than just eyeballing them. I believe you may want to try this package.  I've not used it recently since the devices that I now use do the stitching whil

Re: Stitch photos?

2018-08-04 Thread ToddAndMargo
On 08/04/2018 09:47 PM, Tim via users wrote: Allegedly, on or about 4 August 2018, ToddAndMargo sent: Is there a way to stitch four photos together? Well, other than just eyeballing them. Search for "panarama" as well. There's a plugin for GIMP: http://stitchpanorama.sourceforge.net/ It may

Re: Stitch photos?

2018-08-04 Thread Ed Greshko
On 08/05/18 12:18, ToddAndMargo wrote: > Is there a way to stitch four photos together?  Well, other > than just eyeballing them. I believe you may want to try this package.  I've not used it recently since the devices that I now use do the stitching while taking panoramas but it worked for me

Re: Stitch photos?

2018-08-04 Thread Tim via users
Allegedly, on or about 4 August 2018, ToddAndMargo sent: > Is there a way to stitch four photos together? Well, other > than just eyeballing them. Search for "panarama" as well. There's a plugin for GIMP: http://stitchpanorama.sourceforge.net/ It may be prepackaged in a repo. -- [tim@localhos

Stitch photos?

2018-08-04 Thread ToddAndMargo
Hi All, Is there a way to stitch four photos together? Well, other than just eyeballing them. Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Co

Re: Failed to start Load Kernel Modules.

2018-08-04 Thread Sudhir Khanger
On Sun, Aug 5, 2018 at 3:46 AM Ed Greshko wrote: > On 08/05/18 01:12, Sudhir Khanger wrote: > > Like I mentioned earlier that systemd-modules-load.service service fails > and starts > > working after I create a new initramfs. You were unwilling to accept > what I > > experienced on my system irre

Re: Failed to start Load Kernel Modules.

2018-08-04 Thread Ed Greshko
On 08/05/18 01:12, Sudhir Khanger wrote: > Like I mentioned earlier that systemd-modules-load.service service fails and > starts > working after I create a new initramfs. You were unwilling to accept what I > experienced on my system irrespective of the cause I shot a video of it which > you > ca

Re: gawk/getline

2018-08-04 Thread Patrick Dupre
Sorry, Please ignore my previous message. > Hello, > > This is a bit on the side, but the behavior of getline in gawk is a bit > strange. > getline $0 > returns 0 when EOF. > > but > getline "myfile.txt" > never returns 0 > like if there in no EOF > > What am I missing? > > =

gawk/getline

2018-08-04 Thread Patrick Dupre
Hello, This is a bit on the side, but the behavior of getline in gawk is a bit strange. getline $0 returns 0 when EOF. but getline "myfile.txt" never returns 0 like if there in no EOF What am I missing? === Patrick DUPRÉ

Re: Failed to start Load Kernel Modules.

2018-08-04 Thread Sudhir Khanger
On Sat, Aug 4, 2018 at 11:09 PM Samuel Sieb wrote: > Did you check if there was anything in /etc/modules-load.d/? > ___ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send an email to users-le...@lists.fedoraproject.org > Fedora

Re: Failed to start Load Kernel Modules.

2018-08-04 Thread Samuel Sieb
Did you check if there was anything in /etc/modules-load.d/? ___ 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 Li

Re: Failed to start Load Kernel Modules.

2018-08-04 Thread Sudhir Khanger
On Tue, Jul 24, 2018 at 10:25 AM Ed Greshko wrote: > On 07/24/18 12:08, Sudhir Khanger wrote: > > systemd-modules-load.service fails at boot and then it probably builds > the modules. > > After the system boots, systemd-modules-load.service has active status > and not > > failed. But the only way

Package update causes loss of network connection

2018-08-04 Thread Richard Shaw
I've had this happen about 3 times now and this time I copied the output from DNF of the packages around the time network connectivity was lost. The network icon in Gnome shell changes to a question mark and I haven't found a solution (including restarting NetworkManager) that fixes it. The only s

Firefox cannot upload directly from connected android phone

2018-08-04 Thread lejeczek via users
hi guys do you also experience the same or similar? I cannot upload photos to Ebay. I can browse the location and see the files but when I select files not upload, nothing happens. thanks, L. ___ users mailing list -- users@lists.fedoraproject.org T