Ubuntu :: NTFS5 Prefix Not Set?
May 29, 2011
Ubuntu was working perfect for 3 months or more , but now all of a sudden after I restarted because I had massive lag, I found that I can no longer open Ubuntu.The error I get is "NTFS5 Prefix not set".Now I get black terminal when I open ubuntu.
View 3 Replies
ADVERTISEMENT
May 2, 2010
I'm having a bit of a problem with the new Ubuntu 10.04 installed on my Windows 7 based machine via Wubi. I see the error message "Try hd(0,0): NTFS5: No wubildr" on my screen for around two minutes, then "Try hd(0,1)" shows on the next line briefly, then Grub loads and I can boot normally. All the time the error message is on the screen there is lots of hard drive activity. Is there anything I can do to fix this delay in my booting up sequence?
View 8 Replies
View Related
Jan 20, 2011
I've got a /64 range on my vps and would like to add them all so i can use them currently i'm adding them like: ifconfig eth0 inet6 add ipv6ip/64.Is there a way to add all of them in the prefix at once??
View 1 Replies
View Related
Oct 11, 2010
I have a list of numbers I want to add a prefix number to the front of all of them,Is this possible with terminal, example "222222" put "1111" in front make the number "111122222" I have the list of 2222etc but not a list of 1111.
View 5 Replies
View Related
Feb 24, 2010
I want to add suffix or prefix in all files (.txt , .avi . , .exe)from a folder
View 9 Replies
View Related
Aug 21, 2010
've googled first - but why is this in front of my username? (and dir) I have never seen it before but am new to terminal and want to learn.I am trying to rm the .Trash (some locked crap) sudo rm -rf /* isn't working and this weird 'prefix' is in front of every directory. Have I hosed it
View 7 Replies
View Related
Jul 25, 2010
I'm tryieng to install some software which requares php. I typed: Code: ./configure --with-php=/usr/include/php But in the end of configuration I get this warning: Code: configure: WARNING: unrecognized options: --with-php on Ubuntu systems it is okEverything installs ok. But on fedora I can not configure my software with php
View 3 Replies
View Related
Apr 10, 2010
I'm writing a application which uses translates and I wonder how to check what has been prefix of it's installation to check where translation files are stored. I'm using cmake so maybe is there some preprocessor definition of installation prefix
View 4 Replies
View Related
Feb 1, 2011
in LQ, what the 'g' in names like gzip, gawk means, becauseassumed the incorrect meaning.Cf. zip, awk. I have now forgotten. An easy answer would be: GNU. Perhaps it's the correct one
View 8 Replies
View Related
Aug 31, 2010
I ran into this bug: [URL]...I checked that overwrite-local was set to 1. So I want to delete all python packages that were installed by checkinstall with the /usr prefix.
Now it has been some time since I did this and I dont really remember. Does anyone using checkinstall know how to spot packages installed via checkinstall? I already checked the FAQ and doc of checkinstall, but no info on this.
View 1 Replies
View Related
Oct 13, 2010
I ran 'sudo apt-get install python', which completed successfully. According to [URL] this should have created the directory /usr/lib/python2.6, but I do not see any such directory.This is causing problems:
$ python
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
[code]....
I've tried 'apt-get purge python' and then reinstalling but this has not resolved the issue.
View 6 Replies
View Related
Jun 9, 2011
I have a text file containing file names with their paths prefixed as in:
/path1/file1.dat
/path2/file2.dat
and so on.
code]...
View 7 Replies
View Related
Mar 5, 2010
I have a very large directory with probably millions of small files in it. It's taking forever to run ls on the directory.
Is there an easy script that I can run to split the directory into smaller ones, based on the prefixes of the filenames. My goal is to wind up with something similar to what the Debian archives' pool directory looks like.
View 1 Replies
View Related
Feb 12, 2011
I want to rename files in multiple subfolders with a prefix (e.g., rename "file.tif" with "prefix_file.tif") and not have to be in the subfolder.
code: for f in /path/to/*; do echo mv "$f" "PRE_$f"; done
gives you this: mv /path/to/file1 PRE_/path/to/file1
instead I want this: mv /path/to/file1 /path/to/PRE_file1
View 3 Replies
View Related
Jul 19, 2010
I have rebuilded some packages from source to enable some features not in place by default. I usually use /usr/local as prefix for rebuilded packages.Now I have a problem building some other applications. Make exits with error saying that there is no .la file for some libraries from rebuilded packages - and it tries to find this file with /usr prefix, not /usr/local.Of course, I can place link to .la file I need under /usr prefix, but this is not good. Is there any way to make system search for .la files under right prefix (which is right in .pc files for packages too, of course)?
View 3 Replies
View Related
Mar 24, 2010
I have used avidemux to cut a mp4 file, choosing just a part of it, and I have discovered it automatically adds "avidemux" to the beginning of the name of the file, plus the author of the file and that I cannot edit the file to erase it. Note that I talk about "right click - properties", and that the file, as seen from home folder dont include the "avidemux" prefix, but if, for instance, I run the file with VLC, "avidemux" will appear, and that is annoying. how to delete that annoying avidemux prefix?
View 1 Replies
View Related
Jun 8, 2011
I have around 150+ folders in one directory. All contains some pdf files. Now i want to give some prefix no. to folder only not the files inside. How can i give the prefix to all my folders?Eg : Suppose i want no. 8562 then i want it like as follows
OLD FOLDER NEW FOLDER
ABC/ 8562-ABC/
AABC/ 8562-AABC/
View 2 Replies
View Related
Jan 18, 2010
have a gzip file ABC_000023232.gzipBCD_023232032.gzipI want to split these files into smaller files but keep the extension same because I am using this as a variable in a script
Code:
for i in `ls *.gzip`
split -b 500K $i $i
[code]...
View 3 Replies
View Related
Apr 4, 2010
I am trying to follow this tutorial below so that I can get Text to the right of icons on the GNOME desktop. [URL] Everything so far has worked fine, except when I get to step 3 where I compile Nautilus. When I try to run the command ./configure --prefix=/usr It tells me bash: ./configure: No such file or directory
View 5 Replies
View Related
Jun 12, 2010
I am bit lost with configuring my apache2 web server. From the book I am using it says for me to configure apache2 to support PHP I need to execute "./configure --prefix=/usr/local/apache2 --enable-so". From what I can determine Apache2 is located in "/etc/init.d/apache2" folder. I used a Ubuntu 9.04 distro (I386 Server Ed.) to install the server. I added "Kubuntu-desktop" for viewing. Then performed web upgrade to Karmic 9.10. All went well !! Question is; Where do I execute a command to enable PHP support? Once again, the command is to look something like "./configure --prefix=/usr/local/apache2 --enable-so"
View 2 Replies
View Related
Nov 16, 2010
My script.
Code:
I cannot get it to give me the "Unknown?" output. How do I fix my script so that it will give me "Unknown?" when I type in an incorrect prefix?
View 7 Replies
View Related
Apr 13, 2011
I'm currently setting up a dell server with hardware raid 1 on sas 6r. i got 4 sas installed on the server and configured to raid 1 as stated below,
array 1:
slot 0 & 1
array 2:
slot 2 & 3
during the installation, the installer detect the array 2 as sda and array 1 as sdb.. so i proceed with installation on array 2. after completed the installation, the first reboot lead me to a 'grub-rescue" prompt. by following the guide at url Mode, i've noticed that the boot folder has changed to (hd1,1), which i believe it has changed to sdb1. default root device shows that prefix=(hd0,1)/grub.
View 3 Replies
View Related
Jun 4, 2011
I decided to use Ubuntu-11.04 a few days ago. Start with "Live-CD". I downloaded and installed as instructed but i get this error when i reboot my computer: -------------- "prefix" is not set? -----------------------I tried 4 times to reinstall but i got the same result.Any way, my current OS is WinXP SP2
View 6 Replies
View Related
May 24, 2010
I have created a file named "something" and at the beginning of this file I added #!/bin/bash. However when I want to run it with ./ prefix, I get errors:
Code:
mahmood@localhost:check$ ./something
bash: ./something: Permission denied
[code]....
View 3 Replies
View Related
Jul 27, 2011
It has been working fine until today where I've been trying to get a application installed that I used on fedora12 ok called SecureCRT. It looks like it was not running because of a python lib. My system has libpython2.7.so and it wants 2.4. The developers for SecureCRT said they have not written it for F15 yet but will for next release but try install with nodeps and symlink 2.4 to 2.7. This did not work. I copied libpython2.4.so.1.0 and a link to libpython2.4.so from my old F12 box onto the new one and the app started working a treat but no I've noticed that yum no longer works and can only think its this. I have removed the the 2.4 files but still nothing. the error I get from yum is:
yum Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] 'import site' failed; use -v for traceback There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named yum Please install a package which provides this module, or verify that the module is installed correctly.
It's possible that the above module doesn't match the current version of Python, which is: 2.4.6 (#1, Mar 23 2010, 12:56:48) [GCC 4.4.3 20100127 (Red Hat 4.4.3-4)] If you cannot solve this problem yourself, please go to the yum faq at: [URL] How do I fix this and is it possible to have both versions?
View 13 Replies
View Related
Aug 31, 2010
I downloaded a Munin plugin called "diskstats.in" [URL] but can't figure out how I'm supposed to run it. Have anyone here run this type of plugin before, and knows how to run it. It's written in perl, but running "perl diskstats.in" or "munin-run diskstats.in" results in error messages (let me know if you'd like the output from it
View 1 Replies
View Related
Jul 27, 2010
My PC is:
Athlon64 X2 5400+
Asus M2V-MX (1202 bios)
2+1GB DDR2 800
GeCube Radeon x800GTO
500GB WDigital SATA2 (connected to JMicron jmb36x connector)
I'm booting (both Desktop and Failsafe) to console -> no X. "vga=0x314" or "nomodeset" are not helping. Since my video is legacy (omg is not so old) I can't use latest ATI 10.6 so I downloaded 9.3. BUT as I understood it's incompatible with the new kernel. I tried to install Radeon driver following X.Org Wiki - radeonBuildHowTo. However I'm stuck at ./autoconfigure.sh --prexif=/opt/xorg with the following error:
Syntax error near unexpected token "XINERAMA". So far I couldn't find any solution. Also 99% sure that "--prefix" is not right. Is there some how-to especialy for SUSE? Because the one in X.Org Wiki is not so correct.
View 9 Replies
View Related
Dec 27, 2010
I really missed the old Ubuntu file/dir. copying feature. When I copied in nautilus file explorer and paste into a terminal or text editor, I got the exact path (eg. /home/user/abc.txt), but when coming the Ubuntu 10.04, it added some "file://" prefix to the actual path (eg. file:///home/user/abc.txt), and I always had to manually delete the "file://" prefix. I don't see clearly that we need to place "file://" in front of the actual path (maybe just in the case we want to put the path in an Internet browser?). Wish this reversed back.
View 1 Replies
View Related
Nov 12, 2010
I am reading the manual of termios, but I can't figure out what does prefix "tc" and "cf" stand for, say tcgetattr(), and cfgetispeed().
All functions in this manual have those prefixs. I even read the header file, termios.h and google for their meanings, but I find no clue.
And... by the way, I find "TCXONC" in the header file. What is that?
View 5 Replies
View Related
Jun 29, 2010
I'm new to Linux, so I decided to try using Wubi to get started. THe problem is, when it finished installing 10.04, I got this message: OSError: [Errno 13] Permission denied: u'C:\ubuntu\install\ubuntu-10.04-desktop-amd64.iso' Is there any way around this? It might just be that overly restrictive thing called Vista (which I have the bad luck to be using). I was considering getting a USB drive for Ubuntu anyway..
View 1 Replies
View Related