OpenSUSE Install :: Commands In Terminal Don't Works After Install

Mar 28, 2011

My commands like

ifconfig
nano

etc dont work in terminal. This is my first attempt trying openSUSE and I have been using ubuntu, linux mint and backtrack 4 r2 before.

View 6 Replies


ADVERTISEMENT

Ubuntu :: Terminal Commands - Install .tar.gz ?

Nov 30, 2010

Unzipped the folder in home/folder wordpress-3.0.2.tar.gz and now have a file called 'wordpress' Can someone walk me through the terminal commands to install from here.

View 1 Replies View Related

Ubuntu :: Terminal Commands Use To Install So It Is Part Of The System?

Jul 4, 2010

I have linux based photo editing software that I want to install so that it can be accessed through the Applications menu. Which system folder do I install it in? Or what terminal commands do I use to install so it is part of the system?

View 5 Replies View Related

OpenSUSE Install :: 11.4 Net Install Works But Internet Connection Test Fails?

Jun 17, 2011

I just installed 11.4 via the net install cd. In the configuration step, the internet connection test fails. Why would this happen if I just installed opensuse using the internet? It looks to me as if opensuse can already figure out how to use my network card. I went ahead and skipped the test, but it still doesn't make any sense to me. Let's see if internet works once I'm logged in...

View 2 Replies View Related

OpenSUSE Install :: Install Works But Hangs On Desktop

Aug 18, 2011

I have a Dell Inspiron M5030 and ran the live Gnome CD. everything works until I install. The install goes fine and it boots fine but when i log in it just hangs at the desktop with a spinning cursor. No menus no nothing just the wallpaper?

View 2 Replies View Related

OpenSUSE Install :: Re-install OpenSUSE From Hard Disk Using The Terminal?

Sep 29, 2010

I'm running openSUSE 11.3 and screwed some things up so that I can't install anything, including UNetbootin. So I decided to completely reinstall. I'm limited to using my hard drive as there's no CD/DVD or floppy drives installed on the machine and BIOS does not support booting from USB.

I found these instructions - Install any Linux distro directly from hard disk without burning any DVD - Just Another Linux Lover Blog

From the terminal enter these commands

sudo mkdir /distro
sudo chmod `whoami`:`whoami`
cp MYLINUX.iso /distro/distro.iso
Now extract Linux_kernel & Ram_disk to /distro#
Open /boot/grub/menu.lst
#ADD NEW ENTRY#
title Install Linux
root (hdX,X)
kernel /distro/Linux_kernel
initrd /distro/Ram_disk

Reboot and select "Install Linux" from grub. Blog Widget by LinkWithin

Creating the folder "distro" on root was easy and went smoothly. I can't seem to make the second 'whoami' command work, though. I copied-and-pasted "sudo chmod `whoami`:`whoami`" into the terminal. It asks me for the root password, I enter that and then get

chmod: missing operand after `holly:holly'
Try `chmod --help' for more information.

I didn't see anyone reply in the comments of that page saying they had trouble with it, so I think I'm just being an idiot. One person did suggest adding distro at the end on another page and it gets me

chmod: invalid mode: `holly:holly'
Try `chmod --help' for more information.

View 9 Replies View Related

OpenSUSE Install :: 11.2 Boot Using Grub - Loading Commands?

Dec 4, 2009

I have openSUSE 11.2 and boot using GRUB. I was looking on start-up options for 11.2 and saw where it said
splash=silent
and
quiet showopts
I was wondering what they meant?

View 2 Replies View Related

OpenSUSE Install :: Commands In Boot.local Have No Effect

Jan 29, 2010

I want to turn off CPU throttling, and I notice how each time opensuse boots up, it imposes it.

I would like to know where it does this. I suspect - but actually I don't really know - if it's the HAL daemon that does this. Could be.

In any case, rather than have to key it in each time, I put the relevant commands (cpufreq-set) in boot.local. No effect.

I suspect boot.local might not be the best place for such a heavy duty command like this one.

Are there any there places I could put it so that it executes automatically?

View 2 Replies View Related

OpenSUSE Install :: Unable To Enter Any Commands In Minicom

Nov 3, 2010

