General :: Ls, Rm, Cd Commands Not Working In SUSE?

Jan 3, 2011

Iam newbi to SUSE, I installed java in my SUSE linux Server edition, So i want to set the path in linux,So i created .bash_profile in in /root path using touch and added the path as "JAVA_PATH". When restart my linux the above command is not working and it show unknown command "JAVA_PATH", I can't able to boot in GUI mode, I can boot only in terminal mode, How to delete the file (.bash_profile in /root) ? And how to add java path in SUSE

Note: Before all the commands are working fine

View 3 Replies


ADVERTISEMENT

General :: Commands To Copy Files From HPunix To SUSE Server?

May 20, 2011

I have to copy files from HP unix server to SUSE linux server. I have tried rcp, but it does not work. Can someone help me with the commands or files to be changed inorder to copy the files.

View 3 Replies View Related

General :: Modprobe And Lsscsi Commands Are Not Working?

Jun 14, 2010

I have Fedora 2.6.29. When Im trying to laod a kernel module by using modprobe, its throwing an error message 'Module not found'. Also, when I use 'lssci' command to see the list of SCSI devices, this also doesn't work, and throws an error 'Command not found'.

However, I have used insmod to load my module and I am able to see its entry in /proc/scsi/scsi file, but why 'modprobe' and 'lssci' are not working. Is there any way to resolve this problem?

View 14 Replies View Related

OpenSUSE :: Running Dos Commands From Suse On Windows And Getting Back The Result?

Sep 15, 2011

My application requires that I run dos commands on a Windows desktop which is in the same network as the Suse server. The command needs to be initiated from my Suse serverand I need to get the result of the command from Windows on my Suse server

View 9 Replies View Related

SUSE / Novell :: Ran Rm -rf On Home Directory Unable To Run Commands As Root

Jun 13, 2010

Accidently ran rm -rf while the pwd was /home/user-name

Now I'm unable to run any command whatsoever as root, ls,vi,cnf whatever, they don't work.

However the commands work as normal user.

I can guess that the files with root ownership in the home folder were deleted but I would like to revert everything back to normal and would like to know how to solve this problem.

View 5 Replies View Related

General :: Network And Volume Not Working In Suse 10.0

Jan 27, 2010

After installing Suse 10.0 I'm unable to get my network card working. Also the volume control in the task bar in not working. Using Yast I tried configuring network card. The exact card is not on the list provided by Suse. Is this the problem & how do I fix it?

View 2 Replies View Related

General :: Wifi Not Working Dell Inspiron 6000 And Suse 11.2

Jul 4, 2010

I just installed open suse 11.2 on a dell inspiron 6000 and i can not get the wifi card to work. Yast sees it, but that's about it. Ethernet works fine- hence the post.... any ideas? Model: intel pro wireless 2915abg calexico2.

View 1 Replies View Related

General :: Cd Command Not Working In .cshrc File (bash Shell SUSE)?

May 29, 2011

Just trying to execute cd command in a .cshrc file (bash shell in SUSE Linux) it says."No such file or directory".Do you see any reasons for this

View 3 Replies View Related

General :: Running Bash But Common Bash Commands Not Working?

Jul 17, 2010

below are the details of my system. I have bash as my current shell, some really common commands aren't working.

Do I need to do a re-installation of bash? Or how do I install a selection of bash commands which I need? (for example a subset of [URL])

Code:
root@sdptfw:~ # uname -a
Linux sdptfw.sdpt.co.za 2.4.36 #1 Tue Jul 22 13:13:24 GMT 2008 i686 i686 i386 GNU/Linux
root@sdptfw:~ # echo $SHELL$
/bin/bash$

[Code]....

View 13 Replies View Related

Ubuntu Servers :: Up Key For Previous Commands Not Working?

Nov 8, 2010

