•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the *nix Software section within the Tech Talk category of DaniWeb, a massive community of 423,718 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,141 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our *nix Software advertiser: Lunarpages Linux Web Hosting
Views: 4005 | Replies: 16
![]() |
•
•
Join Date: Jan 2004
Posts: 6
Reputation:
Rep Power: 0
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:
•
•
Join Date: Aug 2003
Location: Jersey - You gotta problem wit dat?
Posts: 334
Reputation:
Rep Power: 8
Solved Threads: 5
•
•
•
•
Originally Posted by condorcanqui
Also another thing, how do i make the clock be on time
As root, try this:
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
•
•
Join Date: Jan 2004
Location: Low earth Orbit...right? Soon to be cali to finish up ten year.
Posts: 150
Reputation:
Rep Power: 0
Solved Threads: 1
•
•
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,900
Reputation:
Rep Power: 32
Solved Threads: 118
What first post?
Dani the Computer Science Gal
Do you run a computer-related website? Feature it in our niche link directory!
Do you run a computer-related website? Feature it in our niche link directory!
•
•
Join Date: Aug 2003
Location: Jersey - You gotta problem wit dat?
Posts: 334
Reputation:
Rep Power: 8
Solved Threads: 5
•
•
•
•
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 11:06 am.
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
![]() |
•
•
•
•
•
•
•
•
DaniWeb *nix Software Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
ajax asp blog browsing bt business business software developer development devices erp systems experiment firefox india install internet it japan linux malware mcafee media microsoft mmorpg mobile applications msdn news office online open-source programming project management python rss search security software software selection spyware sql super technology evaluation tips ubuntu vista warez web wiki windows
- samba config on redhat 8 (*nix Software)
- How to Configure Samba on RedHat Linux (*nix Hardware Configuration)
- cannot install samba (*nix Software)
Other Threads in the *nix Software Forum
- Previous Thread: Samba
- Next Thread: Making installs through the source



Linear Mode