OpenSUSE :: The No Such File Or Directory Warning Is Correct?
May 12, 2011
When I learn shell script, I want to add my own PATH variable to system previous variables. I find that my linux has the below PATH variables (in the end of this message). It shows 'No such file or directory' although I verify that all the directories exist. Some directories are empty indeed. This will result that warning?
I want to make the present PATH variables correct before I add mine.
bash: /usr/lib/mpi/gcc/openmpi/bin:/home/jeff/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/jvm/jre/bin: No such file or directory
View 9 Replies
ADVERTISEMENT
Sep 1, 2011
I've had Ubuntu 11.04 installed on my desktop since it's release. Up until an hour ago, it was working fine. I clicked on an update from the update manager, now booting into a graphical mode is completely broken, (the start-up load hangs at 'Check Battery State ... [0k]'). I restarted my computer, and booted into safe mode, and launched the terminal. This all works fine. I then typed :
Code: sudo gdm start into the command prompt, hoping that I would be able to start things manually. Instead, it spat out this: Code:
gdm-binary[230]: WARNING: Unable to load file '/etc/gdm/custom.conf'. No such file or directory.
gdm-binary[230]: WARNING: Unable to find users : no seat-id found.
gdm-binary[230]: WARNING: Gdm Display: display lasted 0.070467 seconds
The last line was printed about 8 times, with slightly different times, before it gave up and failed. Some information which might help, I have Gnome 2, Unity and KDE (not sure which version), installed. My graphics card is the GTX 275, and I have driver the Nvidia driver 275.21. So yeah, I think the update has gone and moved custom.conf somewhere, but I have no idea on how to fix it. I have a graphics programming assignment due on Friday and I would be eternally grateful if I could get this fixed well before then.
View 2 Replies
View Related
Mar 2, 2010
Does anyone know why files in my /tmp directory are not able to rm even using root login? not only that, I can't even chmod or do anything to files in /tmp directory... it always saying "read only file system" warning
View 8 Replies
View Related
May 17, 2011
I am running a laptop with a windows partition and a ubuntu partition. I partitioned from windows, then setup the linux partition from the ubuntu cd and formatted it to ext4. I am running the Ubuntu 11.0.4 and Windows 7. PROBLEM: All reports indicate that the Ubuntu /home directory is eating 66 GB when there is no indication that is using even a fraction of that space. What can I do to reclaim the space?
Here is the report on the disks and usage:
Code:
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 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: 0x32286323
[Code]...
View 5 Replies
View Related
Mar 13, 2011
when i try to execute rpmorphan i receive this error, WARNING can not load translation file locale/en/rpmorphan_trans.pl
View 6 Replies
View Related
Mar 13, 2011
i have just updated to openSuSE 11.4 [64 bit]; rkhunter is giving these Warnings :
Warning: User 'rtkit' has been added to the passwd file.
Warning: User 'pulse' has been added to the passwd file.
Warning: User 'statd' has been added to the passwd file.
Warning: Changes found in the group file for group 'audio': User 'pulse' has been added to the group
Warning: Group 'rtkit' has been added to the group file.
Warning: Group 'pulse' has been added to the group file.
Warning: Group 'pulse-access' has been added to the group file.
Warning: Suspicious file types found in /dev: /dev/shm/initrd_exports.sh: ASCII text
Warning: Hidden directory found: /dev/.sysconfig
Warning: Hidden directory found: /dev/.mount
Do these look Normal, Are these False-Positives??
View 4 Replies
View Related
Jun 1, 2009
If I want to share a directory called /home/me, would I go to my /etc/exports file and share /home/me/* or would I share /home/me ? I am unsure of how to type this into the file.
View 2 Replies
View Related
Aug 30, 2010
what is the correct permission for mysql directory under /var/lib directory? I set permission using: Code: chmod 755 mysql but got permission deny error. What is the best setting permission for this directory so that I won't jeopardize security?
View 4 Replies
View Related
Jul 10, 2011
I'm trying to use a software on OpenSuSE 11.3 (64) and am getting an error message similar to the one in the title. I did a bit of background reading on libjpeg.so.62 that the program was asking for. I noticed that I had a file called libjpeg.so.8 in my /usr/lib/ folder. I found a libjpeg.so.62 file online, downloaded it and copied to to my /usr/lib folder, but its not making any difference.
View 1 Replies
View Related
Jun 24, 2011
Why do I keep getting .gvfs (gnome virtual file system) file appearing as corrupt in /~/usr directory, I can get rid of it by unmounting, but it re-appears later on. It is causing problems as it interrupts my backups (which are automated) with an error message,ListError .gtk-bookmarks/.gvfs [Errno 13] Permission denied: '/home/jimt/.gvfs'
drwxr-xr-x 2 jimt users 4.0K Jun 22 22:00 .gstreamer-0.10
-rw-r--r-- 1 jimt users 132 Jun 24 11:50 .gtk-bookmarks
d????????? ? ? ? ? ? .gvfs
-rw------- 1 jimt users 4.3K Jun 24 11:50 .ICEauthority
drwxr-xr-x 3 jimt users 4.0K Jun 23 08:41 .icedteaplugin
View 7 Replies
View Related
Feb 17, 2011
I have a couple directories in the following format:
+ Dir 1
----+ Dir A
-------- file1
----+ Dir B
-------- file2
+ Dir 2
----+ Dir A
-------- file3
----+ Dir C
-------- file2
+ Dir 3
----+ Dir B
-------- file2
----+ Dir C
-------- file1
My desired structure is:
+ Dir Final
----+ Dir A
-------- file1
-------- file3
----+ Dir B
-------- file2-1 [or something so that the two files don't overwrite]
-------- file2-2
----+ Dir C
-------- file2
-------- file1
Basically, I would like to combine all the directories that I can, without deleting/overwriting any files. I have looked at Rsync, but I could not find the correct options to do what I wanted.
View 1 Replies
View Related
Jun 2, 2010
To clarify: I have two kernels, (a) one that "works" and (b) another that I am experimenting with. Each has it's own modules directory tree (in /lib/modules) and they are mutually incompatible ie kernel (a) will only work with module tree (a) and similarly for (b). I have two boot entries in lilo.conf which can be selected from the boot menu.
Now the problem is, what if something goes wrong when I boot to (b)? I'd like to be able to return to the safe option (a), but the current module tree is (b) and it won't work with kernel (a). I could use the Slack installationCD and rename the module directory (I presume this would work)but is there a simpler way, whereby I can select the correct module tree at boot time (or set it in lilo.conf)?
View 3 Replies
View Related
Mar 16, 2011
I found it easiest to embed narp into the gtk+-2.0 installation because all I needed to do was tweak the Makefile.am and Makefile.in files and let configure do the rest.This is a hack. I've failed at getting my own makefiles to work.
Would anyone point me in the right direction on how to properly make an installer for Linux? Also, what is the correct/common directory tree for Linux software packages? Any more suggestions on proceeding with this project using community standards?
View 2 Replies
View Related
Dec 10, 2010
I have been searching for 90 minutes for something that I "think" should be fairly easy. I'm pretty new to Bash Scripting so I could be completely wrong. Then again it may be a weird request to even need something like this. But here it is.I have a script written to convert data from one of our software version to another. The only thing I need to add to it is a "check to make sure the user running the script is in the /tmp directory".
View 7 Replies
View Related
Jan 30, 2011
I want to do the following.
1. have a directory full of subdirectory
2. Pick the first file from every sub and copy that to the main directory and also rename that file to the same name as the subdirectory's name
3. need to work in commandline best is a simple script.
View 4 Replies
View Related
May 14, 2010
I upgrade the system from 11.1 to 11.2 seems everything work fine, no error no warning, after a reboot the consol show : mount error while loading shared libraries: libvolume_id.so.1: Cannot open shared object file: No such file or directory. when I try to repair the system the repair tool cannot find the root partion,
View 1 Replies
View Related
May 4, 2010
I have a problem with my opensuse, i can't launch amarok it missing a dependence
When i launch it since a terminal i have this message :
xxxxxx@linux-portable:~> amarok amarok: error while loading shared libraries: libknewstuff3.so.4: cannot open shared object file: No such file or directory
View 6 Replies
View Related
Feb 7, 2010
Opensuse 11.2 x86-64
python-numpy 1.3.0-22.1
python-numpy-devel 1.3.0-22.1
The Numerical Python (numpy) is installed.
Numeric/arrayobject.h:No such file or directory
View 3 Replies
View Related
Sep 6, 2010
I have been trying to start the multipathd service but it does not start.
My configuration looks as follows.
The problem is that i cannot start the multipathd service.
The devices get created just fine but neither can i run multipathd -k
View 5 Replies
View Related
Apr 3, 2010
when i switch to init 3 i have an error message telling me that /root/.../.kde4/Autostart/rundbus has no such file or directory What is this file supposed to be ?
View 9 Replies
View Related
Feb 1, 2010
I have a problem when booting my pc.I uninstaled bootchart and since then kernel goes to panic..saying /sbin/boot:no such file or directory..I followed the Repair Installed System from my dvd but it fails at the end and it just reboots the system..Is there any way to baypass this problem without reinstalling the OS?
View 9 Replies
View Related
Jun 1, 2011
In a fresh install of 11.4 I see a file named "1" (the number "One") in the / (root) directory.
Code:
vodoo@host:/> ls -l 1
-rw-r--r-- 1 root root 0 May 31 11:29 1
Who creates this file and what is it good for?
View 9 Replies
View Related
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
Feb 17, 2010
I'm attempting to install a WLAN card driver from source, as that's all that's available.I'm getting:
make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No such file or directory
Build appears to be a link pointing to "/usr/src/linux-2.6.31.5-0.1-obj/x86_64/desktop"."linux-2.6.31.5-0.1-obj" doesn't exist.
View 4 Replies
View Related
Jan 20, 2011
I can access my NAS box with telnet but the file I am looking for is not in the expected directory. Of course I could go through all the directories using ls -a but that would take days. Is there a command I can run to look for the file for me using the telnet console?
View 3 Replies
View Related
Jul 28, 2011
I was trying to connect to wireless via cmd:
* ifconfig wlan0 up
* iwconfig wlan0 essid 'XXX'
* iwconfig wlan0 key XXXXXXX
* dhclient wlan0 -> here i get error:
ls: cannot access /var/run/netconfig//wlan0/: no such file or directory
View 1 Replies
View Related
Oct 6, 2010
I've downloaded a linux driver for my wireless card (Realtek 8191SE), and whenever I try to make it it gives me the following error:make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2I have installed make, pattern devel_basis devel_C_C++, kernel-source, linux-kernel-headers, gcc43, etc.I also tried linking them:# ln -s /usr/src/kernel-headers-2.6.31.5-0.1-desktop /lib/modules/2.6.31.5-0.1-desktop/buildln: creating symbolic link `./build': File existslinux-ynct:/lib/modules # ls2.6.31.14-0.1-debug 2.6.31.14-0.1-desktop 2.6.31.5-0.1-desktop2.6.31.14-0.1-default 2.6.31.14-0.1-xen
View 9 Replies
View Related
Mar 17, 2011
I am trying to install an application. But when I do a make it gives me this error . I tried to resolve it by installing kernel-sorce, kernel-devel packages But still cant seem to get rid of the error.
View 3 Replies
View Related
Oct 22, 2010
It's my first Linux. (and the only one I could install. So I won't(can't) try with another version.)
I got these results.
And, I'm following this thread - Realtek RTL8191/8192SE WiFi Drivers.
I did : sudo zypper install automake make linux-kernel-headers kernel-desktop-devel kernel-syms // and now I have all the highest versions.
But I'm still getting this message..
View 6 Replies
View Related
Jun 17, 2010
I am using embedded Linux. File open is successful. The file has all the permissions. It is present in current directory too. The size is about 27KB. But s.st_size says it is zero.
inputFileName = "abc.mp3";
FILE* inFile = NULL;
inFile = fopen(inputFileName, "r+b");
[code]...
View 2 Replies
View Related