General :: How To Have A Mix Of Linked And Not Linked Files Without Linking Every File

Feb 20, 2010

I've got a shared (Windows/multiuser Linux) laptop, and I've got installed World of Warcraft and some steam games in Windows. With steam games, there is (almost) no problems. I've installed steam in Linux, and soft linked the 'steamapps' directory (per-game compatibility is another issue). With WoW, the problem is different. I would like to have almost (but not) all files. Under World of Warcraft, every file and directory must be linked except the Interface directory and WTF/config.wtf file (so every user can play with their own settings and addons). How can I have a mix of linked and not linked files without linking every file? If I link manually every file/dir, when updating from Linux other users and Windows Wow is not updated; when updating from Windows, new files remains "unlinked".

View 3 Replies


ADVERTISEMENT

General :: Listing All Linked Files

Jan 21, 2010

I can't seem to find a way to do this, so maybe it's not actually possible, but I was wondering if there was a way to list all files that link to a file.

For example.

touch a
ln a b
ln a c

I want to find out what files link to a (not symlinks, mind you), assuming that this is more complicated (they are spread around to different directories).

I kind of understand about the filesystem storing links in one area and data in another, so I understand it probably takes more work to find a link from a file location than the other way around.

View 1 Replies View Related

Software :: Duplicates Or Hard-linked Files ?

Jul 18, 2011

I'm trying to trim down Linux so that it fits on an appliance, and noticed that some related files in /bin have the exact same size:

Code:

Are those file duplicates, or are they just hard-linked, ie. there's really only one file in the flash memory but it looks like there are more than one? How can make sure?

View 7 Replies View Related

Software :: Removed All Folder And Files Linked To Proftp

Sep 18, 2010

I installed proftpd once before, but i had removed it due to some errors I removed all folder and files linked to proftp, probley not the best thing to do How ever I'm trying to reinstall it againbut it doesn't seem to be installing every thing. My webmin did have it on the server rigth hand panel but now doesn't show How do I install all files needed again

[Code]....

View 5 Replies View Related

OpenSUSE :: Kmail To Firefox - Url Is Linked To Temp Cache Files

Aug 30, 2011

I'm using Opensuse11.4 and have kmail and Firefox. When I click a url: link in kmail it opens a new tab in Firefox. The problem is that the url is linked to my temp cache files as this file:///var/tmp/kdecache-terry/krun/1589.0.ctt

The tab this opens has most of the link icons stripped out and the links to other parts of the website don't work and I get a "file not found" error and the link is to a file which doesn't exist file:///contribute.php3

This is only a minor annoyance as I can right click > copy the url and paste it to the address bar in Firefox then it works ok. I don't think it anything in either programme that's broken because this happened after an update to Opensuse 11.4 on my previous laptop and has happened again on my new laptop with a fresh install.

View 2 Replies View Related

General :: Removing Linked Soft Link?

Sep 2, 2010

currently i am wanted to clean up my proj area but the problem with rm i am facing is some copy remain in disk with linked i am meaning soft link

A linked to B
B linked to C
C which is on other directory
A & B are on same folder

know when i run

rm -rf A

it removes only A & B but the C remain on the disk how i can remove C from the disk.. using the the same command..

View 2 Replies View Related

General :: Command To Show Me Which Directories It Linked To?

Mar 25, 2010

Which command will tell me whether a directory is a symbolic link or not?
if it is a symbolic link, is there another command to show me which directories it is linked to?

View 1 Replies View Related

General :: Compiling Library In Cygwin To Be Linked With VC++

May 21, 2010

I'm interested in modding an open-source turn based game called Advanced Strategic Command or ASC, but to do that I need bunch of libraries. Installing those libraries is very easy in linux, I know but the thing is I'm working with windows in which the building of the libraries is a bit more complex, as you probably know. One of those libraries is the ligsigc++, I'm using VC++ but haven't been successful in building the libsigc++ in VC++. I considered making my life easier with Cygwin (a unix shell for windows) and simply executing ./Configure, Make. I's worked like a charm and the library dll it produced is named cygsigc-2.0-0.dll which made me wonder is compiling a library in cygwin to be linked with VC++ perfectly ok? That is is there any difference in compiling in cygwin and VC++?

View 2 Replies View Related

General :: Motion Detection" Sw Linked To Liberaries?

May 9, 2011

How is Motion Detection software interpreted, and who is responsible for the interpretation operation? Is motion.conf linked to a specific libraries?

View 10 Replies View Related

General :: Difference Between Static And Dynamically Linked Library?

Aug 30, 2010

Libraries have always been ambiguous to me. I would love to have a clear understanding of them. Here's what I know so far... Ok I know that libraries are a bunch of functions and definitions in C that binaries use. I also understand that static libraries are used by the binaries in /sbin:/usr/sbin:/usr/local/sbin and dynamically linked libraries are used by the binaries in /bin:/usr/bin:/usr/local/bin So why have statically linked and dynamically linked libraries? I know that dynamically linked libraries are used to save space. Otherwise each binary would need its own private copy of a library. So dynamically libraries are used to save space.

1. Where are the static libraries and the dynamically linked libraries located in the file structure?