My previous experience with Ubuntu desktop (which isn't much) while in the terminal the up key allowed me to see previously entered commands, but I have freshly installed Ubuntu Server Edition and the up key is not allowing me to do so, Is there a way to get this working?

View 3 Replies View Related

Ubuntu Security :: Certain Commands Not Working In Apparmor?

Jun 7, 2011

I followed this thread:[URL]...When I get to this part:sudo genprof firefox it does not work in the terminal. Is this still supported for Ubuntu 11?

Also, I installed the profiles. Is something supposed to happen now or do I need to configure them?

sudo apt-get install apparmor-profiles

View 6 Replies View Related

Software :: Execute Commands Via Ssh / Working And Failing

Apr 9, 2009

I am trying to get F10 installed on L2 so that I can use the system the same way that I have been using L1 with F8. Specifically, I am using unison (with ssh) to crossload files between the desktop and the laptop. Unison works just fine when executed on the desktop crossloading to the F8 Laptop1. But when trying to do the same on L2, it hangs while trying to contact the server.Attempting to diagnose the problem has led me to ssh.I can use ssh to login to any of my systems from the desktop. E.g.,ssh delta

but attempting to execute a command via ssh simply hangs. E.g.,ssh delta "echo $PATH"

Both ssh login and ssh remote execution work fine when done to the F8 laptop 1.

I have installed tcsh on all systems and my login shell is csh (i.e., tcsh) on all machines.I have spent the better part of the last two days trying to find something but have failed. As far as I can tell, both L1 and L2 are configured identically:
firewall disabled
selinux disabled
and while I have not done a character-by-character comparison of the ssh and sshd configuration files, they appear (visually) to be the same, as shipped with the Fedora distribution.

I need some pointers on where to look for problems, etc.

View 5 Replies View Related

Ubuntu :: Sda1 Full, Cleanup Commands Not Working

Oct 25, 2010

I have had the same problem of /dev/sda1 becoming full and have been able to fix it with the commands:

sudo apt-get clean
sudo apt-get autoremove
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade

But this time I am still unable to free significant space. Here is the output of various commands.

df -h
/dev/sda1 5.6G 5.4G 0 100% /
varrun 498M 108K 498M 1% /var/run
varlock 498M 0 498M 0% /var/lock
udev 498M 76K 498M 1% /dev

[Code].....

View 1 Replies View Related

Ubuntu :: Bash Commands' Auto-complete Not Working For Some Apps?

Jan 15, 2010

I've got an annoying problem that 'man' and some other commands do not auto-complete (via TAB). e.g. typing: man rsyn (TAB, TAB, TAB, etc) will not auto-complete to 'man rsync' however, if i 'sudo -s' & then try the above, 'man' auto-completes everytime. (Directories always auto-complete successfully) My ~/.bashrc contains:

Code:

# enable bash completion in interactive shells
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion

[code]....

View 8 Replies View Related

Ubuntu :: Run To Terminal Commands At Boot To Get Wireless Card Working?

Mar 18, 2010

I need to run to terminal commands at boot to get my wireless card working, the included drivers with ubuntu dosen't work for my card so I compiled my own broadcom drivers. I am on 9.10 ubuntu. I need these commands ran at boot in order for my wireless to work.

#sudo modprobe lib80211
#sudo insmod wl.ko

I have done these commands as per the readme included with the source files.

# load driver as described above
# cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
# depmod -a

View 2 Replies View Related

Ubuntu Installation :: Commands Are Not Working In Terminal / Command Is Not Executed?

Jul 19, 2010

I am working on Ubuntu 9.10.Since last two days there is issue while working with Terminal.Whenever I type a command and press enter it doesnt do anything. command is not executed. I guess its in loop. when I press Ctrl+C then it comes out of loop. this happens with all commands and I am not sure what is the problem.I have reinstalled Terminal but it did not worked.

View 8 Replies View Related

Fedora Hardware :: Put Serverlayout Commands Etc In Order To Get The Serial Touchscreen Working?

Sep 22, 2010

Now that the xorg.conf file seems to be a thing of the past, where do I put my serverlayout commands etc in order to get the serial touchscreen working? It responds to touchcal but doesn't work in normal use, so I presume it just needs X to be forced into loading it at startup.

View 2 Replies View Related

General :: Installing Old SuSE Rpms In SUSE 11.2?

Feb 13, 2011

Is it possible to install rpms from SuSE 8.2 pro to run on SUSE 11.2 x86_64. I mean games and simple applications not system files.

View 1 Replies View Related

Server :: Nis Client On Centos Not Working With Suse Server / But Works With Suse Nis Client

Jun 25, 2009

I have a Nis server on Suse 11 which is configured using Yast and nis clients on Suse and CentOs .All clients which is on the Suse Os is working fine. But on CentOs , users couldn't login using nis username.I have mounted home directory using nfs in fstab . I can switch to nis users homedirectory only when i am root. But nis users could'nt login on reboot.' ypcat passwd username ' is showing the output . No selinux is enabled in the client .Is there is any problem with Suse server to Centos Client in nis ??

View 2 Replies View Related

SUSE :: Wireless Not Working / Cause Of This - Fix It?

Feb 14, 2010

I have openSuse 11.2 on my Omnibook 6100. I have a netgear wg511 v2 wireless pcmcia card. I used ndiswrapper to install the drivers for this card. Ndiswrapper shows the driver installed properly and shows the card is present but the card will not even power on. What could be the cause of this and how do I fix it?

View 4 Replies View Related

SUSE / Novell :: Can't Get It Working On 11.3

Oct 4, 2010

I use Termlite from SCO as my terminal emulator. It works on SUSe 9.3 but i can not get it working on 11.3. How do I enable the networking for this in SUSE 11.3.

View 1 Replies View Related

OpenSUSE :: Suse 11.2 Updater Not Working?

Apr 9, 2010

I'v not seen any security or any other updates,including firefox for many months(since January or earlier. Is there anything wrong?

View 9 Replies View Related

OpenSUSE :: Pdflatex Not Working In Suse 11.3?

Feb 23, 2011

I tried to compile with latex (pdflatex) some beamer presentations and I getpdflatex astrosiesta0411.texwarning: kpathsea: configuration file texmf.cnf not found in these directories:usr/share/texmf/web2c.This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/openSUSE)I am not a latex expert, but in yast I noticed that suse 11.3 is now installing texlive (I have also the texlive-bin bin-latex latex and latex-doc installed) while my old 9.2 where everything worked had tetex.I found that there is no directory web2c in /usr/share/texmf, but there is one in /usr/lib/texmf/.I also found that /usr/share/texmf/README says:And yet another: texmf-dist should be distribution-independent, so that,in theory, it could be used by distributions other than TeX Live. So,no web2c/kpathsea-specific files.