I installed Fedora 12 in my PC and after that when I tried to use minicom it was not installed. I tried copying the executable of minicom in /usr/bin from another PC and tried using it. But, I was not able to enter any commands in minicom..

View 1 Replies View Related

OpenSUSE Install :: Installation Forgets About Important System Commands?

Dec 20, 2009

I have just installed 11.2 i686 on two machines, one virtual and one physical. Both have been set to start in runlevel 3. For some reason it seems that my installations have missed some step in the process, because the system cannot find several rather important commands, eg. init and ifconfig.this is what I get if I try to run ifconfig:

Code:
user@computer:~> sudo ifconfig
sudo: ifconfig: command not found

[code]....

View 7 Replies View Related

OpenSUSE Wireless :: Commands To Install Downloaded Broadcom Drivers Located On USB?

Feb 25, 2011

Ok I am a total linux noob, and I was looking through threads and couldn't easily find what I am looking for. I am using a HP Mini 1010nr with broadcom bcm4312 wireless card. I went online and downloaded the drivers onto a USB drive from the broadcom website. All I need to know is what are the commands or the programs I use to install the 32 bit drivers I downloaded?? Sorry I know the answer is in here somewhere but I don't understand what the command is on how to install my drivers from my thumb drive.

View 5 Replies View Related

OpenSUSE Network :: FTP Client - One Commands For Terminal?

Mar 19, 2010

I'm looking for information on how to use a single FTP command from the terminal window, that would do this:

- Login (with usesrname/password)
- Set Transfer type to Binary
- Get all files in a directory and download somewhere.
- Delete all files in the directory that was just downloaded.
- Close Connection when complete.

There lots of information on individual commands, but I want to combine them into one single command that requires no human interaction. Just one big line Hopefully from this one command line I'll be able to create more for other purposes (like login and delete one file then close).

View 9 Replies View Related

OpenSUSE Install :: Suspend To Disk Works But Does Not Power Off (11.2)

Mar 3, 2010

My system does not power off completely after I trigger the "suspend to disk" function. The monitor gets blank and the usb-mouse does not light anymore, but the power led is still on and the pc fans can be heared. Interestingly, neither pressing the power button nor the reset button starts the pc in this state. I have to unplug the electrical power and then press the power button. After that, the system resumes nicely from the hibernation state as it should. I know that the hardware itself is capable of powering off because it worked perfectly before with opensuse 10.2, and I didn't change any bios settings either. I tried the option acpi=force, but to no avail.

View 2 Replies View Related

OpenSUSE Install :: NFS Works But Cannot Start At Boot Automatically?

Apr 10, 2010

I am using SUSE 11.2. And I am really baffled with a strange NFS problem.I have set up the fstab on the client and exports on the server correctly, because if I manually run # /etc/init.d/nfs startStarting NFS client services: sm-notify doneI can see and use the NFS partition perfectly, there is no problem at all.But nfs cannot successfully start at boot. In yast, I have enabled nfs in "System Services (Runlevel)" at runlevel 3 and 5. So it should run automatically, but I always get the following error message:

/var/log/message:
Apr 10 20:07:56 hubble kernel: [ 33.654768] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).

[code]....

View 9 Replies View Related

OpenSUSE Install :: 11.2 Boot Errors After Upgrade But Works?

Jul 31, 2010

The situation is too strange to be well summarized in a title-topic. I have performed the upgrade from .2 to .3 editing the repos and launching zypper dup.

The boot loader's choises are:
1)openSUSE 11.3 - 2.6.34-12 (default)
kernel image: /boot/vmlinuz-2.6.34-12-default
ram: /boot/initrd-2.6.34-12-default
root: /dev/disk/by-id/ata-Hitachi_HTS541680J9SA00_SB2204SGEZ91VE-part1
parameters: resume=/dev/disk/by-id/ata-Hitachi_HTS541680J9SA00_SB2204SGEZ91VE-part2 splash=silent quiet showopts

[Code]...

View 3 Replies View Related

OpenSUSE Install :: Desktop Setup Strategy / What Works Best?

Sep 8, 2010