2. Where does ldconfig fit into all of this?

3. Would a rootkit affect both statically and dynamically linked libraries? I would think yes unless the libraries only have read permissions.

4. If the above is true, is there any reason for your libraries to have write permission other than when you want to edit them?

View 5 Replies View Related

Software :: Cd And Linked Paths ?

Oct 4, 2010

The shell is bash.

The directory path, /this/is/directory/aa, is actually linked to the path /this/is/link/aa.

So when I cd to the aa directory I am in /this/is/link/aa and there is no /this/is/link/bb hence the error with ls.

My question is how does cd understand relative paths and not return an error the way ls does?

View 1 Replies View Related

Fedora :: USB Stick Listing - Sdb Linked To Sda

Jul 19, 2011

I've plugged a usb stick into my server.
cat /proc/partitions
8 0 1981440 sda
8 1 990720 sda1
8 2 436288 sda2

However when I do:
ls /dev/sd*
/dev/sda
/dev/sda1
/dev/sda2
/dev/sdb
/dev/sdb1
/dev/sda2

I'm sure I got no other devices connected that /dev/sdb would point to
cd /sys/block/sda
[root@footy sda]# ll
lrwxrwxrwx 1 root root 0 Jul 18 16:27 device ->
../../devices/pci0000:00/0000:00:03.2/usb1/1-1/1-1:1.0/host0/target0:0:0/0:0:0:0
[root@footy sda]# cd /sys/block/sdb
[root@footy sdb]# ll
lrwxrwxrwx 1 root root 0 Jul 18 16:27 device ->
../../devices/pci0000:00/0000:00:03.2/usb1/1-1/1-1:1.0/host0/target0:0:0/0:0:0:1

What does this imply, sdb linked to sda?

View 2 Replies View Related

OpenSUSE :: How To Make Linked Monitors

Aug 15, 2010

I have KDE4 in openSUSE 11.3 on a laptop. And I have this 23" monitor that I can connect to the lappy's VGA socket. So when I'm not travelling I can switch from the lappy monitor to the large monitor.But there are occasions when I want to see 8 or 10 live, dynamic graphs simultaneously.Is there software that will allow me to position the video output across two monitors , horizontally?

View 8 Replies View Related

Server :: How Partition Is Linked With Disk

Jan 23, 2011

i would like to have clarification from you.

in /etc/fstab:-
/dev/vgroot/swap0 swap swap defaults 1 2
/dev/vgroot/imf-db /tekelec ext3 defaults 1 2

[code]....

View 2 Replies View Related

Fedora X86/64bit :: Get The Statically Linked 64 Bit Libraries For GCC ?

Sep 17, 2009

I am relatively new to fedora. We just install a 64 bit server with FC11. Everything seems to work fine until we start to compile and link some of our existing applications that use statically linked libraries such as libm.a. We are using GCC version 4.4.1 20090725.

I search online and there are a few people reporting similar issues. There are no resolution on those questions. And I can't seem to find any repositories that have those libraries. Would appreciate if anyone can direct me to the right place. This is fairly urgent as it is holdiing up the deployment of the system.

View 3 Replies View Related

OpenSUSE Hardware :: Where Do Linked A Tar.bz To Printer Config

Mar 1, 2010

I linked gutenprint-5.2.5.tar.bz in the print config? I am using suse 11.1

View 7 Replies View Related

Ubuntu :: Desktop Folder Isn't Linked In Any Way To The External?

Feb 8, 2010

I just thought I should signup, been checking this forum for a while and so far it had answered most of my google searches. I'm on Karmic Ubuntu and this problem keeps annoying me since it will probably damage my hdd. It's like this: I seed a lot of torrents and I'm keeping my external plugged in; most of the time it's innactive since no one is leeching old torrents and it stays mounted in stand by, being a LP model.

Now, whenever I access a folder on my desktop to browse or whatever, Nautilus freezes because it takes time to get my external back from the stand by. The problem is that the desktop folder isn't linked in any way to the external, so why is Nautilus refreshing everything including my externals when it gets started ? I have 3 externals and this happens for them all. Did you guys ever experienced this ? I was wondering if there was a fox around this or something, I'm kinda new to linux graphic interfaces.

View 2 Replies View Related

Programming :: How Libc Is Linked In Crosscompiler Chain

Sep 10, 2010

1. I need to use clock_gettime(), in <time.h> it is: extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW; and in a successful build .so it is unsolved. In final app to lonk to this .so it is also unsolved. which lib missed in .so or app build?

2. libc include several libs, which are liked by default? say stdc++, rt? rt1/rt2 what does they do?

3. How to find which libc is used or linked?

View 2 Replies View Related

CentOS 5 :: Cannot Get The DVD To Show In The Linked Hardware Listings?

Jun 7, 2011

Issue is: I'm using an external USB DVD burner and can not get the DVD to show in the linked hardware listings, so need help getting that mounted. I need it to run the recently installed MONDO.

View 2 Replies View Related

Debian Multimedia :: Removing Gnome-linked Applications

Aug 14, 2010

