OpenSUSE Install :: Upgrade Erased /home/ Directory?

May 14, 2010

I have just followed the instructions here: Upgrade/Supported - openSUSE to upgrade from version 11.1 to 11.2. When it was upgrading the system, by using: It had problems with a couple of rpms (one oppenofice extras and the other i cant remember). I went away for a moment and when i returned the computer was blocked. I whaited to no avail. I pushed the power button and turned of the PC. I started it again, and in the boot menu it still said version 11.1, but the background was not that of 11.1, but that of 11.2. I booted but did not started X windows, worse still my /home/ directory is empty!

View 1 Replies


ADVERTISEMENT

OpenSUSE Install :: Cannot Enter Home Directory

Jul 18, 2010

I get this error when I boot opensuse default and fail safe. It takes me to a console log in, which works. This happened after new kernel install in Linux Mint, which is unbootable atm. I can boot windows, bsd but no Linux.

View 9 Replies View Related

OpenSUSE Install :: Migrating The Encrypted Home-directory?

Oct 5, 2010

I am trying to open an encrypted home directory from opensuse 11.2 with opensuse 11.3. This means i have a user.img and a user.key So far i have done:

losetup /dev/loop3 user.img
cryptsetup luksOpen /dev/loop3 home
Enter passphrase for /dev/loop3:

No key available with this passphrase. At this point it will not accept my passphrase.

A luksDump reveals:

cryptsetup luksDump /dev/loop3
LUKS header information for /dev/loop3

[code]....

When i try to use the key file, i get:

cryptsetup luksOpen /dev/loop3 home --key-file home.key No key available with this passphrase.

View 3 Replies View Related

OpenSUSE Install :: Setting Up An Encrypted Home Directory?

Dec 12, 2010

I am having a problem setting up an encrypted home directory with openSUSE 11.3. I used Yast User and Group Management to edit an existing user to encrypt the home directory and the user.key and user.img files were created in the /home directory. I tried it out and logged in as user and created a new file. I logged out and logged in as a different user and was able to see the newly created file in the first users home directory.

I figured I did something wrong so I went back to Yast and deleted the user. I deleted the /home/user directory using file manager su mode. I tried again to create a new user with an encrypted home directory using Yast and now when Yast tries to write the changes I get an error: "pam_mount is already setup for user. Use --replace to replace the
existing entry." I do not know how to proceed from here except to try with a different user name as I do not understand what the error message means and what command to use --replace with.

View 1 Replies View Related

OpenSUSE Install :: Home Directory Is Running Out Space

Mar 19, 2011

My machine telling me that my home directory is running out space,It is said 95% in usage.Try to delete the big unwanted files in users (just two user in my machine),df ing, but the home usage status keep on 95%.

View 9 Replies View Related

OpenSUSE Install :: Everything Erased Through The Shell By Mistake?

Feb 15, 2010

I typed

#!/bin/sh
cd /
xx xxx x

[code]....

View 9 Replies View Related

OpenSUSE Install :: Splinting A Home Directory Three Ways For Two Distros?

Jan 6, 2010

I want to do something that would make my life easier. Problem:

1. I use OpenSUSE as my main OS for over 2 years now. BUT I like playing with a flavor of the month OS.

2. Virtual OS installs are not my cup of tea. a) You don't get a "true" feeling for the OS without it being installed on metal. b) I have a OLD cpu and virtual anything is painfully slow.

Solution: Split the /home directory into three partitions.

1. Shared /home partition holding all visible data files

2. OpenSUSE /home partition having all the hidden .files and .directories for its configuration.

3. Flavor of the month OS /home partition having all the hidden .files and .directories for its configuration.

Reasoning:
I can therefore install another OS or Distro and just format and install to 2 partitions. I still have all my documents and files in a separate shared partition.

Issues:
1. I understand why they made the configuration files in /home for multiple users, but when someone wants to keep trying out different things it causes problems. 2. I don't want to place my files on my NAS. I have the same issue. My config files are saved in the NAS/home/and I can't share it without headaches. Doesn't solve my issue. 3. A symbolic link (soft) won't work since it will not update itself if files are moved.
4. Drop Box won't solve my issue and just take up space. 5. Syncing the /home/ folders between the two would take double the space. Just an issue with videos music and pictures. 6. If I make any changes won't this causes issues with the operating system and applications placing .config and defaults to the wrong place?

Solution I can't figure out how to process:

1. Save my .config files on a separate partition.

