Ubuntu :: Running Apps From Across Two Distros On Same Disk

Feb 21, 2011

I really do not know how to phrase this question properly. I am quite unaware of the PC jargon. But I have Ubuntu as the main OS and Mandriva is the second OS on the same hard disk. The boot loader is the Ubuntu. When I want to switch to Mandriva, on boot up I press Shift and then select the kernel.However, if I am on Ubuntu and want to run an application which resides on Mandriva, how do I do that? My fstab file does not even mention Mandriva. However, the file system does show up that file and I can open any files I need by clicking on GUI "Places". But when I try to run any of its applications by clicking the appropriate file on its /bin file nothing happens. A pop-up window briefly flashes and disappears. So my questions are:

1. First how can I change directory so that I am on Mandriva. Can' cd ...something' take me to that file because I see it in "Places" as a 36Gb file system?
2. How can I run an application which resides on that file system e.g., R or Octave which I do not have installed on Ubuntu, without rebooting into Mandriva.
3. Can I do this from command line.
4. And finally, can I do the same from Mandriva i.e., access Ubuntu from it.

I did read quite a bit about mounting files and fstab, but the fstab does not show the file system I am talking about. These are the outputs from Ubuntu os.

View 2 Replies


ADVERTISEMENT

Ubuntu :: Partitioning For Running Multiple Distros?

Sep 15, 2010

I'm interested in testing Maverick, (or the next release, or the one after that) but always run into a problem with testing that runs alone the lines of.I have my current install (10.04) I have two partitions, / and /home, it works well.As soon as I add a new version it seems to be recommended NOT to have them both point to the same /home partition, the problem is, if I don't do that I don't have all my files, and it's a pain in the rear to setup.So what I was thinking is to have three basic partitions,

/
/home (for config files, and true HOME files)
/data (for all my actual data)

Create links from say /home/james/documents to link to /data/documents that way I can get to my documents.This way if I add a new version I can setup either the same (two partitions, / and /home and point /home/xyz/documents to /data/documents) or keep it slightly simpler for testing, just have one partition and repoint /home/xyz/documents to /data/documents.The main one I can think of would be permissions for files/folders?

View 4 Replies View Related

Ubuntu Installation :: Have Multiple Distros On One Hard Disk

Sep 12, 2010

I know it's possible to to have multiple distros on one hard disk, and set it up so you can just have one /home partition and use it for all of the distros on that system. My question is, how efficient is that? Does it bloat the /home out with a whole bunch of stuff that might slow a particular distro down because it's filled with stuff from another? (I.e configs). And let's say I have two distros that are of different bases, say ubuntu and arch, does this make a difference? I know obviously that my personal files will all be accessible and not matter which distro they are being read from, but I'm talking more about the hidden stuff.

View 7 Replies View Related

Ubuntu :: Install Other Distros Using Startup Disk Creator?

Sep 18, 2010

install other distros using Startup Disk Creator? e.g Fedora, Suse, Gentoo

View 2 Replies View Related

Hardware :: Memory Sticks For Running Distros?

Mar 15, 2011

How good are USB memory sticks for running operating systems from, and the ones based in micro sd cards?

View 2 Replies View Related

OpenSUSE Install :: Incompatibility For Disk Encryption Among Distros / Versions

Feb 8, 2010

any incompatibility for an encrypted disk (i.e. impossibility of reading the file system) among different versions of the same distro or among different Linux distros.

View 1 Replies View Related

General :: Distros And Get The Same Message Faulty Hard Drive SATA The Computer Was Running Windows Vista

Jul 22, 2011

I have tried many distros and get the same message faulty hard drive SATA the computer was running Windows Vista just fine. I changed the Bios for SATA to be ATA instead of ACHI..

View 1 Replies View Related

Ubuntu :: Running Graphical Apps With 'at'

Jan 24, 2010

i'm trying to run a graphical program at a specific time with the help of 'at'. i'm on kubuntu but i think this will be the same on any *buntu.

because 'at' is such a common word. i found this bug [URL] but the mentioned work around doesn't work.

