- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: samba 2.2.2 working for anyone?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 10:37 AM
12-21-2001 10:37 AM
I run them from command line and nothing comes out. ps -ef shows nothing running. I can't find any log files.
Has anybody got 2.2.2 working? Also if anyone found a binary for winbindd (new feature), could you let me know?
Thanks... Rod Hills
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 03:12 PM
12-21-2001 03:12 PM
Re: samba 2.2.2 working for anyone?
I've done it, but t'is a huge hassle.
Instead, de-install that one, and get the
software depot directly from HP at:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=category&group_name=NSM
This is supported by HP, and it is much easier to install and configure.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2001 01:21 AM
12-22-2001 01:21 AM
Re: samba 2.2.2 working for anyone?
Samba 2.2.2 seems to be very popular in de forums these days :-)
You probably already searched the forums, but if not you might take a look at the following threads.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9853af48a9e5d5118ff40090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x62a503bbece8d5118ff40090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6d710b0717d1d5118ff40090279cd0f9,00.html
Hope this helps,
Tom Geudens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2001 03:18 PM
12-22-2001 03:18 PM
SolutionEasy way to check/config is using swat... connect to http://yoursever:901
-click on globals
-click advanced view
scroll down to Misc Options and look for "lock dir". Make sure that the directory defined here actually exists.
Hope this helps you,
-denver
fyi: CIFS client/server software isn't available for 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 07:50 AM
01-02-2002 07:50 AM
Re: samba 2.2.2 working for anyone?
I needed to create directories /var/opt/samba and /etc/opt/samba before it would work.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 02:58 AM
01-11-2002 02:58 AM
Re: samba 2.2.2 working for anyone?
I've also had some troubles compiling samba. Just get the packages (from http://hpux.cs.utah.edu/):
gnu gcc
gnu make
binutils
Install them, make a softlink from cc to the gnu gcc.
Make a softlink to /bin/make to the gnu make you've just installed.
Then goto the source directory of samba and:
./configure --prefix=/opt/samba
make
make install
Done (probably :).