2. Making a link for each folder from the SUSE or Flavor of the month's /home folder to the storage /home folder located on a separate partition.

View 1 Replies View Related

OpenSUSE Install :: Oversize /Home Directory On Formatted Partition

Jul 17, 2010

I just installed suse 11.3 on formatted partitions (5GB swap, 30GB / and 500GB /home). Just after the installation, My computer showed 25.2GB of /home to be used. When I do:

Code:
dyn-0a2a1f40:/ # df -h .....

That seem to be roughly correct because since yesterday I've been running a program that constantly writes logs and other data files and plots, which might have accumulated a few GB's. It is also collaborated by the output of

Code:
dyn-0a2a1f40:/ # du -sk /home
10548452 /home

I'm not hard-up on space right now but storage has been dear until the recent past. Also out of curiosity, the size of the /home partition is shown as 493 instead of the 500GB allocated while the swap also lists only 4GB instead of 5GB. Below is the output for fdisk -l in case anyone needs it:

Code:
dyn-0a2a1f40:/ # fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x219b052d .....

I have Linux 2.6.34-12-desktop x86_64 and KDE 4.4.5 (which I had previously used in 11.2 without any problems) and 4.0GB RAM.

View 9 Replies View Related

OpenSUSE Install :: Guest User Able To Read Home Directory

Sep 17, 2010

I've created a guest user in the group "user." I'd like to limit its read access to its own home directory. However, by navigating through File system>home it's able to read my home directory. I was under the impression that users were limited to their own home directories. Am I missing something, or is there a group I can assign this guest to, to limit its read access to its own home directory? I've read about Pessulus (I use Gnome), but that seems to be geared toward limiting access to applications, not directories.

Ideally, I'd like to create a group that cannot navigate through any files except its own home directory. But it seems that if I try to do that, the guest user will not be able to execute any applications. I've read all the posts (and other forums) I could find about creating such a limited account, but the chroot jail is beyond my understanding. I get the feeling that it's geared toward networks.

View 9 Replies View Related

OpenSUSE Install :: Using An SSD But Keeping Home Directory On Hard Drive?

Jun 14, 2011

I have a dual boot windows XP/OpenSuse 11.3 system running from a hard drive. They are both 32 bit in spite of the fact that the system can run 64 bit.

I would like to upgrade to Windows 7 64 bit (the wife insists, not yet a Linux possibility) and OpenSuse 11.4 64 bit, but having the programme files on an SSD for faster loading, with my data files on the existing hard drive.

I'm happy with the notion of getting the SSD going as a dual boot system. With Windows, as I understand it, it can tell it fairly easily where to look for the "my documents" folder on the hard drive.