i can make at work with command line if i enter the a tty to make the output to.
example of what i do is:

Code:
$ at now
warning: commands will be executed using /bin/sh
at> date > /dev/tty1
at> <EOT> (CTRL+d)

[Code]....

View 4 Replies View Related

Ubuntu :: Running Apps As User Gdm?

Feb 26, 2011

In Karmic, I could run an app as user gdm by issuing the following command (assume the app is gconf-editor)

Code:

gksudo -u gdm dbus-launch gconf-editor

Now that I've switched to Marverick when I issu the same command I get this:

Code:

towheed@GA1A4CH:~$ gksudo -u gdm dbus-launch gconf-editor
No protocol specifiedNo protocol specified
** (gconf-editor:19812): CRITICAL **: Failed to parse arguments: Cannot open display:

I checked my environment variable DISPLAY using:

Code:

towheed@GA1A4CH:~$ echo $DISPLAY

and it returned:

Code:

:0.0

Now I ran the command:

Code:

gksudo -u gdm dbus-launch gconf-editor --display=:0.0

and got the same error as before.Has either or both dbus-launch or gksudo changed their behavior os is this a bug. Note that the command does not work with any applications being run as the user gdm.

View 2 Replies View Related

Ubuntu :: WindowList - Can't Find Running Apps

Mar 14, 2010

I have 4 workspaces set up and they appear on the bottom menu bar. Usually I can switch to each and see what's running in each, even if the apps are minimised. Now I can only see what hasn't been minimised, and I can't see or return to the ones that are minimised... System Monitor shows the minimised apps are running... I was poking around gconf editor late the other night and I must have altered a setting but I have no idea which. I've looked through docs etc but can't find a solution.

View 6 Replies View Related

Ubuntu :: Cannot Install New Browsers - Other Apps Running?

Feb 16, 2011

After downloading a Chrome (for Linux of course) installation package via FireFox. Opening it from Downloads, entering the Administrator password. Then clicking on the " Install Package " button in the " Package Installer " window, I get a message:
"Only one software management tool is allowed to run at the same time, please close the other application 'synaptic', 'aptitude', or 'update manager' first."
I see no evidence of these apps or any others running & I got rid of the Firefox. Are these " Other Apps " hidden somewhere, how do I determine this?

View 1 Replies View Related

Red Hat :: Running IPmonitor To Monitor The Disk Usage On Our Servers - Running Df -h

Mar 19, 2010

We are running IPmonitor to monitor the disk usage on our Linux servers. It does not seem to coincide with what is reported when running df -h. For example on a Red Hat 5.3 server - our IPmonitor shows that 85% is used on the /usr partition, however when I do a df -h on the server it shows that 91% is used. Why there would be a discrepancy? IPmonitor uses SNMP.

View 5 Replies View Related

Ubuntu :: X Apps Via SSH - Displaying Already Running Instance Of A Process

Jan 5, 2010

how to configure X11 forwadring over SSH so, that when I open any app over SSH, I get displayed window of a process that is already running on my server (in case its running ), not a new instance of it.

View 3 Replies View Related

Ubuntu Multimedia :: Running Apps Through JACK In Lucid?

May 22, 2010

I have lucid and jack almost the way I want. I can't get apps like flash (in firefox) and rhythmbox to run through JACK. I've followed some outdated guides on the forums here, but I haven't had any luck.

I set up gstreamer to use jackaudiosink, but no luck.

If you ask me, JACK + ALSA should be the default, with maybe a simplified or automated control system for people who don't want to exploit their might

I hate having to close up a massive JACK patch just to watch a quick movie, or having to close Pidgin so JACK will start.

View 1 Replies View Related

Ubuntu :: Running GNOME Apps In KDE - Looked Old Fashioned

Sep 15, 2010

I've just installed KDE on to my regular Ubuntu 10:04 install and thats all good and well but now when I run my fav GNOME apps in KDE, they look old fashioned like some from Win 95 or 98 type thing. Do I have to install additional GNOME Libraries and if so which ones?

View 4 Replies View Related

