Ubuntu Servers :: Loosing Uid And Gid Migrating From CentOs To 11.04?
I'm migrating a server form CentOs to Ubuntu 11.04. I migrated the users, moving the config files and gaining the access prompt for all the users just when I modified adduser.conf and login.defs, changing valid uid and gid to start from 500 instead of 1000. When I try to copy the files from old server to the new one, either with rsync or cp -br, the system set to 0 uid and gid. If I explore the mount point, connected with sshfs, I can see the correct configuration, either as names or as numeric data.
View 1 Replies (Posted: May 22nd, 2011)
Sponsored Links:
Related Forum Messages For Linux category:
Ubuntu Servers :: Loosing Music Files From 9.10 Edition
I have 64-bit ubuntu 9.10 server edition running in a media server for my house. But over the last few months I've discovered that its loosing files! Its not all files, Just music. It will lose anywhere from about half an album the every song in the folder, leaving the artwork if it was in there. At first i thought It was iTunes reorganizing my files, but thats not the case, as i've looked around for them, and told iTunes pretty much to stop messing with my file locations. My boss who's pretty Linux savvy says that 9.10 is really buggy. I've tried doing updates (sudo apt-get update/upgrade) but its still losing music.
Posted: January 14th, 2010
View 9 Replies!
View Related
Ubuntu Servers :: Loosing Abilitly To Remotely Connect?
System hostname Server Operating system Ubuntu Linux 11.04 Webmin version 1.550 Time on system Fri Jul 22 09:23:44 2011 Kernel and CPU Linux 2.6.38-10-generic on i686 Processor information Genuine Intel(R) CPU 2160 @ 1.80GHz, 2 cores Every couple of hours I am unable to ssh or vnc in to my system or anything else. I can remote into another PC on my LAN and everything works fine. The only things that fixes the problem is restarting the system. Could someone point me in the right dirrection to start trouble shooting this problem? I am still learning where all the log files are and I am generally new to linux
Posted: July 22nd, 2011
View 2 Replies!
View Related
Ubuntu Servers :: Migrating A Site From One VPS To Another
I'm migrating a site from one VPS to another, and I'm having trouble understanding what I need to do with DNS. I haven't even gotten to the nitty-gritty of it: I don't understand it at a very high level. My host sent me this email explaining what I need to do, and I don't even know what questions to ask. Quote: Your registrar has MyHost's nameservers listed for your domain name. All DNS-related info for mysite.com and everything inside that zone is defined in your zone file which is currently on your VPS "myserver1" and is being rsynced to [our] servers. I'm suggesting that if you don't want to spend any of your migration time setting up a DNS server then you may wish to just make the changes in that file, since that is the method that is currently working. I've come up with two possible interpretations of this situation, and perhaps neither is correct.I need to set my new VPS to be its own nameserver, and have my registrar point mysite.com to my VPS. I need to set up a DNS server to somehow interact with MyHost's nameservers (something about a zone file). Do either/both of these sound plausible? I thought DNS made a server into a nameserver, is that not right?
Posted: July 19th, 2010
View 6 Replies!
View Related
CentOS 5 Networking :: Loosing Network After Few Hours?
I have a problem with network on centos, after i restart the server it works for few hours/couple days, and the network is dropped. - no errors in the log, only that "Network is unreachable" I do 'service network restart' comes back on- directadmin, dns, awbs- everything works good, but only for few hours(never longer then couple days), and then it is dropped again. I searched many forums, and on one them someone wrote that it is because that static IP was used on the same network by other machine. I had a different server running with that ip on my network before, but it was few weeks ago, and there is no other server connected to the network right now (I have one desktop connected with dynamic ip, and it has no problem), and i still have the same problem. I was suggested to set a cron jobs to restart network every few hours- i thing that is not a solution. Does anyone have any idea what could be a problem? Anyone had similar problems? What could be the reasons for the network to be dropped after few hours? Here is latest 'dmesg' output after losing network: [root@server ~]# dmesg Linux version 2.6.18-194.8.1.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Thu Jul 1 19:04:48 EDT 2010 Command line: ro root=LABEL=/ rhgb quiet BIOS-provided physical RAM map: [Code]...
Posted: 2010/7/31 15:30
View 1 Replies!
View Related
Fedora Servers :: Migrating To Another Machine?
I have Fedora Core 6 on a IBM X3400 System. It is live ftp server with Static IP. Now can I move that server to a machine with Pentium D Dual Core, 1 GB DDR2 without having to install anything. If I do need to install a new version, can I atleast move all System / Network Configuration from old to new server ?
Posted: 17th April 2009, 04:16 PM
View 3 Replies!
View Related
Ubuntu Servers :: Migrating From LVM To Normal Partitions - Boot Not Complete
I have an Ubuntu 9.10/64 Server configured with LVM in a 1Tb sata disk in my home server. For a simple server, LVM adds complexity if you need to recover your system, so I decided to migrate from LVM to normal partitions. I have another 1Tb disk to copy my system disk. In the backup disk, i have created same size partitions and trasfered files from /boot and root volumes with rsync, presenving perms etc... and excluding /dev /proc /sys etc... I have then modified /etc/fstab to mount new UUID's and reinstaled grub via live CD and chroot. At this point, when I replace my system disk with backup one, the boot process start as usual, but when it starts loading services the boot process does not continue. The system is not "frozen". If I press intro, there is a line feed on screen. If I mount the backup disk in another system, there is nothing writed to /var/log/syslog or dmesg files during the boot process. I can change terminal with <alt>F2 but there is no login. In console, with backup disk I get: Code: ....type 1505 audit.... operation="profile_load"..... Done. fsck from util-linux-ng 2.16 /dev/sda1: clean ...... fsck from util-linux-ng 2.16 /dev/sda5: clean ...... * Stopping remote control daemon(s): LIRC * Loading LIRC modules lircd-0.8.6[1057]: lircd(default) ready, using /var/run/lirc/litcd * could not access PID file for nmbd And with original system disk: Code: ....type 1505 audit.... operation="profile_load"..... Done. fsck from util-linux-ng 2.16 /dev/sda5: clean ...... fsck from util-linux-ng 2.16 * Stopping remote control daemon(s): LIRC * Loading LIRC modules lircd-0.8.6[1057]: lircd(default) ready, using /var/run/lirc/litcd /dev/mapper/coll-root: clean ...... * could not access PID file for nmbd * Setting preliminary keumap... Ubuntu 9.10 coll tty1 coll login:
Posted: February 20th, 2010
View 1 Replies!
View Related
CentOS 5 :: Migrating Lamp On Red Hat (or Fedora)?
We've got to move a LAMP web application from a Red Hat box over to Cent OS. Actually it might wind up being a few applications. Basically are there any scary monsters to watch out for? I will have some more details tomorrow morning as to exactly what we're moving and off of and on to what. The Cent OS installation I believe is 5ish. Red Hat could be a wildcard. <-It might be Red Hat, Red Hat Enterprise or Fedora
Posted: 2011/6/19 20:36
View 2 Replies!
View Related
CentOS 5 :: Migrating A CUPS From Fedora4 To 5.5?
On a pc running Fedora4 with cups-1.1.23-15.4 , I have printers setup that can accept lp submitted jobs from other pcs, including windows pc on the LAN and a UNIX machine that is not on the lan. I would like to get the same functionality going with CentOS5.5 and cups 1.3.7-18.el5 5.7 On the CentOS pc lpstat -p -d printer 5si is idle. enabled since Tue 14 Sep 2010 03:30:34 PM PDT printer Cups-PDF is idle. enabled since Thu 03 Jun 2010 09:42:49 AM PDT [code].... no system default destination
Posted: 2010/9/14 23:24
View 4 Replies!
View Related
CentOS 5 :: 5.5: Migrating Root (and Any Other) Partition From Ext3 To Ext4?
With the release of CentOS 5.5 ext4 is considered stable in this distribution so I decided to migrate to it. Luckily I started from migrating fresh server with CentOS 5.5 using some instruction I found on the internet. I think I shouldn�t say, that I screwed the whole thing up ;) After about 6 hours cursing, kicking, and crying I solved the task and figured the correct sequence of actions. The small problem with migrating root partition is that you can�t unmount it BTW. During migration task, I found, that CentOS 5.5 rescue mode is somewhat broken a little in terms of ext4 support. It can mount ext4 partitions successfully. But its e2fsprogs package (tune2fs, e2fsck etc.) doesnt see ext4 partitions and say, that superblock is corrupted on a partition once is converted to ext4 (at least it did it for me. May be I should force filesystem type with -t ext4 switch?). Keep in mind, that if you screw your system up too badly, you will not be able to run tune2fs and e2fsck on it from rescue modeBut you will still able to mount it if it is not corrupted badly. In all below examples,Boot your system normally and login as root. Upgrade kernel if you wish (I usually use yum upgrade to upgrade all on new machines). Then upgrade/install some other packages
Posted: 2010/5/20 12:57
View 8 Replies!
View Related
Ubuntu :: How To Do A Fresh Install Without Loosing Settings
I would like to transfer the settings and list of installed applications to a new partition as I propose to do a fresh install into a new partition. Can it be done? If I could run ubuntu from the old partition I would do: SUDO dpkg -- get-selections >/home/robin/package.selections but I can no longer boot from the old partition. I can access it from within the live cd. Is there an application which will extract a list that will set the old application selections into the new partition?
Posted: August 10th, 2011
View 4 Replies!
View Related
Ubuntu :: Pidgin Loosing The Facebook Messages?
I've been using Pidgin Facebook protocol (XMPP) and I've found that i'm not receiving some incoming chats in Pidgin, but if I open up a browser and log in to FB then they are there. any idea what i should do about it? Running ubuntu 11.04 and pidgin that comes in the repository
Posted: August 2nd, 2011
View 9 Replies!
View Related
Debian :: Keep Loosing Keyboard / Fix It?
It seems to happen when I use memory-intensive applications. Sometimes it happens if I'm browsing and I have several Iceweasel windows opened on pages displaying multimedia content. Now I am working on a big Open Office drawing (large file, lots of stuff on the page) and it has happened twice. No warnings, no error messages, the keyboard just suddenly becomes completely unresponsive. I reboot and it functions again. Until next time. I've got an up-to-date stable Lenny on a Dell Vostro 1520 and no other OS. I've got some extra stuff from non-free repositories but AFAIK these deal with multimedia applications, not keyboard control.
Posted: 2010-08-26 20:54
View 14 Replies!
View Related
Ubuntu Networking :: Wireless Randomly Loosing Connection?
I do randomly (as far as I know) loose my wireless network connection. The only thing to do then is to restart my router and after that it works for a while. I know this is not a hardware issue because I don't have this problem with KDE, only in gnome. I think this problem occurred after I started using 10.04, but then I changed to KDE and forgot about it. But now I'm using gnome again and loosing my network connection over and over drives me mad
Posted: August 18th, 2010
View 1 Replies!
View Related
Ubuntu :: Stop Inactive Windows From Loosing Their Opacity?
turn off the feature that causes the inactivate windows to loose their opacity. I use two monitors and have a number of applications running on each monitor. All the windows on the monitors have important information that I use. However, all the windows that are not active loose opacity and it's very hard to read their content unless I constantly click on the windows. One of my next upgrades for this year includes adding a Video card that has support for more than two monitors so that I have easily have even more windows in view. With the opacity lost it's going to be very hard t work in the environment. I'm running Ubuntu 11.04 with the default Unity desktop. By the way, I'm sure if I boot into Ubuntu Classic or Unity 2D the problem would go away. However, I'm trying to use the default Unity desktop, as much of my reading appears to indicate some of the alternate boot options might be eventually be removed as an option. Also, I would like to experience the Unity as suggested by the developers. So hopefully this is a feature of the Unity 3D that has a user adjustment control.
Posted: 06-06-2011, 03:52 AM
View 1 Replies!
View Related
Ubuntu Networking :: Loosing Static IP Settings After Reboot?
I'm Using the latest Kubuntu 10.10 with the default network manager -- which I think it's called Knetwork manager. I have set up a static IP by adding a new connection using this manager and then clicking it so that it is used to connect. But as soon as there is a computer reboot the connection falls back to the original autoeth0 which has dynamic IP on and which I cannot change or delete.
Posted: December 1st, 2010
View 7 Replies!
View Related
|