However, the Home directory in Linux is not quite the same. How (if it's possible) could I run the SSD but use my existing Home directory on the hard drive?

View 9 Replies View Related

OpenSUSE Install :: Error When Converting HOME Directory To Encryption?

Jun 19, 2011

Using SUSE 11, I'm trying to change my existing login user id HOME directory to use encryption. I use YAST to do this, just by clicking the ENCRYPTION box inside the USER AND GROUP MANAGER tool.I receive this error message -- "Not enough disk space left to copy existing data".Which file system do I need to add space to?Here are the filesystem existing sizes --

Filesystem: / Size: 6g Used: 3g
Filesystem: /home Size: 1.8g Used: 65m

View 4 Replies View Related

General :: Erased /home/root And Now Can Not Administer The System?

Jan 10, 2010

I am operating Debian 5.0 kernel 2.26. In trying to clean up (I believe I was using a root terminal), I erased the directory /home/root. Since I have done that, I can not get to a root terminal, can not use synapse and a host of other administrative processed.

Now, when I boot the system, I can log in as a user (my version of Debian does not allow me to login as the administrator). Then, logged in as the user, I previously could select for example 'synapse', I would be given a screen to enter the Administrator password and then get synapse. Now, I am given the screen to enter the Administrator password, but once I enter it, I do not get synapse. I do get an error message
'can not find /home/root/.synapse' And of course, I erased the /home/root directory. Now I might just mkdir /home/root - except to do that I need a root terminal and I can not get that either - probably for the same reason.

I have tried using the boot disk and going to the rescue mode - except for some reason I can not mount a root directory. I believe it is because I am using LVM2 and my root directory must be in an LVM volume, but I can not figure out how to get to that using the rescue mode.

View 4 Replies View Related

OpenSUSE Install :: Safest Way To Upgrade Using New Installation While Keeping Existing Home?

May 23, 2011

Having read several threads and received excellent previous advice there are just a couple of points I want to check please before proceeding on laptop. I want to upgrade to 11.4 from 11.2. My disk setup is as follows:-

Disk /dev/sda: 120.0 GB, 120034123776 bytes
240 heads, 63 sectors/track, 15505 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Disk identifier: 0x462d462c

[Code]..

If I select existing /home root and swap partitions, format root but prevent formatting of /home and use a different user ID I believe that will leave my existing data intact and will allow me to trial new os. Is this correct approach? If all goes well and when I have new system working correctly, what is best way make old user id date accessible. Can I simply create my old id on new system and will that allow me to access data when I log on with that id?

Second question; at present I have the ability to boot to openSUSE, OS/2 and windoze. (It used to be done entirely by Boot Manager but during my last Linux installation I messed this up a bit so now machine boots to grub and this offers all three operating systems but chain loads Boot Manager if I select OS/2)

When I do the new installation what should I select to retain this setup so that I still have access to windoze and OS/2 but when selecting linux have new 11.4 system run.

View 9 Replies View Related

Ubuntu :: PHP Not Working In Home Directory After Upgrade?

May 10, 2010

I am having a problem with my PHP installation. After I upgrade to 10.04 (64 bit), the PHP quit working in my home directory... that is:/home/username/public_html/orhttp://localhost/~username/When the PHP is called, the dialogue comes up to download and I am able to download the intact PHP file. The *.html files work normally in the home directory.The /var/www/ directory with PHP works normally (phpMyAdmin, etc.)

View 2 Replies View Related

Ubuntu :: 10.04 Last Upgrade Evolution Content Erased?

Oct 23, 2010

I did an upgrade this morning, reboot, and when I open Evolution, it asks as if it were the first time I open it, if I would like to restore content. I lost everything, contacts (very important), dates (more than important, vital), mails (mails are no problem they can be retrieved from my pop)..

View 2 Replies View Related

Ubuntu Installation :: Upgrade To 11.04 Erased My Fstab

May 13, 2011

I've been using Ubuntu since 7.04 and I've never had this happen. I was at 10.04 and I downloaded the torrent iso of 11.04 and burned it to a CD and used that to upgrade. I don't know if that was the problem, but doing the upgrade that way erased my fstab. When I tried to recreate it, I was getting errors mapping to the fileshares. Turned out the upgrade uninstalled cifs/smbfs as well. In addition to uninstalling wine. After reinstalling, everything is ok.... so far. This was NOT the smoothest upgrade.

View 1 Replies View Related

Ubuntu :: Upgrade To 10.04 - Encrypted Home Directory Access Lost

Nov 7, 2010

Apparently after an upgrade, I lost access to my encrypted home directory. Looks like upgrade scripts changed the scripts that mounted my encrypted home directory. As I don't have my ecryptfs password handy, is there any way to revert the things back as they were? I have liked Ubuntu all the way but after this upgrade-mess-up, I might change my view.

View 3 Replies View Related

General :: Testing Home Directory Scripts By Setting $HOME To The Location Of The Test Directory

Apr 20, 2010

I have an interdependent collection of scripts in my ~/bin directory as well as a developed ~/.vim directory and some other libraries and such in other subdirectories. I've been versioning all of this using git, and have realized that it would be potentially very easy and useful to do development and testing of new and existing scripts, vim plugins, etc. using a cloned repo, and then pull the working code into my actual home directory with a merge.

The easiest way to do this would seem to be to just change & export $HOME, eg

cd ~/testing; git clone ~ home
export HOME=~/testing/home
cd ~
screen -S testing-home
# start vim, write/revise plugins, edit scripts, etc.
# test revisions

However since I've never tried this before I'm concerned that some programs, environment variables, etc., may end up using my actual home directory instead of the exported one. Is this a viable strategy? Are there just a few outliers that I should be careful about?

View 1 Replies View Related

OpenSUSE Install :: Encrypt Home Directory To Use It "on The Fly" (ubuntu)?

Dec 22, 2010

I am looking for something like Ubuntu does (or claims to do :-) ): encrypt the home folder so that, once done, you can even forget that it ever was encrypted.

I have had a quick look to encfs, and to the KDE "right click menu"; but, when dealing with folders, it seems that they pack them into a single file and then encrypts it (if I have correctly understood).

So, what is the way of encrypting the home folder (and subfolders) as Ubuntu does? (and so that you can completely forget afterwards)

View 7 Replies View Related