View 9 Replies View Related

SUSE :: Webcam Not Working With Open 11.3

Aug 3, 2010

Few months ago I had updated my OpenSuse 11.2 to new kernel but I broke it so never got to fix it. Now I've upgraded it to 11.3 and its working really well. Really happy with the KDE interface. Not missing Windows 7 at all (dual booting). I've got almost everything working and in fact got a lot more apps than Windows. For example 2 or 3 different versions of MSN Messenger!

I've got couple of minor issues. Firstly, my Logitech Webcam isn't getting detected by OpenSuse. When I open up the Cheese app it doesn't detect any cam.

Secondly, is there a Yahoo Messenger available for Linux? I've got some family/friends who use MSN and others Yahoo. I need webcam functionality in Yahoo Messenger.

View 1 Replies View Related

Networking :: Wusb54gv2 And Suse Not Working?

Nov 12, 2010

I'm running Suse 11.3 fresh install, works fineBut I'm trying to make work a wusb54gv2, ndiswrapper -i works fineI'm using lastest ndiswrapper versionit seems tha options -m -ma -e maybe others don't workwhen doing ndiswrpper -l

goldf-fish:/ # ndiswrapper -l
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
wusb54gv2 : driver installed

[code]...

View 20 Replies View Related

General :: Trying To Upgrade From SUSE 9 To SUSE 11?

Feb 15, 2011

Trying to upgrade my installed SUSE 9 version to version 11 but am having trouble.Do I need to delete the earlier version first and do a clean install

View 3 Replies View Related

OpenSUSE Hardware :: Scsi DVD RAM Not Working On SuSE 11.4?

Mar 15, 2011

I installed OpenSuse 11.4 (x86_64) a couple of days ago.One of my Drives a PC-DVD RAM (Creative) is not working. This worked under 11.3.The SCSI drive is connected to a PCI/SCSI adapter (AHA-2904).The message I see at boot is:ata_id[443]HDIO_GET_IDENTITY FAILED /dev/sr1I also see the message ata_piix not found, and can not find an option in the kernel
to provide this.This causes the system to wait a long time and slows down boot dramatically

View 2 Replies View Related

OpenSUSE Network :: Get Denyhosts Working On Suse 10.1?

Jun 2, 2010

I am with a customer who has Suse 10.1 in production environment and connected to the internet.For now I want to install denyhosts on this machine since I see lots of failed login attempts outside office hours.However when I do: python setup.py install I get the message File "setup.py", line 4, in ?from distutils.core import setupmportError: No module named distutils.coreI don't know how to solve this. I have added a repository to install distutils.core but could not find it

View 1 Replies View Related

SUSE :: Webmin Virtual Hosts Not Working?

May 8, 2010

I'm running vanilla SuSE 11.1 on a vanilla server with Webmin 1.51 and Apache 2.2.

For a month now, I've been trying to get virtual hosts to work with Webmin without success. When I browse for the second site, I continually come up with the default host site.

just forget Webmin and modify the httpd.conf file directly. That defeats the purpose of trying to use Webmin.

View 9 Replies View Related

Novell :: Make Mic Working In Skype On SUSE 11.2

Nov 24, 2009

It is me again. I have succeded and make video and audio working in Skype but I cant make Microphone working at all. Tried some info I found on the web but no way.

View 7 Replies View Related







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