Fedora Installation :: Migrate To Make Version 3.81 In 14?
Mar 29, 2011Can we migrate to make version 3.81 in Fedora 14? make 3.82 is made available in make Fedora 14 which has compatibility issues with make files of 3.81 version.
View 3 RepliesCan we migrate to make version 3.81 in Fedora 14? make 3.82 is made available in make Fedora 14 which has compatibility issues with make files of 3.81 version.
View 3 RepliesSo I want to install the original version of Fedora 15 and make it dual boot with my Windows 7. Problem here is that I don't have a cd/rom. and the iso file didn't have a .exe thingy.....
so now what? Also this is my partitions> http://img94.imageshack.us/img94/9853/unledtlh.jpg
we are planning to migrate from RHEL 4 to higher version. Latest RHEL available is RHEL 5.5 and also RHEL 6 BETA is released which will soon available for production.
View 1 Replies View RelatedI have a fedora 11 with kernel package: kernel-PAE-2.6.29.6-217.2.3.fc11.i686
I would like to install the devel package for this kernel version, but I can't find it, because in the fedora repo there is only the original kernel (2.6.29.4....) and in the updates repo there is only the newest kernel package (2.6.30....)
Where can I find the packages which are between the fedora and update repos' versions?
I am trying to install ns2.1b5 on fedora and I am getting the following error:
No rule to make target `VERSION', needed by `gen/version.c'
I have recently tried to migrate to kubuntu. I am reading manuals and studying the matter right now, trying to find help via googling and stuff, but for some (i suppose, trivial) matters i just cannot seem to get help and reading manuals leads me nowhere.I am sorry if my questions seem trivial or are answered in manpages or on this forum, i tried searching and didnt found...
1) how to correctly install something, for which a "Stable Source Release" is provided. Especially when options are to be set
2) how to get knowledge about what version of something (in this case, ntfs-3g) is installed in my system, and what kind of options were set when it was installed
3) what exactly happens when i type "make" withing a folder i just extracted my "stable source release" gzip to?
4) what exactly happens when i type "make install", how does it know where to put what files, make changes to my system etc...
5) how to undo what it (make install) has done (because i had already corrupted one installation of kubuntu by simply doing an unsuccessfull make install of an x-fi driver package and then an alsa package)
6) when i install something with "apt-get install <packagename>" does the downloading of "source stable" happens and "make install" is ran for me, or something else?
7) Do gui package managers just do the "apt-get install <package name> " for me when i check to install something or do they do something extra aside from that? Like synaptic?
8) when i install something with the same name, but different version, what happens? like if i do an "apt-get install XYZ" of version 2.0 when i already have XYZ of version 1.0 installed, will 1.0 get overwritten by 2.0 or will i have both installed in my system?
9) how do i know which "options" are used when i do apt-get install of a package? for example, if package says "build with this option to achieve this result" how do i know if this option is on or off or can i control it when i apt-get install this package?
10) if i installed something with "make install" - can i later uninstal if with apt-get uninstall package or i have to somehow manually remove files? what is the common procedure?
11) if i installed something with "make install" - can i later upgrade it with "apt-get"?
12) why i read in books, like for example here (http://rute.2038bug.com/index.html.gz), that i should partition my disk in multiple partitions:
- one for swap
- one for / file system
- one for /usr
- one for /tmp
- one for /var
- remaining space goes for /home
because then if one gets overflown, full or broken, it wont affect the others, and you can afford to loose some and it eases the recovery of system in case of a fault
but then, kubuntu installs itself just in two partitions, swap and the rest? Is multiple partitions scheme outdated or?
13) Why if i ctrl-alt-f1 out of my KDE and run kate (any gui program), it says "cannot connect to X server" while xserver is indeed running on my pc (otherwise how would kde work?)
14) what is under ctrl-alt-f12, f11 etc, it is a blank screen with a cursor in top-left
15) is there a way to set the vga mode for tty's that are accessible with ctrl+alt+f(1-6) to 80x50 (i prefer that over the 80x25 that is set by default there)
i've read that you could do that in lilo config files you just do vga=extended
but now kubuntu uses grub so... how do i do that?
16) i've read that "linux is good because you can shut down an app that hangs your pc by going to terminal and sending a kill signal, something you cannot do in windows because windows has no way to escape a frozen gui"
But when i had a way to test that in practice (today i tried some decoration scheme for my KDE and it froze my desktop) i found out i have a freaking lot of processes running (with ps -A) and.... well, what should i have done to unfreeze my desktop? And how do i know what exactly hangs my PC in order to terminate it? (like in windows - you very frequently have a nearly dead non-responding pc, but doing CtRL-ALT-DEL shows that "system idle" has about 3/4 of your processor time and there is no problem with memory consumtion either, yet system barely can respond to your input")
17) i've heard and read about "linux needs no reboot" but in practice, installing nvidia drivers requires reboot, for example. So, is it really true or there is a way to make those drivers go without rebooting, they just tell me to reboot because i'm considered a newbie who doesnt know that "linux does not need reboot"?
18) KDE is very annoyingly preventing me from doing anything in "LEAVE" menu without a 30second-confirmation box (shutting down in 30 s...)... and i dont seem to see any settings for that in the gui... same goes for asking me to close my tty's - can it do it by itself? what config file should i edit?
19) As i read, linux filesystem philosophy is that settings go into /etc and that everything is a file, so, in order to change anything in my system it boils down to editing a file. Now, why do the files are so scattered? For example, why does alsa config file live as a hidden file (starts with .) in my home, and a file to set up mounting behavior lies in /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla or /usr/share/polkit-1/actions/org.freedesktop.udisks.policy.
Do only system apps like mount use /etc for their configs, and how do i generally know where to look if i want to change something (like in windows, i'd go look in the application path, in my user folder's corresponding folders - my documents, application data etc and in registry).
20) As i read, linux ideology is about program scattering istelf all over the file system. Countrary to windows where program occupies a folder in which it nests its own folder tree (like data, sound, themes), a linux is said to put binaries into /bin, configs into /etc and so on. What happens if programs are called the same or use same files? For example, if two people make a program with a same name or use same file (for example, alot of windows programs used to use settings.ini to store user settings, if that would be in a same folder...?) or make a same short name for their program (like a long program name abbreviated to three letters for simplicity, but what if two programs have same abbreviations?).
Is there any means of converting a VMware VM into a KVM VM? If there is no direct way is there a KVM tool that will convert a running system into a KVM VM like VMware has? If that exists it would be possible to run it on a VMware VM to produce a KVM VM?
View 14 Replies View RelatedI have Fedora on SATA HDD 80Gb.Now I want to move all partitions to the 500Gb one.Some of partitions will remain the same size, some will increase. I tried that with Paragon Hard Disk Manager,but after it was done I found a problem, that they can't pass fsck checkup.It says something about cross linked files and on the root partition it failed at all with warning something about bad superblock.what is the easiest way to move to the big HDD? What soft should I use? Maybe it's sufficient to boot from CD, create new partitions and copy all files from source partitions to destination ones?
View 3 Replies View RelatedI have created some new weblogic domains in linux machines and I migrated the related scripts. All works ok but the following.
In stop script it seems that after the execution reaches the following command (which performs the actual shutdown of the server) the script lets say that it pauses(?) its execution. The server is actually stopped, but I found that to continue to execution of the script I need to hit Ctrl+C or Enter. I seems that some sort of user interaction is required.
The command is the following:
Code: ${JAVA_HOME}/bin/java -cp ${CLASSPATH} weblogic.Admin FORCESHUTDOWN -url ${URL} ${UIDPWD} ${SERVER_NAME} 2>&1 I am positive that all parameters are defined correctly. After all the script works. The only thing that comes to mind is the 2>&1 for redirection of the output. Could this need different syntax?
I have used Ubuntu for 4 years. I'm thinking of trying Fedora. I have a 1TG HD with three partitions(/,/ home, swap).Any suggestions about how to migrate? Do I clean /home of programs files? Just my personal files? Etc.
View 4 Replies View RelatedI want to do an apparently simple task but since I migrated to Opensuse I found no way to do it. I have an enhanced install of Opensuse 11.3, where I added softwares from different sources according to my needs. Now that it's working fine I would like to make the same kind of install for two friends of mine and for a virtual machine on Virtualbox. In Ubuntu I used remastersys and in few minutes it created a live DVD with all the content of my system, and all of this offline, without downloading anything else. In Opensuse the only resources that most resemble that are Kiwi and Suse Studio.
But it seems that in both the softwares must be downloaded from repositories online. That would not work for me because it would take a very long time to find out all the packages I installed, from what repositories and my internet connection is very slow so I could not do it all at once. I tried Clonezilla but I was not able to restore the content of my Opensuse partition to a different machine. It gave me error messages, didn't make the restore and I didn't find a solution anywhere online. How can I transfer the content of my Opensuse installation to another computer without having to use online resources?
I'm trying to migrate my emails and (at least) account settings from Thunderbird 2 that is installed on my main machine here, and move them to another Windows-based installation of Thunderbird.
I tried searching here and Mozilla.org, but can find no answer. Since the source Thunderbird installation is the one installed on my Ubuntu machine, I thought I'd start here. (plus, I get better answers here)
I'm just trying to migrate to Ubuntu 10 Beta from Gentoo. One option in the installer intrigued me. It said something like (from memory) "Use password to log in and decrypt my home directory".
What happens behind the scenes when I choose this? (How) can I enable this later on? (I didn't activate it because I wanted to migrate my Gentoo user's home as painless as possible.)
I am currently running 10.10 Merekat as 11.04 will use the horrid unity enviroment i am looking into ways to have the next version work how iI want not how cannonical want therefore i ask the following What is the best way to 'migrate' to 11.04 xubuntu from 10.10 ubuntu? Is it just a case of re-pointing the repo's towards xubuntu.org & then removing Gnome?
I know this is probably an odd question but i seriously cannot live with unity as my desktop & just do not want it installed even if i wont use it! If this change is too big then i may move away from ubuntu altogether but as i have used it since warty warthog i am obviously reluctant
How do I migrate my user list to a new server installation? I thought that just copying /etc/passwd and /etc/shadow would be enough. I recently tried upgrading a lightweight bazaar server to 11.04, and the upgrade crashed. I had to perform a new installation of Ubuntu to recover operation of the system. I installed on a different hard drive. I had a dozen other people with user logins, so that they can get or modify bazaar repositories.
The new installation is running, and I can read all of the files on my old system's / drive. I tried copying the /etc/passwd and /etc/shadow files onto my new /etc -- but that did not seem to work. (When I looked using the System->Administration->Users-and-Groups GUI tool, there were no users visible, so I restored the old files.) What I intended to do was to clone the /etc and /home trees over to the new system. What am I missing?
I was using a Sony laptop with Ubuntu 10.04 installed on the machine. I have just bought a Mac and I will be using Ubuntu 10.04 as my primary development OS by virtualizing it using VirtualBox.Now, my requirement is, I had a near perfect development environment setup on my Ubuntu box and I don't want to install the packages, apps, setting etc again on my VirtualBox VM.
I know there are ways to export apps, setting etc, but is there some app which will actually create a VDI disk for my VirtualBox which, when I plug in to my VirtualBox, I will get the old Ubuntu on my VM.
I have a working system running some older fedora, and new hardware running a fresh, new fedora install. I want to basically transfer my computer's "soul" into the new system ( user's stuff, firewall configuration, the various server & security configurations, etc.) and basically any customizations and non-hardware related packages installed that weren't part of the standard fedora install process. I'm looking for a magical easy button I can push to do all this (pause for laughter). Essentially, I want to "upgrade", but starting with a clean install on a different computer with different hardware. I have a vague idea of what needs to happen, like copying the /etc/*.conf files, /home directory, etc. but this seems very tedious, and the likelihood of me forgetting or overlooking something is 100%, and copying over entire disks or partitions wholesale is not necessary, and does not work for this scenario. I need to place/merge just the right files/directories in just the right places with surgical precision. Is there a utility for this? Maybe a way to diff the packages of the 2 computers and install the difference? Or at the very least some sort of checklist that could be scripted for my system? I'm desperately trying to avoid the pain, human misery & suffering encountered getting everything in the 1st system going.
View 3 Replies View RelatedI've been running Fedora 10 in a computer with Asus motherboard,M2V, but I want to move the hard drive with Fedora 10 installed on to another computer with Asus motherboard,M2NPV. The reason I mention both motherboards by their name is because both of them are almost identical except for the boards.
When I try to boot Fedora 10 in the one with M2NPV, the boot process complains that it can't find the root file system.
The Fedora OS was installed on one hard drive with the following partitions:/boot partition LVM Volgroup partition swap partition.
It appears to me that the boot loader can't find /boot partition and thereby the initrd.img.
I tried to rebuild initrd.img, but the rescue disk could not find the installed OS.
how to migrate my whole server to larger hard drives (i.e. I'd like to replace my four 1TB's with four 2TB's, for a new total of 4TB instead of 2TB)... I'll post the output from everything (relevant) that I can think of in code tags below.
I'd like to end up with much larger /home and /public partitions. When I first set up raid and then LVM it seemed like it wouldn't be too hard once this day arrived, but I've had little luck finding help online for upgrades and resizing versus simply rebuilding from a failure. Specifically, I figure I have to mirror the data over to the new drives one at a time, but I can't figure out how to build the raid partitions on the new disks in order to have more space (yet mirror with the old drive that has a smaller partition)... don't the raid partitions have to be the same size to mirror?
Ubuntu Server (karmic) 2.6.31-22-server #65-Ubuntu SMP; fully updated
Code:
cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md5 : active raid1 sdd5[1] sdc5[0]
968952320 blocks [2/2] [UU]
[Code].....
I have a 389-ds with a large user base. All passwords are stored plaintext. I would like to convert all these stored passwords to a hash, say SHA-1.
View 2 Replies View Relatedi am planning on installing virtualbox on a fedora 9 machine and would like to know if it is possible to migrate another fedora 9 (totally seperate) machine to a virtualbox as a guest OS.
View 1 Replies View RelatedI have just had an auto-update, and the process has stopped with the warning above. The full error message is given below. I had already had problems (not sure if they're somehow resolved or related to this) with updating [URL]. Tests have determined that problems in the boot system exist which prevent migration to dependency-based boot sequencing:
package virtualbox-ose removed but not purged, insserv: warning: script 'K20acpi-support' missing LSB tags and overrides, insserv: warning: script 'usplash' missing LSB tags and overrides, insserv: warning: script 'hwclock-save' missing LSB tags and overrides, insserv: warning: script 'acpid' missing LSB tags and overrides, insserv: warning: script 'gdm' missing LSB tags and overrides, insserv: warning: script 'failsafe-x' missing LSB tags and overrides, insserv: warning: script 'acpi-support' missing LSB tags and overrides, insserv: warning: script 'udevmonitor' missing LSB tags and overrides, insserv: warning: script 'hwclock' missing LSB tags and overrides, insserv: warning: script 'rsyslog-kmsg' missing LSB tags and overrides, insserv: script virtualbox-ose: service vboxdrv already provided!, insserv: script virtualbox-ose: service virtualbox-ose already provided!, insserv: warning: script 'dmesg' missing LSB tags and overrides, insserv: warning: script 'procps' missing LSB tags and overrides, insserv: warning: script 'atd' missing LSB tags and overrides, insserv: warning: script 'avahi-daemon' missing LSB tags and overrides, insserv: warning: script 'udevtrigger' missing LSB tags and overrides, insserv: warning: script 'apport' missing LSB tags and overrides, insserv: warning: script 'udev' missing LSB tags and overrides, insserv: warning: script 'ufw' missing LSB tags and overrides, insserv: warning: script 'rsyslog' missing LSB tags and overrides, insserv: warning: script 'anacron' missing LSB tags and overrides, insserv: warning: script 'network-manager' missing LSB tags and overrides, insserv: warning: script 'dbus' missing LSB tags and overrides, insserv: warning: script 'udev-finish' missing LSB tags and overrides, insserv: warning: script 'module-init-tools' missing LSB tags and overrides, insserv: warning: script 'hal' missing LSB tags and overrides, insserv: warning: script 'cron' missing LSB tags and overrides,
To reattempt the migration process after the problems have been fixed, run "dpkg-reconfigure sysv-rc".
I found 2 previous posts, one from 2005 and one from 2006. The 2005 post was not very helpful and the 2006 threads are not exactly what I was expecting. So I wanted to ask the question to be sure. I have already stood up the new fedora 12 server. The old server is also fedora 12. I need to migrate local users and sendmail mailboxes. In the past couple of years the environment was small enough to create a copy of the users and then have the users mail themselves, but I want to start migrating users/mailboxes properly.
On a unix level I am a jr admin, but I have extensive senior level experience as a windows engineer and network engineer. I do feel comfortable with using the unix command line, but usually operate the unix systems thru webmin because I am not familular with more complex commands. Ideally a software solution to migrate users and/or mailboxes from one server to another is what I am looking for, but in leiu of a software solution I still need to migrate user accounts and their mailboxes. LDAP is not in place, but if the process becomes easier with LDAP I am willing to do what is needed to set up LDAP. (I have no previous experience setting up LDAP)
I do not want to change my mail server from sendmail to different software. At least right now. Both systems are up and running. They can connect to each other via public ipv4 address' only. The new server has already been installed and configured with all the software to match the old server. How do I migrate users and sendmail mailboxes from one fedora 12 server to another fedora 12 server?
All am running on 2.1Beta for Skype and would like to find out if they is anyone who knows how I can upgrade from this version to the latest version.
View 1 Replies View RelatedWhat happens if I install the DVD version of Fedora 15 over an existing installation of Fedora 15-KDE? Will it cleanly add any software I don't already have, or will it change or disrupt my installation?
View 5 Replies View RelatedWhat happens if you get an update for an older version kernel when you are using a new version?
View 3 Replies View Relatedi would like to replace my Ubuntu Desktop version with the Netbook version. I dont mind losing my current data on the desktop version but if there is a way for me not too i would love to know
View 2 Replies View RelatedI have installed Ubuntu 10.10 desktop version on my Lenovo L420 laptop. Now my friend told me that if I had installed laptop version on it then it would have recognized events related to laptop like closing down the laptop screen and all.
Q1. Is there any way by which I can upgrade it to laptop version?
Q2. What are the differences between both?
Code:
This is my grub.conf. i'm not sure where to look at. and dont know what these codes mean actually.
Just got my AW M11x and I am following a thread on installation issues and work around. My question is should I install the desktop version or the Netbook version? Not sure the best location to post, if incorrect please move accordingly Wanting to run gimp, open office, wine to access MS office (use for school) and possibly install photoshop for raw work gimp cant handle.
View 5 Replies View Related