Having just executed a 11.2 to 11.3 upgrade (KDE), in which I preserved /home from 11.2 to preserve my data and settings, I now wonder if there is a "Best Practice" on how to setup the environment, anticipating future upgrades.Currently, for applications I frequently use and wish to launch from the desktop, I open /usr/share/applications (using Dolphin) and drag the application to my Desktop Folder, choosing the "Copy To:" option.After the recent update, my Desktop Folder files remain those from 11.2 or earlier.It seems now a better practice would be to populate the Desktop Folder with links back to /usr/share/ applications, so that changes would be implemented the the link to a newer file. That would be easily implemented by choosing the "Link To:" option when dragging.

View 1 Replies View Related

OpenSUSE Install :: OpenSySE 11.4 - Keyboard No Longer Works Under X?

Mar 19, 2011

I have new install of 11.4 X86_64 which has been working fine up until this morning. Now when I boot and get the kdm login screen, the keyboardis no longer working, nothing appears from typing, no key sequences are recognized. The mouse works fine and when I go Console Login, the keyboard works fine.The mouse and keyboard are both Logictech wireless using the Logitech unifying usb link. As I said, it was working fine until this morning.I have no idea how to even diagnose this.

View 8 Replies View Related

OpenSUSE Install :: Black VNC Screen - Works With Other Guest VM

Jun 24, 2011

I have two instances of OpenSuse 11.4 installed as guests under XenServer. The first one is running KDE and the second LXDE. I can connect via TightVnc to the KDE guest. When connecting to the LXDE guest the client window is black with an X cursor. Both systems have identical Xorg.conf files and identical xinet.d/vnc files. The logs show that xinetd is starting vnc on the LXDE guest. The LXDE process is running, and lxde.log doesn't contain any obvious problems.

View 5 Replies View Related

OpenSUSE Install :: Use Windows System Recovery Console And Committing Fixmbr And Fixboot Commands?

Jan 21, 2010

I've been using opensuse 11.2 and windows xp at parallel. After I decide to reinstall windows, I got the error saying "invalid partition table" after the first restart of windows xp installation.

I tried to use windows system recovery console and committing fixmbr and fixboot commands, but didn't work.

After all, i boot with opensuse livecd to run the grub and got my opensuse back.

How can I installed windows on a opensuse installed system? My plan was first to install windows xp, then opensuse again.

View 1 Replies View Related

OpenSUSE Install :: Try To Boot But The Screen Goes Off - Works With Failsafe Mode?

May 2, 2011

I've got this really huge problem, which I really want to solve, because otherwise I might even switch back to ubuntu. So here we go. Yesterday, I had a problem with mounting nfts hard drives and solved (you guys solved it actually) it by adding ntfs to the /etc/filesystems file. (I doubt, that it has anything to with that, but it might, so I will just tell you everything I did) I added an ATI driver repository as well, which is probably the key to this problem.(or at least something with drivers) --> not sure if I installed anything

So however, the problem is now, that the screen tells me, the signal would die just before the log in screen appears. ("No signal" --> screen goes to standby --> can't wake it up again--> no opensuse for me) I'm now running the system in some sort of safe mode and it works, but I think, that it is using my on board graphic card and not the actual "radeon hd 5600", which provides much better quality. just looked it up, yes it is using the crappy one (on board) So here's the question: First of all why does this error occur(worked fine before) and secondly how can I fix it?

View 9 Replies View Related

OpenSUSE Install :: 11.4 - Normal Boot Works - Failsafe Doesn't

Jul 6, 2011

In summary, after updating from 11.2 through 11.3 to 11.4, normal boot works fine, failsafe mode hangs with two fatal errors - "Module atiixp not found" and "Module ide-pci-generic not found". i would like to fix this a) so I have a recovery position b) so I learn a little more. As 11.2 has gone out of support I decided to embark on the upgrades to 11.3 then 11.4 using the zypper method described on this site. I think failsafe boot worked ok with the original 11.2 install, but I never had to use it in anger, so I can't be 100% sure. I did not test failsafe in 11.3, just checked that the typical cd set of applications seemed ok before proceeding with the upgrade to 11.4.

I have an AMD processor, chip set and an ATI 3800 series graphics card, so I added the ATI repositories for 11.3 and 11.4 as i worked through the upgrades. At 11.4 there were some graphics glitches during normal and failsafe boot which were successfully fixed by adding "nomodeset" to both boot options. Normal boot works fine but failsafe boot hangs with the error messages above. Searching for failsafe boot errors is unhelpful since, in all cases I have checked, normal boot fails too. I did try removing "Xfailsafe" from the failsafe options which produced no change.

