OpenSUSE Install :: X COnfig Error Startup?
Jul 4, 2010
I have a Dell Inspiron 5160 with a volare xp5 video card (only recently supported under linux most linux distros and OpenBSD)Thus far I have done graphics install of KDE based on 11.2 and -- froze end of install and at at the logon / splash screen dueing the reboot could not get to a successful run level 3 text logon. (commandline was vga=x317, I think if n ot it was closeInstalled gnome using text install -- first boot (vga=normal - (default from install)) succeeded at configuring X and started gnome.
I really want KDE so I tried again Text install == hung near the end of the install after printers -- I assume trying to configure XRebooted no command line parameter at all ( no vga=) -- hung at login password screen (blank)Rebooted again with -- vga=normal 3 -- and got a text mode login prompt and successfully logged in -- now I can not find the page that talks about sax2 configuration from run mode 3. This video card needs to be set for VGA I think maybe vesa at 1024X768 16 colors (I succeeded at this under OpenBSD)I believe if necessary I can probably successfully edit the x config file but I would like to try the recommended approach first (as a non-root user as recommended) -- can anyone direct me to that page I cannot find again. It discussed 11.3 x config recovery with a section at the bottom for 11.2 and earlier
View 3 Replies
ADVERTISEMENT
Mar 4, 2010
Things were running fine until GNOME misbehaved;
GNOME failed to load telling me:
Install error, Configuration defaults for GNOME power manager have not been installed correctly.
So I
Code:
To the shell and check the logs in gdm and find this:
Could not ask power manager if user can suspend, launch helper exited with unknown return code 0.
So I try
Code:
To see if another user will get the desktop; I get the error
Cant create etc/passwd no space left on device.
So I
Code:
And get the following
I insert a usb drive to prepare for back up; Run
Code:
On the shell to get the usb device name; Then run
Code:
To mount the device.
I end up with:
Cant create lock file /etc/mtab~ 4610 No space left on device(use -n flag to override)
So, I
Code:
And see 9 partitionitions
Code:
Again to check which ones are loaded at boot up time and get
plus some other file systems mounted at boot up, but not mapping to any physical partitionition.
I try
Code:
On partition9 and get warnings because its mounted, so I chicken out and try
Code:
And run into the error:
cant create lock file /etc/mtab~4832 no space left on device (use -n flag to override)
Good thing is there is a
Code:
Since space is a problem, I
Code:
On partition6 which is not mounted at boot up time and try to
Code:
I still get the error
cant create lock file /etc/mtab~4735 no space left on device (use -n flag to override
Code:
For package update tells me
cant open /var/run/zypp.pid in mode w
Code:
For power management tells me its not even recognised as a command.
View 3 Replies
View Related
Jun 21, 2011
i have a dell studio 1536(service tag: d4tw6h1). when i install opensuse 11.3 and 11.4' the os don't confiig my usb port and can,t access to usb port. i haven't this problem when use xen kernel.
View 1 Replies
View Related
Jun 14, 2011
I installed miro from PackMan :: Startseite repository with zypper. When I start up miro from terminal, I got below errors: $miro Fatal Python error: pycurl: libcurl link-time version is older than compile-time version ipv6 is sucking wind, so we're switching to ipv4./usr/bin/miro: line 27: 5859 Aborted miro.real "$@" I don't know what's this meaning. My system is openSUSE 11.4 x86_64 KDE 4.6.3.
View 5 Replies
View Related
Sep 25, 2010
I just re-installed 11.3 KDE. I kept my old /home directory on a USB drive. Now I would like to replicate my panels. Where are the desktop config files kept?
View 7 Replies
View Related
Nov 27, 2010
Well, I decided enough of the "cute" OSs and installed OpenSuse 11.3 as my sole OS.
I have installed three times today. The install goes well, no issues there, however, after the install, I run Updates and once that's complete, I reboot and that is where the trouble starts.
The first 2 times, (I installed with Auto-magic Login enabled) all I could get was a black background and what the Mac community calls the "spinning wheel of death". Well since I automatically logged in I could not determine if it was a System issue or a Profile issue, hence the re-install.
I first thought it was a kernel update problem, but hey, the system boots, so that didn't seem logical.
I had on this install had it happen also, but I (thankfully) was able to graphically login as root and delete my /home/jj/.config and /home/jj/.gconf (going by previous experience with a similar issue on other OSs).
I notice that after the install and during the update that my Desktop Effects turned themselves off. I know this because Docky tells me so when I run it. Another issue is I run kmahjongg or kbounce (Wife's Games) and the TitleBar is missing so this forces me to (re)run metacity --replace to get WM handles back.
Everything is stable at the moment, but I hesitate to reboot the system.
I have logged out and back in with everything being retained.
View 9 Replies
View Related
Apr 17, 2011
The program "qtconfig" does not load saved config on startup.
I just installed slackware-current from today's update (mirrored from ftp.slackware.com). The program "qtconfig" seems to have saved my changes to "~/.config/Trolltech.conf". However, after restarting qtconfig all options become the defaults.
I verified this in both the C locale and a UTF-8 locale.
Another computer of mine has a -current system from a few months ago and doesn't have this problem.
View 2 Replies
View Related
Jul 28, 2010
I want to install opensuse 11.3, and I get a newer computer to install it(X64), but every time I install, I have been stop at "saving bootloader config" (96%). I have waited for a long time, but no use.
View 9 Replies
View Related
Sep 3, 2010
I have a question during a new kernel compilation (I made a backup of my .config) file) However I ran into issues during the make oldconfig process and unfortunately I issued a make clean followed by a mrproper which cleared my existing .config file.
Since I have a backup of my previous .config file is there of restoring without changing the permission rights to file?
-r--r--r-- 1 root root 27754 2010-09-03 22:39 /proc/config.gz
View 4 Replies
View Related
Oct 17, 2010
I'm looking to extract a config from a working kernel..that much was pretty easy..all ya gotta do is "cp /proc/config.gz ." which will put it in whatever directory you're currently in and then do a "gzip -d config.gz" to get the config file.
Now...after that it gets a bit tricky..Linus says you should never compile a kernel in /usr/src/ because those header files in ../include should never change. He says you should extract a new kernel gz in your home directory and compile it there. I tend to agree (who am I to argue?). Anyway..whereever your sources are this is where you need to copy the config file...
Like this...my home dir is "/home/dart". So I would put the kernel sources there under "/home/dart/linux". I would cd to /home/dart/linux and do "cp /proc/config.gz ." then "gzip -d config.gz" which should leave you with a file called "config", then "mv config .config"
Now here's where I run into a problem..when I do "make xconfig" I get this...
Tried to install the qt3-devel packages from CD but guess what? I ran into cdrom errors which is what I was trying to fix in the first **** place...catch 22 eh?
View 5 Replies
View Related
Feb 25, 2010
the problem that I face it is when I run synaptic package manger or try to install an updates from update manger this error message appear :
PHP Code:
[code]...
and it close he windows after press close button in the error windows.i can't install or update anything in my pc.
View 2 Replies
View Related
Jan 23, 2011
I'm not used to using Ubuntu or Debian as a server. I'm more accustomed to Red Hat/Fedora ways and even Gentoo (yikes).
Under Red Hat installs, you can often configure most services that start from init using config files in /etc/sysconfig named by the service. Is there and equivalent thing under Ubuntu?
Specically I'm trying to control how the libvirtd and kvm processes are started as far as command line options go. I need to add the --listen option somewhere.
View 1 Replies
View Related
Feb 27, 2011
I recently installed OpenSUSE 11.3 amd64 from DVD on a new HP 625 Laptop. Whenever networking is activated, application startup slows down significantly. When I deactivate networking in the nm-applet application startup is fine. I am using the broadcom-wl package from packman for the broadcom wireless card (BCM4313)
View 9 Replies
View Related
Jan 17, 2010
When I install the FC11 by using"Install or upgrade an existing system"or"Install system with basic video driver"mode...Point 1, I can't config the network config ( IP Address ), due to theerror of network manager...Point 2, I can't enter into the text mode to do the installation steps.Remark:The machine is provide Web,DNS, and Mail Server on the NET ( Internet )
View 1 Replies
View Related
Apr 19, 2011
No more than 15 hours after a breezy installation and setup I somehow managed to stop the desktop manager from displaying. Once you boot into Suse, the loading bar goes across, a white flash, then a blank screen forever. I figured it was KDM once I booted into x11safemode and tried to boot the desktop manager, it recreated the situation.
I've tried un-installing and installing KDM again, however it seems to reuse the same config file. I'm thinking about deleting the config file mentioned, but I'm not sure what will happen when I install the desktop manager, if there's any setting up to get it to work with my setup, or even if that will fix the situation.
View 3 Replies
View Related
Aug 16, 2011
when i login, Ubuntu asks to install 3D Drivers for my grapics card. Can i make a script in openSUSE to do this as well? Or even better, check for drivers on startup and then install the drivers for the graphics card on boot.
View 5 Replies
View Related
Nov 29, 2009
I just upgraded an 11.1 install to 11.2. The upgraded system appears fully functional but I get many "all config files need .conf" warning messages during boot. See below. I also did a clean install on another system to compare and the clean install does not exhibit the same behavior so the warnings are evidently related to it being an upgrade. The system's working but I would like to understand why this is happening and clean it up. This system provides some key services to my networks and I have spent a lot of time getting this and the systems it interacts with "just right" under 11.1 and I am not particularly interested in starting over except as a last resort.
View 2 Replies
View Related
Jan 20, 2010
i tried installing suse 11.1 on sony vio with config core2duo, 512 DDR2 ram n 80gb HDD and got th following error . being a newbie dont what the problem is.
View 6 Replies
View Related
Jul 30, 2011
I am using FC 2, and I get 'eth0 failed' during startup.
I am configured for DHCP
device is 'inactive' under network device control after reboot
click 'activate', sometimes I can surf, others not.
When I can't get online, sometimes deactivating and reactivating works.
edited connection to 'activate device when computer starts'
eth0 still fails at start-up, and device is inactive.
I am supposed to use FC2 for my schoolwork
View 14 Replies
View Related
Aug 3, 2010
Attempting to compile an application that is not located in any of the repos yet for 11.3 64 bit. I have downloaded the appropriate src and untarred it. However, when I attempt to run the ./configure command here is the error I receive. checking build system type... Invalid configuration `x86_64-unknown-linux-': machine `x86_64-unknown-linux' not recognized configure: error: /bin/sh ./config.sub x86_64-unknown-linux- failed
I have made sure that I have all kernel-headers packages installed and am unsure as how to proceed. I tried using the command "./configure --build=x86_64" and then receive an error stating that the "SYSTEM IS NOT SUPPORTED" and continued errors stating that gcc is not installed, eve though it is.
View 5 Replies
View Related
Mar 11, 2010
I have Sun VirtualBox setup on my OpenSUSE 11.2 system.(KDE)
How can I run VirtualBox when Linux boots?
Is there a way to pin VirtualBox to Desktop 2?
View 4 Replies
View Related
Nov 26, 2009
I just installed Opensuse 11.2, and have come across the following error upon bootup: the display manager screen refuses to load, unless I type STARTX at the cli line. the error messages read: failed services in runlevel 5 /etc/init.d/xdm.orig start returned 6 earlyxdm postfix Further, I am unable to activate the xdm service under Yast. Has anyone else run across this error? Not sure how to resolve.
View 9 Replies
View Related
Jan 22, 2010
When I reboot, USB keyboard acts just fine for GRUB. Once SUSE begins to boot, I lose the keyboard (numlock light goes off too). Cannot press ESC to watch the boot sequence. Then, at login, there is no mouse or keyboard for about 60 seconds. Then suddenly, they both become active. Why did this start happening?
It has been about a week since my last reboot, so there's been a few config changes and patches, so it's going to be hard to narrow down a culprit. Thought USB configs in /etc/fstab was the problem, but still happening after rolling back changes to a known good config. Re-ran SaX2. Mouse and keyboard look good in the config file. Also, have otherwise healthy USB behavior with thumb drives and in VirtualBox machines. It just acts goofy at boot time.
View 5 Replies
View Related
Sep 7, 2010
I installed OpenSUSE 11.3 a few weeks ago. It freezes 10 - 15 seconds after startup. I got a brief, but incomplete reply to what I thought was another related problem on the forum (OpenSUSE 11.3 / Mozilla Firefox freezes upon moving the mouse), but it turns out that the problem is neither the mouse nor Firefox. It freezes without doing anything special.
View 9 Replies
View Related
Oct 26, 2010
I am having plasma crashes for the past few days. I'm running KDE 4.5.2 and it was all running fine. Then the latest runs of updates happened and now I can't get a desktop. KDE runs but plasma fails to start leaving me with a black screen and a mouse pointer. This happens in both failsafe and normal, with or without a fresh .kde4 folder and consistently! Here's what the KDE bug window tells me.
[Code]....
View 8 Replies
View Related
Jan 12, 2011
I use normally opensuse 11.1. This days I installed the 11.3. Since I have installed it, the resolution is higher and the fonts are very small. I have some problems with my eyes, so I prefer to use text mode for startup and console. So now I dont know how I can get back to start system in textmode 80x25. suse seem to ignore every command I enter I tried in Yast grub settings to set there Text mode. I tried to add command vga-normal vga-0xF00. Nothing changes it. There is maybe a bug. Whay is the standard resulotion in 11.3 so high ? The installation works in textmode, but after first start it goes up.
View 7 Replies
View Related
Mar 17, 2011
I am trying to make a file run at startup (e.g. runlevel 5). Here is what I done;
Copied file to /etc/init.d/rc5.d with these permissions:
-rwx------ 1 root root 274 Mar 17 08:33 noip2.sh
Contents of this file is:
Code:
#! /bin/sh
# . /etc/rc.d/init.d/functions # uncomment/modify for your killproc
case "$1" in
start)
echo "Starting noip2."
[Code]....
And the file this is supposed to run is in /usr/local/bin/noip2 with the permissions as:
-rwxr-xr-x 1 root root 80431 Mar 17 08:16 noip2
However, this didn't worked for me. What can I do?
Edit: I can run shell file by invoking it with terminal. So there is no problem with the file
View 9 Replies
View Related
Dec 28, 2009
This is strange. I moved OS 11.1 from an old 150 GB PATA drive over to a 500 GB SATA using Parted Magic. The old and new partitions were
Code:
OLD:
/dev/sda1 - 19.99 GB, mounted as / (root partition)
/dev/sda2 - 97.82 GB, mounted as /home
/dev/sdb1 - 29.52 GB, Windows XP
NEW:
/dev/sda1 - 29.30 GB, mounted as /
/dev/sda2 -292.97 GB, mounted as /home
/dev/sda3 - 45.82 GB, Windows XP
I used the "Clonezilla" tool on the Parted Magic live CD to move and resize the partitions. To my delight, everything appeared to transfer just fine. I can boot into OpenSUSE 11.1 (though not into Windows, but that's not really important; I'll figure that out later), but my /home partition won't mount. I'm set to autologin, and I get the expected error: "can't access /home/stephen" (or something like that). Here's the weird thing. I can ALT-F3, get a terminal and manually "mount /dev/sda2 /home", go back to ATL-F7 and log right in, so I know the disk is fine. (I've already 'fsck'd everything, by the way, and they're clean.)
I've used Yast's partitioner about a dozen times, trying "device by ID" and other settings. I always get the same thing when I reboot. On this last reboot, when it refused to log into /home, I ALT-F3'd, logged in as root, did a "cat" on "/etc/fstab" and entered the device-by-id line exactly as I saw it there and it mounted the /home directory just fine! ALT-F7, logged into KDE. I'm typing this in KDE now. Works fine. I so rarely need to reboot this machine that I can manually mount the /home partition, if need be, but (obviously) I'd like it to be mounted automatically during the boot.
Here's my /etc/fstab:
Code:
/dev/disk/by-id/ata-Hitachi_HDP725050GLA360_GEA534RV0DJ4LA-part1 / ext3
acl,user_xattr 1 1
/dev/disk/by-id/ata-Hitachi_HDP725050GLA360_GEA534RV0DJ4LA-part2 /home ext3 acl,user_xattr user,acl,1 2
/dev/disk/by-id/ata-Hitachi_HDP725050GLA360_GEA534RV0DJ4LA-part3 /windows/C
ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0 .....
I don't see anything obviously wrong here. The fact that I can take that second line and do a manual "mount" shows me that the device ID is at least correct. Just to be clear, here's what I entered in virtual terminal 3 as root to get my home partition to mount:
Code:
mount /dev/disk/by-id/ata-Hitachi_HDP725050GLA360_GEA534RV0DJ4LA-part2 /home
and it worked fine. Exact same line.
View 9 Replies
View Related
Sep 3, 2010
as root user during boot sequence (last boot sequence script file). how I can do that?
View 4 Replies
View Related
Nov 1, 2010
What can I do to speed up the start-up after login?
I am running OpenSuse 11.3 with Gnome on my laptop (Acer Travelmate 2490) and I need about two and a half minutes from login until the hard disk lamp 'settles down'. This is much longer than I have been used to expect from earlier OpenSus versions. Are there some default applications/processes I could ditch?
View 9 Replies
View Related