Debian :: Running Too Many Apps On My DockStar?

Feb 4, 2011

What are the ways to check the CPU/memory utilization on my headless torrent box on Seagate DockStar? Besides rtorrent and sabnzbd, I also have Asterisk running on it for occasional telephone calls.

View 1 Replies View Related

General :: Wins Apps Running On 10.04?

Jul 14, 2010

my wife needs the 'horrible' dos because she uses - Russian - programs written for windows only.

i suppose:
they - the Russians - never discovered the linux-os (very surprising)
or
she - my wife - got the wrong version.
my Q:

is there an easy way to run windows-progs on ubuntu 10.04 ?

View 5 Replies View Related

OpenSUSE :: Running Gui Apps As Superuser?

Jul 18, 2010

Im comming from ubuntu/mint and one of the things I got used too was doing something like "sudo nautilus" or "sudo gedit" and similar things. In Suse 11.3 I always get errors like the following

(gedit:6115): Gtk-WARNING **: cannot open display:
kate: cannot connect to X server
Could not parse arguments: Cannot open display:

or similar variations of these.What can I so to prevent this from happening? even if I do "su" and try from there it doesnt always work.I like Suse as it feels more professional then ubuntu, but I am trying to make it as user friendly.

View 5 Replies View Related

OpenSUSE :: Running Apps Don't Appear On Taskbar

Oct 15, 2010

I had some problems which were were already as bugs on which kde4.4.4 crashed and since than I lost this functionality. I cannot say if I have any apps running if they were all minimized as they don't appear on the taskbar. I can switch through them via Alt-Tab.

View 1 Replies View Related

OpenSUSE :: Running Win Apps Under Wine?

Jun 12, 2011

There are some apps for win that run on wine just with an ordinary install procedure. There are others that will never work at all. But there are also some that wine users claim to have made run by changing some specific configuration of wine, using some trick or even creating scripts on playonlinux.

So if I try to run an app on wine and it doesn't and I don't find any user documentation about some specific trick or config for that app what adjustments can I do to try to make it run? I mean, it's tiring and perhaps foolish to spend hours playing with every possible config in wine frontend without knowing what I'm doing. So what can I do to find out what libraries, configs, tricks or scripts are needeed to make an app run under wine if it didn't at the first try?

View 9 Replies View Related

Networking :: Running Web Apps In Windows?

Feb 27, 2011

I have a simple home network consisting of 2 laptops - one is a linux box and the other runs windows and linux with a dual boot setup.I develop my web apps on the linux box but would like to test them out on the windows machine using IE7. I have abandoned the idea of doing this in Linux using wine since in the real world this is unrealistic

View 9 Replies View Related

Ubuntu :: Disk Thrashing/apps Freezing For Approx 30 Seconds

Sep 8, 2010

I've been having this issue since at least 9.10. I'm randomly encountering disk thrashing and application freezing which lasts around 30 seconds. Some applications seem to encounter this more often than others. Firefox and Picasa are pretty reliable at reproducing the issue. It also happens often when I'm using Transmission. CPU usage is not unusually high during the 'thrashing' sessions. Running iotop hasn't shed any light on the problem either. I was wondering if anyone else has encountered this or maybe someone could give me some clues. I'm running a dell inspiron 530 with ubuntu 10.04 64bit. I have 4gb of ram. Here is my 'df -h' if that is helpful.

Filesystem Size Used Avail Use% Mounted on
/dev/sda3 103G 26G 73G 26% /
none 2.0G 288K 2.0G 1% /dev
none 2.0G 1.1M 2.0G 1% /dev/shm
none 2.0G 232K 2.0G 1% /var/run

[Code].....

View 6 Replies View Related

Ubuntu Multimedia :: Enable Audio For Other Apps While Mythtv Is Running?

Nov 14, 2010

I have Songbird running on another display on the same machine as my Mythtv frontend but while the frontend is running, audio seems to be disabled for it and other applications. I assume that this is because Mythtv suspends Pulse audio.

Is it possible to make this work without enabling pulse audio?

View 2 Replies View Related

