Switching to Wayland on F27
Hi all, I've updated my OS a few times now and it would appear that I am still on Xorg of Fedora 27 workstation; From: https://docs.fedoraproject.org/f27/system-administrators-guide/Wayland.html 0 digimer@pulsar:~$ loginctl SESSIONUID USER SEAT TTY c2 42 gdm seat0/dev/tty1 3 1000 digimer seat0/dev/tty2 2 sessions listed. 0 digimer@pulsar:~$ loginctl show-session 3 -p Type Type=x11 That link doesn't say how to switch to Wayland, though. When I click on the gear icon at the login screen, I only have "Gnome" and "Gnome Classic" as options. Any hint on how to enable Wayland? Thanks. -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Switching to Wayland on F27
On 2018-04-19 07:07 AM, Danny Horne via users wrote: > On 19/04/18 04:50, Digimer wrote: >> Hi all, >> >> I've updated my OS a few times now and it would appear that I am still >> on Xorg of Fedora 27 workstation; >> >> Any hint on how to enable Wayland? >> >> Thanks. >> > I had to switch from Wayland to Xorg a while back. Edit > /etc/gdm/custom.conf and make sure WaylandEnable=false is commented out It's already commented out. -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Switching to Wayland on F27
On 2018-04-19 08:40 AM, Rex Dieter wrote: > Danny Horne via users wrote: > >> On 19/04/18 04:50, Digimer wrote: >>> Hi all, >>> >>> I've updated my OS a few times now and it would appear that I am still >>> on Xorg of Fedora 27 workstation; >>> >>> Any hint on how to enable Wayland? >>> >>> Thanks. >>> >> I had to switch from Wayland to Xorg a while back. Edit >> /etc/gdm/custom.conf and make sure WaylandEnable=false is commented out > > fyi, that change only affects gdm itself, not user sessions. > > -- Rex That line was already commented out. Do you know how to switch to Wayland? -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Switching to Wayland on F27
On 2018-04-19 10:36 AM, Richard Shaw wrote: Once you select the user to log in as there's a dropdown menu (I forget what it's called I'm at work) that lets you select your session type (Gnome/Wayland or Gnome/Xorg) or whatever desktop managers you have installed. Richard That only shows "Gnome" or "Gnome Classic" on my system. Using a pretty stock Fedora install, though it's been upgrade from two or three previous releases to F27. digimer ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Problem PXE booting Fedora 28
Hi all, I tried following this; https://docs.fedoraproject.org/en-US/fedora/f28/install-guide/advanced/Network_based_Installations/ I've got to the point where I can PXE boot fine, the kernel and initrd.img are downloaded by the client, but then the install fails and drops to the dracut shell. In the shell, I see that the network interface isn't seen (ip addr list only shows 'lo'). While debugging this, I found that plugging in a USB drive is seen (journalctl -f -n 0 -> plug in thumb drive (ext2 format) -> drive seen) but no /dev/sdX device path is created. I mention the USB issue because a) it might be related and b) I'm sorry I can't post logs, but I literally can't get data off the PXE client. These are KVM/qemu VMs (client and server), and I've tried emulating virtio and e1000 NICs, and the initrd.img is from the normal Fedora 28 Server install DVD. I'm stuck here, unsure how to proceed or debug further. If anyone can help directly or indirectly by recommending resources, I'd be very appreciative. Thanks! digimer PS - VM host is also Fedora 28, in case it matters. -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ 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: Problem PXE booting Fedora 28
On 2018-10-15 2:52 a.m., Samuel Sieb wrote: > On 10/14/18 8:17 PM, Digimer wrote: >> https://docs.fedoraproject.org/en-US/fedora/f28/install-guide/advanced/Network_based_Installations/ >> >> >> I've got to the point where I can PXE boot fine, the kernel and >> initrd.img are downloaded by the client, but then the install fails and >> drops to the dracut shell. > > You say you got the kernel and initrd.img from the server DVD? Do you > mean the full one? I would suggest using the the files from the > images/pxeboot directory on the server netinst iso. I haven't > downloaded the big server iso to see if that directory exists there. I > use the ones from the Everything netinst iso. Can you provide the > kernel command line you are using? Ya, from the full DVD. I also tried the netinstall one from Fedora Workstation (to switch server -> workstation, full DVD -> netinstall) and got the same results. Here's the PXE menu (with kernel options) I am using; label linux menu label ^Install Fedora 28 64-bit menu default kernel fedora28/vmlinuz append initrd=fedora28/initrd.img inst.stage2=http://10.1.4.1/fedora28/x86_64/os/ ip=dhcp ksdevice=eth0 rd.shell rd.debug log_buf_len=1M I verified that the vmlinux and initrd.img are the ones being downloaded by temporarily renaming them and the boot failed. So I am pretty sure the different initrd.img files are being tried. -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ 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: Problem PXE booting Fedora 28
On 2018-10-15 2:52 a.m., Samuel Sieb wrote: > On 10/14/18 8:17 PM, Digimer wrote: >> https://docs.fedoraproject.org/en-US/fedora/f28/install-guide/advanced/Network_based_Installations/ >> >> >> I've got to the point where I can PXE boot fine, the kernel and >> initrd.img are downloaded by the client, but then the install fails and >> drops to the dracut shell. > > You say you got the kernel and initrd.img from the server DVD? Do you > mean the full one? I would suggest using the the files from the > images/pxeboot directory on the server netinst iso. I haven't > downloaded the big server iso to see if that directory exists there. I > use the ones from the Everything netinst iso. Can you provide the > kernel command line you are using? > ___ > 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 To add, here are the md5sums of the initrd.img and vmlinuz tested (from the full server DVD and workstation netinstall); [root@f28-striker01 fedora28]# md5sum vmlinuz vmlinuz.f28server initrd.img initrd.img.f28server 93b2351535ed8cfe9e3440b4bba2402d vmlinuz f509da8d7240d08188aa9f6e32fcce52 vmlinuz.f28server 569de8c957a8df88709cd78afbb1df5a initrd.img 0d7bb4b536872954e4c455c87599157b initrd.img.f28server [root@f28-striker01 fedora28]# pwd /var/lib/tftpboot/fedora28 -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ 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: Problem PXE booting Fedora 28
On 2018-10-15 12:44 p.m., Samuel Sieb wrote: > On 10/15/18 8:53 AM, Digimer wrote: >> Here's the PXE menu (with kernel options) I am using; >> >> >> label linux >> menu label ^Install Fedora 28 64-bit >> menu default >> kernel fedora28/vmlinuz >> append initrd=fedora28/initrd.img >> inst.stage2=http://10.1.4.1/fedora28/x86_64/os/ ip=dhcp ksdevice=eth0 >> rd.shell rd.debug log_buf_len=1M > > Here is what I use (without the kickstart option): > kernel vmlinuz-28 > append initrd=initrd-28.img > root=live:http://hostname/28/images/install.img inst.sshd > > I like including the "inst.sshd" option because then I have a way to > debug installation issues. I renamed the vmlinuz and initrd because I > have many different versions available and need to keep track of where > they came from. The "28" directory contains a complete copy of the > Everything netinst iso, but I think the install.img is the only file > that is used in this case. > > I normally do EFI installs, but I keep this available in the rare case I > need to work on a non-EFI configured laptop, which I did last week. That worked!! Thank you so much! I bashed my head on this since Thursday... I'm building a project for general use, so I need to make sure this PXE system will boot both BIOS and UEFI targets. I'm sure I may bug you again later, but this gets me moving forward again. Cheers! -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ 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: Problem PXE booting Fedora 28
On 2018-10-15 2:21 p.m., Samuel Sieb wrote: > On 10/15/18 10:55 AM, Digimer wrote: >> That worked!! Thank you so much! I bashed my head on this since >> Thursday... > > It took me a while to get this working initially when I started it > several years ago. At some point, I want to see if I can get grub > loading instead of pxelinux, although I don't know if it's worth the > effort, given how rarely I use the non-EFI case. > >> I'm building a project for general use, so I need to make sure this PXE >> system will boot both BIOS and UEFI targets. I'm sure I may bug you >> again later, but this gets me moving forward again. > > There's a bit more configuration to make that work. If you have > questions, just ask here and I'll be happy to help. Thank you! Thanks also for the ssh hint, being able to ssh in makes debugging so much easier! Also, I confirmed that I must use the vmlinuz and initrd.img from the netinstall (either server or ws). The stock DVD doesn't work, which I guess makes sense. -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ 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
'Permission denied' running %pre script in kickstart (f28)
Hi all, I have a kickstart script for installing Fedora 28 that has a somewhat large %pre script. When anaconda tries to run it, it fails; Oct 16 07:38:55 localhost org.fedoraproject.Anaconda.Boss[1704]: INFO:anaconda.modules.boss.module_manager:All modules are ready now. Oct 16 07:38:55 localhost anaconda[1641]: anaconda: kickstart.script: Running kickstart %%pre script(s) Oct 16 07:38:55 localhost anaconda[1641]: anaconda: stdout: Running pre-installation scripts Oct 16 07:38:55 localhost anaconda[1641]: program: Running... /tmp/ks-script-e3w92zo7 Oct 16 07:38:55 localhost anaconda[1641]: program: Error running : Permission denied Oct 16 07:38:55 localhost anaconda[1641]: program: Running... chvt 1 Oct 16 07:38:55 localhost anaconda[1641]: program: Return code: 0 Oct 16 07:38:55 localhost dbus-daemon[1704]: Reloaded configuration The script itself, when run manually, succeeds; [anaconda root@localhost tmp]# /tmp/ks-script-e3w92zo7 Finding install drive for a Striker dashboard. Analyzing platter drive: [/dev/vda], using the transport: [], of the size: [21474836480 (20.00 GiB)] Selected the largest disk: [/dev/vda], which has a capacity of: [20.00 GiB] Writing out the partition plan to: [/tmp/plan_partitions.out] Completed successfully, exiting. This sounded like an SELinux denial, so I set 'selinux --permissive' to debug, and it still gets the same error; [anaconda root@localhost ~]# sestatus SELinux status: enabled SELinuxfs mount:/sys/fs/selinux SELinux root directory: /etc/selinux Loaded policy name: targeted Current mode: permissive Mode from config file: error (Success) Policy MLS status: enabled Policy deny_unknown status: allowed Memory protection checking: requested (insecure) Max kernel policy version: 31 Any thoughts on debugging? digimer More details; Source kickstart script $ fpaste pxe/kickstart/striker.ks Uploading (12.4KiB)... https://paste.fedoraproject.org/paste/oA96KVWZy227maIFQbkYOA Anaconda log pre-failure # fpaste anaconda.log Uploading (0.8KiB)... https://paste.fedoraproject.org/paste/CWy-Xjv6rCKEea42RvZm6Q The %pre script that fails when anaconda calls it, but works when called from tty2 # fpaste ks-script-e3w92zo7 Uploading (10.3KiB)... https://paste.fedoraproject.org/paste/10dAZiJUpFdnV9FqHBQ40g syslog of install attempt # fpaste syslog Uploading (1301.5KiB)... https://paste.fedoraproject.org/paste/-RMntdsuc9cqTDGuEBA7EA -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ 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
Solved - Re: 'Permission denied' running %pre script in kickstart (f28)
On 2018-10-16 4:08 a.m., Digimer wrote: > Hi all, I have a kickstart script for installing Fedora 28 that has a > somewhat large %pre script. When anaconda tries to run it, it fails; > > > Oct 16 07:38:55 localhost org.fedoraproject.Anaconda.Boss[1704]: > INFO:anaconda.modules.boss.module_manager:All modules are ready now. > Oct 16 07:38:55 localhost anaconda[1641]: anaconda: kickstart.script: > Running kickstart %%pre script(s) > Oct 16 07:38:55 localhost anaconda[1641]: anaconda: stdout: Running > pre-installation scripts > Oct 16 07:38:55 localhost anaconda[1641]: program: Running... > /tmp/ks-script-e3w92zo7 > Oct 16 07:38:55 localhost anaconda[1641]: program: Error running : > Permission denied > Oct 16 07:38:55 localhost anaconda[1641]: program: Running... chvt 1 > Oct 16 07:38:55 localhost anaconda[1641]: program: Return code: 0 > Oct 16 07:38:55 localhost dbus-daemon[1704]: Reloaded configuration > > > The script itself, when run manually, succeeds; > > > [anaconda root@localhost tmp]# /tmp/ks-script-e3w92zo7 > Finding install drive for a Striker dashboard. > Analyzing platter drive: [/dev/vda], using the transport: [], of the > size: [21474836480 (20.00 GiB)] > Selected the largest disk: [/dev/vda], which has a capacity of: [20.00 GiB] > Writing out the partition plan to: [/tmp/plan_partitions.out] > Completed successfully, exiting. > > > This sounded like an SELinux denial, so I set 'selinux --permissive' to > debug, and it still gets the same error; > > > [anaconda root@localhost ~]# sestatus > SELinux status: enabled > SELinuxfs mount:/sys/fs/selinux > SELinux root directory: /etc/selinux > Loaded policy name: targeted > Current mode: permissive > Mode from config file: error (Success) > Policy MLS status: enabled > Policy deny_unknown status: allowed > Memory protection checking: requested (insecure) > Max kernel policy version: 31 > > > Any thoughts on debugging? > > digimer > > More details; > > Source kickstart script > $ fpaste pxe/kickstart/striker.ks > Uploading (12.4KiB)... > https://paste.fedoraproject.org/paste/oA96KVWZy227maIFQbkYOA > > > Anaconda log pre-failure > # fpaste anaconda.log > Uploading (0.8KiB)... > https://paste.fedoraproject.org/paste/CWy-Xjv6rCKEea42RvZm6Q > > > The %pre script that fails when anaconda calls it, but works when > called from tty2 > # fpaste ks-script-e3w92zo7 > Uploading (10.3KiB)... > https://paste.fedoraproject.org/paste/10dAZiJUpFdnV9FqHBQ40g > > > syslog of install attempt > # fpaste syslog > Uploading (1301.5KiB)... > https://paste.fedoraproject.org/paste/-RMntdsuc9cqTDGuEBA7EA > I set: '%pre --interpreter=#!/bin/perl'. The '#!' was obviously a mistake, though I'm not sure why it was presented as a permissions issue. Anywho, this reply is for the archives. :) -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ 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: Problem PXE booting Fedora 28
On 2018-10-15 2:21 p.m., Samuel Sieb wrote: > On 10/15/18 10:55 AM, Digimer wrote: >> That worked!! Thank you so much! I bashed my head on this since >> Thursday... > > It took me a while to get this working initially when I started it > several years ago. At some point, I want to see if I can get grub > loading instead of pxelinux, although I don't know if it's worth the > effort, given how rarely I use the non-EFI case. > >> I'm building a project for general use, so I need to make sure this PXE >> system will boot both BIOS and UEFI targets. I'm sure I may bug you >> again later, but this gets me moving forward again. > > There's a bit more configuration to make that work. If you have > questions, just ask here and I'll be happy to help. As promised, here I am now with UEFI issues. :) I've finished getting BIOS boots/installs working fine. Now I want to add UEFI support, and I'm hitting a road block right out of the gate. First, do you have docs/links/reference material you might recommend on building a Fedora-based UEFI PXE server? I'd love to try and get further on my own and keep questions to a minimum. Right now, I've got a KVM/qemu guest configured with UEFI. I've setup the following; [root@f28-striker01 fedora28]# cat /etc/dhcp/dhcpd.conf ### Global options option domain-name "alteeve.com"; option domain-name-servers 8.8.8.8, 8.8.4.4; authoritative; ddns-update-style none; # refer to RFC4758 for possible arch option values option arch code 93 = unsigned integer 16; subnet 10.1.0.0 netmask 255.255.0.0 { default-lease-time 600; max-lease-time 7200; range 10.1.14.1 10.1.14.254; option routers 10.1.4.1; if option arch = 00:07 { filename "uefi/shim.efi"; } else { filename "pxelinux.0"; } next-server 10.1.4.1; } [root@f28-striker01 fedora28]# cat /var/lib/tftpboot/pxelinux/uefi function load_video { insmod efi_gop insmod efi_uga insmod video_bochs insmod video_cirrus insmod all_video } load_video set gfxpayload=keep insmod gzio menuentry 'Install Fedora 28' --class fedora --class gnu-linux --class gnu --class os { linuxefi fedora28/vmlinuz ip=dhcp inst.repo=http://10.1.4.1/fedora28/x86_64/iso/ initrdefi fedora28/initrd.img } menuentry 'Install Striker' --class fedora --class gnu-linux --class gnu --class os { linuxefi fedora28/vmlinuz ip=dhcp inst.repo=http://10.1.4.1/fedora28/x86_64/iso/ root=live:http://10.1.4.1/fedora28/x86_64/os/images/install.img inst.ks=http://10.1.4.1/fedora28/x86_64/kickstart/striker.ks inst.sshd rd.debug initrdefi fedora28/initrd.img } When I PXE boot the UEFI guest, it gets the IP from the PXE server, downloads uefi/shim.efi, then hangs on 'Fetching Netboot image'. It never shows a menu. (on EFI guest, transcribed manually) >>Start PXE over IPv4 Station IP address is 10.1.14.186 Server IP address is 10.1.4.1 NBP filename is uefi/shim.efi NBP filesize is 1210776 Bytes Downloading NBP file... NBP file downloaded successfully. Fetching Netboot Image And there it hangs. I'm not sure how to debug to see more detail on what it is trying to do. This UEFI PXE booting is totally new for me, so I may be missing something terribly obvious. Thanks! -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ 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: Problem PXE booting Fedora 28
On 2018-10-18 2:37 a.m., Samuel Sieb wrote: > On 10/17/18 3:54 PM, Digimer wrote: >> First, do you have docs/links/reference material you might recommend on >> building a Fedora-based UEFI PXE server? I'd love to try and get further >> on my own and keep questions to a minimum. > > I don't remember where I found information. I know I had to figure out > quite a bit of it myself. There might be better references now. > >> Right now, I've got a KVM/qemu guest configured with UEFI. I've setup >> the following; >> >> >> [root@f28-striker01 fedora28]# cat /var/lib/tftpboot/pxelinux/uefi > > I assume there was supposed to be a "grub.cfg" at the end of that line. > It looks ok, but you aren't getting to that yet anyway. > >> When I PXE boot the UEFI guest, it gets the IP from the PXE server, >> downloads uefi/shim.efi, then hangs on 'Fetching Netboot image'. It >> never shows a menu. >> >> (on EFI guest, transcribed manually) >>>> Start PXE over IPv4 >> Station IP address is 10.1.14.186 >> >> Server IP address is 10.1.4.1 >> NBP filename is uefi/shim.efi >> NBP filesize is 1210776 Bytes >> Downloading NBP file... >> >> NBP file downloaded successfully. >> Fetching Netboot Image >> >> >> And there it hangs. I'm not sure how to debug to see more detail on what >> it is trying to do. This UEFI PXE booting is totally new for me, so I >> may be missing something terribly obvious. > > If you could get a log of requests from the tftp server that would have > helped you. However, I don't think it does that. Many times I used > strace on the tftp server to find out what requests it was getting. > > I'm guessing that you are missing the "grubx64.efi" file that shim wants > to load. You should be able to get that from the install iso as well. Hi, I have grubx64.efi, and when I tcpdump the tftp server when the client requests, I can see it downloads it; 11:31:11.024630 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 52:54:00:27:d4:0b (oui Unknown), length 347 11:31:11.032593 ARP, Request who-has 10.1.14.186 tell f28-striker01.alteeve.com, length 28 11:31:12.033897 IP f28-striker01.alteeve.com.bootps > 255.255.255.255.bootpc: BOOTP/DHCP, Reply, length 300 11:31:12.063310 ARP, Request who-has 10.1.14.186 tell f28-striker01.alteeve.com, length 28 11:31:12.089696 IP6 :: > ff02::2: ICMP6, router solicitation, length 8 11:31:12.397267 IP6 fe80::fc54:ff:fe2b:6179.mdns > ff02::fb.mdns: 0 PTR (QM)? _googlecast._tcp.local. (40) 11:31:12.397523 IP6 fe80::fc54:ff:fe2b:6179.mdns > ff02::fb.mdns: 0 PTR (QM)? _googlecast._tcp.local. (40) 11:31:13.087302 ARP, Request who-has 10.1.14.186 tell f28-striker01.alteeve.com, length 28 11:31:13.398560 IP6 fe80::fc54:ff:fe2b:6179.mdns > ff02::fb.mdns: 0 PTR (QM)? _googlecast._tcp.local. (40) 11:31:13.398714 IP6 fe80::fc54:ff:fe2b:6179.mdns > ff02::fb.mdns: 0 PTR (QM)? _googlecast._tcp.local. (40) 11:31:14.989830 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 52:54:00:27:d4:0b (oui Unknown), length 359 11:31:14.997147 IP f28-striker01.alteeve.com.bootps > 255.255.255.255.bootpc: BOOTP/DHCP, Reply, length 300 11:31:14.999026 ARP, Request who-has f28-striker01.alteeve.com tell 10.1.14.186, length 28 11:31:14.999055 ARP, Reply f28-striker01.alteeve.com is-at 52:54:00:2b:61:79 (oui Unknown), length 28 11:31:14.999202 IP 10.1.14.186.gridgen-elmd > f28-striker01.alteeve.com.tftp: 43 RRQ "uefi/shim.efi" octet tsize 0 blksize 1482 11:31:15.006565 IP f28-striker01.alteeve.com.54233 > 10.1.14.186.gridgen-elmd: UDP, length 29 11:31:15.006964 IP 10.1.14.186.gridgen-elmd > f28-striker01.alteeve.com.54233: UDP, length 30 # Grabs shim.efi 11:31:15.010734 IP 10.1.14.186.simba-cs > f28-striker01.alteeve.com.tftp: 35 RRQ "uefi/shim.efi" octet blksize 1482 11:31:15.011940 IP f28-striker01.alteeve.com.36986 > 10.1.14.186.simba-cs: UDP, length 15 11:31:15.012474 IP 10.1.14.186.simba-cs > f28-striker01.alteeve.com.36986: UDP, length 4 11:31:15.012543 IP f28-striker01.alteeve.com.36986 > 10.1.14.186.simba-cs: UDP, bad length 1486 > 1472 11:31:15.012568 IP f28-striker01.alteeve.com > 10.1.14.186: udp 11:31:15.142179 IP 10.1.14.186.simba-cs > f28-striker01.alteeve.com.36986: UDP, length 4 11:31:15.142193 IP f28-striker01.alteeve.com.36986 > 10.1.14.186.simba-cs: UDP, bad length 1486 > 1472 11:31:15.142198 IP f28-striker01.alteeve.com > 10.1.14.186: udp 11:31:15.142307 IP 10.1.14.186.simba-cs > f28-striker01.alteeve.com.36986: UDP, length 4 11:31:15.142320 IP f28-striker01.alteeve.com.36986 > 10.1.14.186.simba-cs: UDP, length 1468 11:31:15.1423
Re: Problem PXE booting Fedora 28
On 2018-10-18 2:37 a.m., Samuel Sieb wrote: > On 10/17/18 3:54 PM, Digimer wrote: >> First, do you have docs/links/reference material you might recommend on >> building a Fedora-based UEFI PXE server? I'd love to try and get further >> on my own and keep questions to a minimum. > > I don't remember where I found information. I know I had to figure out > quite a bit of it myself. There might be better references now. > >> Right now, I've got a KVM/qemu guest configured with UEFI. I've setup >> the following; >> >> >> [root@f28-striker01 fedora28]# cat /var/lib/tftpboot/pxelinux/uefi > > I assume there was supposed to be a "grub.cfg" at the end of that line. > It looks ok, but you aren't getting to that yet anyway. > >> When I PXE boot the UEFI guest, it gets the IP from the PXE server, >> downloads uefi/shim.efi, then hangs on 'Fetching Netboot image'. It >> never shows a menu. >> >> (on EFI guest, transcribed manually) >>>> Start PXE over IPv4 >> Station IP address is 10.1.14.186 >> >> Server IP address is 10.1.4.1 >> NBP filename is uefi/shim.efi >> NBP filesize is 1210776 Bytes >> Downloading NBP file... >> >> NBP file downloaded successfully. >> Fetching Netboot Image >> >> >> And there it hangs. I'm not sure how to debug to see more detail on what >> it is trying to do. This UEFI PXE booting is totally new for me, so I >> may be missing something terribly obvious. > > If you could get a log of requests from the tftp server that would have > helped you. However, I don't think it does that. Many times I used > strace on the tftp server to find out what requests it was getting. > > I'm guessing that you are missing the "grubx64.efi" file that shim wants > to load. You should be able to get that from the install iso as well. I connected over serial to the guest and was able to catch an error; >>Start PXE over IPv4. Station IP address is 10.1.14.186 Server IP address is 10.1.4.1 NBP filename is uefi/shim.efi NBP filesize is 1210776 Bytes Downloading NBP file... NBP file downloaded successfully. Fetching Netboot Image X64 Exception Type - 0D(#GP - General Protection) CPU Apic ID - ExceptionData - RIP - 7FF8E976, CS - 0038, RFLAGS - 00210202 RAX - 0001, RCX - 0010, RDX - AFAFAFAFAFAFAFA7 RBX - 0020, RSP - 7FF7E6B0, RBP - 7ED11F18 RSI - AFAFAFAFAFAFAFAF, RDI - 7FFA1720 R8 - , R9 - 0028, R10 - 0020 R11 - 0002, R12 - 7ECE3798, R13 - 7ECE3C18 R14 - 7FF7E788, R15 - 7ECE37D8 DS - 0030, ES - 0030, FS - 0030 GS - 0030, SS - 0030 CR0 - 80010033, CR2 - , CR3 - 7FC01000 CR4 - 0668, CR8 - DR0 - , DR1 - , DR2 - DR3 - , DR6 - 0FF0, DR7 - 0400 GDTR - 7FBEE698 0047, LDTR - IDTR - 7F5B5018 0FFF, TR - FXSAVE_STATE - 7FF7E310 Find image based on IP(0x7FF8E976) /builddir/build/BUILD/tianocore-edk2-cb5f4f45ce/Build/OvmfX64/DEBUG_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll (ImageBase=7FF8, EntryPoint=7FF98DB1) -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ 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: Four Tweaks for Gnome 3
On 06/01/2011 07:54 PM, Antonio Olivares wrote: > Dear folks, > > For some users that still want to give Gnome 3.0 a chance, I found a site > which explains ways to get some of the things that they liked in prior Gnome > releases. Please check it out and see if they are beneficial > > http://arstechnica.com/open-source/news/2011/06/howto-four-tweaks-to-bring-back-missing-functionality-in-gnome-30.ars?utm_source=rss&utm_medium=rss&utm_campaign=rss > > Some folks have written nice tweaks and get some of the functionality back. > I hope that this message is not offensive to anyone and is taken in good > terms. > > Regards, > > Antonio Personally, I remembered how I rebelled again the Enlightenment -> Gnome transition back in the RH7.3 -> 8 days, and thought that I'd give the new gnome a fair shake. The trick is to set aside frustration caused by losing familiarity. With that in mind, I'm quickly coming to like Gnome 3. It has wrinkles, but it is also a 3.0 release. I think it has a lot of promise, and I think people will come to like it as they get used to it. :) Thanks for the links! -- Digimer E-Mail: digi...@alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "I feel confined, only free to expand myself within boundaries." -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Four Tweaks for Gnome 3
On 06/02/2011 03:22 PM, Joe Zeff wrote: > On 06/02/2011 11:57 AM, Lars E. Pettersson wrote: >> My biggest problem with Gnome 3 is that things that I could do by moving >> the mouse, and a single mouse click, now needs several moves and several >> mouse clicks, this severely disrupts my work flow. > > Interesting. Wasn't one of the big selling points about Gnome 3 the > claim that it made your work flow easier? As I've been retraining my fingers, I am finding the flow much faster. I switched to an Ubuntu machine last night and found myself repeatedly trying to do Gnome3~ish things, not being able to, and having to switch between keyboard and mouse. It is, I continue to feel, a matter of letting go of your old habits and letting yourself try a new way of working. When you do, I think you find that the Gnome3 folks are on to something. :) Of course, opinions vary. -- Digimer E-Mail: digi...@alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "I feel confined, only free to expand myself within boundaries." -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Adieu, Fedora
On 06/12/2011 06:08 PM, Patrick Bartek wrote: > It's been a nice ride these past 7 years with Fedora as my primary OS, but > it's time to move on. My current and future needs are for a support life > measured in years, not months. And CentOS and Scientific Linux didn't > fulfill my other requirements. Neither did the Rolling Release distros: At > some point, support for older hardware must be dropped to make way for new, > and the old system "breaks." I can't have that. > > So, with the release of 15 (I'm still using 12), which would have > traditionally been my next upgrade, my decision was finalized. GNOME 3 was > really what did it. After using it for a while to get familiar with it, I > decided I just didn't like it. And KDE is still a resource gluten--the > primary reason I left it years ago. Considered XFCE and LXDE instead, but > decided the best option was to abandon the Desktop GUI environment > all-together in favor of a well-featured window manager, simple launch bar > for most used apps, floating menus for the others, and a terminal or two. I > don't really need all the other crap. Not even 3D. > > My primary choice is Debian 6, 64-bit, and Openbox. I've been testing both > in VirtualBox for a few months. So far, so good. > > I'll still keep an eye on Fedora for old time's sake. And 12 will stay on > the system as a back up. So, it's not exactly farewell, just . . . > > Auf Wiedersehen, > > B Every distro exists to fit a niche. That Fedora is not the one for your needs is fine, and I hope Debian 6 works well for you. As a former Debian/Ubuntu user now on CentOS/RHEL and Fedora, I've moved around, too. The strength on Linux is the choice available to it's users. -- Digimer E-Mail: digi...@alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "I feel confined, only free to expand myself within boundaries." -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: An elementary question on LANs
On 07/15/2011 03:00 PM, Timothy Murphy wrote: > What exactly sets up the correspondence between interfaces and LANs, > eg (in my case) eth1 <-> 192.168.2.0 ? > > I don't see any file in /etc/sysconfig , say, > where this is specified. It's mapped using 'HWADDR' in the /etc/sysconfig/network-scripts/ifcfg-ethX and/or in /etc/udev/rules.d/70-persistent-net.rules. http://wiki.alteeve.com/index.php/Changing_the_ethX_to_Ethernet_Device_Mapping_in_EL6_and_Fedora_12%2B -- Digimer E-Mail: digi...@alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "At what point did we forget that the Space Shuttle was, essentially, a program that strapped human beings to an explosion and tried to stab through the sky with fire and math?" -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: An elementary question on LANs
range 192.168.2.100 192.168.2.250; > range dynamic-bootp 192.168.2.128 192.168.2.254; > > host alfred { > hardware 00:1B:21:AB:C9:4C; > fixed-address 192.168.2.2; > } > ... > } > > > Also ifconfig contains > > eth1 Link encap:Ethernet HWaddr 00:1B:21:AB:C9:4C > inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0 > > But it seems this is not sufficient to establish > "a subnet declaration for eth1". > > I tried adding an empty declaration for 192.168.1.0 , > and also (as was suggested) sandwiching the subset declartion(s) in > shared-network opt { > ... > } > but neither seemed to make any difference. > > If anyone can tell me what I am missing I should be very grateful. > > http://wiki.alteeve.com/index.php/Changing_the_ethX_to_Ethernet_Device_Mapping_in_EL6_and_Fedora_12%2B >> >> is a good read. > > I did look at this, but it did not seem relevant to my problem. It was not. The initial impression most of us got was that the problem you were having was with the basic network card setup. You did not indicate that you were configuring a DHCP server. :) -- Digimer E-Mail: digi...@alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "At what point did we forget that the Space Shuttle was, essentially, a program that strapped human beings to an explosion and tried to stab through the sky with fire and math?" -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: An elementary question on LANs
On 07/16/2011 02:24 PM, Timothy Murphy wrote: > Digimer wrote: > >> On 07/15/2011 03:00 PM, Timothy Murphy wrote: >>> What exactly sets up the correspondence between interfaces and LANs, >>> eg (in my case) eth1 <-> 192.168.2.0 ? >>> >>> I don't see any file in /etc/sysconfig , say, >>> where this is specified. >> >> It's mapped using 'HWADDR' in the >> /etc/sysconfig/network-scripts/ifcfg-ethX and/or in >> /etc/udev/rules.d/70-persistent-net.rules. > > These establish a correspondence between the interfaces > and the MAC addresses of the NICs. > And ifcfg-ethX sets up a correspondence between MAC addresses > and IP addresses of the NICs, > in my case eth1 -> 192.168.2.2 . > > It would be possible to deduce from this that eth1 corresponds > to the subnet 192.168.2.0 . > But dhcpd does not appear to make this deduction. > > If I might ask, are you running dhcpd under CentOS-6 ? > Is anybody running dhcpd under CentOS-6 ? > If so, I would be very interested to see your dhcpd.conf > and ifcfg-ethX . > > I should say that dhcpd ran (and is running) perfectly > under CentOS-5.6 , but not under CentOS-6. I have not yet moved my dhcpd servers to CentOS 6. Actually, nothing outside the lab uses EL6. :) -- Digimer E-Mail: digi...@alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "At what point did we forget that the Space Shuttle was, essentially, a program that strapped human beings to an explosion and tried to stab through the sky with fire and math?" -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Fedora 15 is a lot like Windows OS's.. irritating, offensive, difficult to use with ease, nauseating to try...
On 09/01/2011 04:15 PM, Linda McLeod wrote: > > You'll see... > When Red hat 8 (original) came out, I hated Gnome and wanted Enlightenment back. When Windows 95 came out, I hated it's new UI and wanted 3.1 back. Things change, it's part of computers (and everything else). So when F15 came out, I decided to let go of my old ways of working and try to understand the logic and flow of Gnome 3. Now I love it, and get frustrated back on Gnome2 machines. Also, Linux is all about choice. Gnome 3 is what it is. You are welcome to use KDE, XFCE, Ubuntu's Ubiquity or any one of the numerous other window managers and/or distros. -- Digimer E-Mail: digi...@alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "At what point did we forget that the Space Shuttle was, essentially, a program that strapped human beings to an explosion and tried to stab through the sky with fire and math?" -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Vote to extend F14 security updates
On 09/01/2011 09:14 PM, Robert Arkiletian wrote: > I run Fedora in school computer lab. I cannot upgrade to F15 because > of gnome3. In order to help the community stay with Fedora, could > security updates for F14 be provided until F17 is released? > Hopefully by then gnome3 will be fully baked. If you have an environment that requires longer life cycles, have you considered CentOS 6? It, and it's upstream distro, are roughly equivalent to Fedora 12 (with many, many changes). It will be supported for another six years or so, iirc. That should leave you with a platform you will find familiar. -- Digimer E-Mail: digi...@alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "At what point did we forget that the Space Shuttle was, essentially, a program that strapped human beings to an explosion and tried to stab through the sky with fire and math?" -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: CentOS-6 by PXEboot?
On 09/22/2011 07:03 AM, Timothy Murphy wrote: > Has anyone succeeded in installing CentOS-6.0 by PXEboot. > If so, would you say how you did it, please. > I tried, but gave up in the end and used a USB stick instead. > But I'd be very interested to know how to do it, for the future. > > I do this all the time. I wrote a tutorial on setting up a PXE server on Fedora, but it works just the same on CentOS 6 machines. In it, I show how to add CentOS 5 and Fedora as install candidates. I don't mention CentOS 6 directly, but it can be added exactly the same as the others. https://alteeve.com/w/Setting_Up_a_PXE_Server_on_an_RPM-based_OS -- Digimer E-Mail: digi...@alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "At what point did we forget that the Space Shuttle was, essentially, a program that strapped human beings to an explosion and tried to stab through the sky with fire and math?" -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Sleep hangs on Fedora 14 x86_64 for last few days
Hi all, Each night I run 'yum update'. Three days ago (give or take a day), I noticed that putting my laptop (Thinkpad T400s) to sleep no longer worked. It would fade the screen out, jump the the Fedora splash screen (like you see during boot, blue background with the Fedora logo centered) and then just sit there. The only recourse I have is to cold-boot the laptop. I checked /var/log/messages and this is what I see: http://pastebin.com/ZPVeCpZy Any thoughts or diagnostics tips? In case it matters, I've tried both the Fn-key combo and 'acpitool -s' with the same results. Thanks! -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Sleep hangs on Fedora 14 x86_64 for last few days
On 03/03/2011 08:09 AM, Digimer wrote: > Hi all, > > Each night I run 'yum update'. Three days ago (give or take a day), I > noticed that putting my laptop (Thinkpad T400s) to sleep no longer > worked. It would fade the screen out, jump the the Fedora splash screen > (like you see during boot, blue background with the Fedora logo > centered) and then just sit there. The only recourse I have is to > cold-boot the laptop. > > I checked /var/log/messages and this is what I see: > > http://pastebin.com/ZPVeCpZy > > Any thoughts or diagnostics tips? In case it matters, I've tried both > the Fn-key combo and 'acpitool -s' with the same results. > > Thanks! I've narrowed it down to being a bluetooth issue. If I disable bluetooth (via the gnome panel app) before suspending, everything is fine. Still stuck though... :) -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Any Fedora that would run SANE/SSHD on an ancient 486sx with 8MB RAM?
On 03/08/2011 08:49 AM, Fernando Cassia wrote: > On Tue, Mar 8, 2011 at 8:48 AM, Ralf Corsepius wrote: >> Short answer: No. > > Mmmm now that I think of it, ... I will install and use 32bit OS/2 > Warp 3.0... It ran OK on 4MB RAM systems. In fact, that same laptop > ran OS/2 2.1 -the previous version, with 8MB RAM as minimum suggested > memory- although sluggisly with a lot of swapping if you attempted to > run more than one ram-hungry app. > > And there's a port of SANE for it, too... > http://www.fbakan.de/sane-os2.htm > > [Just pasting the URL above in case it gets indexed by the search > engines and it helps someone else with the same needs] > > Thanks everyone for their replies. > FC It sounds like you've already decided on a solution. That said, the predecessor to Fedora was Red Hat Linux. Version 7.3 was excellent for it's day, and I believe it would run on a 486. Red Hat split into what we know as Fedora and RHEL after Red Hat v9. Though v8 and 9 marked their switch to Gnome (from Enlightenment) and, iirc, had much heavier footprints. -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: PXE instillation of Fedora
On 03/13/2011 09:36 PM, Aaron Gray wrote: > Since these HP ProLiant DL150's dont have CD's, I need to do a PXE > instillation from another Fedora box. > > Does anyone have a link to proper instructions on how to do this. I have > looked at quite a few instructions but non that outline the Fedora files > necessary to be put under /tftpboot on the server. > > Also it says on the ProLiant documentation that you only need tfpd and > bootp and not full DHCP ? > > Any advice welcome, particularly if you have done a PXE instillation of > Fedora. > > Many thanks in advance, > > Aaron > I wrote this a little while back, maybe it will help you? http://wiki.alteeve.com/index.php/Setting_Up_a_PXE_Server_in_Fedora -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: PXE instillation of Fedora
On 03/14/2011 07:36 AM, Aaron Gray wrote: > On 14 March 2011 01:41, Digimer <mailto:li...@alteeve.com>> wrote: > > On 03/13/2011 09:36 PM, Aaron Gray wrote: > > Since these HP ProLiant DL150's dont have CD's, I need to do a PXE > > instillation from another Fedora box. > > > > Does anyone have a link to proper instructions on how to do this. > I have > > looked at quite a few instructions but non that outline the Fedora > files > > necessary to be put under /tftpboot on the server. > > > > Also it says on the ProLiant documentation that you only need tfpd and > > bootp and not full DHCP ? > > > > Any advice welcome, particularly if you have done a PXE > instillation of > > Fedora. > > > > Many thanks in advance, > > > > Aaron > > > > I wrote this a little while back, maybe it will help you? > > http://wiki.alteeve.com/index.php/Setting_Up_a_PXE_Server_in_Fedora > > > Thanks, looks quite complicated but not too much to handle, > > Aaron It's pretty easy, actually. I have a tendency to be a bit verbose. :) -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: PXE instillation of Fedora
On 03/13/2011 09:48 PM, Michael Cronenworth wrote: > On 03/13/2011 08:41 PM, Digimer wrote: >> I wrote this a little while back, maybe it will help you? > > You should rewrite that and use cobbler instead of manually setting up > tftp and pxelinux. It is much easier to maintain. I like to cover the "manual" way, personally. I've also not played with cobbler, so I'd need to sit down and play with it. That said, it is a wiki. ;) -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: F14 server
On 04/01/2011 07:03 PM, Aaron Gray wrote: > Someone said not to use F14 for servers. What is the reasoning of this > if it is true ? > > Surely with SELinux its going to be more secure than other distros ? > > Many thanks in advance, > > Aaron Applications are *far* lest tested before being allowed into Fedora. In fact, part of the reason for Fedora's creation was to be a "bleeding edge" test bed for Red Hat's Enterprise Linux. Only things that prove reliable, stable and secure make it into RHEL. So the reason not to use Fedora for a server is that it is not as reliable or stable. Not to say it's bad, mind you. It's used as a workstation OS for many, many people. However, a random crash, hang or other problem is usually a mere nuisance. On a server, the same can't be said. -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: I am new to Linux and Fedora. Am I safe when surfing the web with default Firewall setting? Can My Computer be hacked when the firewall is in the default setting?
On 04/05/2011 11:57 AM, Varuna Seneviratna wrote: > I am new to Linux and Fedora. Am I safe when surfing the web with > default Firewall setting? Can My Computer be hacked when the firewall > is in the default setting? > I have no knowledge on configuring Firewalls > > Help Appreciated > Varuna Default settings are safe. No firewall is less safe. No computer is totally safe when on the Internet. The firewall prevents attackers from trying to exploit known-security faults in listening daemons by blocking their access to anything not explicitly opened up. This means that the firewall is a barrier, an extra layer of security. Without a firewall, assuming your programs are all updated, you are *probably* safe, but you've given up a layer of protection and are now relying on all listening programs to be secure, so you have a much wider number of methods that an attacker might be able to break in. If you browse the web from behind a router, then it will have it's own firewall, somewhat negating the need for a firewall on your computer. It's not an easy question to answer. You have to decide how safe you need to be, and how much hassle you are willing to deal with to get that safety. -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: XEN vs VirtualBox
On 04/05/2011 12:09 PM, Luc MAIGNAN wrote: > Hi, > > until now, I use VirtualBox to manage several virtual machines. I have > performances problems. I can see that the VMS don't use really all CPU > capabilities. I think that the problem come from the CPU emulation done > by VirtualBox. > > So I said to me that the solution is to use a real hypervisor. I planned > tu use XEN for doing this. > > Do you think that I can really use CPU capabilities by using XEN ? > Is there is way then to convert VB image to XEN domains ? > > Thanks for any help If you are using recent versions of Fedora, you might want to look at KVM as it is has native support. Xen is a great hypervisor, but it currently requires more effort to get working. If you want to use Xen "out of the box", then I'd recommend looking at CentOS 5.5. Both KVM and Xen support hardware virtualization. -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: XEN vs VirtualBox
On 04/05/2011 12:39 PM, Luc MAIGNAN wrote: > It is a 6 x Quad-Core server with virtualization support enabled (runs > on RHEL 5) Are you sure the problem is that you are CPU bound? Could this be a memory or disk i/o issue? -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: [probably OT] documentation frustration
On 04/09/2011 08:50 PM, Tom Horsley wrote: > New fun game: What is the most underdocumented API in the > vast array of linux devel packages? > > Having spent some time trying to write some code to > use the libgphoto2 library, I vote for it :-). > > I'm currently installing debuginfo for libgphoto2 so > I can see if I can trace through the operation of > the gphoto2 program to observe which library calls > are used to perform which operations. > > (Of course, this is today, if I get through this, > I'm going to want to figure out the video for linux > API, so it could have competition soon :-). Keep notes, write the missing docs. It's the open-source way! :D -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Reasons for choosing Fedora over Debian
On 04/16/2011 09:14 PM, Nikolaus Rath wrote: > Hello, > > I have been using Ubuntu for a couple of years, and I am increasingly > unhappy with it. I dislike the Ubuntu One integration, I think upstart > is irritating, and I am sick of my bug reports vegetating forever in > Launchpad. Therefore I want to switch distributions, and I have already > narrowed it down to either Debian unstable or Fedora (but a release, not > rawhide). > > Unfortunately I have a hard time deciding between the two, because I am > very much biased by the fact that I have already used Debian in the past > and a lot of experience with it. So I invariably come up with random > nice Debian features which then turn out not to exist in Fedora. But on > the other hand, all the nice Fedora features that Debian can't offer are > unknown to me. > > Hence, to allow me to make a good decision, I would be very happy to > hear about your favorite Fedora feature that I would totally miss if I > went with Debian. > > > Just to be clear: I am *not* interested in starting a Debian vs Fedora > thread here. So am only asking for your pro-fedora points, so there > shouldn't even be the possibility of a flamewar :-). > > > > Best, > >-Nikolaus Having used all three extensively, I'd argue for Fedora (I switched shortly after Ubuntu 10.10 came out). All of the distributions are good, and it really just comes down to what benefits you want and what annoyances you can live with. Debian unstable is still a server-oriented OS, so you will be missing a lot of modern toys. Fedora is to RHEL/CentOS as Ubuntu is to Debian; Desktop-focused vs Server-focused, respectively. Some key differences between Ubuntu and Fedora; Fedora is more security-focused where Ubuntu is more usability focused. Your first user in Fedora will not have sudo setup. You will need to setup sudo yourself or use su as needed. Likewise, Fedora will ask you for the *root* user's password every time elevated credentials are needed. This is safer, but can feel more intrusive. If you're a developer, Fedora uses RPM which I find much easier to work with than .deb packages. This is really personal preference though. Fedora 15 *just* went gold, and will use Gnome 3. Whether this is a plus to you are not will largely depend on your computer. Beyond these, I can't think of a whole lot of differences. I actually brought over Ubuntu's default theme to my Fedora box, so I guess I'd have to say that I like the look of Ubuntu more. :P They're all good distros. Try it out and see if it suits you. -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: ecryptfs and password
On 04/24/2011 09:46 PM, ssc1478 wrote: > Hi, > > I'm new to Fedora - been using Ubuntu for years. I just installed > Fedora 14 to my laptop and selected to encrypt /home. > > When I boot, I have to enter the password for the encrypted directory. > Did I set it up wrong? I didn't expect to have to enter the password > at boot but instead thought the login password would be enough. > > Thanks! > > Phil It encrypts the partition, so when the system tries to mount /etc/fstab partitions, of which /home is likely one, it requires the password then. -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: I couldn't send email using Evolution
On 05/07/2011 09:46 PM, Vincent Onelli wrote: > Hello, > I just signed up to Verizon Fios, at first every thing worked OK then > sending email stop work. I contacted Verizon of corse they do not > sopport Linux, but since I had the same problem with windows they > helped me to fix that by changing SMTP "25" to "587" That fix it. > How can I do the same on F14 Evolution I couldn't find any where. > I appresiate some help. > Vinny Add ':587' the the SMTP host name. For example, 'smtp.verizon.net:587'. -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org "I feel confined, only free to expand myself within boundaries." -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Looking for a Howto on Clustering Servers
On 05/10/2011 10:40 PM, Khemara Lyn wrote: > Thanks, Digimer; at least i know the status. Will go through the link > you provided. > > Regards, > Khem You're welcome. Hope it helps, and let me know if you have any feedback/tips/complaints about it. :) -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org "I feel confined, only free to expand myself within boundaries." -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Fedora 15/Gnome 3 on Thinkpad T400s
Before I go through the hassle of a re-install; Has anyone tried out Fedora 15's Gnome 3 on a Thinkpad T400s? lspci tells me it has an "Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller" for a video card. The card is the Intel X4500M Integrated chip, according to the specs. Any insight? Thanks! -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org "I feel confined, only free to expand myself within boundaries." -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: FYI: Centos joins RedHat
On 07/01/14 08:47 PM, Richard Vickery wrote: On Tue, Jan 7, 2014 at 1:30 PM, Matthew Miller mailto:mat...@fedoraproject.org>> wrote: On Tue, Jan 07, 2014 at 03:26:03PM -0600, Steven Stern wrote: > From the CENTOS user mailing list > With great excitement I'd like to announce that we are joining the Red > Hat family. The CentOS Project ( http://www.centos.org ) is joining > forces with Red Hat. Working as part of the Open Source and Standards > team ( http://community.redhat.com/ ) to foster rapid innovation > beyond the platform into the next generation of emerging technologies. Our own Fedora Project Leader Robyn Bergeron has a blog post on this, with some commentary on how Fedora fits in: http://wordshack.wordpress.com/2014/01/07/centos-welcome/ -- Matthew Miller-- Fedora Project-- mailto:mat...@fedoraproject.org>> -- I wonder how / if this is going to affect us. I doubt it will. The closest connection would be EPEL, but that's tenuous and not changing from before. Fedora and CentOS serve very different purposes in the Red Hat ecosystem. I expect any changes, if any at all, to be very symbiotic. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: 2 TB Seagate Drive ??
On 03/02/14 01:15 PM, Jim wrote: Fedora 18. Seagate Barracuda 2 TB HDD SATA 6 Gb/s NCQ 64MB Cache 3.5-Inch Internal Bare Drive ST2000DM001 Has anyone had any experiernce with this hard drive on Linux. It should be just fine. Also, please don't use massive fonts. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: because nothing says "i love you" for valentine's day ...
On 13/02/14 02:11 PM, Robert P. J. Day wrote: ... like some sweet, sweet virtualization: https://pbs.twimg.com/media/BgYGRzjCcAAk1Mi.jpg rday I think KVM has a sale today, too. 100% off all year. :p -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Good Fedora-compatible multi-monitor video card recommendation
Hi all, What would be a good (as in, relatively painless) video card for driving as many 1080p monitors as possible? I'm not concerned about 3D performance at all... It will be to display terminals/rarely-changing web pages only. I know Matrox sort of specializes in multi-monitor setups, but I can't say I've heard them recommended much. Fedora 20, fwiw. Thanks! -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Good Fedora-compatible multi-monitor video card recommendation
On 17/02/14 10:13 PM, DJ Delorie wrote: Digimer writes: What would be a good (as in, relatively painless) video card for driving as many 1080p monitors as possible? I'm not concerned about 3D performance at all... It will be to display terminals/rarely-changing web pages only. I know Matrox sort of specializes in multi-monitor setups, but I can't say I've heard them recommended much. I'm currently running four big monitors on an ATI Radeon HD, so if you can fit three of those cards into a box, that 's 12 monitors right off the bat, and you could probably add some DP splitters to get more. I've tried a matrox card. In theory, it can drive up to 12 monitors with four triple-head-to-go adapters, but it had some driver issues that kept me from using it (mostly dealing with vlc and youtube) and they didn't officially (or actually, when I reported bugs) support the version of Fedora I was running anyway. But, if they happen to support the version of the kernel you're running, and you don't need 3D or video, they're a good choice, although multiple HD cards would probably be cheaper. You're the 3rd person to recommend looking at ATI, so I will do that. Thank you kindly! -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Critical bug in GnuTLS
On 04/03/14 08:26 PM, Matthew Miller wrote: On Wed, Mar 05, 2014 at 12:01:04AM +, Patrick O'Callaghan wrote: http://arstechnica.com/security/2014/03/critical-crypto-bug-leaves-linux-hundreds-of-apps-open-to-eavesdropping/ Putting aside the slightly hysterical tone of the article, this is appears to be a real bug with potentially serious implications. I see that Koji has an updated rpm for F21 and wonder if this will be backported to F20 and F19. Like *soon*. https://admin.fedoraproject.org/updates/FEDORA-2014-3413/gnutls-3.1.20-4.fc20 https://admin.fedoraproject.org/updates/FEDORA-2014-3363/gnutls-3.1.20-4.fc19 These need testing and karma. Tested and karma'ed. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Screen Brightness Keys Not Working - Thinkpad W540 & Fedora 20
On 15/03/14 01:44 PM, D. Hugh Redelmeier wrote: | From: CS DBA | Just setup a Thinkpad W540, most everything is working well. I hope you are aware that there is a BIOS bug that can cause Linux to brick the machine. As in: once it happens, the motherboard needs to be replaced. See this, for example: <http://forums.lenovo.com/t5/W-Series-ThinkPad-Laptops/HOWTO-Brick-a-W540-in-easy-steps/m-p/1414465/highlight/true#M43530> Google will tell you more. Wow, that's major. Thanks for the heads-up! -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Linux-compatible (micro) SD card
On 30/03/14 11:46 PM, Geoffrey Leach wrote: I need to acquire a micro-SD card. Having been burned by compatibility problems once already, I thought I'd ask. Is there anywhere a list of SD specs that are supported by the current kernel? Thanks. Can't answer that question directly, but any of the major vendors should be fine. I've used Kingston and Sandisk just fine. Just be careful of "too good to be true" deals, there are a lot of counterfits out there. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Good tutorial on setting up a grid/cluster using fedora
On 02/04/14 02:54 PM, Bill Oliver wrote: Just to see if I can do it, I thought I'd set up a small grid/cluster using fedora. Does anybody know of a good step-by-step guide for this (preferably free and online :-) )? Thanks, billo What kind of cluster? There are two main types; 1. High-Availability (HA) 2. High-Performance Computing (HPC) There is also 'Load Balancing', which is a form of HPC. In the HA space, it's faily easy to write tutorials as a given config can more or less be applied to numerous use-cases. In the HPC/LB world, it really comes down to the problem you're trying to solve. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Good tutorial on setting up a grid/cluster using fedora
On 02/04/14 03:30 PM, Bill Oliver wrote: On Wed, 2 Apr 2014, Digimer wrote: On 02/04/14 02:54 PM, Bill Oliver wrote: Just to see if I can do it, I thought I'd set up a small grid/cluster using fedora. Does anybody know of a good step-by-step guide for this (preferably free and online :-) )? Thanks, billo What kind of cluster? There are two main types; 1. High-Availability (HA) 2. High-Performance Computing (HPC) There is also 'Load Balancing', which is a form of HPC. In the HA space, it's faily easy to write tutorials as a given config can more or less be applied to numerous use-cases. In the HPC/LB world, it really comes down to the problem you're trying to solve. I'm more interested in high performance. Anyway, while my civilian job is more traditional death investigation, I still do a fair amount of image analysis for clients as a private sideline. So, I'm interested in doing stuff like image manipulation in frequency space, wavelet decomposition, etc. of large numbers of images. Also, I'm interested in setting up a neural network to help me with my fantasy baseball picks :-). billo Ya, just a little TMI. I think you will need something fairly custom HPC setup... You will need to find a way to break your work up into pieces and send them out the the various nodes, then collect the returned results and piece them back together (and handle timeouts of jobs not returned by a given node and re-issue to another node). There are some projects out there that might work as a foundation, but it's slipping outside my expertise (I'm an HA admin). I would suggest stopping by freenode.net's #hpc channel and seeing what they might be able to recommend. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Good tutorial on setting up a grid/cluster using fedora
On 02/04/14 03:46 PM, Bill Oliver wrote: On Wed, 2 Apr 2014, Digimer wrote: Ya, just a little TMI. I think you will need something fairly custom HPC setup... You will need to find a way to break your work up into pieces and send them out the the various nodes, then collect the returned results and piece them back together (and handle timeouts of jobs not returned by a given node and re-issue to another node). There are some projects out there that might work as a foundation, but it's slipping outside my expertise (I'm an HA admin). I would suggest stopping by freenode.net's #hpc channel and seeing what they might be able to recommend. I've run a small render farm back when I did forensic animations -- but you don't have to have the computers connected for a render farm. But yeah, if I have 100 images and want to do ffts on all of them, I can run scripts on five machines that do 20 each. I'd like to see if a "real" cluster would improve stuff. In addition, some of the software I've used supports real parallelism. billo How do you define "real cluster"? -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Good tutorial on setting up a grid/cluster using fedora
On 02/04/14 03:58 PM, Bill Oliver wrote: On Wed, 2 Apr 2014, Digimer wrote: On 02/04/14 03:46 PM, Bill Oliver wrote: On Wed, 2 Apr 2014, Digimer wrote: > > Ya, just a little TMI. > > I think you will need something fairly custom HPC setup... You will > need to find a way to break your work up into pieces and send them out > the the various nodes, then collect the returned results and piece > them back together (and handle timeouts of jobs not returned by a > given node and re-issue to another node). > > There are some projects out there that might work as a foundation, but > it's slipping outside my expertise (I'm an HA admin). I would suggest > stopping by freenode.net's #hpc channel and seeing what they might be > able to recommend. > > I've run a small render farm back when I did forensic animations -- but you don't have to have the computers connected for a render farm. But yeah, if I have 100 images and want to do ffts on all of them, I can run scripts on five machines that do 20 each. I'd like to see if a "real" cluster would improve stuff. In addition, some of the software I've used supports real parallelism. billo How do you define "real cluster"? Something that I can take *one* program compiled for parallelization that will distribute the processing among machines, as compared to running multiple invocations of a program on different machine, each chewing on a different dataset. For instance, a render farm where I run 15 instances of Maya or Blender on 15 machines, each rendering a different set of frames to be later combined for an animation isn't a "real cluster" to me. Running one instance of Maya or Blender to use the memory and processing of all 15 machines would be a "real cluster" for me -- assuming a parallel version of Maya or Blender that could do that, of course. billo I think OpenMosix tried to do this but went defunct quite some time ago. LinuxMPI seems to have taken over the source code, but I am not sure it does what you want. In short, I don't know if there is anything that can sum the computational power of multiple systems and transparently make it look like a single super fast machine. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Good tutorial on setting up a grid/cluster using fedora
On 02/04/14 04:30 PM, Greg Woods wrote: On Wed, 2014-04-02 at 16:02 -0400, Digimer wrote: In short, I don't know if there is anything that can sum the computational power of multiple systems and transparently make it look like a single super fast machine. My experience says there isn't. Granted I am not an expert in parallel computing, but I work for a supercomputing site. About 15 years ago, high performance computing hit the wall with regard to how fast a single processor can be. We had CRAY computers that used vector processing; that means executing the same instructions on a range of memory words at the same time in one instruction cycle. This means that code like for i = 1,100 do a[i]=a[i]*2 done would execute at the same speed as "x=x*2" (in this admittedly trivial example, you get a factor of 100 speedup). That was a lot easier to program for than multiprocessing, but even that required careful attention when writing code so that it would vectorize and get the performance boost. After single processor computing hit the wall, we and every other HPC site had to go to parallel processing (modern supercomputers have tens of thousands of processors running on thousands of separate nodes). This too requires special coding, so that your program will naturally break up into separate tasks that can be executed in parallel. That is true whether you are talking about using multiple processors on a single machine, or spreading a code over multiple systems. There are MPI libraries to make this task easier, but it is never as simple as "OK, now execute this unmodified code five times as fast using five machines instead of one". How difficult it is to parallelize the code depends, as has already been said here, on the particular application to be parallelized. --Greg This confirms my understanding, thanks. :) -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Good tutorial on setting up a grid/cluster using fedora
On 02/04/14 05:34 PM, Bill Oliver wrote: Oh well, as I said, I remember back in the day trying to build a Beowulf cluster and deciding that it just wasn't worth the effort. I was hoping that new tools were around to make it easier, with all the new advances in cloud and virtualization, but no such luck, it seems. "Cloud" is a pretty specific tech that doesn't really tie into clustering, per-se. It's more of a tech for rapidly provisioning/deleting/modifying servers (setting aside other 'cloud' techs like remote storage). Clustering is either about making virtual machines more available (HA clustering) or making a given task faster (maximizing resources of many hardware nodes). Neither of which really overlap much with 'cloud', though in the virtualization space, some technology is shared. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Can Fedora run on Lenovo ThinkPad T430?
On 07/04/14 03:30 PM, Oliver Ruebenacker wrote: Hello, Is it at all possible to run Fedora on a Lenovo ThinkPad T430 without crashing three to five times per day? Has any one been able to do this? That is my experience. I'm on F20. Today, there were some update, including a new kernel, which made things worse, and now it won't boot into the latest kernel at all. Windows 8 on same machine runs fine (it's dual-boot with GRUB going first). I have been having these problems since months. I always, thought, maybe with the next update, things will get better, but they haven't. I might just give up on Fedora. Thanks! Best, Oliver I'm on the W530 and Fedora 20, and I rarely crash now. However, I used to get a lot of crashes, which seemed to be related to the mouse driver. I could usually trigger this crash by opening virt-manager, opening a VM and moving the VM's desktop window around. I think it was fixed though because, as I said, I've not had crashes recently. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Need advice
On 15/04/14 09:43 PM, Rachmayanto Surjadi wrote: Hi all: We are developing internal software using MySql dB and are planning to use Fedora for the server. Please don't do that. Fedora is awesome, but it's a desktop OS, not a server OS. The life cycle is way to short and it's not hardened like a server-focused distro. RHEL/CentOS would make a much better OS, and if you needed something newer than it offers, check the EPEL repo. The question is how do we know that this hardware (motherboard, CPU) really support Fedora version 18 or 19? We are looking at mobo from Asus or Intel or Gigabyte, but did not find firm answer. We did not find the info from mobo websites either. Most consumer mainboard manufacturers don't list Linux support. Another reason to use server-grade hardware is that it is usually validated against RHEL 6 (and thus CentOS 6 will work). You can get good server-grade hardware for not too much more money. The mobo that got our interest are the ones with H77 or Z77 or H87 chipsets. Any particular reason? You might want to look at Intel, if you really want this. Check their "Server and Workstation" section, they are usually quite Linux friendly and they make the chipset info readily available. Is there any URL for me to get the information we need? Thanks in advance. Regards, Rachma -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Need advice
On 17/04/14 01:41 AM, Roger wrote: This conversation has piqued my curiosity. Fedora becomes end of life. I'm guessing that means the kernel and associated components go EOL. What would be the difference between an EOL well serviced and managed Fedora 19 and newly installed CentOS6.5 as far as internet safety and security goes? As soon as Fedora goes EOL, no more updates are released (1 month after the second version passed has been released, so F18 went EOL 1 month after F20 was released). CentOS gets it's updates from upstream (Red Hat), which is supported for at least ten years after initial release. So CentOS 6 servers will get updates until 2020, at least. I'm guessing that EAL Fedora apps like apache or nginx, php, perl, python, Ruby, c, mariadb, OpenSSL, firewall and the other security apps as well as Inkscape, Blender, LibreOffice Firefox, Thunderbird and others would keep on updating as they do in CentOS until the updates did not fit with installed kernel requirements which could conceivably be quite some time down the track. Pardon my terminology, I'm out of depth here. Once EOL, nothing gets updated on the OS, period. I don't remember any conversations for years about attacks on Fedora system it'self, so what parts of Fedora are or could become dangerous after EOL down the track? What would one have to look out for if one does keep an EOL Fedora for a number of years? Roger Once a system stops being updated, it's only a matter of time before it becomes exploitable. An EOL OS should never be used on a system you care about. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Need advice
On 17/04/14 09:59 AM, Steve Searle wrote: Around 02:53pm on Thursday, April 17, 2014 (UK time), Tim wrote: Allegedly, on or about 17 April 2014, Roger sent: What would one have to look out for if one does keep an EOL Fedora for a number of years? You wouldn't be able to install new applications on it. e.g. If, years later, someone develops something that sounds interesting to you, it will depend on whatever was currently available, which you wouldn't have. You may be able to compile it from source, though that might be a pain, or perhaps not possible - because you'd need to compile all the system stuff, not just the application. I would think the lack of any security updates would be a more serious problem than this. Steve Also, a lot of Fedora packages make it into EPEL, which can be installed on CentOS/RHEL. Even still, I agree with you that security and bug fixes trump features in servers. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Disaster recovery recommendations
On 30/10/15 03:48 PM, Max Pyziur wrote: > > Greetings, > > I have three drives; they are all SATA Seagate Barracudas; two are > 500GB; the third is a 2TB. > > I don't have a clear reason why they have failed (possibly due to a > deep, off-brand, flakey mobo; but it's still inconclusive, but I would > like to find a disaster recovery service that can hopefully recover the > data. > > Much thanks for any and all suggestions, > > Max Pyziur > p...@brama.com The answer will largely depend on where you are, geographically. Might be best to ask a local LUG or IT group for recommendations. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
alt + above_tab changes work-spaces, how to disable?
Hi all, With Fedora 23 using the "Power Alt+Tab" extension, + <~> and + <~> (~ == 'above_tab'), gnome cycles through the work spaces instead of the other windows in the active application. This wasn't the case in Fedora 22. Does anyone know how to disable the workspace cycling? I tried looking in dconf-editor -> org > gnome > desktop > wm > keybindings without luck. I am not sure how to look into how extensions work, and I realize this might be an issue with the extension instead of gnome itself. If that is the case, any pointer on how to look into extensions would be much appreciated, too. Thanks for any help! This is making me pull my hair out... -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Someone or Admin please provide this file
On 09/01/16 08:02 PM, M. Gelle wrote: > I wish I can offer them a payment but couldn't trust with my CC. That's > all they need. So it's commercial software and you're asking the fedora list to help you get a pirate copy? > Some Fedora or CentOS users must have this same laptop or Asus or Acer > and others - they all come with this wlan card. > That's why I posted on you guys. Can't some Fedora gurus copy this? > Ubuntu users can't be ahead with this, why? > > On Sat, Jan 9, 2016 at 4:47 PM, Joe Zeff <mailto:j...@zeff.us>> wrote: > > On 01/09/2016 04:37 PM, M. Gelle wrote: > > Yes, Joe. I have been getting that message for a while. I posted > this to > you guys as a last resort, in case someone can email it from their > computer. I have nothing to worry about this laptop. This > solution seems > to have originated from Ubuntu or Debian but I only run Fedora 23 & > CentOS 7.2. Please spread the word. > > > Well, since the problem's at the other end, not yours, what do you > expect us to do about it? Have you tried emailing the technical > contact for the domain? > > -- > users mailing list > users@lists.fedoraproject.org <mailto:users@lists.fedoraproject.org> > To unsubscribe or change subscription options: > https://admin.fedoraproject.org/mailman/listinfo/users > Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines > Have a question? Ask away: http://ask.fedoraproject.org > > > > -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Finding the date on which a Fedora 23 was installed on a given machine
I usually check the mtime on /root/anaconda-ks.cfg. On 14/01/16 12:43 PM, Kevin Wilson wrote: > Hello all, > > Is there a way to find out the date on which a Fedora distro was > installed on a given machine (assuming that the date was set correctly > on the machine when it was installed)? > > Regards, > Kevin > -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: opensource.com user poll
On 14/01/16 06:50 PM, Dan Mossor wrote: > I may be violating some rule somewhere in this mailing, so please don't > flame me if I'm wrong. opensource.com is running a poll to determine the > favorite Linux distro in use. As of this writing, Fedora is in 4th place > behind Ubuntu, Mint and Arch, and slightly ahead of Debian. > > Can we get Fedora to the top? It would be nice to get some good press > for a change... > > https://opensource.com/life/16/1/which-linux-distribution-do-you-use To what end? I don't think Fedora tries to be a general desktop OS. It's always appeared to me to be more aimed at professional/developers. Even if not, polls like that are hardly scientific so I can't imagine them having much impact one way or the other. My $0.02. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Helping improve support for Thinkpad P70
Hi all, After much struggling with Fedora 23 and CentOS 7 on a new Thinkpad P70, I failed to get things working well. With all stock install/updates, using "hybrid" graphics (intel + nvidia m600m), I would get a black bar along the bottom of the screen that wouldn't display, but was there (I could type, but not see what I typed, in full screen terminals for example). If I switched to pure nvidia (discrete mode), I would get 1024x768 on the nouveau drivers. I tried the RPMfusion nvidia drivers and it would work for a short time only. First time that I suspended the laptop, I'd lose the screen for good, even after a power cycle (text mode during boot would show, but nothing when gnome started), but I could SSH into it so the system was OK. So on and so forth with Fedora, CentOS, EPEL kernel-ml, etc. I decided to try ubuntu, just to see if it was linux itself, but it appears to work out of the box. So I am pretty sure that Linux in general is OK (at least workable). It's a 4k screen on the laptop, for what it matters. My question then is this; How/what can I do, as a user, to help improve support for this machine under Fedora (and RHEL/CentOS)? I'm a sysadmin who works with EL, so I'd really like to make this machine work in fedora where I am most comfortable. :) Thanks! -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: iptables
On 31/03/16 08:26 PM, jd1008 wrote: > Has fedora dropped support for iptables in favor of firewalld? firewalld configures iptables. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Kickstart Help
On 24/04/16 06:38 PM, Alex Thomas wrote: > Looking for help in building a .ks file for my laptop. I have looked at > the anaconda-ks.cfg file you are given when installing Fedora 23 > Workstation, and it seams like all of the disk partitioning information > is missing. Is this file a condensed version with some shortcuts? Is > there another file I should be looking at as I teach myself about > kickstart? > > Specifically I want to build a ks file that for partitioning I can set > up so it does full disk encryption with / = ext4 and /home = xfs . > > Thank you, > > Alex Thomas By default, the partition and formatting section is removed to prevent accidental re-use that blows away a user's data. Use the anaconda-ks.cfg as a foundation, and then refer to the documentation on details about automating partitioning and formatting of storage. https://docs.fedoraproject.org/en-US/Fedora/22/html/Installation_Guide/appe-kickstart-syntax-reference.html digimer -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Any apps for using a tablet as a second monitor?
Hi all, I came across this video; https://youtu.be/jwhFr5Ax3Fk Setting aside the cheese at the end, it actually seems like a brilliant idea. I wonder if anyone knows of anything like this for using android tablets as second/third displays on Fedora? This would make dev work so much nicer! I generally don't use an external monitor simply because they're not portable. A tablet or two though... :D -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Any apps for using a tablet as a second monitor?
On 29/07/16 03:33 PM, Tom Horsley wrote: > You can certainly get VNC clients for tablets (at least > for android - don't know about ipad), then you could > run a separate VNC session on your computer and access > it with the VNC client on the tablet :-). My goal would be to have it work as a normal second monitor, so that I could drag windows to/from it. I think this might be much better for my needs though; https://www.asus.com/ca-en/Monitors/MB169BPlus/ I'm going to pick one up today and test it. If anyone is interested, I'll post back with my success/failure (fedora 23 + thinkpad p70). With luck, it will "just work". If it does, I plan to buy a second one and go for triple header. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Any apps for using a tablet as a second monitor?
On 29/07/16 02:28 PM, Digimer wrote: > Hi all, > > I came across this video; https://youtu.be/jwhFr5Ax3Fk > > Setting aside the cheese at the end, it actually seems like a > brilliant idea. I wonder if anyone knows of anything like this for using > android tablets as second/third displays on Fedora? This would make dev > work so much nicer! > > I generally don't use an external monitor simply because they're not > portable. A tablet or two though... :D Self reply because I found a solution! \o/ I picked up an ASUS MB169B+ (USB-3 version, not USB-C). Getting it to work was surprisingly easy, but did take a touch of work to sort out. So I write a little tutorial here for anyone else who might want a similar setup: https://alteeve.ca/w/ASUS_MB169B%2B_on_Fedora_23 I now have to sort out mixing hidpi (4k laptop screen) and normal dpi (ASUS). There is a hint here: http://askubuntu.com/questions/393400/is-it-possible-to-have-two-different-dpi-configurations-for-two-different-screen but I've not yet tried it. If I get it setup properly, I'll update the tutorial. Cheers and thanks to those who replied earlier. :D -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: unsubscribe fedora proyect
Email preferences are controlled using the same web interface you used to subscribe initially. Please click on the "users mailing list" link at the bottom of this (and all mailing list) message. digimer On 14/12/16 03:07 PM, JOSE DAVID ORTEGA ARCINIEGAS wrote: > good day > > > no more emails fedora proyect > > > > ___ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send an email to users-le...@lists.fedoraproject.org > -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: How can I prevent udevd from renaming eth0 to em1
On 10/17/2012 04:01 PM, JD wrote: > > On 10/16/2012 05:05 PM, JD wrote: >> >> On 10/16/2012 02:27 AM, Reindl Harald wrote: >>> >>> Am 16.10.2012 04:58, schrieb JD: >>>> I googled this and came across 2 purported >>>> solutions, neither of which worked. >>>> 1. Uninstall package biosdevname and reboot. >>>> >>>> That did not prevent udevd from renaming eth0 to em1. >>>> >>>> 2. Add the line >>>> biosdevname=0 >>>> to /boot/grub2/grub.cfg >>>> >>>> That did not work either. >>>> Any other way to get around this renaming? >>> find out your MAC-address with "ifconfig -a" >>> make a udev-rule like below (ONE line) for the MAC >>> reboot the machine after that and you are done >>> >>> [root@rh:~]$ cat /etc/udev/rules.d/70-persistent-net.rules >>> # PCI device 0x8086:0x1502 (e1000e) >>> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", >>> ATTR{address}=="78:ac:c0:b1:76:e4", ATTR{dev_id}=="0x0", >>> ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" >>> >>> >>> >> I made the change and rebooted. >> >> $ dmesg | grep em1 >> [5.949297] udevd[219]: renamed network interface eth0 to em1 >> $ ifconfig eth0 >> eth0: error fetching interface information: Device not found >> >> $ cat /etc/udev/rules.d/70-persistent-net.rules >> # This file was automatically generated by the /lib/udev/write_net_rules >> # program, run by the persistent-net-generator.rules rules file. >> # >> # You can modify it, as long as you keep each rule on a single >> # line, and change only the value of the NAME= key. >> >> # PCI device 0x168c:0x0023 (ath9k) >> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", >> ATTR{address}=="edited-out", ATTR{dev_id}=="0x0", ATTR{type}=="1", >> KERNEL=="wlan*", NAME="wlan0" >> >> # PCI device 0x1039:0x0900 (sis900) >> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", >> ATTR{address}=="edited-out", ATTR{dev_id}=="0x0", >> ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" >> >> # USB device 0x0bda:0x8187 (usb) (custom name provided by external tool) >> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", >> ATTR{address}=="edited-out", ATTR{dev_id}=="0x0", ATTR{type}=="1", >> KERNEL=="wlan*", NAME="wlan1" >> > So, does anyone have any other suggestion how to > prevent udevd from renaming eth0 to em1? Here is what I wrote down for changing ethernet devices to any arbitrary name you want, including ethX, under Fedora 17 (15+, actually). https://alteeve.ca/w/Changing_Ethernet_Device_Names_in_EL7_and_Fedora_15%2B You don't need to mess with biosdevname, juts set/edit 70-persistent-net.rules (details described in the above link). -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: How can I prevent udevd from renaming eth0 to em1
On 10/17/2012 06:24 PM, JD wrote: > Briefly > $ ifconfig -a > em1 Link encap:Ethernet HWaddr xx:xx:...etc > > loLink encap:Local Loopback > > virbr0Link encap:Ethernet HWaddr xx:xx:...etc > > virbr0-nic Link encap:Ethernet HWaddr xx:xx:...etc > > wlan0 Link encap:Ethernet HWaddr xx:xx:...etc Ah, I see. On my systems, I get: === em1: flags=4099 mtu 1500 ether f0:de:f1:fc:65:b3 txqueuelen 1000 (Ethernet) === So the script says "grab any non-space character up to the colon (foo:). Your now showing a colon, so it fails to match. Try replacing: === if ($line =~ /^(\S+):/) === With: === if ($line =~ /^(\S+)/) === -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: How can I prevent udevd from renaming eth0 to em1
On 10/17/2012 09:18 PM, Digimer wrote: > On 10/17/2012 06:24 PM, JD wrote: >> Briefly >> $ ifconfig -a >> em1 Link encap:Ethernet HWaddr xx:xx:...etc >> >> loLink encap:Local Loopback >> >> virbr0Link encap:Ethernet HWaddr xx:xx:...etc >> >> virbr0-nic Link encap:Ethernet HWaddr xx:xx:...etc >> >> wlan0 Link encap:Ethernet HWaddr xx:xx:...etc > > Ah, I see. On my systems, I get: > > === > em1: flags=4099 mtu 1500 > ether f0:de:f1:fc:65:b3 txqueuelen 1000 (Ethernet) > === > > So the script says "grab any non-space character up to the colon (foo:). > Your now showing a colon, so it fails to match. > > Try replacing: > > === > if ($line =~ /^(\S+):/) > === > > With: > > > === > if ($line =~ /^(\S+)/) > === Strike that, I see that you are also showing the HWADDR on the same line, so the whole regex this is going to miss your output. Skip the script; The main thing is to take the 'em1 ... HWadd: aa:bb:cc:dd:ee:ff' and put it in 70-persistent-net.rules as (one line); SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="aa:bb:cc:dd:ee:ff", NAME="eth0" Then in you 'ifcfg-eth0' file, set 'DEVICE="eth0"' and make sure there is no HWADDR="..." line. Reboot and you should be golden. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: spam and newbies and niceness
On 10/19/2012 06:23 PM, Matthew Miller wrote: > On Fri, Oct 19, 2012 at 06:01:19PM -0400, David wrote: >> I had this 'fixed' about two weeks ago and then you Newbies opened the >> sluice gate. Can't fix *your* email? At least please don't re-swan it >> for those of us that can. > > Hey, let's be nice to the newbies. Otherwise, they're just going to go away > rather than learning, and learning and sharing is the point of this list. Big +1. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: How can I prevent udevd from renaming eth0 to em1
A while back, I ran into a problem trying to rename interface names (details of which I no longer remember). The solution at the time was to create an empty '/etc/udev/rules.d/70-persistent-net.rules', then to make it immutable (chattr -i /etc/udev/rules.d/70-persistent-net.rules), then finally to create '/etc/udev/rules.d/69-persistent-net.rules' with the rules/names I wanted. Maybe this will help you? -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: How can I prevent udevd from renaming eth0 to em1
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/22/2012 12:15 AM, Michael H. Warfield wrote: > On Sun, 2012-10-21 at 23:02 -0500, Bruno Wolff III wrote: >> On Sun, Oct 21, 2012 at 13:43:17 -0400, "Michael H. Warfield" >> wrote: >>> >>> Now that being said, there's still some notable differences. >>> Most of my machines (some F16 and some F17, some i686 and some >>> x86_64) came up with p2p1 for interface names and his is coming >>> up em1. Obviously something > >> em1 would be the first embedded nic. Probably its built into the >> motherboard. p2p1 is a nic attached to the pic bus. I think its >> the second slot, first port. (Probably the card has only one >> port, but some have more than one.) > > Ok... And that then makes it even weirder since all my Dell > towers (Optiplex GX620 x86_64 machines and Optiplex GX280 i686 > machines) are all uniformly coming up p2p1 for the motherboard nic > (they don't have any add-on nics). Maybe it's the way they are > designed... IAC, my Dell 2U PowerEdge helped me diagnose the > problem and chase it into the initramfs and biosdevname. > > Thanks! > > Regards, Mike It's an imperfect science. My onboard NICs also come up as p1p1 and p1p2. - -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iQIcBAEBAgAGBQJQhMlmAAoJEJL1R7RwoP6ISEsQAIEXYNx/arE/msvzSpUKx/tS 0NE07X2m2vLEdPw9ryLLlWqSZJjLsBYJuLxguAPXZy0+x5bZyxBlFhv0n1Lj7S1i 4mYHrgB5Fjl+SpAnFNU8/nDhOKgRY2c5hTpTTgbIyU37BiKZQNRU0s4cIZsVDsfB YkNyu1kbbzkuvhupg8hwjZmS3YryZNCf6OUJgD/3wpU0cQQ5aIAb/lCP9tAJsEzh mxRSNiBJsswGk9oC+eu1qvKqLvClSk0pLOWVGEof/fl+5573RwQhjyfACcHJluvp Z3XFtNaxqkFvUvOEVqqbuGX/wKQUtvnf7TEIEmMRbZWzvRUNS3PvmIqaxQt8gpNN sLnXJLeSWmSndaX1pmBBjWVJEKdhwlNIiGo9TTV4jKTFouKaVBCLAX/wbX08K/Q+ tIsZYOUNbjd0DMA1yNvHsEnK7zVaPrSYJF5ZOFTE/XxiYxOSj3KjTJ7vaX/AT7so Y0WlUzOo1r1ZhAr1M/4xVwuASELUsiwJmeC5cBRWp+dEIKQe6eH9jMBOCvFhsEYr weeu3QmZ2MYW8gd8JDnBRdcBeqPnqGva3ObFlqFtTL+I5NpQbNC3wb2Th1pqGRB2 BqbDWV5sHsdZTEPC/G8NJWLAaVErJOYhiOpcysoDV1Bpluher3lVH2zI5lZwANB5 2Sbtya5KHCbKFXbuqUnb =UGaw -END PGP SIGNATURE- -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: How can I prevent udevd from renaming eth0 to em1
On 10/23/2012 06:20 PM, Bill Davidsen wrote: > Digimer wrote: >> On 10/17/2012 09:18 PM, Digimer wrote: >>> On 10/17/2012 06:24 PM, JD wrote: >>>> Briefly >>>> $ ifconfig -a >>>> em1 Link encap:Ethernet HWaddr xx:xx:...etc >>>> >>>> loLink encap:Local Loopback >>>> >>>> virbr0Link encap:Ethernet HWaddr xx:xx:...etc >>>> >>>> virbr0-nic Link encap:Ethernet HWaddr xx:xx:...etc >>>> >>>> wlan0 Link encap:Ethernet HWaddr xx:xx:...etc >>> >>> Ah, I see. On my systems, I get: >>> >>> === >>> em1: flags=4099 mtu 1500 >>> ether f0:de:f1:fc:65:b3 txqueuelen 1000 (Ethernet) >>> === >>> >>> So the script says "grab any non-space character up to the colon (foo:). >>> Your now showing a colon, so it fails to match. >>> >>> Try replacing: >>> >>> === >>> if ($line =~ /^(\S+):/) >>> === >>> >>> With: >>> >>> >>> === >>> if ($line =~ /^(\S+)/) >>> === >> >> Strike that, I see that you are also showing the HWADDR on the same >> line, so the whole regex this is going to miss your output. >> >> Skip the script; The main thing is to take the 'em1 ... HWadd: >> aa:bb:cc:dd:ee:ff' and put it in 70-persistent-net.rules as (one line); >> >> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", >> ATTR{address}=="aa:bb:cc:dd:ee:ff", NAME="eth0" >> >> Then in you 'ifcfg-eth0' file, set 'DEVICE="eth0"' and make sure there >> is no HWADDR="..." line. Reboot and you should be golden. >> > He's going to have to create an ifcfg file for this device, right? Will > the ifup do the right thing for an em hardware interface renamed to eth > (don't have em so can't compare) Yes, you need a corresponding 'ifcfg-' file to match the udev.d's NAME="" value. Do not use the ifcfg-'s 'HWADDR="..."' though. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Help! I can no longer boot F12
On 11/02/2012 10:24 PM, Dan Thurman wrote: > > Apparently, my disk started failing and dropped > some critical files. > > I tried to use LiveCD but I cannot do a linux rescue > > What I planned to do was to yum reinstall and try to > recover what is missing. > > Does this make any sense? Not really. Boot off of a current live cd, plug in a USB drive, mount it. Mount your existing partitions and copy the files over to the USB drive. At least then your data is safe. *Then* worry about recovering your operating system. Probably need a new disk though, if this one failed badly enough to stop booting. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Brother HL5250 vs. Cups (Again)
On 11/26/2012 12:48 PM, Jonathan Ryshpan wrote: > When I try to print double sided to this printer I get a single page > reading: > > ERROR NAME; > stackunderflow > COMMAND; > pop > OPERAND STACK; > > I almost always see this when printing anything double sided from > Firefox or from Acroread, but not when printing from Okular or > LibreOffice. There are other weird problems, but too erratic to > report. > > System is Fedora-17 fully up to date, running on x86_64 hardware. The > ppd file appears to come from: > foomatic-db-ppds-4.0-31.20120103.fc17.noarch > > Has anyone else seen this? What's the problem? How can it be fixed? > Any ideas on how to debug? > > Thanks in advance - jon I get this with my brother laser printers, including an all-in-one without duplex. Never found a solution though, except to print to PDF, then to print from the PDF at which point it works. I'd love to hear of a fix. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
External monitor of Thinkpad W530
Hi all, Has anyone gotten an external monitor working on a Thinkpad W530 (or similar, T530, etc) laptop? I've got Fedora 18 x86_64 running integrated graphics only (I tried getting optimus to work but got tired and banging my head on the wall). Any tips/pointers/gotchas will be much appreciated. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Frequent Gnome lock-ups since fresh F18 install
Hi all, I had F17 and updated it last week to F18. It was perfectly stable and I had no problems with Gnome. I did a fresh install of F18 (fresh drive) on Sunday and since then Gnome 3 has locked up hard on me six times (three times just today). Each time, I can ctrl+alt+f2 into a terminal and I've tried restarting various things without successfully recovering. If I run 'init 3' -> 'init 5', Gnome restarts and the system is usable again. It seems to happen randomly, though it generally happens when I am flipping between windows with alt+tab or alt+tilde. That said, it just crashed on me when I tried to unlock the screen after being gone for about an hour. This time, I checked syslog and these were the last messages before the lock up; === Feb 12 21:38:50 lemass systemd[1]: Starting Getty on tty2... Feb 12 21:38:50 lemass systemd[1]: Started Getty on tty2. Feb 12 21:38:51 lemass dbus-daemon[749]: dbus[749]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) Feb 12 21:38:51 lemass dbus[749]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) Feb 12 21:38:51 lemass dbus-daemon[749]: dbus[749]: [system] Successfully activated service 'net.reactivated.Fprint' Feb 12 21:38:51 lemass dbus[749]: [system] Successfully activated service 'net.reactivated.Fprint' Feb 12 21:38:51 lemass dbus-daemon[749]: Launching FprintObject Feb 12 21:38:51 lemass dbus-daemon[749]: ** Message: D-Bus service launched with name: net.reactivated.Fprint Feb 12 21:38:51 lemass dbus-daemon[749]: ** Message: entering main loop Feb 12 21:39:12 lemass systemd-logind[743]: New session 5 of user root. Feb 12 21:39:22 lemass dbus-daemon[749]: ** Message: No devices in use, exit === This time I tried restarting dbus.service and it closed and, eventually, restarted Gnome. This is getting to the point where I can't really be productive with my laptop. Whenever it hangs, I lose anything not yet saved as gnome becomes totally unresponsive. I am not sure what I would open a ticket on even. Any help would be appreciated. Digimer -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Frequent Gnome lock-ups since fresh F18 install - Yet another crash, yet more logs
9 lemass dbus[17425]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' Feb 13 15:13:29 lemass dbus-daemon[17425]: dbus[17425]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' Feb 13 15:13:29 lemass systemd[1]: Starting Bluetooth service... Feb 13 15:13:29 lemass bluetoothd[17602]: bluetoothd[17602]: Bluetooth daemon 4.101 Feb 13 15:13:29 lemass bluetoothd[17602]: Bluetooth daemon 4.101 Feb 13 15:13:29 lemass dbus-daemon[17425]: dbus[17425]: [system] Successfully activated service 'org.bluez' Feb 13 15:13:29 lemass dbus[17425]: [system] Successfully activated service 'org.bluez' Feb 13 15:13:29 lemass bluetoothd[17602]: Starting SDP server Feb 13 15:13:29 lemass bluetoothd[17602]: Parsing /etc/bluetooth/input.conf failed: No such file or directory Feb 13 15:13:29 lemass bluetoothd[17602]: Bluetooth Management interface initialized Feb 13 15:13:29 lemass bluetoothd[17602]: Parsing /etc/bluetooth/serial.conf failed: No such file or directory Feb 13 15:13:29 lemass bluetoothd[17602]: bluetoothd[17602]: Starting SDP server Feb 13 15:13:29 lemass bluetoothd[17602]: bluetoothd[17602]: Parsing /etc/bluetooth/input.conf failed: No such file or directory Feb 13 15:13:29 lemass bluetoothd[17602]: bluetoothd[17602]: Bluetooth Management interface initialized Feb 13 15:13:29 lemass bluetoothd[17602]: bluetoothd[17602]: Parsing /etc/bluetooth/serial.conf failed: No such file or directory Feb 13 15:13:29 lemass systemd[1]: Started Bluetooth service. Feb 13 15:13:29 lemass bluetoothd[17602]: Adapter /org/bluez/17602/hci0 has been enabled Feb 13 15:13:29 lemass bluetoothd[17602]: bluetoothd[17602]: Adapter /org/bluez/17602/hci0 has been enabled Feb 13 15:13:39 lemass systemd-logind[17443]: New session 25 of user digimer. Feb 13 15:13:39 lemass systemd-logind[17443]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. Feb 13 15:13:39 lemass gnome-session[17486]: WARNING: Detected that screensaver has left the bus Feb 13 15:13:39 lemass gnome-session[17486]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed Feb 13 15:13:39 lemass gdm-simple-slave[17464]: WARNING: Failed to remove slave program access to the display. Trying to proceed. Feb 13 15:13:39 lemass systemd-logind[17443]: Removed session 24. Feb 13 15:13:39 lemass spice-vdagent[17791]: Missing virtio device '/dev/virtio-ports/com.redhat.spice.0': No such file or directory Feb 13 15:13:39 lemass rtkit-daemon[17429]: Successfully made thread 17805 of process 17805 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. Feb 13 15:13:39 lemass pulseaudio[17805]: [pulseaudio] pid.c: Daemon already running. Feb 13 15:13:40 lemass dbus-daemon[17425]: dbus[17425]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' Feb 13 15:13:40 lemass dbus[17425]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' Feb 13 15:13:40 lemass systemd[1]: Starting Manage, Install and Generate Color Profiles... Feb 13 15:13:40 lemass dbus[17425]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) Feb 13 15:13:40 lemass dbus-daemon[17425]: dbus[17425]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) Feb 13 15:13:40 lemass colord: Using config file /etc/colord.conf Feb 13 15:13:40 lemass colord: Using mapping database file /var/lib/colord/mapping.db Feb 13 15:13:40 lemass colord: Using device database file /var/lib/colord/storage.db Feb 13 15:13:40 lemass dbus-daemon[17425]: dbus[17425]: [system] Successfully activated service 'org.freedesktop.PackageKit' Feb 13 15:13:40 lemass dbus[17425]: [system] Successfully activated service 'org.freedesktop.PackageKit' Feb 13 15:13:40 lemass colord: Loading plugin libcd_plugin_camera.so Feb 13 15:13:40 lemass colord: Loading plugin libcd_plugin_scanner.so Feb 13 15:13:40 lemass colord: Daemon ready for requests Feb 13 15:13:40 lemass dbus-daemon[17425]: dbus[17425]: [system] Successfully activated service 'org.freedesktop.ColorManager' Feb 13 15:13:40 lemass dbus[17425]: [system] Successfully activated service 'org.freedesktop.ColorManager' Feb 13 15:13:40 lemass systemd[1]: Started Manage, Install and Generate Color Profiles. Feb 13 15:13:40 lemass colord: Profile added: icc-0710f7e2fc8c8c63df1717c2c6f909aa Feb 13 15:13:40 lemass colord: Profile added: icc-7baf527837d8ddf3483f1367a99c5dec Feb 13 15:13:40 lemass dbus-daemon[17425]: dbus[17425]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' Feb 13 15:13:40 lemass dbus[17425]: [system] Activating via systemd: service nam
Re: Firefox and xulrunner updates fail on Fedora-17
On 02/14/2013 01:22 PM, Jonathan Ryshpan wrote: System is Fedora-17 with all updates (except these) running on x86_64 cpu. Here's the yumex log of an attempt to update: 10:14:45 : network interface p6p1 (r8169) is connected 10:14:46 : Connected to an network 10:14:46 : network interface p6p1 (r8169) is connected 10:14:46 : Starting yum child process 10:14:50 : YUM: Yum Version : 3.4.3 10:14:50 : YUM: Loaded plugins: presto 10:14:50 : Getting available updates 10:14:52 : 2 packages returned 10:14:52 : Getting available obsoletes 10:14:52 : 0 packages returned 10:14:52 : Adding Packages to view 10:14:52 : Added 2 Packages to view 10:15:02 : YUM: --> Running transaction check 10:15:02 : YUM: ---> Package firefox.x86_64 0:18.0-1.fc17 will be updated 10:15:02 : YUM: ---> Package firefox.x86_64 0:18.0.2-1.fc17 will be an update 10:15:02 : YUM: ---> Package xulrunner.x86_64 0:18.0-6.fc17 will be updated 10:15:02 : YUM: ---> Package xulrunner.x86_64 0:18.0.2-1.fc17 will be an update 10:15:02 : YUM: --> Processing Dependency: nss >= 3.14.2 for package: xulrunner-18.0.2-1.fc17.x86_64 10:15:02 : YUM: --> Processing Dependency: nspr >= 4.9.5 for package: xulrunner-18.0.2-1.fc17.x86_64 10:15:02 : YUM: --> Finished Dependency Resolution 10:15:06 : ERROR: Dependency resolving completed with errors 10:15:06 : ERROR: Package: xulrunner-18.0.2-1.fc17.x86_64 (updates) Requires: nss >= 3.14.2 Installed: nss-3.14.1-3.fc17.i686 (@updates) nss = 3.14.1-3.fc17 Available: nss-3.13.4-3.fc17.i686 (fedora) nss = 3.13.4-3.fc17 10:15:06 : ERROR: Package: xulrunner-18.0.2-1.fc17.x86_64 (updates) Requires: nspr >= 4.9.5 Installed: nspr-4.9.4-1.fc17.i686 (@updates) nspr = 4.9.4-1.fc17 Available: nspr-4.9-2.fc17.i686 (fedora) nspr = 4.9-2.fc17 I *just* ran into this with a co-worker's machine. I fixed it by downloading the conflicting packages from the fedora testing repo: http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/17/x86_64/ I download nss-3.14.2-2.fc17.x86_64.rpm, tried to install it, got a list of dependencies (nspr, nss-softokn and nss-softokn-freebl I believe), downloaded the RPMs for them as well and then was able to update to 3.14.2 to resolve the conflicts. I suspect that a testing package got into updates before the rest of the dependencies did. My solution is certainly not ideal, but it got it working. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Frequent Gnome lock-ups since fresh F18 install
On 02/14/2013 04:03 PM, Jonathan Dieter wrote: On Tue, 2013-02-12 at 21:48 -0500, Digimer wrote: Hi all, I had F17 and updated it last week to F18. It was perfectly stable and I had no problems with Gnome. I did a fresh install of F18 (fresh drive) on Sunday and since then Gnome 3 has locked up hard on me six times (three times just today). Each time, I can ctrl+alt+f2 into a terminal and I've tried restarting various things without successfully recovering. I had this problem with these symptoms, and I solved it by downgrading bluez (yum downgrade "bluez*"). I have no idea if your problem is the same. My bug report is at https://bugzilla.redhat.com/show_bug.cgi?id=908637 Jonathan Thank you for replying. I had yet another crash today and was getting fairly disheartened. I've downgraded bluez and will wait for a day or so (I've not gone more than 24h without a crash). If this helps, I will append your bug. Thanks again! -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Frequent Gnome lock-ups since fresh F18 install
On 02/14/2013 04:03 PM, Jonathan Dieter wrote: On Tue, 2013-02-12 at 21:48 -0500, Digimer wrote: Hi all, I had F17 and updated it last week to F18. It was perfectly stable and I had no problems with Gnome. I did a fresh install of F18 (fresh drive) on Sunday and since then Gnome 3 has locked up hard on me six times (three times just today). Each time, I can ctrl+alt+f2 into a terminal and I've tried restarting various things without successfully recovering. I had this problem with these symptoms, and I solved it by downgrading bluez (yum downgrade "bluez*"). I have no idea if your problem is the same. My bug report is at https://bugzilla.redhat.com/show_bug.cgi?id=908637 Jonathan Ok, this didn't help. I've had three more hard lockups since downgrading bluez. I'm about to give up on Fedora. Averaging two or three hard crashes per day. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Frequent Gnome lock-ups since fresh F18 install
On 02/15/2013 11:35 PM, Joe Zeff wrote: On 02/15/2013 07:04 PM, Digimer wrote: I'm about to give up on Fedora. Averaging two or three hard crashes per day. My desktop started doing that. It turns out that the CPU fan was in doornail mode[1]. [1]as in "dead as a" That would do it. :) In my case, I can ctrl+alt+f2 to a terminal and restart Gnome. Temperature stays around 40c and nothing else seems to be out of the ordinary. Gnome just eats it hard. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Partition fuckup
On 26/07/13 11:05, Dave Ihnat wrote: Once, long ago--actually, on Fri, Jul 26, 2013 at 09:58:30AM CDT--Alan Findly (afin...@ronan.net) said: Using this kind of language on this list is against the guidlines. Well, yes, but... This user should be banned from future posting. Excessive for a first mistake, especially if it's not repeated. Many don't grok (or read) the rules until gently reminded. Cheers, Agreed. No one should be banned on a first offence, particularly when the offence occurred during a moment of panic. A simple "please don't do that again" is more than sufficient, I think. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: How does one get a clean installation of Fedora?
On 28/07/13 11:07, lee wrote: Hi, how does one get a clean installation of Fedora? "Clean" means that only those packages are installed that are actually needed and only those services are running that are actually needed. You can do a "minimal" install and then install just the applications you want. That will draw in the packages that those applications requre only. That will leave you with the smallest install possible to suit your needs. To do a minimal install, when the main anaconda (install) window appears, click where it says "Gnome Desktop" and scroll down to find "minimal". Note that a minimal install is very minimal. Expect to take some time to find the packages you want/need. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: How does one get a clean installation of Fedora?
On 28/07/13 17:49, lee wrote: Digimer writes: On 28/07/13 11:07, lee wrote: Hi, how does one get a clean installation of Fedora? "Clean" means that only those packages are installed that are actually needed and only those services are running that are actually needed. You can do a "minimal" install and then install just the applications you want. That will draw in the packages that those applications requre only. That will leave you with the smallest install possible to suit your needs. There is something wrong with these requirements. I don't need avahi, for example, and it's impossible to remove without taking down the whole system. Like Sam said in the other reply; A dependency is not "broken" if the package actually needs it. If you think a given package is not needed, gather the reasons for who you think so and file a bug report. To do a minimal install, when the main anaconda (install) window appears, click where it says "Gnome Desktop" and scroll down to find "minimal". Note that a minimal install is very minimal. Expect to take some time to find the packages you want/need. A minimal install doesn't have a gui, and I don't need a gnome desktop. But if I did that, could I have installed what I have now without, for example, avahi installed? You said you wanted a "clean" install. It's up to you to decide what all you want, GUI or otherwise. I answered your vague question by giving you an option for the most minimal platform to start with. After that, it's an exercise for you to decide what else is needed. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: How does one get a clean installation of Fedora?
On 29/07/13 09:03, lee wrote: Martin Skjöldebrand writes: On Sunday 28 July 2013 23.45.40 lee wrote: Sam Varshavchik writes: lee writes: Hi, how does one get a clean installation of Fedora? "Clean" means that only those packages are installed that are actually needed and only those services are running that are actually needed. Very easy: Step 1: figure out what packages and services you need. Step 2: install just those packages and services that you need. Unfortunately, the broken dependencies seem to prevent step 2 --- otherwise I could simply remove unneeded packages. I believe this kind of situation is why the Gentoo, and later, Arch distributions were created. There you seriously micro manage your distribution and install only what you want and in exactly the way you want. That's how it should be. It's nice to have the option to just install things from packages and have them working right away, but when that leads to too many things installed and running that aren't needed without a choice, the question comes up what you rather spend your time with: installing just what you need or trying to figure out how to get rid of what you don't need. Different distros serve different needs. It's impossible for one distro to suit all use-cases. If you really really need to minimize the packages on you computer, then maybe Fedora isn't the right choice. And that's ok, that is exactly why Arch linux and it's contemporaries are there for. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: 32/64 Query
On 30/07/13 12:47, Jonathan Allen wrote: Dear List, Apologies is this not the right place to ask this, but is the AMD E350 a 32 or 64 bit processor? I have one that is (currently) loading F19/32 - albeit rather slowly - but won't load F19/64. It gets the first menu, but then complains that secure boot is not enabled which, as the F9/32 is booting, seems odd. Jonathan Yup. I use these in ASUS EeeBox machines with CentOS/RHEL 6 all the time. They're hardly fast, but they work perfectly if you want a low-power machine. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: free CA?
On 07/09/13 14:02, Mike Wright wrote: > Hi all, > > Does anybody know of a free CA (Certificate Authority) that is > recognized by common browsers? I have some very low volume > non-commercial sites and cannot justify spending $100/year on > certificates for them. > > I tried CAcert by no matter what I did they said they could not contact > my mail server in order to verify me. (Same server where my Fedora > Users mail arrives w/o problems.) tcpdump shows they came and carried > on some sort of conversation. Given all that I gave up on them. > > Any help would be greatly appreciated, > Mike Wright > > > p.s Thank you, Edward Snowden. You've done us all a great service. Not free, but I have bought four SSL certs from RapidSSL certs from Trustico for ~$80/4 years. I recently bunged up a cert, had not bought the reissue insurance and they still kindly re-issued the cert. I then bunged up the reissue and they still were very cool about helping me get things sorted out. I'd highly recommend them. http://www.trustico.ca/rapidssl/who-is-rapidssl.php -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Where does virt-manager store user config files in Fedora 19?
Hi all, I've been searching in vain for the files used to store a user's virt-manager configuration. Specifically, where all the remote connection entries are stored. Could someone point me in the right direction? Thanks! -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Where does virt-manager store user config files in Fedora 19?
On 02/11/13 12:44, Reindl Harald wrote: > > Am 02.11.2013 17:40, schrieb Digimer: >> I've been searching in vain for the files used to store a user's >> virt-manager configuration. Specifically, where all the remote >> connection entries are stored. Could someone point me in the >> right direction? > > https://www.google.at/search?q=virt-managerconfig+files > http://unix.stackexchange.com/questions/49335/where-does-virt-manager-store-config-files > > virt-manager config is on ~/.gconf/apps/virt-manager/ lemass:~$ cat /etc/redhat-release Fedora release 19 (Schrödinger’s Cat) lemass:~$ ls -lah ~/.gconf ls: cannot access /home/digimer/.gconf: No such file or directory I found that link, something changed in Fedora between that post and now. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Fedora 20 / Gnome 3 crashing when ssh session hangs/fails
Hi all, Twice today I've had my system lock up hard when my ssh session failed. In both cases, the mouse pointer moved still, but I couldn't corner bump or even do ctrl + alt + f2/f3/f4 to get a terminal window. My setup is a fresh install (not an upgrade) of stock Fedora 20 x86_64, Lenovo Thinkpad W530 on an SSD with luks-encrypted root (no LVM, ext4) and selinux disabled. The /var/log/messages from the minutes before the second crash don't seem to show much: Dec 18 21:01:01 lemass systemd: Starting Session 5 of user root. Dec 18 21:01:01 lemass systemd: Started Session 5 of user root. Dec 18 21:01:37 lemass dbus-daemon: dbus[647]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' Dec 18 21:01:37 lemass dbus[647]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' Dec 18 21:01:37 lemass systemd: Starting PackageKit Daemon... Dec 18 21:01:37 lemass dbus-daemon: dbus[647]: [system] Successfully activated service 'org.freedesktop.PackageKit' Dec 18 21:01:37 lemass dbus[647]: [system] Successfully activated service 'org.freedesktop.PackageKit' Dec 18 21:01:37 lemass systemd: Started PackageKit Daemon. Dec 18 21:01:46 lemass yum[8967]: Installed: syslinux-4.05-7.fc20.x86_64 Dec 18 21:01:46 lemass dbus-daemon: dbus[647]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' Dec 18 21:01:46 lemass dbus[647]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' Dec 18 21:01:46 lemass systemd: Starting PackageKit Daemon... Dec 18 21:01:46 lemass dbus-daemon: dbus[647]: [system] Successfully activated service 'org.freedesktop.PackageKit' Dec 18 21:01:46 lemass dbus[647]: [system] Successfully activated service 'org.freedesktop.PackageKit' Dec 18 21:01:46 lemass systemd: Started PackageKit Daemon. The messages after this are the boot messages. I should mention that, perhaps related to or perhaps an issue on it's own, both times I hard-rebooted my laptop. In both cases, I had to reboot three times before it would prompt me to enter my luks passphrase to unlock /. I had no issues like this in Fedora 19. I reinstalled ~24 hours ago. Any help is appreciated. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Are you a Linux Expert?
On 01/27/2012 07:05 PM, Robert Myers wrote: > On Fri, Jan 27, 2012 at 1:01 PM, Frank Murphy <mailto:frankl...@gmail.com>> wrote: > > On 27/01/12 17:55, Francesco Principe wrote: > > We have the community for you... > Join Now! > http://www.__linuxexpertcommunity.com/ > <http://www.linuxexpertcommunity.com/> > > > Ah no, I'm happhy here. > > > What Linux expert would click on a link with unknown side-effects at a > previously unknown site? > > Robert. It's a test. You passed. ;) -- Digimer E-Mail: digi...@alteeve.com Papers and Projects: https://alteeve.com -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Possible bug with F16 + fingerprint reader and gnome login
Hi all, I've seen a bug for a while and was going to file a bug, but was hoping to confirm that others see it as well. When I log into Gnome by swiping my finger, it logs in and then immediately kicks out the the screen saver, requiring a second login. However, if I login by instead typing a password, it is fine. Fully up to date (as of Jan. 29, 2012) Fedora 16 x86_64. Was upgraded from Fedora 16 Lenovo Thinkpad 400s Reader is reported as "UPEK Eikon 2" -- Digimer E-Mail: digi...@alteeve.com Papers and Projects: https://alteeve.com -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Possible bug with F16 + fingerprint reader and gnome login
On 01/29/2012 01:46 PM, Digimer wrote: > Was upgraded from Fedora 16 * from Fedora 15 -- Digimer E-Mail: digi...@alteeve.com Papers and Projects: https://alteeve.com -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Alsa-utils update broken
On 02/14/2012 04:21 PM, Heinz Diehl wrote: > Hi, > > seems like alsa-lib update is broken, does anybody see the same with F16? > Guess there isn't any alsa-lib package >= 1.0.25 in F16 updates. > > [root@wildsau ~]# yum update > Loaded plugins: langpacks, presto, refresh-packagekit > Setting up Update Process > Resolving Dependencies > --> Running transaction check > ---> Package alsa-utils.x86_64 0:1.0.24.1-5.fc16 will be updated > ---> Package alsa-utils.x86_64 0:1.0.25-7.fc16 will be an update > --> Processing Dependency: alsa-lib >= 1.0.25 for package: > alsa-utils-1.0.25-7.fc16.x86_64 > --> Finished Dependency Resolution > Error: Package: alsa-utils-1.0.25-7.fc16.x86_64 (updates) >Requires: alsa-lib >= 1.0.25 >Installed: alsa-lib-1.0.24-2.fc15.i686 (@fedora/15) >alsa-lib = 1.0.24-2.fc15 > You could try using --skip-broken to work around the problem > You could try running: rpm -Va --nofiles --nodigest I'm seeing the same issue here; Fedora 16 x86_64. Cheers -- Digimer E-Mail: digi...@alteeve.com Papers and Projects: https://alteeve.com -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: lvm
On 03/04/2012 02:54 AM, Patrick Dupre wrote: > Hello, > > fdisk -l gives: > /dev/sda9 174809088 2055290871536 83 Linux > /dev/sda10 205531136 208603135 1536000 83 Linux > /dev/sda11 208605184 221302783 6348800 83 Linux > /dev/sda12 221304832 29196083135328000 83 Linux > > while > pvscan > PV /dev/sda12 VG VolGrpSys2 lvm2 [33.69 GiB / 0free] > > So sda12 is a lvm partition, but not recognized by fdisk > > How can I fix this issue? > > Thank. There is no mapping between fdisk reported partitions and LVM's LVs. What does correlate is fdisk's partitions and LVM's PVs. So, run; pvscan vgscan lvscan If you want more detail; pvdisplay vgdisplay lvdisplay -- Digimer E-Mail: digi...@alteeve.com Papers and Projects: https://alteeve.com -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
slow pick-up of DHCP IP address during PXE boot
Hi all, I've got a pair of KVM/qemu guests on a Fedora28 host. One of the VMs is a Fedora 28 server, and the other VM is a new VM I want to setup over PXE boot from the other F28 VM. When I boot the new VM, it sends the request for an IP and I can see the request come in immediately on the server VM. The new VM seems to ignore this IP for some time and re-requests an IP. After several seconds, the new VM takes the IP and the boot proceeds. On the new VM, I've tried emulating both an 'e1000' and 'virtio' NIC. Any tips would be much appreciated. The dev I'm working on requires very frequent PXE boots, so saving ~10 seconds per boot would be a big help. Below are relevant details. digimer Here are the logs from the server VM: Nov 02 02:45:06 f28-striker01.alteeve.com dhcpd[13089]: DHCPDISCOVER from 52:54:00:e2:51:7b via bcn1_bond1 Nov 02 02:45:07 f28-striker01.alteeve.com dhcpd[13089]: DHCPOFFER on 10.1.14.240 to 52:54:00:e2:51:7b via bcn1_bond1 Nov 02 02:45:10 f28-striker01.alteeve.com dhcpd[13089]: DHCPDISCOVER from 52:54:00:e2:51:7b via bcn1_bond1 Nov 02 02:45:10 f28-striker01.alteeve.com dhcpd[13089]: DHCPOFFER on 10.1.14.240 to 52:54:00:e2:51:7b via bcn1_bond1 Nov 02 02:45:18 f28-striker01.alteeve.com dhcpd[13089]: DHCPREQUEST for 10.1.14.240 (10.1.4.1) from 52:54:00:e2:51:7b via bcn1_bond1 Nov 02 02:45:18 f28-striker01.alteeve.com dhcpd[13089]: DHCPACK on 10.1.14.240 to 52:54:00:e2:51:7b via bcn1_bond1 Note the first offer is given at 02:45:07, but the DHCPACK comes at 02:45:18, 11 seconds later. In previous setups, this boot was within a second or two. The host's bridge (brctl show then the virsh XML); bridge name bridge id STP enabled interfaces bcn_bridge1 8000.525400bccc6f yes bcn_bridge1-nic vnet2 vnet3 bcn_bridge1 5b7605d0-6ec5-4530-b28e-86b681c07801 The new VM's block; The dhcpd server config (though I doubt the issue is server-side given the client doesn't send the DHCPACK, unless the server ignored the initial ACK?); ### Global options option domain-name "alteeve.com"; option domain-name-servers 8.8.8.8, 8.8.4.4; authoritative; ddns-update-style none; # refer to RFC4758 for possible arch option values option arch code 93 = unsigned integer 16; subnet 10.1.0.0 netmask 255.255.0.0 { default-lease-time 600; max-lease-time 1200; range 10.1.14.10 10.1.14.250; option routers 10.1.4.1; if option arch = 00:07 { filename "uefi/shim.efi"; } else { filename "pxelinux.0"; } next-server 10.1.4.1; } -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty that people of equal talent have lived and died in cotton fields and sweatshops." - Stephen Jay Gould ___ 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