Fedora :: Installing A Src Rpm Without Root?

Jun 29, 2011

I am trying to install a src rpm on a machine on which I don't have root. Even through I gave rpm a prefix, I get error: cannot write to %sourcedir /usr/src/redhat/SOURCES

Is there a way to install a src rpm without root access?

View 1 Replies


ADVERTISEMENT

Red Hat / Fedora :: Installing Without Root Access?

Jun 13, 2010

need it for a project. basically, im working off a cluster that runs on linux, i dont really know what distribution it is, but i dont think it will matter too much. Im trying to install something. I dled the source code did "./configure"d then i went into src directory and did "make install". the error message is that, i cannot create the directory /usr/local/lib/vmd. so...i believe this is because i am my own user and not the root...is there anyway to get around this? i need to install this and avoid asking the root user to do it for me

View 3 Replies View Related

General :: Dreamlinux - Root Says 'superuser Required' While Installing FROM Root

Apr 21, 2011

I am trying to install google chrome on my computer, it is in a .deb package and I am using dreamlinux. Earlier today I installed a .cbr/.cbz file reader from root, that was also a .deb and it worked just fine. now I go to install google chrome and it says (Blue is my command, and red is the system response):

I checked under my USER GROUPS and Root is still set as root, and I haven't been using it unless I need to install with it to other directories, Should I be using another command to install? or is it a problem that may affect other aspects of my system? ... My biggest concern is not getting google in, I can wait for that ... I just wanna know why ROOT is under the impression it's not a superuser.

View 3 Replies View Related

General :: Installing As Non-root In A Root Owned Directory

Mar 8, 2011

I have a machine which has only /opt with some decent amount of space where I can install a software. /opt belongs to root:root. The software I want to install cannot be installed as root user.

So lets say I create a directory called /opt/install1 and then chown -R install1 to belong to user1. And now I install the software under /opt/install1 with user as user1.

Is this a best practice violation? There could potentially be just /opt/install1 belong to user1 and in future everything else created under /opt belonging to root..

View 2 Replies View Related

Fedora Installation :: Installing Live CD - Message - Cannot Find Root File System ?

Jan 30, 2010

I have a LiveCD (DVD with many linux versions on it) and no other software on my computer at the moment. The computer specs are as follow:

When I use the live cd I get the following message: Cannot find root file system

I have tried the suggestion along the lines of:

Then it either goes back to Bash or I get "Kernel panic - not syncing: Attempted to kill init"

Then my install just freezes there and I need to restart my computer.

View 5 Replies View Related

Ubuntu :: Installing Application As Root

Jun 25, 2010

how can I run it as root if root has been disabled in Ubuntu?

View 3 Replies View Related

Red Hat / Fedora :: Root Line Passwd File Now Unable To Login As Root?

Jan 26, 2010

I edited the passwd file to modify the default shell for root from bash to tcshnow when I try to login to root it gives me the following error:"su: /bin/tcsh : No such file or directory"

View 3 Replies View Related

Fedora :: Root File Permission Accidentally Changed Root To 700

Mar 24, 2010

the terminal and logged in as root i was changing file permissions and happened to change the root folder to 700. Now my icons have gone and i can't even access the terminal.

I was just wondering if it is possible to go to rescue mode using the cd and restore all the appropriate file permissions to root/ users if possible

View 4 Replies View Related

Server :: Fedora Sending Mails From Root With Non-root Account?

Jul 14, 2011

I've started to get emails that would typically come from [URL] as [URL]. These emails come from services that send out emails (backup programs) directly, or from cronjobs. I've logged in as the non-root account and either sudo su - or su - to root and the restart the service at one point or another. If I login directly as root and bounce the service or cron the emails come across as from root. I don't see anything in my environment variables after I su to indicate what would cause this. I'm not sure where else to look? A pam setting? This seems to have happened between Fedora 10 and 14 (did a bunch of overdue upgrades recently) I've only got Fedora so I don't have anything to compare to. In Fedora 10 I did not have this problem.

View 2 Replies View Related

Ubuntu :: 10.04 LTS - Installing Grub On Root Partition?

Jul 28, 2010

I want to install grub on the ubuntu root partition because I have another boot loader (boot-us). But when I reach : device for boot loader installation and set the device to the root partition (/dev/sda3) the OK button is not highlighted, I can use the windows partitions but not ubuntu root partition, what goes wrong?

View 3 Replies View Related

Ubuntu :: Installing Software Without Root Access?

