Samba: Install w/o Root


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Samba: Install w/o Root
# 1  
Old 06-25-2009
Samba: Install w/o Root

I've had some recent success compiling some simple programs to my home directory without root access (wget, screen, less).

My Question is this: Can I compile a complex program like Samba WITHOUT root access to my home directory? Or are the multiple library dependencies going to cause an issue? (I should be able to compile those too and create library folders in my home directory too... right?) Or just the general complexity of the program? Will I have limited functionality?

I'm trying to get our Unix server at work to be able to access the network drives we have without having root access... are there other ways to do this besides Samba?

Thanks,
GoldFish
# 2  
Old 06-26-2009
You certainly can compile it in your home directory if you know what you are doing but you will not be able to configure and use it.
# 3  
Old 06-29-2009
If all he needs is access to OTHER systems, he can compile smbclient and use it. But, yeah, you can't use samba server without starting it as root.

All smbclient is going to get you is ftp-like access to other CIFS shares. If you need to mount something you're going to need CIFS (or smb) filesystem support in your kernel.

HTH
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

samba error after install with pkgadd

Hello this is samiulla. i face this issue. i installed samba with pkgadd after i install i add paths for that. -bash-3.00# echo $PATH /usr/sbin:/usr/bin:/usr/ccs/bin:/usr/local/samba/sbin:/usr/local/samba/bin/ -bash-3.00# when enter this commad smbd -D i got this error smbd -D... (3 Replies)
Discussion started by: samiulla
3 Replies

2. Solaris

Samba 3.6.5 install problems

Hi all, I'm trying to update my samba 3.5.10 to 3.6.5 due to security CVE issued with 3.5. I downloaded and unzipped, did the make and make install and the ./configure. I didn't use any changes to it and it said it installed correctly added it to my path and it looks like it's operating... (6 Replies)
Discussion started by: mattymatt79
6 Replies

3. Debian

Install ffmpeg with x264 without root

Hi, I need help with following problem: I don't have a root access and i need to install ffmpeg with x264 support. The problem is, tha without root, I cannot install shared libraries to /usr/lib and ffmpeg won't find them. I tried multiple workaround, even setting LD_LIBRARY_PATH, but nothing... (1 Reply)
Discussion started by: chrisperry
1 Replies

4. Solaris

Jumpstart with ZFS root install

Has anyone tried Jumpstart with installing a ZFS root pool? I have read the docs (Custom Jumpstart and Advanced Install Guide(doc:821-1911);Network-Based Installations(doc:821-1909)). My issue is that I get prompted for information each time I boot the client system. My goal is to get the... (8 Replies)
Discussion started by: bluescreen
8 Replies

5. Solaris

SAMBA is connecting to the share somehow as root

I'm running Solaris 10 with Samba server. The client is a Windows XP desktop. I have set this up for various other servers and this is the first time that I'm seeing the problem. I have a prod & test solaris samba server configured exactly the same and the share is encrypted by Vormetric. The... (0 Replies)
Discussion started by: woot14
0 Replies

6. UNIX for Dummies Questions & Answers

Samba pre-install questions.

Greetings, I hope this is the right forum. I am looking to install Samba on my Linux box on my home network. I'm pretty sure I can deal with the how, I'm just not certain of the what. ok I'm using Debian lenny with no GUI. I have apt working and I've successfully installed and used one package... (10 Replies)
Discussion started by: fguy
10 Replies

7. Solaris

how to get the root password or how to install Sun OS?

I just got a used sun ultra enterprise 450 and need to get a username and password. If I cannot get easily how do I reinstall the OS. What OS can I put on its? I am new to some equipment. It also came with a a storage unit for extra hard drives and how would I use it and set it up also? It now... (7 Replies)
Discussion started by: bob5731
7 Replies

8. AIX

Samba install on AIX 5.2

Ok I'm still trying to figure AIX out, I was used to HP-UX until they switched our server to AIX in February and all of the other servers are Linux which appears to be much more friendly. AIX is, well, NOT. I am trying to install Samba so I can copy files onto a Windows SQL server - that's all... (5 Replies)
Discussion started by: rball
5 Replies

9. AIX

Install Samba

Hello Can someone help how to install samba on aix 5.3, I go to tha samba page and i download two files opt-samba-base.tar.gz opt-samba-3.0.28-AIX5.tar.gz and I read the readme file but there is a file that miss and I dont know if I need to do this necessary "You can now verify... (9 Replies)
Discussion started by: lo-lp-kl
9 Replies

10. Solaris

how do you reset Samba root PW w/o knowing it?

:( I have a system that uses Samba to manage user's accounts. The problem is that the Samba's root password has been changed, and the people who setup the system have left the company. So what do I need to do to reset it or blank it out in order to supply Samba with a new password? mike (2 Replies)
Discussion started by: mehow
2 Replies
Login or Register to Ask a Question