Re: f13 - gdm fails with no user list
On Mon, 31 May 2010, Genes MailLists wrote: > gconftool-2 --direct --config-source > xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set > /apps/gdm/simple-greeter/disable_user_list true > > > So that gdm does not present user list to the world. > > Rebooted - gdm screen comes up - background is there - and lower bar > is there. > > The box where I would put username / password is a thin vertical line > 1 pixel wide ...it is impossible to login to gdm > > >reset to false and restart and its fine again. > > > known bug or is there a new way to configure gdm now ? It looks like bug 590456 https://bugzilla.redhat.com/show_bug.cgi?id=590456 Michael Young -- 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: strange NFS behaviour after upgrade to F13
On Thu, 3 Jun 2010, Julian C. Dunn wrote: > I have upgraded both a NFS client and NFS server to F13 from F12. > > Now, on the client, all the files in my NFS home directory appear to be > owned by nobody:nobody. It's as though they were being mysteriously > root_squashed even though they're not owned by root. This could be as a result of the switch from NFSv3 to NFSv4 by default. I have seen this problem as well though I haven't had time to investigate if this is the trigger. Michael Young -- 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: strange NFS behaviour after upgrade to F13
On Fri, 4 Jun 2010, M A Young wrote: > On Thu, 3 Jun 2010, Julian C. Dunn wrote: > >> I have upgraded both a NFS client and NFS server to F13 from F12. >> >> Now, on the client, all the files in my NFS home directory appear to be >> owned by nobody:nobody. It's as though they were being mysteriously >> root_squashed even though they're not owned by root. > > This could be as a result of the switch from NFSv3 to NFSv4 by default. I > have seen this problem as well though I haven't had time to investigate if > this is the trigger. Are you getting a lot of error messages like rpc.idmapd[pid]: nss_getpwnam: name 'u...@nisdomain' does not map into domain 'dnsdomain' in /var/log/messages? In my case it looks like rpc.idmapd can't cope with nisdomain and dnsdomain being different and I haven't successfully found a way to get this to work. Michael Young -- 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: NFS
On Mon, 14 Jun 2010, Richard W.M. Jones wrote: > On Mon, Jun 14, 2010 at 09:24:51AM -0400, Ray Pittigher wrote: >> When running a NFS server on Fedora how can I see what files are in use >> by others over the NFS mount? > > In "classic" NFS this isn't really possible. NFS is stateless, so on > the server you can only see momentary reads and writes from files, you > cannot see if a file is, say, opened by a client but the client is not > reading and writing to it at that moment. > > Modern NFS is a little bit different. I think NFSv4 maintains more > state on the server, and also you've got things like file locking, so > maybe it is possible to get more information out in those cases. > Someone else who knows about NFSv4 will have to answer that more > definitively though. > > http://nfs.sourceforge.net/#faq_a6 File locking was available in earlier NFS versions as well, and /proc/locks would tell you what the locks on the server were though many would be local locks. Michael Young -- 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: NFS problem in FC13
On Tue, 15 Jun 2010, Gerhard Magnus wrote: > I am trying to upgrade the boxes on a small LAN from FC11 to FC13. The > server is now running FC13 and NFS. One of the boxes that is still > running FC11 can read & write to the shared directories on the server > without problems. But I'm having problems accessing these directories on > another client that I have upgraded to FC13. > > During booting of this second client running FC13 I get this message: > > Mounting NFS filesystems: mount.nfs: access denied by server while > mounting 192.168.1.14:/home/magnusg/Music > > Any suggestions for troubleshooting this would be most appreciated. FC13 now defaults to NFSv4 which might (or might not) be related to the problem you are seeing. You could try to mount the directory with the option -o nfsvers=3 and look to see if that makes any difference. Of course it is also worth checking that the client really does have permission to mount that directory. Michael Young -- 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: NFS problem in FC13
On Fri, 18 Jun 2010, gary artim wrote: > I had a problem with this, my server running fc12, client running > fc13. The nfs mount worked, but all the files were read only and the > owner.group for all files were set to nobody. I used the '-o > nfsvers=3' option on the client. -- gary That sounds like the Domain settings didn't match. This is set in /etc/idmapd.conf . If this was the case you should get messages in /var/log/messages about not being able to map usernames. Michael Young -- 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 / KVM Fedora-12 How To Document
On Fri, 16 Jul 2010, gene.po...@macys.com wrote: Does anyone have any idea where I can locate a 'GOOD' how-to document on implementing Xen and/or KVM on a Fedora-12 system? I'm currently running VMware Server 2.0, but I would like to make the move to the open source virtualization - if possible. What I found is somewhat short on the networking piece. It doesn't matter if it's TUI or GUI. For xen networking you could look at http://wiki.xen.org/xenwiki/XenNetworking . The quick guide to xen on Fedora is 1) yum install xen xen-hypervisor xen-libs xen-runtime 2) install a xen dom0 kernel eg. from http://myoung.fedorapeople.org/dom0/ 3) Create an entry in the /boot/grub/grub.conf along the lines of title xen root (hd0,0) kernel /xen.gz module /vmlinuz-2.6.32.14-1.2.107.xendom0.fc12.x86_64 ro root=UUID=... module /initramfs-2.6.32.14-1.2.107.xendom0.fc12.x86_64.img however xen isn't fully supported in Fedora at the moment so you may find KVM easier. Michael Young-- 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 / KVM Fedora-12 How To Document
On Tue, 20 Jul 2010, Zhiqiang Ma wrote: > Hi, > >> For xen networking you could look at >> http://wiki.xen.org/xenwiki/XenNetworking . The quick guide to xen on Fedora >> is >> 1) yum install xen xen-hypervisor xen-libs xen-runtime >> 2) install a xen dom0 kernel eg. from http://myoung.fedorapeople.org/dom0/ > > I find that the version of xen in Fedora 12 is 3.4.3. Can xen 3.4.3 in > Fedora wok with the kernel in the directory above? I find in xen.org's > wiki that the newer version of pv_ops kernel requires xen 4.0.1-rcx. The current Fedora 12 package xen-3.4.3-2 will work with that kernel because it has the relevant fixes added. Note there is a Fedora xen mailing list https://admin.fedoraproject.org/mailman/listinfo/xen and also a virtualization list https://admin.fedoraproject.org/mailman/listinfo/virt Michael Young -- 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: openoffice 3.2 rpm for fedora; yum search returns nothing for openoffice
On Sun, 28 Feb 2010, Kenneth Wolcott wrote: > Hi; > > openoffice 3.2 rpm for fedora; yum search returns nothing for openoffice > > cat /etc/redhat-release > Fedora release 12 (Constantine) > > "rpm -qa | grep -o open | grep -i office" returns nothing > > I downloaded the tar.gz file from openoffice.org, but would prefer to > install an rpm > > Tried to use alien to convert but apparently alien broken It is unlikely that oo.o 3.2 will be packaged for Fedora 12 since it may be seen as too major a jump to make within a release. The are however 3.2 RPMs for the Fedora 13 development version which should appear in an alpha version within the next couple of weeks, so you could try packages from that, or just upgrade your whole OS to it. Note that mixing RPMs from different Fedora versions can cause problems so I would recommend a fair amount of expertise in resolving package conflicts (and in the worst case scenario recovering a non-functional or partially functional system and/or good backups). Michael Young -- 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: Using f13 rpms in f12?
On Mon, 1 Mar 2010, Mike Cloaked wrote: > If one wanted to install a rawhide kernel in a running f12 machine I guess > you could do something like > yum --enablerepo development install kernel kernel-devel etc > > However there are now rpms in the development directories both for 13/ and > for rawhide/ (and i386 and x86_64) - is there a way to install an f13 > (specifically), as opposed to rawhide, package in a system running f12? If you want to update everything to fedora 13 using yum (though of course the recommended way is to boot off a f13 iso image) then it should be enough to download and install (by hand) the fedora-release package from the f13 tree, and then run yum. If you want to pick and choose packages, you could probably create some fedora 13 repo files with a bit of judicious copying and editing of the files in /etc/yum.repos.d Michael Young -- 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: Using f13 rpms in f12?
On Mon, 1 Mar 2010, Mike Cloaked wrote: > Originally I was wondering if you could just update enough from devel repo > to run the f13 or f14 kernels in an otherwise unaltered f12 - but maybe this > is a bit tricky to get right? That is probably relative safe to do (provided you make sure you keep a Fedora 12 kernel installed to go back to just in case) because kernels have few dependencies. Possible difficulties include too-old kernel install tools like dracut, and incompatible selinux or X versions. If all you want is 2.6.32 then you can get that from the updates-testing repository of Fedora 12 anyway. (The plan seems to be for F12 to go to 2.6.32 eventually, though presumably there have been technical and/or QA issues stopping in happening so far). Michael Young -- 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: Firefox 5.0
On Tue, 21 Jun 2011, Sascha wrote: > On 06/21/2011 09:00 PM, agraham wrote: >> On 06/21/2011 07:52 PM, Steven Stern wrote: >>> >>> >>> Trying to get in the first "What's wrong with Fedora? It's been 15 >>> minutes since the Mozilla announcement and Firefox 5 isn't in the repos" >>> comment. >>> >>> >>> >> >> It's there now, sorry for the delay. >> > > Well, I would like to know, if Firefox 5 will generally come into the Fedora > 15 repos. The places to look are the Fedora package git trees or the koji package site. In the former you will see an update in the F15 tree to 5.0 commited 5 hours ago. No official package has been built yet, but it seems likely that Fedora 15 will get firefox 15 before too long. Michael Young -- 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: FC12 Boot partition too small to Upgrade to FC13
On Sat, 11 Sep 2010, Tod Thomas wrote: > I need to upgrade to Fedora 13 but my boot partition is too small (200 MB) > and it needs to be at least 500 MB. The boot partition is followed by an LVM > volume goup composed of a 145 GB root LV and a 5GB swap LV. How can I > 'safely' decrease the size of the volume group and increase the size of the > physical boot partition? You can resize a physical volume of a volume group with the pvresize command, though this only resizes the contents and you will need to use something like fdisk or parted to resize the partition to match. However this will free up space at the end of the physical volume partition, and to make the boot partition bigger you probably want to move the start which is rather more tricky. Michael Young -- 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 virtualization: xen-4.1 rpm?
On Tue, 29 Mar 2011, Mike Wright wrote: > Does anybody know when we might get our hands on the new xen-4.1 rpms? On F15 or rawhide, yum install xen xen-runtime xen-hypervisor Michael Young -- 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 virtualization: xen-4.1 rpm?
On Wed, 30 Mar 2011, Mike Wright wrote: > On 03/29/2011 02:42 PM, M A Young wrote: >> On Tue, 29 Mar 2011, Mike Wright wrote: >> >>> Does anybody know when we might get our hands on the new xen-4.1 rpms? >> >> On F15 or rawhide, >> yum install xen xen-runtime xen-hypervisor > > Thanks, Michael. > > Added the f15 repo and did a yum install xen... and got this: > > Error: Package: xen-libs-4.1.0-1.fc15.x86_64 (updates-testing) > Requires: liblzma.so.5()(64bit) > > ...so I tried --skip-broken and it did. It skipped everything ;/ If you want to do it this way follow the xz part of the instructions for getting F15 compatible delta isos working at http://lists.fedoraproject.org/pipermail/test/2011-February/097009.html Michael Young -- 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: Two separate VolGroup00 on two disks
On Wed, 25 May 2011, Oliver Ruebenacker wrote: Hello, On Wed, May 25, 2011 at 10:30 AM, Michael Schwendt wrote: On Wed, 25 May 2011 10:25:50 -0400, OR wrote: [root@averroes oliver]# pvs PV VG Fmt Attr PSize PFree /dev/sda2 VolGroup00 lvm2 a- 74.31g 32.00m /dev/sdb5 VolGroup00 lvm2 a- 34.34g 32.00m Have you tried to rename a VG by UUID? [root@averroes oliver]# blkid /dev/sdb5 /dev/sdb5: UUID="F1c2yO-Yc8e-Rdwv-FIxB-wcBZ-aKW6-5mG52I" TYPE="LVM2_member" [root@averroes oliver]# vgrename F1c2yO-Yc8e-Rdwv-FIxB-wcBZ-aKW6-5mG52I VolGroup00laptop Volume group "F1c2yO-Yc8e-Rdwv-FIxB-wcBZ-aKW6-5mG52I" not found That is the UUID of the physical volume, not the volume group. vgdisplay should give you the right UUIDs if you can work out which one is which. Michael Young-- 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: rpcgssd not starting on fedora 15
On Thu, 26 May 2011, ferna...@lozano.eti.br wrote: Hi there, I need acess to NFS shares secured by NFS. After installing Fedora 15 on my notebook I replicated all configs I used on other machine with Fedora 14, but rpcgssd doesn't start and so I cannot mount the NFS share. I changed /etc/sysconfig/nfs so: # Set to turn on Secure NFS mounts. SECURE_NFS="yes" # Optional arguments passed to rpc.gssd. See rpc.gssd(8) RPCGSSDARGS="-v -v" I kave a keytab with correct parameters: [teste@lgx200 ~]$ klist -k Keytab name: WRFILE:/etc/krb5.keytab KVNO Principal -- 2 nfs/lgx200.4linux.com.br@USERS When I start rpcgssd it shows an ok: [root@lgx200 ~]# /etc/init.d/rpcgssd start ; echo $? Starting rpcgssd (via systemctl): [ OK ] 0 But the daemon does not starts: [root@lgx200 ~]# !ps ps ax | grep rpc 889 ? Ss 0:00 rpcbind 1024 ? Ss 0:00 rpc.statd 1026 ? S< 0:00 [rpciod] 1052 ? Ss 0:00 rpc.idmapd 15109 pts/1 S+ 0:00 grep --color=auto rpc And when I try to mount, the command seems struck, but the logs show: May 26 01:37:13 lgx200 kernel: [ 3285.830093] RPC: AUTH_GSS upcall timed out. May 26 01:37:13 lgx200 kernel: [ 3285.830103] Please check user daemon is running. Any ideas why rpcgssd isn't starting? It could be bug 702707 https://bugzilla.redhat.com/show_bug.cgi?id=702707 The nfs-utils start up scripts such as rpcgssd and rpcidmapd don't work if run in parallel (which systemd does) and one will fail. Systemd isn't very helpful here either because it decides the service is running so you can't use service rpcgssd start afterwards to start it, but service rpcgssd restart should work. Michael Young-- 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: f15 kernel on f14?
On Wed, 1 Jun 2011, Alex wrote: > Hi all, > > Is it possible to use the fc15 kernel on fc14, and if so, how would > you go about doing that? kernels are generally stand alone and don't depend on other packages, so you can probably just download and install the f15 kernel directly (though if you are using RPM, make sure you use rpm -i and not -U or -F ie. install rather than update or freshen which will both remove the existing kernels). You might possibly have problems with things like X if the drivers depend too closely on the kernel version, so it is always worth making sure you can resort to a known good kernel if necessary, but I expect it will just work. Michael Young -- 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: Question about F14 x64...
On Fri, 22 Oct 2010, Kevin Martin wrote: > I've been building out a new laptop and trying to copy over the contents of > my userspace from my old laptop to my new laptop. I > keep running out of space on my new laptop even though my home directory is > only 6.6Gb and the userspace (/home) on the new laptop > hase 156Gb of space. So I cleared out everything from my /home directory on > my new machine and now I see this: > > [r...@ktmtoshiba /]# du -sh home > 24Khome > > [r...@ktmtoshiba /]# df -h > FilesystemSize Used Avail Use% Mounted on > /dev/mapper/vg_ktmtoshiba-lv_root > 50G 7.2G 40G 16% / > tmpfs 1.9G 0 1.9G 0% /dev/shm > /dev/sda5 485M 28M 432M 6% /boot > /dev/mapper/vg_ktmtoshiba-lv_home > 164G 188M 155G 1% /home > > > How can du show that home is 24k (which is probably ok since there are no > files in there, just my home directory and lost+found) > while df shows /home as having 188M used? df will include files that are in use but have been deleted - the space isn't freed up until whatever process is using it exits. fuser -m /home might tell you what process is still using files. Michael Young -- 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: PAE
On Sun, 31 Oct 2010, Patrick Dupre wrote: > How am I update from "no pae" to PAE kenerl. > Even setting DEFAULTKERNEL=kernel-PAE in /etc/sysconfig/kernel > it is ignored by anaconda (from the DVD). > How can I tell to the installer to use such option ? > > fedora 11, 12 or 13 ? The upgrade with probably keep whatever kernel you have installed. I suggest you run yum install kernel-PAE and boot from the PAE kernel, and if it works delete the non-PAE kernel package(s) afterwards. Michael Young -- 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: Can't install Fedora 14 on MacBook Air
On Wed, 3 Nov 2010, Colin Paul Adams wrote: > The initial installation menu comes up ok. I select the default option > (install or upgrade). A lot of messages flash by (about two screens > worth), and then i see something like: > > running /sbin/loader > check hardware > waiting for hardware > > then it clears the screen, and the DVD drive runs for several minutes > before eventually stopping. I never see anything else except the blank > screen. I had the blank screen problem when trying to upgarde , and ended up feeding the boot line various options like nofb nomodeset and text though I don't know how much help they were. It worked some of the time, possibly not related to the options I was trying (I had a few attempts due to other reasons), and I did eventually get the upgrade to work but it might have been luck. It might be worth starting with http://docs.fedoraproject.org/en-US/Fedora/14/html/Installation_Guide/ch09s02.html which I was trying to follow but I was doing it from memory and I think with hindsight I was scrambling some of the options. Michael Young -- 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: Irritating sound when playing flash
On Mon, 8 Nov 2010, Petrus de Calguarium wrote: > Also have 64-bit fedora 14 and using flash square 2 64-bit beta. Clicking > noises only with flash, even youtube. > > Negative to using 32-bit system on this computer, trying another distro, or > another computer. There is a known problem with the recent 64-bit Flash preview, and recent versions of glibc on Fedora 14. See https://bugzilla.redhat.com/show_bug.cgi?id=638477 or https://bugs.adobe.com/jira/browse/FP-5739 Michael Young -- 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: GDM on F14
On Tue, 9 Nov 2010, fred smith wrote: > Does anyone know if the GDM bug that causes the GDM login box to be one > pixel wide (when the user name list is disabled) has been fixed in F14? It does seem to be. We have the user name list turned off but the F14 GDM login page seems normal. Michael Young -- 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: Convert ext4 lvm to normal ext4 partition
On Fri, 12 Nov 2010, Michael Miles wrote: > Thanks for the suggestion but I somehow think it will be cheaper and much > faster to just purchase a new drive. > I can just imagine how long it would take my shaw connection to upload 500 > gig... > > Besides it's mostly downloaded movies and music in flac that I am sure would > sent the old piracy people right out of whack. It should be theoretically possible to convert an LVM partition to one normal partition in some cases. Have a look at /etc/lvm/backup/#lvmname# which is a backup of the LVM structure. If the segment count for the required partition is 1 (which is likely unless you have been doing anything advanced) then your partition will be in one piece and if you can work out where it starts and stops and can repartition the disk to match then you can convert it to a real partition. For example if the value of pe_start in the above file is 384 then you may be able to mount the file system (read only) directly, eg. via mount -o ro,loop,offset=$((384*512)) /dev/physical_partition /mount/point However, I suspect that you may find it rather more complicated to carry this all out, and definitely worth taking a backup of anything you don't want to lose first. Michael Young -- 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 10 DVD can't boot!
On Mon, 13 Dec 2010, Roubhya Shankar Aluni wrote: Hi, I am new here! Hello everybody! Can any one say how to boot from Fedora 10 DVD ? Because it has no EFI folder in dvd. I would guess that Fedora 10 is too old to have EFI support. Try something more recent such as Fedora 14. Michael Young-- 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: Will Firefox 3.6 be pushed?
On Fri, 22 Jan 2010, Gilboa Davara wrote: > On Fri, 2010-01-22 at 18:24 +1100, Chris Smart wrote: >> 2010/1/22 Chris Smart : >>> Will Firefox 3.6 be pushed out as a system upgrade, or will Fedora >>> stick to the stable 3.5 series? >>> >> >> So issues aside, does anyone know if we should expect 3.6 at some >> point? I'm not sure of Fedora's upgrade policy in this area. >> >> -c > > Previous major Firefox updates only landed in current+1. > I doubt that F12 will be any different. (Read: FF 3.6 will only land in > F13) > > - Gilboa Note that there is a potential loss of functionality in Firefox 3.6 because it only supports the new java plugin libnpjp2.so and drops support for libjavaplugin_oji.so . This is fine if you know about it and are running SUN java but OpenJDK doesn't provide an equivalent for libnpjp2.so, or if it does it isn't obvious. Thus if someone is using OpenJDK will find that java has stopped working. Michael Young -- users mailing list users@lists.fedoraproject.org To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
Re: deltarpms and newer kernels
On Sat, 23 Jan 2010, Marko Vojinovic wrote: > On Saturday 23 January 2010 21:55:21 Antonio Olivares wrote: >> Deltarpms does help a little bit with many packages, but the kernel is not >> one of them :( >> >> kernel-devel, kernel-headers, kernel-firmware, etc do work though, how come >> kernel package is not the same? > > Not sure if I understand it correctly, but anyway... The kernel is not being > updated, but rather installed concurrently with other kernels. So you cannot > create a delta rpm for it, since there is a completely new rpm coming with > each kernel. If kernel was supposed to be *updated* then maybe you could > create a delta, but if you want to *install* it (from scratch, as is done in > Fedora), then delta will not help. Actually, it should be possible to use deltarpm to create a new kernel RPM from the previous kernel if it is installed, and indeed it worked in previous Fedora versions. I think the issue is the initramfs file in /boot that is fooling deltarpm into thinking that the kernel files have been modified so deltarpm wouldn't work. Kernels from earlier Fedora versions used initrd files, which are generated as part of the install, and I imagine that deltarpm knew it could ignore them (perhaps as a result of the packaging in the kernel RPM. Michael Young -- 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/Communicate/MailingListGuidelines
Re: removing dnf from fedora 20
On Sun, 5 Jan 2014, Chris Murphy wrote: On Jan 5, 2014, at 3:21 PM, Roberto Ragusa wrote: On 01/05/2014 03:00 PM, Lars E. Pettersson wrote: On 01/05/2014 02:42 PM, David Shwatrz wrote: Is it OK to remove dnf with yum remove dnf ? will it cause any problems ? If you upgrade from F19 to F20 dnf will not be installed, so I see no harm in removing it from F20. yum is the main tool to use, dnf is installed to be tested. Lars As a matter of curiosity... Is it OK to remove yum with dnf ? will it cause any problems ? As far as I know yum cannot be removed. And dnf uses yum configuration files in addition to its own, at least when I enabled updates-testing for yum, it was made active for dnf as well. The repositiory files, including the one defining updates-testing, aren't part of yum. I haven't tried it but I think it would be possible to remove yum and its dependants without causing too many problems, though it would remove PackageKit so you would have to keep your system up to date manually. Michael Young -- 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: removing dnf from fedora 20
On Mon, 6 Jan 2014, Ralf Corsepius wrote: On 01/06/2014 09:53 AM, M A Young wrote: On Sun, 5 Jan 2014, Chris Murphy wrote: On Jan 5, 2014, at 3:21 PM, Roberto Ragusa wrote: On 01/05/2014 03:00 PM, Lars E. Pettersson wrote: On 01/05/2014 02:42 PM, David Shwatrz wrote: Is it OK to remove dnf with yum remove dnf ? will it cause any problems ? If you upgrade from F19 to F20 dnf will not be installed, so I see no harm in removing it from F20. yum is the main tool to use, dnf is installed to be tested. Lars As a matter of curiosity... Is it OK to remove yum with dnf ? will it cause any problems ? As far as I know yum cannot be removed. And dnf uses yum configuration files in addition to its own, at least when I enabled updates-testing for yum, it was made active for dnf as well. The repositiory files, including the one defining updates-testing, aren't part of yum. I guess you are referring to a systems package data base aka. rpmdb (The files under /var/lib/rpm). Actually I was think of the files in /etc/yum.repos.d (that directory itself is co-owned by the fedora-release package on F20 at least). I haven't tried it Neither have I. but I think it would be possible to remove yum and its dependants without causing too many problems, though it would remove PackageKit so you would have to keep your system up to date manually. Correct, this is what is supposed to happen. You'd have to resort to using plain rpm. or dnf which I assume will still work (though it might be worth having a plan ready to reinstall yum with rpm in case it doesn't). Michael Young -- 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: F20 install compat-gcc-34-g77 conflicts
On Mon, 6 Jan 2014, Stephen Berg (Contractor) wrote: Trying to get compat-gcc-34-g77 installed for one of my users that is trying out F20 and it's failing. Transaction check error: file /usr/lib/gcc/x86_64-redhat-linux/3.4.6/32/crtbegin.o from install of compat-gcc-34-3.4.6-29.fc19.x86_64 conflicts with file from package gcc-4.8.2-7.fc20.x86_64 file /usr/lib/gcc/x86_64-redhat-linux/3.4.6/crtbegin.o from install of compat-gcc-34-3.4.6-29.fc19.x86_64 conflicts with file from package gcc-4.8.2-7.fc20.x86_64 Is there a fix for this or at least one in the works? gcc-4.8.2-7.fc20.x86_64 shouldn't care about anything in /usr/lib/gcc/x86_64-redhat-linux/3.4.6/ . Did you have some sort of local fix, such as a symlink from 3.4.6 to 4.8.2 ? Michael Young -- 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: nx vs. nomachine
On Fri, 10 Jan 2014, Patrick Dupre wrote: Thank for teh suggestion. Should I install x2goclient on one side and x2goserver on the other one? Ealy in fedora 19, I used to connect to a fedora 18 machine by using nx. After an update of nx (same in fedora 20), ie. when nx has been replaced by nx-libs, I lost this option. Your difficulty with x2go is that it hasn't been packaged for Fedora 18, though you should be planning to update your Fedora 18 install anyway as it is about to reach end of life. Michael Young -- 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't install XEN guest on Fedora 22
On Thu, 27 Aug 2015, Jens Pelzetter wrote: > Hello everyone, > > we have a system (Sun Fire V40z) here were we can only do > Para-Virtualisation using Xen because the CPU does not have > Virtualization Support. With CentOS 6.6 everythink worked fine. We > decided to reinstall the system with Fedora Server 22 because we needed > some more up to date packages. > > Now we are stuck with Xen. If we try to create a guest using > Virt-Manager we get this error: > > Unable to complete install: 'cannot fill file > '/var/lib/xen/virtinst-vmlinuz.WtErnB': Invalid argument' That looks like it isn't extracting the kernel from your VM partition or image. It might be being blocked by selinux if you are in enforcing mode, so try setenforce 0 first to switch to permissive mode ( setenforce 1 will get you back to enforcing afterwards). Michael Young -- 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't install XEN guest on Fedora 22
On Thu, 27 Aug 2015, Jens Pelzetter wrote: > Hello Michael, > > Am 27.08.2015 um 14:39 schrieb M A Young: > > On Thu, 27 Aug 2015, Jens Pelzetter wrote: > > > >> Hello everyone, > >> > >> we have a system (Sun Fire V40z) here were we can only do > >> Para-Virtualisation using Xen because the CPU does not have > >> Virtualization Support. With CentOS 6.6 everythink worked fine. We > >> decided to reinstall the system with Fedora Server 22 because we needed > >> some more up to date packages. > >> > >> Now we are stuck with Xen. If we try to create a guest using > >> Virt-Manager we get this error: > >> > >> Unable to complete install: 'cannot fill file > >> '/var/lib/xen/virtinst-vmlinuz.WtErnB': Invalid argument' > > > > That looks like it isn't extracting the kernel from your VM partition or > > image. It might be being blocked by selinux if you are in enforcing mode, > > so try setenforce 0 first to switch to permissive mode ( setenforce 1 will > > get you back to enforcing afterwards). > > unfortunately that was the first thing we tried. No change. You can try running run pygrub directly to narrow down where the problem is, eg. pygrub --output-directory=/var/lib/xen /path/to/your/vm If this works you should get a menu and it should download the kernel and initrd of the option you select to /var/lib/xen . Michael Young -- 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: firefox?
On Sun, 27 Sep 2015, Michael Schwendt wrote: > On Sun, 27 Sep 2015 07:16:20 -0400, Paul Cartwright wrote: > > > I saw where firefox is now at version 41, but dnf shows: > > > > dnf list|grep firefox > > firefox.x86_64 40.0.3-1.fc22 > > @System > > firefox.x86_64 41.0-4.fc22 > > updates > > > > > > what does this mean? how do I install 41.0.4 ? > > The reason why it's not updated is found within the output of a normal > "dnf update": > > Skipping packages with broken dependencies: > firefox x86_6441.0-4.fc22 updates 72 > M > > Yum used to show the dependency breakage. DNF hides those details, > unfortunately. dnf update --best will tell you the problem however, which is an sqlite dependency. Michael Young -- 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: F23 on Raspberry Pi 2
On Thu, 24 Dec 2015, Suvayu Ali wrote: > Hi, > > On Thu, Dec 24, 2015 at 03:58:14AM -0500, Bob Goodwin wrote: > > On 12/24/15 02:11, Suvayu Ali wrote: > > >> I just can't remember which (or if there > > >>>was even a difference) > > >>>https://chisight.wordpress.com/2015/10/19/fedora-22-or-23-on-raspberry-pi-2/ > > >I followed this, and worked nicely. I have a booting F23 system now! > > > > > >Thanks a lot. > > > > > >>>http://jonarcher.info/2015/02/getting-fedora-21-raspberry-pi-2/ > > > > You "have a booting F23 system," do you have a usable desktop display? I > > have followed the jonarcher procedure several times but always wind up with > > a nice XFCE desktop display but no keyboard or mouse control, it just does > > nothing at that point. I have been trying each time I see something > > encouraging written about it but without success and have pretty much given > > up hope for the RPI2b and Fedora ... > > I am using the minimal image, so no, I do not have a desktop. But I do > have a working keyboard and ethernet. Did firstboot run for you? If > not, that would explain the issue for you. > > I'm having trouble getting wireless to work though. I know my adapter > works with the RPi since I have another RPi running OSMC using the same > adapter without issues. I tested the adapter with my laptop running > F22, that worked nicely. So I know it also works with Fedora x86_64. > However it fails to work on the RPi with Fedora ARM. I checked the > respective module is loaded 8192cu, although I do not see any rtlwifi. > Trying to load it with modprobe gives me a module not found error. > > It seems to me, the fedora kernel is not running. Any ideas how I can > get it to run? As far as I am aware you can't use a Fedora kernel on a Raspberry Pi 2, as it needs some modifications that the Fedora Kernel doesn't have (unless it has changed recently). One thing to check is that you have the NetworkManager-wifi package, probably the wpa_supplicant package as well as I don't think they are in the minimal image. Michael Young -- 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: libvirt - XEN - Virt Manager no long er working on F23
This could be https://bugzilla.redhat.com/show_bug.cgi?id=1286317 where security updates to grub2 broke the way xen under UEFI was working. There are suggestions in that bug report on things to try to get it working again. Michael Young -- 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
Re: Chrome not Chromium on Fedora 24
On Sun, 4 Sep 2016, P. G. wrote: > I noticed that chromium was now in the fedora repo, so I > installed it. It turns out that pepperflash is not included, > but I found freshplayerplugin on rpmfusion. I was not able to > get it working (the audio/video/ebooks from the public > library services, such as overdrive, hoopla, Naxos Music > Library, did not work). I don't think freshplayerplugin gives you anything in this case, because chromium can already use the PPAPI protocol so you just need to put the PepperFlash files somewhere chromium can find it. Michael Young -- 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: Segmentation fault in wireshark
On Wed, 24 Oct 2012, andrea wrote: Hi, my wireshark in Fedora 17 fully updated started to seg fault today. I am sure last week it was working, but I cannot see anything interesting in the list of updates via yum. The quick fix is to delete abrt-addon-python package (probably with abrt-desktop due to dependencies). You can also update to the latest abrt on koji (I don't think it has reached updates-testing yet). See bug https://bugzilla.redhat.com/show_bug.cgi?id=864324 Michael Young -- 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: Kernel 3.11 and Fedora 19...
On Fri, 6 Sep 2013, Fernando Cassia wrote: 1. Is there a kernel spec file for Fedora 19 that could be used to compile a 3.11 kernel with the same build parameters as the F19 one? 2. Which kernel does F20 expect to use? F20 is scheduled to release with 3.11, and F19 should get a 3.11 kernel soon, see the recent Fedora Kernel meeting notes http://meetbot.fedoraproject.org/fedora-meeting/2013-09-06/fedora-meeting.2013-09-06-18.01.html Michael Young -- 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: nx
On Mon, 2 Dec 2013, Patrick Dupre wrote: Thank for your feedback. I do not know what else do you need, anyway I attach a full file In addition, yum wants to update: nx-libs-3.5.0.21-3.fc19 nxagent-3.5.0.21-3.fc19 nxproxy-3.5.0.21-3.fc19 and it failed to process request: qtnx-0.9-16.fc19.i686 requires /usr/bin/nxssh : Success - empty transaction It was Bug 1036426 Your problem is that qtnx (which appears to have been dropped from Fedora) isn't compatible with the recent reorganization of nx on Fedora. Your options are either to remove qtnx and update to the new nx packages, using nxagent or x2goagent instead (these probably need an equivalent change at the server end), or to add an exclude rule to /etc/yum.conf to stop yum trying to update it. Fedora 18 didn't get the new nx packages which is why you didn't see a problem there. Michael Young -- 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: FedUp 18 -> 19 Orphans
On Thu, 19 Dec 2013, Kevin H. Hobbs wrote: I just updated from Fedora 18 to 19 with fedup. After the update I have many orphaned packages : # package-cleanup --orphans | wc -l 635 When I examine them I see things like fedora-release, zlib, and such. They mostly exist alongside their identical fedora 19 versions : # package-cleanup --orphans | grep libogg libogg-1.3.0-5.fc18.x86_64 # yum list libogg Loaded plugins: auto-update-debuginfo, verify Installed Packages libogg.x86_64 2:1.3.0-5.fc18 installed libogg.i686 2:1.3.0-5.fc19 installed libogg.x86_64 2:1.3.0-5.fc19 installed Any idea what's going on? You seem to have had an incomplete update. You will need to tidy up manually, eg. with package-cleanup --dupes and package-cleanup --cleandupes . You may also need to use yum or rpm to remove some of the duplicates by hand if package-cleanup can't work out how to solve all the dependencies. Michael Young -- 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: FedUp 18 -> 19 Orphans
On Thu, 19 Dec 2013, Kevin H. Hobbs wrote: # yum install perl-autodie ... Transaction check error: file /usr/share/man/man3/Fatal.3pm.gz from install of perl-autodie-2.16-1.fc19.noarch conflicts with file from package perl-4:5.16.3-245.fc18.x86_64 file /usr/share/man/man3/autodie.3pm.gz from install of perl-autodie-2.16-1.fc19.noarch conflicts with file from package perl-4:5.16.3-245.fc18.x86_64 file /usr/share/man/man3/autodie::exception.3pm.gz from install of perl-autodie-2.16-1.fc19.noarch conflicts with file from package perl-4:5.16.3-245.fc18.x86_64 file /usr/share/man/man3/autodie::exception::system.3pm.gz from install of perl-autodie-2.16-1.fc19.noarch conflicts with file from package perl-4:5.16.3-245.fc18.x86_64 file /usr/share/man/man3/autodie::hints.3pm.gz from install of perl-autodie-2.16-1.fc19.noarch conflicts with file from package perl-4:5.16.3-245.fc18.x86_64 because it conflicts with perl from f18... You need to do both at the same time. Here yum shell is useful as it lets you gather a series of yum commands and run them in one batch. Try something like yum shell remove perl-5.16.3-245.fc18.x86_64 install perl-autodie run and if that works exit you may need to add other commands as well to sort out the dependencies. Michael Young -- 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: Installing package kernel-3.2.6-3.fc16.x86_64 needs 9MB on the /boot filesystem
On Sat, 18 Feb 2012, Paul Smith wrote: On Sat, Feb 18, 2012 at 4:48 PM, Paul Smith wrote: Transaction Check Error: installing package kernel-3.2.6-3.fc16.x86_64 needs 9MB on the /boot filesystem # rpm -q kernel kernel-3.1.0-7.fc16.x86_64 # Let me add that I have just upgraded from F14 to F16. Have a look in /boot and see what is using the space for example by running du -ks /boot/* If you have just upgraded there may be things left over from the update, for example I think preupgrade puts a .img file there to use as part of the upgrade. Michael Young-- 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 to keep a particular kernel version?
On Thu, 23 Feb 2012, enclair wrote: I have these three kernels: 3.1.9, 3.2.5 and 3.2.6 There is a new kernel in -updates (3.2.7). If I update to the new kernel, yum will want to remove 3.1.9. Is there a possibility to set up yum to keep the older kernel (3.1.9) and to remove 3.2.5 instead (the middle one)? (There is the possibility to remove the middle kernel before each updates, but it's not really convenient). You could make sure you are running on the kernel you want to keep as yum won't remove the running kernel. Michael Young -- 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: installing Xen from source on fedora 16
On Thu, 15 Mar 2012, Arindam Choudhury wrote: I am trying to install Xen 4.1.2 in Fedora 16. I have compiled and installed the source code. On my /boot, I have: boot]# ls config-3.2.9-2.fc16.x86_64 config.mk-compat-wireless-3.3-rc1-2-3.2.9-2.fc16.x86_64 grub grub2 initramfs-3.2.9-2.fc16.x86_64.img initrd-plymouth.img System.map-3.2.9-2.fc16.x86_64 vmlinuz-3.2.9-2.fc16.x86_64 xen-4.1.2.gz xen-4.1.gz xen-4.gz xen.gz xen-syms-4.1.2 On Grub2, I dont have any boot option for Xen dom0. Can you tell me what to do next? All the generated documents talks about Xen 3. You can generate a configuration by running grub2-mkconfig -o /tmp/grub.cfg This should contain xen boot options and you can copy the relevant bits or the whole file to /boot/grub2/grub.cfg. Michael Young -- 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: kernel 4.19.5 crashes in Xen DomU
On Mon, 3 Dec 2018, Markus Schönhaber wrote: > Hi, > > I'm running Fedora 28 in a Xen DomU on a Debian Stretch Dom0. This used > to work fine but kernel 4.19.5 crashes on boot (see console output > below) - 4.19.4 and earlier don't show any problems. > Is anyone else seeing this? Is there a workaround? > > Regards > mks > ... > > > > [1.919053] BUG: unable to handle kernel paging request at > > 4b969000 > > [1.919061] PGD 220c067 P4D 220c067 PUD 0 > > [1.919067] Oops: [#1] SMP NOPTI > > [1.919072] CPU: 0 PID: 1 Comm: swapper/0 Not tainted > > 4.19.5-200.fc28.x86_64 #1 > > [1.919080] RIP: e030:ptdump_walk_pgd_level_core+0x21a/0x4f0 > > [1.919085] Code: b8 00 00 00 00 00 40 00 00 49 83 c7 08 49 01 c5 4c 3b > > 7c 24 40 0f 84 c2 02 00 00 4c 89 e8 48 c1 f8 10 48 89 84 24 80 00 00 00 > > <49> 8b 3f 48 f7 c7 9f ff ff ff 0f 85 22 ff ff ff 41 b8 03 00 00 00 > > [1.919094] RSP: e02b:c9717e68 EFLAGS: 00010286 > > [1.919099] RAX: 8000 RBX: 8191c029 RCX: > > > > [1.919104] RDX: 0101 RSI: 8220a000 RDI: > > 00084b969067 > > [1.919109] RBP: R08: 0001 R09: > > > > [1.919114] R10: R11: R12: > > > > [1.919118] R13: 8000 R14: R15: > > 4b969000 > > [1.919128] FS: () GS:88807d40() > > knlGS: > > [1.919133] CS: e033 DS: ES: CR0: 80050033 > > [1.919137] CR2: 4b969000 CR3: 0220a000 CR4: > > 00042660 > > [1.919144] Call Trace: > > [1.919151] ? printk+0x58/0x6f > > [1.919157] ? rest_init+0xaa/0xaa > > [1.919161] kernel_init+0x31/0x107 > > [1.919166] ret_from_fork+0x35/0x40 > > [1.919170] Modules linked in: > > [1.919175] CR2: 4b969000 > > [1.919179] ---[ end trace a85adfe208024c43 ]--- > > [1.919185] RIP: e030:ptdump_walk_pgd_level_core+0x21a/0x4f0 > > [1.919190] Code: b8 00 00 00 00 00 40 00 00 49 83 c7 08 49 01 c5 4c 3b > > 7c 24 40 0f 84 c2 02 00 00 4c 89 e8 48 c1 f8 10 48 89 84 24 80 00 00 00 > > <49> 8b 3f 48 f7 c7 9f ff ff ff 0f 85 22 ff ff ff 41 b8 03 00 00 00 > > [1.919199] RSP: e02b:c9717e68 EFLAGS: 00010286 > > [1.919204] RAX: 8000 RBX: 8191c029 RCX: > > > > [1.919209] RDX: 0101 RSI: 8220a000 RDI: > > 00084b969067 > > [1.919214] RBP: R08: 0001 R09: > > > > [1.919218] R10: R11: R12: > > > > [1.919223] R13: 8000 R14: R15: > > 4b969000 > > [1.919231] FS: () GS:88807d40() > > knlGS: > > [1.919237] CS: e033 DS: ES: CR0: 80050033 > > [1.919241] CR2: 4b969000 CR3: 0220a000 CR4: > > 00042660 > > [1.919261] Kernel panic - not syncing: Attempted to kill init! > > exitcode=0x0009 > > [1.919261] > > [1.919269] Kernel Offset: disabled It looks like the "Linux 4.19.5 fails to boot as Xen dom0" issue being discussed on the xen-devel list, eg. see https://lists.xenproject.org/archives/html/xen-devel/2018-11/msg03557.html Basically there is an issue with the 4.19.5 kernel that upset Xen. Michael Young___ 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: getting rid of every trace of docker from fedora 29 for re-install?
On Thu, 24 Jan 2019, Jon LaBadie wrote: > On Thu, Jan 24, 2019 at 06:46:23AM -0500, Robert P. J. Day wrote: > > > > as part of an intro tutorial i'm writing, i want to provide a recipe > > for installing docker-ce on fedora 29 from absolute scratch, and part > > of that will involve how to first get rid of every trace of any old > > docker- or container-related stuff. > > > > if one has no interest in preserving old containers, i'm proposing > > running (as sudo, naturally): > > > > $ dnf remove "*docker*" > > $ rm -rf /var/lib/{containerd,docker,docker-engine} > > > > i'm fairly sure that's overkill, but the point is to simulate truly > > starting from scratch. the above *seems* to work, is there any reason > > it would cause problems before i kick in with installing the proper > > yum repo file and running: > > > > $ dnf install docker-ce > > > > thoughts? > After running your "dnf remove" and "rm -rf" commands > run "# locate docker". There may be config files > left behind or other cruft in home dirs. If the computer has LVM partions it is probably worth checking that the docker-pool thin pool has been deleted, as docker can use this if there is space in LVM, and I don't know if uninstalling docker is enough to remove it. Michael Young ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: fedora 21 and xen
On Fri, 12 Dec 2014, Mike Wright wrote: Hi all, 2 part question. Just installed f21. I like the way the distro has a common base and "flavors" that build on that. Nice approach. yum also seems to be *much* faster. 1) Does anybody know where the standalone xen packages are? I am not aware of xen being in any flavor by default but you can install it with yum or your preferred package manager. 2) Is there a virtualization group or is that what the "cloud" flavor is? Cloud is a fairly minimal image for use in a cloud. You probably what something else if you want to host virtual machines. Michael Young -- 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: autofs/nfs issue with Fedora 16
On Sun, 6 Nov 2011, Richard Shaw wrote: > I use autofs to mount a nfs share that contains both the contents of > the various Fedora install DVD's and packages I've built for a local > repository. This has worked quite well on all my Fedora 14 & 15 > machines. This may be Bug 751731 https://bugzilla.redhat.com/show_bug.cgi?id=751731 which shows similar symptoms in a slightly different context, and is also new in F16. Michael Young -- 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: Feroda for server
On Sun, 13 Nov 2011, Benjamin wrote: > do i go with RHEL 6 64 bit ? Or one of the clones such as CentOS or Scientific Linux, if you don't need the support and don't want to pay the license fee. Michael Young -- 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 17 on vmware esxi 5.0
On Tue, 5 Jun 2012, Manuel Gonzalez Montoya wrote: Hi, I just did a fresh install of F17 on a ESXi 5.0 VM, and it crash on first boot with the message "Oh no! Something have gone wrong. A problem ocurred and the system can't recover. Please contact the system administrator" Try rpm -e fprintd from a text console, as you might be hitting bug 810040 https://bugzilla.redhat.com/show_bug.cgi?id=810040 Michael Young -- 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: fedora 17 hates me
On Sun, 10 Jun 2012, Michael Hennebry wrote: The only thing that seems to have gone right is the install. I managed to do an install without media, even though at the time I didn't have grub2 and the instructions assumed that one did. I went by the F14 instructions. The first thing I noticed is that grub.cfg is 477 lines long. There is a header that is 75 lines long. I think the part associated with my new Fedora 17 is 148 lines long. The installer picked up on several other OS's. The Windoze actually boots and runs. My old Fedora 14 does not. It seems to boot. It fills in the ice cream cone with the finfinity symbol. The it stops. No mouse or any offer to let my log in. The new install could have messed up the boot options for Fedora 14. I suggest you check they are still reasonable and compare them with previous grub configuration files if you still have them. They could have the wrong options or could be trying to boot against the wrong partition. Michael Young -- 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: Leap Second
On Mon, 2 Jul 2012, Michael Cronenworth wrote: Hi all, I recommend that anyone not familiar with the term "leap second" check out all of their Linux systems. Most likely a piece of software is running in an infinite loop due to the added second on July 1st. Your system may also appear to be running normally but double-check your system load to make sure it is less than 1.00. I had several affected systems so Fedora was not ready (and I didn't bother to ready my systems). If you have high system load there are two solutions: 1. Reboot, or... 2. Manually set the date with "date". Ex: "date 07021025" for July 2nd, 10:25 AM. Running date `date +%m%d%H%M.%S` should reset the date without changing the time too much. I had trouble on RHEL6 servers, which were mostly running java, with sluggish reponse and high cpu loads. I ended up rebooting them to make sure I cleared the problem. Michael Young -- 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: error banner popped up: Oh oh ... Something went wrong ...
On Sat, 25 Aug 2012, JD wrote: FC16, just run a full update. Rebooted (with latest kernel). I got the error banner for the first time during boot, but just before the gdm greeting banner: Oh, oh. Something went wrong etc. Found that someone has opened a bug about this with redhat bugzilla: 819340 back in May of this year (2012). That is a rather useless generic error message (from gnome-shell I think) which doesn't give you a clue as to what actually went wrong, so the bug report you found could be a for completely different problem. Try logging in at a text console (which you can get to by pressing ctrl-alt-Function key, eg. ctrl-alt-F3) and checking logs such as /var/log/gdm or /var/log/Xorg.0.log to see if they give some clue as to what the problem actually is. Michael Young -- 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: f18 moodle setup
On Tue, 9 Apr 2013, Virágh János wrote: After #yum install moodle what's the proper way of configuring and starting moodle on Fedora 18? You just need to tell the config.php file how to find your database - see the /usr/share/doc/moodle-2.3.6/README-rpm file. However, there is a problem with the current Fedora and EPEL moodle packages because they remove some php QuickForm files that the moodle source ships with in favour of Fedora's packaged version. Unfortunately moodle is expecting a couple of extra files that aren't in the Fedora version because they are now obsolete. Michael Young-- 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: No Flash in Firefox 56?
On Wed, 4 Oct 2017, Juan Orti Alcaine wrote: > My Firefox has been upgraded to version 56 (F26) and I cannot use > flash pages any more. I have the addon installed and in click-to-play > mode, but I just get an empty space. Is it a bug? I though flash is > still going to be supported until 2020. I am seeing this as well. Firefox 56 sees the plugin in about:plugins but doesn't seem to be using it. Michael Young ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Windows 10 update ate Fedora 25 boot info: EFI. LVM, LUKS, oh, my!
On Tue, 12 Dec 2017, wwp wrote: > Hello Michael, > > > On Tue, 12 Dec 2017 17:12:04 + (GMT) Michael Young > wrote: > > > On Tue, 12 Dec 2017, Ted Roche wrote: > > > > > Booted into Windows 10 to start the annual TurboTax stuff, and it > > > asked to do an update, as usual. It turned out the "Features Update" > > > was an entirely new version of Windows 10, Fall Creator's Update > > > update, or something. > > > > > > Rebooting to go back into Fedora 25, and the boot menu is gone, replaced > > > with: > > > > > > grub> > > > > > > The fedoraproject page above suggests: > > > > > > grub2-mkconfig -o /boot/grub2/grub.cfg > > > > > > and > > > > > > grub2-install --boot-directory=/boot /dev/sda > > > > > > Finally, my question: are these last two commands correct with all the > > > variations of EFI, GPT, LVM, LUKS etc that is my configration? After > > > all this, I'd really hate to write to the wrong place! > > > > For EFI booting the location of grub.cfg is /boot/efi/EFI/fedora/grub.cfg > > which I am guessing has been corrupted by your Windows 10 update. As your > > boot gets as far as the grub2 prompt this is probably all you have to fix, > > eg. > > > > grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg > > > > You could write the output of grub2-mkconfig somewhere else first so you > > can check what it will do before you overwrite anything. eg. > > grub2-mkconfig -o /tmp/grub.cfg > > > > A good place to look for instructions is > > https://fedoraproject.org/wiki/GRUB_2#Updating_GRUB_2_configuration_on_UEFI_systems > > which includes the line > > grub2-install shouldn't be used on EFI systems > > so I don't suggest you use it. > [snip] > > I've experienced the same here, since then I'm no longer booting into > Windows on my (dual-boot) laptop, but fixing it afterwards doesn't seem > very satisfying, isn't it possible to prevent Windows from killing > other systems from the EFI? How come such situation where Windows can > do that? I can't give a definite answer because I had this problem on a box but it has stopped happening (it is running Windows Insider on the slow ring so it gets updated a fair amount) and I am not sure if it was something I did or just coincidence. I may have tried fscking the EFI partition but I can't remember if that worked or made a difference. Michael Young ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org