Aug 18, 2010

I'm wondering if there is some way for me to install Synergy to my home directory on a school computer where I don't have root access.

View 3 Replies View Related

General :: SuSe - Installing Software As Non Root User

Dec 28, 2010

What is the best way to install software in a linux machine if you dont have root permissions. I know that we can use few variables like PKG_CONFIG_PATH and switches like --prefix with configure to get a software installed in a local directory, but sometimes when there are recursive dependencies it is becoming tough for me to install all the packages manually. Is there a better automated way? What I meant by recursive dependencies is: to install package A, I should install package B, which in turn requires package C to be installed.

View 2 Replies View Related

General :: Compiling And Installing Programs As Non-root In Home-dir ?

May 31, 2011

I'm trying to compile programs under Solaris in my Home directory.

Ive had experience with simple installs which work with just

But with more involved programs, with dependencies on special libraries, how do I have the system look into my home directory for these? and how would I compile them into my home dir?

View 2 Replies View Related

Ubuntu :: Installing Bootloader In Root Partition Does Not Do The Trick?

May 7, 2010

I have installed unbuntu 10.04.. since i dont want grub to boot my linux distros , i have installed the bootloader in the root partition (sda9 in my case with no separate partition for boot). Subsequent to successful ubuntu installation i booted using the live cd and extracted the boot loader using the following.

dd if=/dev/sda9 of=/ub.bin bs=512 count=1

Finally i edited the boot.ini (win xp) to show ubuntu in the menu which points to ub.bin.

But this doesnt seem to work... the same had worked with Mandriva 2010

Where did i go wrong ?

View 6 Replies View Related

Ubuntu Installation :: Installing GRUB2 On RAID Root?

Oct 26, 2010

I'm trying to install GRUB2 on root partition under RAID 5. I tried using the alternate CD, but installation failed. Now I'm trying under the live CD and grub-install ... but I'm being told it can't find the device even though /dev/sda2 (root partition) and /dev/sda are mounted.I have 4 discs, each with a swap partition (/dev/sdX1) and a root partition (/dev/sdX2).

View 9 Replies View Related

Applications :: Installing Window Manager Without Root Access?

May 20, 2010

I was wondering if anyone has any idea how to install a window manager without root access? I'm trying to install Fluxbox. I unpacked the .tar.gz and ran ./configure followed by make. I'm unsure of the next step- usually I would just do 'make install' but as I don't have root access I cannot do this. I found this file which I think may have something to do with the process that should come next, it seems to have some lines about window managers (~/.xsession):

[Code]...

61 directories, 868 files I am running CentOS version 5. I hope that's some information for someone to have some ideas?

View 2 Replies View Related

CentOS 5 :: Installing HORDE /IMP - Use The MySQL Root Password ?

May 25, 2009

To install horde/ imp. I found this page : [url]

I get stuck at the part where it says Youll need to use the MySQL root password. Then, in your database administration screen for MySQL, set the password for the new MySQL user horde to something nicely random and hard to guess; keep a momentary record as youll need it below.

It is really frustraing to get stuck at something so simple as installing horde imp on centos. how to get it installed on a CENTOS 5.x system ?

View 1 Replies View Related

Ubuntu Installation :: No Root File System Error While Installing 10.10

Apr 15, 2011

i have one partition of 45 Gb...and other of 250 Gb in which windows 7 has been installed..i booted from ubuntu 10.10 CD and then i chose the installation option on desktop...but when i selected the partition of 45GB for installation..the error message said that "there is no root file system on the drive, set it from partition options"..

View 2 Replies View Related

Software :: Installing Missing Library In / Home Folder Without Root

May 29, 2011

I would like to run Blender (3D modelling software) on RedHat Enterprise. I have a problem with missing libraries (libavutil50.so). Second problem is that I have no root access so I cannot install rpm package with libavutil50.so. Does anybody knows how can I manage this? Is it possible to install somehow libavutil50.so in my /home folder, that Blender will have an access to this library ?

View 1 Replies View Related

Fedora Security :: Become Root Without Root Password?

Oct 20, 2010

I found this on Bee's website. For more info on this exploit there are links there:[URl]..All you have to do in Fedora 13 is enter the following lines in a shell as normal user:

[Code]...

I don't think this can be considered solely an "upstream" problem, because I first tried it in Arch using the same version of glibc, and the final command causes both gnome-terminal and xterm windows to disappear.

View 14 Replies View Related