Fedora :: Running 32bit Apps On 64Bit 11?

Mar 25, 2010

I'm trying to run a library compiled in a 32bit Linux (CentOS) environment on my Fedora11 64bit image. I ran into a few issues with dependencies such as gcc, xml2, ssl plus a whole stack more that existed in /lib64 and no/lib where the binary was expecting them. After a bit of reading around, I found I needed to install the .i586 version of each of the dependencies. After adding most of them, I was left with libssl, libcrypto and libxml2. When I tried to do the following

Code:

yum install openssl.i586

I got an error stating it could not be copied due to a conflict with the i686 version. I was going to erase the i686 but it was going to remove a ton of other stuff so I created a symbolic link in /lib to point to 64bit version. Eventually, ldd had no missing dependencies so I figured I was good to go. I now get the following errors when I call my library

./SupervisionServer: /usr/lib/liblber-2.4.so.2: no version information available (required by /lib/libphp5.so)
./SupervisionServer: /usr/lib/libldap_r-2.4.so.2: no version information available (required by /lib/libphp5.so)
./SupervisionServer: error while loading shared libraries: /lib/libpalo_ng.so.0: cannot restore segment prot after reloc: Permission denied

PHP is installed and working and the libpalo_ng.so.0 is in the /lib folder

View 5 Replies View Related

General :: Display GUI Apps Running On One Box On Another Machine?

Sep 8, 2011

I'd like to display GUI apps running on one Linux box on another machine.

I already do this with local machines, but how to do this over the internet?

Update: I'm already using ssh to access the machine over the internet.

View 3 Replies View Related

General :: Auto Running Apps In Succession?

Aug 19, 2010

I want to write something that will run apps in succession.For example, you'd click on the app icon,and it would start up one application, have questions alert the user to add a file to do something in that program, run that program & finish. Then open up another program to take that file and prompt the user to do something else with it, and so on.Basically I have a friend who needs an auto, completely easy interface to accomplish certain tasks that require multiple application steps to perform.

View 7 Replies View Related

Software :: Debian's And Debian Based Distros With Disk Space - Burn Video On Hard Drive

Aug 13, 2010

Debian and debian based distros issue has a issue that has come to make it self aware to me when I was trying to burn a video on my hard drive with braseo and it won't let me burn more than 4.4 gigs to a dvd with 4.7 gigs of free space even a file that is over the 4.4 gig limit by a megabyte with windows i didn't have this problem. One more thing I have 16 gig flash drive and on debian and debian based distros i can only use 13.1 gigs of it but on fedora I can use all 16 gigs.

View 3 Replies View Related

Ubuntu :: Freshly Booted 8.10 With No Apps Running Shows Network Activity?

Mar 30, 2010

How can I track down what's using my nic and kill it (if appropriate). There are no applications running which might be authorized to send and receive packages, so I don't really know why the System Monitor shows network activity.

View 9 Replies View Related

Software :: Running Windows Apps By Installing WINE?

Jan 26, 2011

I'm somewhat knew to Linux (CentOS), so WINE is completely foreign to me also. I'm immediately interested in TaxAct, which is how I learned about WINE. My question is whether my system will maintain the same stability that Linux is known for, and whether my CentOS build will keep it's current RHEL integrity after I install WINE, and probably other Windows Apps. Your experience with WINE is coveted.

View 4 Replies View Related

OpenSUSE Multimedia :: DVD And MP3 Playback - Running All The Necessary Files - Codecs - Apps

Dec 26, 2009

For the longest time DVD and MP3 playback have haunted me. I fully understand the idea behind open source and not packaging the codecs with the OS. My question is this: I am running openSUSE 11.2 on my lappy. When I try to follow steps online to install all the necessary codecs, plugins and applications. I always seem to run into dependency problems. Can ANYONE out there give a step by step walk through of installing and running all the necessary files, codecs, apps. from a fresh install that has worked for them to get media to work in suse 11.2? For the sake of example and trying to get this process done right lets assume that I have installed suse fresh on my system and want to play DVD's and listen to MP3's.

View 3 Replies View Related







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