| | |
Cannot install samba
![]() |
•
•
Join Date: Jan 2004
Posts: 6
Reputation:
Solved Threads: 0
get the samba rpm , it will make the things easier for you
http://ranger.dnsalias.com/mandrake/9.1/samba-3.0.0/
http://ranger.dnsalias.com/mandrake/9.1/samba-3.0.0/
It would help if you could make sure the configure files etc are all there.
cd same 3.something and from there go through the 'obvious' dirs with ls -all and read
cd same 3.something and from there go through the 'obvious' dirs with ls -all and read
:cheesy: a vBulletin fan community @ vBulletin.nl :cheesy:
•
•
•
•
Originally Posted by condorcanqui
Also another thing, how do i make the clock be on time
To set your system time to 10am: date -s 10:00
To set system time to 4pm: date -s 16:00
To get the time/date, just type date
Also check the date/time after a reboot to see if the bios clock is off. You can also run ntpd (Network Time Protocol Daemon) to keep your system clock in synch with a time server. read the manpage for ntpd for more info on how to configure it.
If you spend more on coffee than on IT security, you will be hacked.
What's more, you deserve to be hacked.
-- former White House cybersecurity czar Richard Clarke
What's more, you deserve to be hacked.
-- former White House cybersecurity czar Richard Clarke
What first post?
Dani the Computer Science Gal 
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds

Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
•
•
•
•
Originally Posted by Dominick
simple howto on installing samba
tar -zxvf samba.foo (foo being the version)
cd samba.foo
./configure
su -
password
make
make install
cd /etc/samba
edit the samba config file with your favorite text editor.
Example:
me@host$ pwd
/usr/src/samba/samba-3.0.1
me@host$ ./configure
...scrolling list of checks...
...scrolling list of checks...
...scrolling list of checks...
me@host$ make
...compiler runs...
...compiler runs...
...compiler runs...
me@host$ su
Password:
root@host# pwd
/usr/src/samba/samba-3.0.1
root@host# make install
You might also want to run updatedb after the install finishes, so you know where everything is located. The Samba configuration file is smb.conf (usually /etc/samba/smb.conf), but usually it gets installed as smb.conf.example or smb.conf.dist (depending on which platform you're on.)
When you use the hyphen with "su" all the environmental variables are loaded and applied to root's environment, like $SHELL, $PATH, $DISPLAY, and so on, and you are transferred to root's $HOME (usually /root )
By not using the trailing hyphen, you remain in the same directory, keep the same $SHELL (if root's $SHELL is different) and get what you want - root access. It's always recommended to install sudo, so you wouldn't have to go through all this to begin with. (me@host$ sudo make install)
Hope this helps to clear things up for you..
Last edited by TheOgre; Jan 29th, 2004 at 12:06 pm.
If you spend more on coffee than on IT security, you will be hacked.
What's more, you deserve to be hacked.
-- former White House cybersecurity czar Richard Clarke
What's more, you deserve to be hacked.
-- former White House cybersecurity czar Richard Clarke
![]() |
Similar Threads
- How to Configure Samba on RedHat Linux (*nix Hardware Configuration)
- samba config on redhat 8 (*nix Software)
- cannot install samba (*nix Software)
Other Threads in the *nix Software Forum
- Previous Thread: Samba
- Next Thread: Making installs through the source
Views: 5025 | Replies: 16
| Thread Tools | Search this Thread |
Tag cloud for *nix Software
2005 apache bashscripting busybox cert codeplex debian dotnetnuke emacs forwarding free fsf gaming gnu government gpl lawsuits license linux ls mail make makefile mandriva microsoft mkisofsiso obama open opensource port postfix ps3 samba security server sflc sharing software source stallman subdirectory ubuntu unix vmware xbox






