General :: Trying To Upgrade FC8 To FC12
Apr 11, 2010
I am new join to this group but not to Linux...was using Redhat Linux. but lost touch with linux, since FC started. Recently, I installed FC8 on my PC and trying to upgrade to FC12.
View 7 Replies
ADVERTISEMENT
Feb 23, 2010
I install CentOS 5.4 on a customer's workstation. They out-of-date nature of Enterprise is not at all working out for him. Since Enterprise is essentially FC6, is it possible to just upgrade him to FC12, or am I looking at a wipe and reinstall?
View 7 Replies
View Related
Nov 28, 2009
I decided to upgrade finally. It didn't go smoothly and right now I'm not really sure what is going on. During the install when it was scanning my disks it threw a timeout error but continued anyway. I completed the install but one thing that seemed odd to me is that I wasn't asked about packages or anything and it never prompted me for any other CDs. I wasn't sure what was going on. I did a re-install but same results.
So I figured fine I'll just configure things myself. I went to mount my other partitions and was unable to. I'm not sure what was done but I've not been able to get to my old data. I'm not even sure where to start because things are so different. I ran fdisk -l and I see these devices:
/dev/sda
/dev/sdb
/dev/dm-0
/dev/dm-1
Under /dev/sda It shows /dev/sda1 but tells me that partition 1 does not end on cylinder boundary it then shows /dev/sda2. This has a System of Linux LVM. Same with my /dev/sdb1. I am guessing this is where my 2 old partitions went. I looked up LVM which I didn't know anything about before. Previously I was about to mount my partitions directly so I'm pretty sure they were not LVM. So somehow these got converted?
I don't know what /dev/dm-0 and /dev/dm-1 are but I do get errors on them:
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1 doesn't contain a valid partition table
Right now I'm trying to simply get to my data once again or determine if it's unrecoverable. At this point I'm at a loss as to how to proceed. I know I didn't tell the install to format anything other than the first partition. Oh and after the two Fedora installs I did take a peek at Unbuntu. I started that install and it told me that the partition I was installing on was too small. So I canceled it. It showed the other partitions but I could see no way to read them.
View 7 Replies
View Related
Dec 6, 2009
After upgrading from FC10 to FC12 here I notice I cannot login to the GUO console locally as root, yet this worked with FC10. Attached is my /etc/gdm/custom.conf settings and I've got the login for root set true whih is where it was and working prior to the upgrade.. Also I don't see the shutdown/restart options as before either:
[daemon]
AutomaticLoginEnable=false
AutomaticLogin=
TimedLoginEnable=false
TimedLogin=
[Code].....
View 4 Replies
View Related
Nov 23, 2009
Pulseaudio setup. My pulseaudio was working when I was using FC11 and it stops working after I upgrade to FC12 using preupgrade. The system sees audio device and alsa is working correctly. No audio at all (system audio and mplayer) from Pulseaudio. I am using the onboard Intel audio. The verify from the alsamixer that the volume is not muted. I also tries all the combination of profiles in the pavucontrol and in some of the profiles, I can see the output volume bar is moving, but still no sound
pulseaudio-0.9.19-2.fc12.x86_64
alsa-plugins-pulseaudio-1.0.21-2.fc12.x86_64
Attached is the pulseaudio log when playing video from mplayer.
View 14 Replies
View Related
Dec 6, 2009
After upgrading to FC12 from FC10 the 3 samba shares on the box cannot be connected to from either Windows-7 or Windows Server 2003R2. Both were working with FC10 just fine.
It is local authentication to the box not LDAP etc. Files below and error msg:
attempting to connect to say \saturngeorgek gets an error in a windows popup with Unknown username or bad password yet I'm certain of the ID & password as I can ssh in with it from Windows-7
In 2003 I see "Multiple connections to the same server or shared resource by the same user using more than one name are not allowed disconnect all previous connections and tr again."
In neither case do I have any connections to the saturn server that I can see using net use from either box.
smb.conf
========
[global]
workgroup = netwrx1
server string = Saturn RHFC4 Linux Server
[Code].....
View 4 Replies
View Related
Dec 11, 2009
I have just upgraded to FC 12 from FC 11 everything on FC 11 was fine, I has samba, openvpn, subversion, tinyproxy and apache all working fine. Friends could vpn in and do all the stuff they where allowed to do,
Now unfortunately I have this issue after upgrading to FC12, All the samba mounts have disappeared from all my friends computers, when I look at the log files I now see this;
smbd/server.c:457(smbd_open_one_socket)
smbd_open_once_socket: open_socket_in: Address already in use
View 1 Replies
View Related
May 10, 2010
kpackagekit warned me about a distribution upgrade to FC12in order to set things in motion i have to press the upgrade button is this action completely safe?since my FC11 is working like a charm, and i consider to upgrade to FC13, depending on the fact if i can build kernel drivers for kernel 2.6.32-,, that is still in the testing repo'smy idea is to upgrade all available packages from testing when fc11 is EOL, and i will see what happends after this upgrade, if my system crashes or whats so ever, i will install FC13.
View 9 Replies
View Related
May 26, 2010
Took an FC12 system to FC13 via 'preupgrade'There was a REALLY old version of gimp-print-cups in RPM, and the installer announced "a fatal error occurred". However, everything else seemed to download properly and I allowed the upgrader to reboot the system.
a) grub boots the kernel, then the kernel can't find root and panics. It does this because it can't root file system with root=UUID= kernel option. If I manually tweek the grub line to use root=/dev/sdx, kernel finds its root and boots up to the next problem.
b) GUI environment not launched. Init scripts die on "error loading modules.dep". Sure enough - one is not there. Ran "depmod" to generate it ,and rebooted. System reboots into GUI, where I login to find the next problem.
c) Evolution won't start. Reason turns out the evolution-data-server from FC12 is still present. Did a check on just how many other FC12 RPM's are present: 1100. Yeah - over 1000. About 850 of the FC12 RPM's also had FC13 replacements installed. Did an "rpm -e" on these. Also had to do some remove action on mkinitrd, nash, plymouth-scripts-0.8.0, and parted-1.9.0 as there are replacements for these utilities under different package names. That cleaned up the system some, to present me with the next problem.
d) yum package repository still linked into FC12. Removed fedora-release-12-2.noarch and then I could "yum install" evolution and a few other packages properly.
I've done one other FC12->FC13 upgrade today, and that went flawlessly. So, I think in general the upgrade works fine. It just looks like if preupgrade finds anything amiss, it doesn't take care of a lot of things and generally leaves you with an unbootable mess to clean up.
View 6 Replies
View Related
Jun 7, 2010
I had a fairly smooth upgrade process using PreUpgrade on my main workstation, but I still have a huge bunch of fc12, some of which have fc13 analogs installed, some of which don't (a total of 317 packages). Also, I still have the Constantine gdm theme, probably as a symptom of these lingering packages. Can I just yum erase these? Do I need to check which have analogs in fc13? I don't know which step of the upgrade I forgot, but it seems I'm stuck somewhere in between, although
Code:
joel@localhost: ~> cat /etc/fedora-release
Fedora release 13 (Goddard)
View 10 Replies
View Related
Jan 23, 2010
After the Upgrade of my Fedora Insatallation (FC 10 => 12) I have some problems with Gnome and the Login via console. The system actually boots fine and all kind of services like Postfix, IMAP, Samba, SSHD, Apache, etc. are avialable normally.
If I try however to work directly on the server I only see the completed Fedora progress icon and not as hoped for, the Login to Gnome. Also the attempt to change to a plain console with ALT-CTRL-F1 fails.
Since actually everything seems to work quite fine, I am somewhat helpless, according to should I look for, to get Gnome and the Console Login working again.
View 8 Replies
View Related
Nov 24, 2009
Was using preupgrade from FC11x64 to 12x64. Preupgrade caused alot of problems like /boot not enough diskspace. After some searching found the steps and preupgrade proceed happily but after reboot got kernel panic grrr.
Took 3 days to find another machine to download and burn the FC12x64 disk. So I booted via the FC12x64 disk and selected the 1st option to install/upgrade. I thought it is upgrade and so choose replace my existing linux system however it wiped out everything on the disk. I have some important data in my home directory. I think it is in LVM, not a partition like /dev/sda1. How can I recover them? Was using stock settings.
View 3 Replies
View Related
Apr 18, 2010
I have a tricky problem which I could soIve with a c program. I wrote one and found I didnt have gcc so I tried to install it. I was told I needed to install packages. I acknowledged and an error was generated gcc-4.4.2-7.fc12.i686 requires libgomp = 4.4.2-7.fc12 I try to install libgomp and go round again.
View 2 Replies
View Related
May 17, 2010
I'm trying to get VLC to work streaming RTP audio/video over my office network. The goal is multicast a/v streaming. In all test cases, we are streaming from VLC to VLC. I am able to stream from Windows to Windows, and from Fedora to Windows, but not from Windows to Fedora. Additionally, I am unable to receive a LOCAL stream from one instance of VLC to another, within Fedora.
I don't see any reason why this would be. The buffer indicator (where the elapsed/total time is normally displayed) never shows any connectivity, so it would appear to be a network problem, but since I am able to stream from Fedora to Windows (same IP, same port) I thought it would be something else.Does anyone know of a solution to this issue?
EDIT: Correction to previous edit: the IGMPv3 protocol was just not being picked up by Wireshark. Reverting to IGMPv2, I am able to pick up the Membership Report, Join, and Leave group packets from the Linux machine. I'm using the GUI to configure the following:
CLIENT
rtp://@239.255.12.42 :rtp-caching=1000
SERVER:
screen:// :screen-fps=30.000000 :screen-caching=300 :sout=#transcode
{vcodec=mp4v,vb=800,fps=30,acodec=mp4a,ab=128,channels=2,samplerate=44100}
:rtp{dst=239.255.12.42,port=5004,mux=ts}
:no-sout-rtp-sap :no-sout-standard-sap :sout-keep
MOST of this is default settings, for the given methods, which I haven't really changed. I've also tried adding the :5004 to the client URL to explicitly give the port, but received no different effect.
View 1 Replies
View Related
Jan 1, 2010
I am installing Phurple on FC12, since no rpm is available for Fedora/RHEL, so i am installing it from soure. during first step it stop with error.
Code:
checking for gawk... gawk
checking whether to enable phurple support... yes, shared
checking for glib files in default path... found in /usr
checking for g_hash_table_new in -lglib-2.0... yes
checking for purple files in default path... not found
[Code].....
View 1 Replies
View Related
Apr 21, 2010
Why I cannot login as root to FC12 GUI? .. I already configured /etc/pam.d/gdm:
#auth required pam_succeed_if.so user != root quiet
but still problem..
could any body please advise, what I missed?
View 1 Replies
View Related
Jan 16, 2010
this is the error i got when i type yum update command
Code:
[root@VAIO yum.repos.d]# yum update
Loaded plugins: presto, refresh-packagekit
http://download.fedoraproject.org/pub/fedora/linux/updates/12/i386/repodata/repomd.xml: [Errno 14] HTTP Error 302 : http://download.fedoraproject.org
[Code]....
View 8 Replies
View Related
Jun 16, 2010
Recently upgraded from FC11 to FC12, and lost the ability to print to my network printer. Couldn't figure it out, though I can continue to print from an old FC9 server, so I know it's not the print server, Netgear PS110 or the printer Samsung ML-2510. In desperation, I upgraded to FC13, and still no dice. Don't think it's a network problem as I've tried with a disabled local firewall (I'm behind a network firewall) and even disabled SELinux.
If I go through system-config-printer, I probe for network printers, and can discover the print server, but the queue is wrong (it has two ports, P1 and P2.) Neither PASSTHRU or manually written P1, the connected port, work. It will spool, then disappear. I'm using the Samsung ML-2150 Driver which I understand works for this printer and used to work on FC9, because the printer is not listed directly in CUPS' database.
View 7 Replies
View Related
Apr 7, 2010
I have FC12 image and I want to install it on my laptop using a pen drive so what steps should I follow. My Dell laptop has i5 processor. Currently I have windows xp on my PC so give me any link of software to make the pendrive bootable.
View 14 Replies
View Related
Dec 15, 2009
For some reason Fox News Video, does not work in FC12, but CNN BBC video are all fine and plays. Flash is installed.e.g. URL... results in just a black screen with a fox logo and no video.
View 14 Replies
View Related
May 28, 2010
i did yum -y install akmod-nvidia and then type xconfig-nvidia on the terminal,and after logging off i confront with a blank screen,so i remove akomd-nvidia [yum remove akomd-nvidia] and also yum erase xorg-x11-drv-nouveau [yum erase xorg-x11-drv-nouveau]but still no gui,i think i should install:
yum install kmod-nvidia
xorg-x11-drv-nvidia-libs.i686
xorg-x11-drv-nvidia-libs.x86_64 [but i didn't]
so how can i have my gui back?
View 5 Replies
View Related
Jan 4, 2010
I have try to install fedora 11 with windows XP dual boot, but when fedora 11 is install, it will compeletly remove the already installed windows XP, while fedora 8, it works nice with windows XP, and is good dual boot OS at the same time.if any thing is new in fedora 11 or 12 with respect to dual booting,
View 2 Replies
View Related
Jun 3, 2010
I am trying to put FC12 on a new Dell E6410 (laptop) with video "00:02.0 VGA compatible controller: Intel Corporation Device 0046 (rev 02)". I used the Live disk and successfully installed, but then I updated. Thereafter when I boot I get a black screen. I cannot even get to the login.
Unfortunately I really do not know where to start to try to trouble shoot. (I can get into run level 3 on the latest kernel). Also the issue seems to come about from kernel 2.6.31.5 to kernel 2.6.32.12 since the blank screen issue does not arise in the former. For now I switched the order of these kernel in GRUB so the older one boots first and this seems to work.
Although the blank screen is my most pressing issue, I am having others too (synaptic mouse, wifi, suspend, internal camera). Well, hopefully once I can run the newest kernel these issue will disappear.
View 8 Replies
View Related
May 31, 2010
As my proficiency with Linux improves slowly, I've been trying to find the answers for myself, but in this situation I must admit I find myself rather stumped. I have a perfectly nicely working Fedora 12 install on an 80GB SATA drive, and when it hit an error and wouldn't boot last week (easily fixed with fsck from the initial command line) I panicked and ordered a new 250 GB drive. It got here and I might as well use it, I thought to myself, so I went about trying to figure out how to move my install without having to reset all of my settings, programs and so on. I didn't want to mess with dd because I'm not so so clear on resizing my partitions once the copy is done (if someone thinks this is a better idea I'm open to suggestions.) After some poking around I found this set of instructions which I attempted to follow to the letter, but hit some snags. I understand this thread I am referring to may be a bit outdated, which is why (I assume) I hit a bump here
Code:
# mount /dev/hdy1 /boot
mount returns an error demanding I specify the file system type. At a loss, I barreled on until
Code:
[Code]...
To summarize, I partitioned and mounted my new drive using fdfisk and the instructions provided above, then used rsync to copy over all of the files, so as far as I know the new drive is ready to go, just not yet bootable. Opening the Grub.conf file in Kwrite (as root) returns a blank page. What do I do now?
As a side note, you can see that I am not too squeamish about the terminal, so I would prefer to find a "command line only" solution to this relatively simple (?) procedure.
View 5 Replies
View Related
Jan 10, 2010
when ever i try to install updates i get shown an error & the updates stop the error i get says "librpmio.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates) librpm.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates)"
View 12 Replies
View Related
Jan 2, 2010
I saw that AMZ recently updated the rpm for Fedora to be compatible with FC 11, however the install is still broken on FC12 (obviously since it's built for 11).
My main question is has anyone found a decent workaround, that won't completely hose your system? Should I just wait until they build an rpm for FC12?
View 14 Replies
View Related
Mar 10, 2010
Not wanting to speculate why, in the repositories, Fedora doesn't *also* provide a on-KVM enabled kernel counterpart to the default KVM enabled kernel that *is* supplied, I must say I'm frustrated that they haven't done this simple thing.
Considering that everyone who upgrades to KVM enabled FC12 from a previous non-KVM release of Fedora (like FC10) ... considering that these people will be guaranteed to no
longer be able to run VirtualBox or VMWare Workstation after upgrading, is a disappointing oversight by / or intent of Fedora (one that manifests in *lost productivity*).
And try though you may to install the kernel source RPM and compile it after running "make xconfig" to disable KVM support, you usually can't! Fedora kernel compile attempts often die very early in the "make" process, indicating something like ...
"Kernel compile error: No rule to make target `missing-syscalls'
or some other silliness. And when you successfully compile a "kernel.org" kernel, and try to boot it, you get all kinds of missing library errors (etc).
Given that it would be simple to provide both a KVM enabled kernel (as they do), and also a non-KVM enabled kernel (which they don't) so the rest of us can seamlessly continue to run VirtualBox and/or VMWare Workstation after an upgrade - and avoid getting entangled with deciding whether use KVM or XEN for guest O/S's... it's a frustrating misstep to not have done this basic thing (i.e. include a non-KVM kernel). It was a rude awakening when we tried to launch VirtualBox only to have it fail after the upgrade.
Anyway, has anyone successfully compiled their own kernel for FC12 and not get errors after boot? If so, which sources did you use; and what kernel version? In the meantime I'll try out other kernels and compile options.
View 1 Replies
View Related
May 21, 2010
Has anyone managed to install retroshare on fedora? Where can i find a howto?
View 4 Replies
View Related
Nov 19, 2009
I recently upgraded my CPU (just before the release of FC12), to a 64-bit compatible Intel Core 2 E7600. Upon the release of FC12 I moved to the 64 bit version (via a clean install).
I noticed that NVIDIA does not work (as many topics on this forum confirm). So I reinstalled and used the FC12 default drivers (I think they are called Nouveau-drivers). This seemed to work, so I ran "yum update", and now all X-windows fail.
KDE complaints: "kstartup4 does not exist or fails" and GNOME also complains (sorry forgot the exact error message)
I'd be happy to send logs, but if these are required, which log you want and where I can find it.
how to get or KDE or GNOME running ? (preferably KDE)
System:
Intel Core 2 Duo E7600 (3.1 GHz)
3 GB Memory (800MHz)
Nvidia Geforce 9600 GT
Mobo: Foxconn P35A01
View 2 Replies
View Related
Nov 20, 2009
Trying to start Tomcat6, I get the following in catalina.out
dl failure on line 696Error: failed /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/client/libjvm.so, because /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/client/libjvm.so: cannot enable executable stack as shared object requires: Permission denied
View 3 Replies
View Related