Ubuntu Installation :: Installing 10.04 Beta 2 \ Way To Increase The Space Allocation To Root?

Apr 15, 2010

Tried installing using update-manager -d and received notification that my root does not have adequate space. Removed most of what I can and I am still short 560 mb or so. Even risking the removal of some questionable items I just don't see freeing up this much space to make it happen.Is there another way to install 10.04?Is there a way to increase the space allocation to root?Stupid question but, can I delete the image file for 2.6.31-20 without affecting the 2.6.31-20 version? Even if I can still not large enough to get to the 560 mb.

View 9 Replies View Related

Red Hat :: Installing GLIBC 2.7 (required By Some 3rd Party Software) On A RHEL 4 System As Root?

Jul 28, 2010

I'm installing GLIBC 2.7 (required by some 3rd party software) on a RHEL 4 system as root and am getting the following error during the make:

gcc ../sysdeps/x86_64/mempcpy.S -c -I../include -I/tmp/gnu/ob27/string -I/tmp/gnu/ob27 -I../sysdeps/x86_64/elf -I../nptl/sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/wordsize-64 -

[code]....

View 5 Replies View Related

General :: Installing Ubuntu From A Flashdrive Alongside - Ngside Windows - Error Message - No Root File System Is Defined

Jul 8, 2011

I can use Ubuntu from my flash drive, but I want to install it in a partition alongside windows. When I try to do this, I come to an 'allocate drive space' window, but whatever I do I get the error message: 'No root file system is defined. Please correct this from the partitioning menu.' I just don't know what this means, or what to do next. I'm loathe to ditch windows, and I don't want to have to use a flashdrive all the time.

View 3 Replies View Related

Fedora :: Fedora 14 Root Password (no Other Passwords Either) Doesn't Work

Aug 1, 2011

I have winbind Active Directory authentication set up on my laptop. AD authentication works like a charm, passwords cache, etc. I can use sudo with no problem. However, I cannot use the root account -no matter what I set the root password to, the system will not take it. I also have a couple of normal system users (not winbind), and no matter what I set their passwords to, I cannot login.

View 4 Replies View Related

Fedora :: Reset Fedora Root Passwords

Jan 19, 2011

Do these guides work with resetting the current fedora root passwords?

http://www.labtestproject.com/linuse..._password.html
http://www.labtestproject.com/using_...d_on_fedora_10

View 6 Replies View Related

Fedora :: Installing Fedora On Partition - Installed Only D Drive Without Harming Windows?

Jul 20, 2010

I have C: and D: on my computer. the D drive has 250 GB of free space. I would like to install it on the D drive without harming my existing windows. I have booted through an USB and it has an icon that says "install fedora on your hard disk". How do I make sure that it will be installed only my D drive without harming my windows?

View 1 Replies View Related

Software :: Fedora 12 And 13 Packages Installed When Installing GNote And Inkscape On Fedora 14?

Dec 23, 2010

I recently upgraded from Fedora 13 to Fedora 14 and noticed something strange when I used Yum to install GNote and Inkscape. Yum installed the Fedora 14 version of the programs, but installed some dependencies that were actually from Fedora 12 and 13. The output below shows what packages were installed.

Yum output:

==================================================================================================== ===================================================================
Package Arch Version Repository Size

[code].....

When I ran the yum command to list all of the packages for the dependencies in question, it only listed the version for Fedora 12 or 13. Is there something wrong with one of my repositories or do these Fedora 14 programs actually use packages from previous versions of Fedora?

View 2 Replies View Related

Fedora :: Cannot Run K3b As Root

Nov 21, 2009

I want to run K3b as root to backup files across users in terminal I run su to gain root access but typing k3b gives me errors:/usr/bin/iceauth: creating new authority file /root/.ICEauthority,No protocol specified kdeinit: Can't connect to X server.

View 1 Replies View Related

Fedora :: Can't Log In As Root

Sep 28, 2010

i am useing fedora 13, root authentication fails when trying to copy files how to log in as root rather than user

View 5 Replies View Related

Fedora :: How To Run .pl As Root?

Jan 25, 2011

Found a Latin to English dictionary on line that was a free download and got it - it came as a tar.bz2 file. Did the extraction thing and now have two items, the diogenes-linux-3.1.6.tar.bz2 (which is what I downloaded) and a linux-installer.pl.The instructions say to run the linux installer as root. How do I do that exactly?

View 4 Replies View Related







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