i have 2 boxes w/ squeeze/gnome. my home one has bigger HDDs (to me anyway), so i can install/trick out for days. my work box however, has a single paltry 12Gb HDD (and no, i can't afford to run out and buy a bigger one).my question is this: can i slim down my gnome install my removing what are to me at work, non-essential apps (evolution, totem, etc)? if you try to remove any of these in synaptic, it says it will ALSO remove gnome altogether.

View 7 Replies View Related

OpenSUSE Install :: 11.3 - Dev - Console Linked To Tty7 After Kdm Start

Sep 17, 2010

I could not solve examining the start and stop scripts. When I boot (default runlevel 5) my system all log messages are displayed on /dev/tty1. After the boot process has finished and kdm is started no more console messages are displayed on /dev/tty1. Instead all console output is redirected to /dev/tty7. When I change the runlevel from 5 to 3 boot.msg shows

Code:

Changing back to runlevel 5 gives

Code:

Why kdm redirects console output to /dev/tty7 instead of /dev/tty1?

View 6 Replies View Related

Ubuntu :: Gnote - Word Linked But Not Clickable Nor Underlined

Sep 19, 2010

I have an essential problem with Gnote. Although a word is linked it is not clickable nor underlined. Basically there is not any sign showing that the word is a link. It looks like an ordinary word. However, when I select it then "Link" button becomes enabled and if I click to that button it takes me to the linked point. I think it is a very basic problem but strangely I haven't found anything about it in my searches. Is this Gnote's normal behavior? I have Ubuntu 10.04 and had this problem in both Gnote 0.6.2. and 0.7.2 (latest release).

View 2 Replies View Related

Ubuntu :: Unable To Open Pdf Document Linked Into The Database

Oct 6, 2010

I have successfully installed endnote x3 running under wine to this document: [URL]..and thanks to winetricks to complete the dll requirement that endnote was asking on startup.

Nos i have two problems: 1/ i am not able to open pdf document linked into the database, i have this error:

Code:
This URL (\Z:mediasda5path oJPP.dataPDFauthor2008-1341524334author2008.pdf) could not be launched

2/I have some issues with the left panel : all text are big black line instead of words (see attachment)

View 3 Replies View Related

Ubuntu Networking :: Find Computer Linked To Eth0 ?

Apr 28, 2011

I have a laptop at work, the user got logged out and now im unable to access it directly.

I have a work computer that is directly connected (through eth0) to my laptop, and that is still on:

ifconfig - on work computer

Code:

I want to run the command "sudo shutdown -r 0" on my laptop so that it will reboot... and then auto-login to the laptop again.

If i go to ping computer i get this:

Code:

That address is the one when it is connected through the wireless; but when it got logged out i guess it shuts the wlan interface off.

In short, i need to find the address of the computer on the other end of the eth0

View 4 Replies View Related

Software :: Merge Linked Html Pages Into A Single Pdf ?

Mar 21, 2010

I have a book in html format, archived into one zip file. Starting from "index.html" there are links to the chapters, from there to sections, etc...I'd like to make a single pdf so I can annotate it with Okular.

I have found many tools to convert a *single* html page into pdf. But none yet that is also able to follow links between the pages in order to create a single document out of it. It would be nice if the links could be preserved. But getting it all into a neat pdf is really the most important.

View 7 Replies View Related

Programming :: Smallbin Double Linked List Corrupted?

Jun 27, 2011

My application receiving SIGABRT by saying "smallbin double linked list corrupted". It is developed in C/C++ on Linux RHEL5.4

View 2 Replies View Related

Programming :: Traversing Inode Linked List In 2.6 Kernel?

Jan 19, 2011

I would like to complete inode information from the struct list_head structure of super block structure of vfs.System call are doing operation internally, but no system call to traverse?

View 1 Replies View Related

General :: How To Know If A Symbol Refers To A Static Linked Library With "nm"

Apr 19, 2011

Given the code below:

<<snip>>
jlfdiaz@narcea:/tmp$ cat foo1.c
int foo1() {}
jlfdiaz@narcea:/tmp$ gcc -c -o foo1.o foo1.c

[code]....

Is possible to know with "nm", "ldd", "ar" or other unix similar command that executable "a.out" is statically linked with "libfoo1.a".

View 1 Replies View Related

Ubuntu Servers :: Searching A Daemon That Is Alternative To FTP / SSH Not Linked To /etc/passwd?

Jun 19, 2010

I would like to run a server or ssh or ftp on a specific portSort of jailed daemon that runs with a login / pwd that is not /etc/passwd based to?

View 9 Replies View Related

Ubuntu :: Evolution - Store Emails At Linked Location After Upgrade To 11.04

May 11, 2011

Way back in the day (7 something I think) I had made my .evolution into a link pointing to a very large harddrive. That said, I've never had a problem as evolution happily grabs and stores my e-mails at that linked location. Since the upgrade to 11.04, I still have evolution but it does not store it where I expect it to store it. I still have my little .evolution link in my profile. I still have my old e-mails there but I have no idea where evolution is storing my new e-mails. I don't have any of my folders and my online e-mail stack is growing by the minute

View 6 Replies View Related







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