I am guessing that, in failsafe mode, the ATI drivers are not loaded into the kernel and the idea is to default to some safer drivers which, in my case, are not present for some reason. However, there seems to be little information on the origin or purposes of atiixp so I don't know how to go about fixing this. I have not really researched the generic pci driver issue, but I am guessing that this is a fall back when the expected atiixp is missing.

View 8 Replies View Related

OpenSUSE Wireless :: WiFi Internet Works On LiveCD But Not After Install

Nov 15, 2010

I am super new to linux. I have tried a lot of distros but went with OpenSUSE11.3. I have both gnome and kde live cd. Now to the problem, When I put in the live cd and boot - the computer finds the wireless card and lets me connect to the internet. This works on both versions. But after clicking on the install icon the wireless no longer starts and then I cant get it to work. Maybe its something I should be doing. After all I am new to this.

View 4 Replies View Related

OpenSUSE Install :: 11.2 - Internet Works But Online Access Test Failed

Oct 1, 2010

At some point, the install process asks whether to test internet access. I replied Yes, and the test failed. Retries also failed, leading me to conclude, mistakenly, that the ethernet card was not supported by SuSE 11.2. Finally I elected to skip the test, resigned to the loss of internet access. The install program then proceeded to access online repositories without difficulty, and I had no further difficulty accessing the internet. So why the misleading test result?

View 3 Replies View Related

OpenSUSE Install :: No Terminal After Upgrade?

Jan 24, 2010

I eventually got round to moving my AMDX4 machien from 11.1 to 11.2. I have done this to a coupl eof other similar machines so was not expecting any problems.

However I now have a problem. In runlevel 5 I have an xdm logon screen, but neither the keyboard or mouse work. I can ssh in from another machine and changing to runlevel 3 i have a keybopard and can log in. But sax2 does not respond to keyboard or mouse, so the machine is not really usable.

What package should I reinstall? Or what else can I do?

PS Not attempting to run gnome, kde or dfce; plain fvwm and X

View 9 Replies View Related

OpenSUSE Install :: Write In Terminal As Root?

Jan 2, 2010

If my password is for root and me is the same, how do I write my password as root and get permission to enter as root?

View 4 Replies View Related

OpenSUSE Install :: Could Not Launch Root Terminal 11.2

Feb 23, 2010

openSUSE 11.2, just installed. When I start the "Root Terminal", I get this error message: Could not launch 'Root Terminal' Failed to execute child process "gksu" (No such file or directory) This error message doesn't mean enough to me to know what I need to do.

View 9 Replies View Related

OpenSUSE Install :: How To Open A Terminal Window

Apr 11, 2010

I do not even know what that is but I know I needed to install picaasa

View 3 Replies View Related

OpenSUSE Install :: 11.3 - How To Use Terminal To Add / Remove Programs

Mar 15, 2011

I am coming from Kubuntu 10.10, which is a Debian based OS. I am used to going into the terminal and typing sudo apt-get install or sudo apt-get remove to install and remove programs. I know it is the hard way to do it, but I find it gave me more flexibility. So how do I do this in openSUSE 11.3? Or can I even install things through terminal? What is the command? I know there is YaST but I also want to learn how to use the terminal

View 8 Replies View Related

OpenSUSE Install :: Boot 3 Terminal's Without OS From A Linkat?

Apr 6, 2011

I was trying to boot 3 silly Terminal's without OS From a Linkat (OpenSUSE) server, and it works, the problem comes when i log in, at two of them, with the same account, and i open the same progress (like firefox) at the same time in the 2 computers. It give's me an error that say's that the process it's being used and i only can open 1 instance of it.Did you know how can i solve it, without creating another accounts?

View 1 Replies View Related

OpenSUSE Install :: Upgrade Seamonkey 2.0.14 To 2.2 In Terminal 11.4?

Jul 23, 2011

How can I upgrade seamonkey 2.0.14 to 2.2 in terminal opensuse 11.4?

View 5 Replies View Related







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