Ubuntu :: Symlink Unavailable Without Touching Target With File Manager
Apr 22, 2011
I have a dual-boot setup with Ubuntu and Windows 7, sharing an NTFS file system.If I create a new folder (called "newfolder") in the root of my Windows 7 partition, with a text file called newtextfile.txt, and then create a symlink in Ubuntu with ln -s /media/S3A8115D003/newfolder.I can then see, read and edit "newtextfile. txt" from Ubuntu, until I log out and reboot.After I reboot, the symlink to newfolder still appears to be there but when I try to access it, I get This link cannot be used, because its target "media/ S3A8115D003/ newfolder" doesn't exist.However, if I first navigate in the file manager to the Windows folder S3A8115D003/ newfolder and view its contents, then the Ubuntu symlink appears to be healed.How can I make the symlink work without first having to touch the target file with the file manager?
View 8 Replies
ADVERTISEMENT
Jun 2, 2010
There is a symlink from /var/www to a personal directory. FollowSymlink and chmod 755 are all set. It works perfectly until each morning I will get a "Symbolic link not allowed or link target not accessible" error. When I do a "sudo service apache2 restart", the problem will go away.
View 1 Replies
View Related
Jan 19, 2010
I have a few updates that I can install using the Update Manager but when I click the "Install Updates" button I get this pop up window message
E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the download directory
How to get the updates?
View 1 Replies
View Related
Jun 16, 2010
if it is possible to copy and paste as a symlink.
It seems to me that the only way to create a shortcut or symlink is through the command line. I use KDE.
This was one of the most basic things Windows could do since Windows 95, and is one of the simplest shortcuts I dearly miss since leaving Windows.
View 5 Replies
View Related
Jul 4, 2010
I have a CMS I have developed, which will run on several sites all hosted in sub directories on my dedicated server. I want to create symlinks for the main files of the CMS, including all config files, functions and admin sections. Then there will be a few files specific to each site.I read some tutorials on creating symlinks, although most are not very good in my opinion.
Do you have to create a symlink for every file I want to include? Or can I just create a symlink to a directory? For example:CMS is located at /www/cms/.Can I make www/domain1/ point to that directory, and if so, will all files include themselves correctly. I think I am a bit confused on how this works.
View 1 Replies
View Related
Jan 26, 2010
Got these messages in syslog:
Code:
Jan 26 15:24:58 marconi named[28544]: starting BIND 9.6.1-P2 -u bind
Jan 26 15:24:58 marconi named[28544]: built with '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc/bind' '--localstatedir=/var' '--enable-threads' '--enable-largefile' '--with-libtool'
[Code]....
This is BIND 9.6.1-P2 running on Ubuntu Server 9.10. When I move all the files from /var/bind into /etc/bind (replacing the symlink that was at /etc/bind), and change all instances of "/var" to "/etc", then it works. It seems to be the symlink that is doing it. Yet I need to get this moved over to "/var" and the Ubuntu packagers built it to use "/etc/bind".
Also, when I su to user "bind" and run "md5sum /etc/bind/named.conf" (with the symlink in place) it is able to read it just fine. Other users can read it just find. It's the "/usr/sbin/named" program that can't.
View 2 Replies
View Related
Jul 2, 2011
(and new-ish to Linux in general) and would appreciate some assistance with fixing a problem I'm having with getting wireless working on my computer.Computer specs: Lenovo Thinkpad Edge 520, I5Wireless card: Intel WiFi Link 1000 b/g/n(Note: I also have a Netgear USB wireless adapter, and trying to use this does not solve my problem)I cannot activate wireless. When I go to Network Settings > Wireless, it is listed as "unavailable", and "off". When I try to switch wireless "on", it says "disconnected", but then immediately switches back to "off".Having tried to browse various forums and such for a solution, I tried looking for the file ifcfg-wlan0 under /etc/sysconfig/network-scripts, but it doesn't exist
View 4 Replies
View Related
Jan 24, 2011
My home directory's permissions allow only myself access to it. Is it possible to put a file inside my home directory with.. say.. full permissions, and create a symlink to it so other users can access that file alone inside my home folder? System is Ubuntu Karmic.
View 2 Replies
View Related
Jul 3, 2011
I am having slight issue with setting up file sharing. I have a windows 7 pc and hp proliant microserver running. I have a raid array which I am using as a share for storing music, pictures etc. When I reboot the debian server I can't connect to the server from the windows 7 PC (I have mapped a network drive) until I go on to the server and restart samba with /etc/init.d/samba restart - then everything works fine. I can ping the server with both ip and hostname but the network drive does not connect - this is straight after a reboot. Is the /etc/init.d/samba restart doing something differently to when the server boots? I have read several posts relating to printer sharing issues which point to samba not starting before cups so I am wondering if samba is starting before some of the relevant networking services.
View 2 Replies
View Related
May 8, 2009
I want to run ISCSI target on CentOS. Both "scsi-target-utils" and "iscsi-target" can be used.
They seem to have the same function.
Is there any significant difference between them, on performance or stability?
View 4 Replies
View Related
Nov 28, 2010
I'm having real issues installing 10.04 to an SSD - I had one SSD fail, and have replaced it with a brand new one, but the 10.04 installer fails at beginning to write files to the disk with this error:
[Errno 30] Read-only file system: '/target/bin'.
Curiously:
* Windows XP will install to this SSD with no issues
* I can install 10.04 to a standard HDD with no errors.
What is happening that is stopping me from installing 10.04 to this drive? I am fairly sure that there is no issue with the SSD (I have two brand new, identical OCZ Vertex II 60gb drives which both encounter this error.)
I have tried partitioning the drive using gparted on another machine, leaving 5mb free at the start of the drive, and having a single partition for /, and a 1gb swap partition. "Round to cylinders" was unchecked. The partitioning was successful, and the drives can be mounted on my other machine, but the 10.04 installer encounters the same error.
View 1 Replies
View Related
Jun 21, 2011
i have got some error while trying to use /usr/lib/libpthread.so.0 file for my c program where as am using cross compiler and my target compiler is arm-none-linux-gnueabi-gcc while trying to use that file, i got the error file not correct format and i know the library file will support only if we use intel processor. so how to convert that file which should support the arm processor i.e. arm-none-linux-gnueabi-gcc.. i heard strip may resolve this problem but the problem , lot of options are there in strip, in which options we ve to use?? if you ve any other solutions please help me as soon as possible.
View 2 Replies
View Related
Jun 14, 2010
I've got a few large, unsorted folders where I dump mp3s. I manage it all through rhythmbox and I've decided to separate the wheat from the chaff by paring down stuff I don't want and throwing all the desirable stuff into a big (~1,800 file) playlist file saved to my desktop.My question to you is, is there a hack that'll let me cp all the file entries in this playlist from their various original directories and into one target directory? Playlist format is:
Quote:
[playlist]
X-GNOME-Title=Biglist
NumberOfEntries=1823[code].....
View 3 Replies
View Related
May 12, 2011
I m trying to do a make but get error 2 right away with
Code: $ make: *** /lib/modules/2.6.35.13-91.fc14.i686/build: No such file or directory. Stop. make: *** [all] Error 2 regardless
View 2 Replies
View Related
Jul 3, 2010
i currently have ubuntu server installed, where i host some files. now is it possible to create a new partition on my disk and move the data there, without resintalling the OS?if so, how?
root@kitsch:~# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/mapper/kitsch-root
[code]....
View 1 Replies
View Related
Sep 23, 2010
So here's the skinny, I have Windows 7 home Premium installed on my Touchsmart PC. I have a 60 GB partition I want to use for Ubuntu. Can I install Ubuntu to that partition so that it doesn't change how my computer boots up already?
Example:
I press the power button. The POST test processes and then boots into windows no questions asked, as if it's the only OS on the system.
I want to keep it that way even after Ubuntu is installed.
I want Ubuntu ONLY accessible by using the BIOS boot menu as soon as the PC starts up.
View 5 Replies
View Related
Aug 3, 2011
Non-root user cannot launch "shortcuts" (sorry I grew up on windows, don't know the right term) from the file manager or plasma desktop manager.They have full permissions to the shortcuts, even ones they create do not work.If I log in with root permissions they work fine
View 2 Replies
View Related
Aug 5, 2011
What is the "recommended" method for dual-booting Ubuntu and Windows 7, if one cannot allow the disk's MBR to be overwritten or changed in any way?
Before now, I have either installed GRUB/GRUB2 to the MBR, or else installed Ubuntu and Windows to two different hard drives.
The machine in this case, a Samsung NP300-V5A-A02US notebook PC, has only a single hard drive. I cannot allow any alteration of the MBR, because then the Samsung backup/system recovery software (Samsung Recovery Solution 5) will no longer work.
View 4 Replies
View Related
Dec 13, 2010
I have installed on friday a new distro on my computer, ubuntu 10.04 lts on my 1GB ram and 3Ghz computer. It has dual booting system. Everything worked fine, i have even been using the xwindows and althought i must say that it felt a bit slow in time reaction to my typing still good enough. I left the computer running with no programs, just idle and now my computers screen is dead. I can not see anything.
I restarted the computer and in normal mode it goes black.I started in recovery mode and i manage to get to a console where I type startx and i see the next error.So I had a fresh install, i worked with the xserver (so i do not think is a driver problem) fine until i left the computer without running anything and the xserver crashed.
View 4 Replies
View Related
Jul 7, 2011
I want something stable,tested(not buggy like ubuntu) , easy/automatic configuration(like ubuntu) , and of course should have the option to install the mbr on partition.I know its possible. I just want to know which distribution would make it easy.What I want is to install linux on a separate partition without installing any bootloader like grub onto my MBR. Instead I want to use the already installed xp's bootloader.I think debian's w32 installer works like this. But it is giving me a hal.dll not found error.
View 14 Replies
View Related
Jul 7, 2011
Purpose: Python, PHP, WebKit (hopefully), and pyqt development. There is Wubi for Ubuntu, which I am using right now. But Ubuntu 11.04 doesn't work well with my system. There is a Wubi like installer for Puppy Linux. There is Debian Win32 installer, but I think that does touch the partition table. My last option is to simply grab Ubuntu 10.04 LTS and hope it works. Would that be a viable solution considering my needs?
View 5 Replies
View Related
Aug 5, 2010
I have a wireless keyboard and for some reason it is typing random letters, symbols, and numbers while I am not even touching the keyboard. I tried a different wireless keyboard and that worked for awhile, but even that started to do the same thing. I plugged in a cord keyboard and that has been working fine, but I am unable to type my password if it goes into sleep mode or select my windows partition. It's very confusing and I plan on reinstalling both windows and linux anyways it's that time, but I have to figure this problem out before I do.
View 2 Replies
View Related
May 26, 2011
I've read the official documentation regarding hard drives and partitions. My pc has two hard drives. a 160gb primary hard drive with windows 7 a 1.5 tb secondary hard drive with about 80gb of free space I would like to know whether I can install ubuntu on the secondary hard drive, without touching any of the data present on that drive. From my limited understanding of storage, files are written all over hard drives during copy, move etc... Is the ubuntu partition manager smart enough not to overwrite any files during installation? Will I get a warning if there is a risk of any data loss on the secondary hard drive? I cannot backup any of the data on the secondary hard drive due to all my external drives currently being full.
View 9 Replies
View Related
Apr 11, 2010
Before I leave with a bad taste in my mouth forever from the linux communities here, I'd like to ask one more question. I've been snooping around a bit about this issue of how to automount USB Drives, have them show on the desktop in file managers like PCManFM and not have to touch fstab at all.
How do I do this? Without touching Fstab, GNOME, any other DE. I only want openbox around.Another question I also hope to answer: How do I make shortcuts in PCManFM?
View 3 Replies
View Related
Mar 11, 2011
Whenever I login to a certain server using SSH I get a very long delay before a prompt appears. Everything I looked up on this issue says that it's a DNS issue and that I should disable reverse DNS lookups on the server.
But, the remote server is a shared webhosting server. I e-mailed the sysadmins but they say they have no DNS issue and that they won't change the server configuration. So, how can I fix this issue from my side (client side)? I have a static IP address and a hostname that points to it.
View 2 Replies
View Related
May 7, 2011
1. Every Sunday2. Find all files older than 1 day3. Gzip these file4. Tar up the gzipped files into one tar file.5. Name the tarball with a date stamp indicating what day it was created, so we know that week's files are in the file
View 3 Replies
View Related
Jul 9, 2011
I have a BIG extended partition. It's at about 750Gb. Aside from that, I have 2 unallocated spaces, one at 240Gb and one at 5Gb. I want to make one of my storage drives bigger, and so that I can take advantage of all the space I have. (Those 250Gb have been unused for ages. I want to use them for my growing libraries.) So I wonder: would it be safe to put these smaller "chunks" into the extended partition, and still have a working systen? I don't want to mess it all up.
Also, can I safely resize a partition, like adding the extra space, without touching the existing data? I'm not exactly sure how the resize/move function in GParted works. Will it wipe and extend or only extend it by adding it? It would be nice to have these questions answered. Also, if it's to any help, this is my partition table as of now:
[Code]....
As for the first entries, they're unallocated. They're the primary drives, but they don't exist. I'm actually considering to move my partitions out of the extended one, because I only have 3 partitions that I use and will ever use. But if the extended partition is not a problem, I will just keep it this way.
I'd imagine that I first extend the extended partition to consume the unallocated space, and then I move it all to the end of the partition, and then resize sda7 to consume it, and get a 750Gb partition. Can this be done without loss of data?
View 9 Replies
View Related
Jun 16, 2011
What I am trying to do is edit the link target to force ip=xxxx.xxx.xxx string at end. I have a software program which access 4 different servers running the software but with different configs. In xp I can copy links and modify as above to correctly force the program to the various servers.
I have read the various how tos on hard vs sym links which I get. Playing around with hardlinks and sysmlinks (the examples I find) does not seem to be what I need. Feel like this is pretty basic stuff but I am a bit stumped.
View 1 Replies
View Related
Jul 25, 2011
I have recently switched to using LXDE on my PC and I am on the whole pretty pleased with it. However,PCMan is giving me a really odd problem. Some of the files/folders are being displayed in the wrong order where they contain numbers. They are being ordered by their first digit not the whole number.
[Code]...
View 5 Replies
View Related
Feb 27, 2010
How can be changed a symlink from the /etc/rc2.d directory.I want tho change the time of start from S20 to S60.
View 1 Replies
View Related