Software :: Install Destination Of Deb Package / Install Under User's Home Directory?

Jul 2, 2010

I am new to deb package. I have read some docs, but did not know how to specify the destination for to-be-installed files. For example, I want to install under user's home directory. How to specify that?

View 7 Replies View Related

OpenSUSE :: KDE Erased Plasmoids On Desktop?

Oct 20, 2010

I've just logged in to the desktop and I can't see my old desktop background picture and the plasmoids which were on it (clock, folder view). As far as I can tell nothing in my system has changed.

I'm using KDE 4.5.2 version 9 and been using it since it was released in the KDE stable repo. My system is openSUSE 11.3 upgraded from 11.2 32 bit. I don't have any other non standard repositories except for the KDE stable repo.

View 2 Replies View Related

Ubuntu :: Encrypt Home Directory After Install?

Apr 6, 2010

have the home directory encrypted after the initial installation? I know on a clean installation you can set this up.However, is there an easy way to do so after? Ubuntu Karmic x64

View 1 Replies View Related

Ubuntu :: Getting New Install Pointing At Old Home Directory?

Oct 16, 2010

am having to reinstall 10.10 and putting on it's own drive. Even though I can't get my system to boot properly, my old home directory is still intact on a different drive. How can I get the new install to point at the old home directory? I have read the tutorials, but it just isn't clicking for me.

View 9 Replies View Related

General :: Install From Source To Home Directory

Jun 11, 2010

I have a user account on a server that runs debian. I do not have the root or superuser password b/c i am not the local system admin, but I want to install a program (djvu2pdf and djvulibre-tools). I did some searching on the internet and found some useful information, but nothing to really tell me what to do.My question, if it compiled succesfully, did it install? Where am I at in the install process? I want it to put the executable files in my /home/usr_acnt/bin/ folder, how do I do that?

View 2 Replies View Related

CentOS 5 :: Install Java In Home Directory?

Aug 22, 2011

Is it possible to install java in my home directory and that only i can use it ?
Because i dont have root access.

View 7 Replies View Related

Ubuntu :: Install With Fedora - Don't Want It To Be Erased

Sep 30, 2010

I already have RedHat Fedora 13 and I want to install Ubuntu but I need my Fedora , too. so I don't want it to be erased. What should I do?

View 3 Replies View Related

Software :: How To Build KDE3 5.10 And Install To Home Directory

Jun 12, 2009

I love KDE4 now, but I still want KDE3, so I I want to build KDE3.5.10 and install it to my home directory, sort of like konstruct does, but the current version. I've built almost an entire KDE3 before, so I'm pretty sure it's doable, but what do I do different to point the installer at ~. If the answer is in the man page for make I couldn't see it.

View 9 Replies View Related

OpenSUSE :: NXserver - No .Xauthority File In User's Home Directory?

Dec 20, 2009

Been trying to get nxserver running on 11.2 i386 at location A and keep getting an error on connecting from client at location B.

Code:

NX> 203 NXSSH running with pid: 6439
NX> 285 Enabling check on switch command
NX> 285 Enabling skip of SSH config files

[code].....

View 6 Replies View Related

OpenSUSE Network :: NIS Setup With User Home Directory On One Server

May 4, 2010

I am attempting to setup the following:

1.User login/authentication via a single NIS server.
2. User home directory should also be on the Same NIS server.
3. If possible to setup a single shared home directory for all users.

OpenSuse version 11.2 There are twelve workstations from which users will login using the NIS authentication. I have succeeded in setting up NI server. However login fails as the home directory is not accessible.

View 9 Replies View Related

Ubuntu Installation :: Relocate Home Directory Post Install

Jan 27, 2010

I'm trying to relocate my home directory which currently resides at the default, root location /home/user.

My Systems Specs:
Karmic64
Root resides on a Raid0 LVM MD0
NEW Drive resides on Raid0 LVM MD1

I installed a new disk on a LVM(Logical Volume Manager), and now want to move my default home directory to the new location. I did rsync my home directory from the OLD to the NEW. When I do update my /etc/fstab with the NEW home location, I recieve errors upon rebooting, that certainly relate to permission issues, including some from Nautilus that mentions permissions issues...

I also tried to update the USERS/GROUP Manager with the NEW location but after reopening the USERS/GROUP manager, I can see the original location has been reverted back. I can create a new user and succesfully map their home directory to the NEW home location on my MD1 LVM. Any links on home to remap their existing HOME directory to a new location?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved