samba for solaris 9 help!!


 
Thread Tools Search this Thread
Operating Systems Linux samba for solaris 9 help!!
# 15  
Old 11-13-2003
Quote:
From my novice point of view, you're trying to compile a compiler
No, he's installing a precompiled binary of gcc via pkgadd, as is mentioned above in this thread, and as was also mentioned in your thread, you can get this binary of gcc from www.sunfreeware.com
# 16  
Old 11-13-2003
Hi,

Since you're a newbie, you shouldn't start by compiling programs like samba... you have to get all the dev tools and you'll face a lot of other problems while compiling. Why don't you gwt pkg-get instead ? You can get all the packages you want and it'll automatically follow all dependencies... give it a try !

http://www.bolthole.com/solaris/pkg-get.html
# 17  
Old 11-13-2003
Definately check your filesystem space if you let Solaris automatically choose the partition sizes. The program is terribly outdated - it is as if they havent updated it since the days of 270mb drives. I accidentally forgot to customize on a server with a 18 gb drive once and I got something ridiculous like 50 mb for /, 15 mb for /var, and the rest all piled into /export/home.

As a hint, for my 18 gb rootdisks here's what I used generally (on a server with 4gb ram, swap can be smaller if you have less ram)

/ 2048

swap 4096

/var 2048

/u01 5120 This is an app area used by the dba's to install oracle and its supporting apps, you would not need this but instead might have your own apps partition with whatever name you want.

/export/home ~3950 (the remaining space) this was also awfully big for user home directories, but I had extra space. You could easily shrink that to make more room on your apps partition.

If you don't need as much in /export/home or your apps partition, you could give the extra space to / or /var. Just remember, you don't want stuff that changes or any data on /. The root partition should be just for the operating system and application binaries, any log file type stuff should go in /var and user data in /export/home or else in partitions designated for data. You never want users or logs to be able to fill up / and crash your box. Even if you are the only user, it is good practice to keep / pretty clean so when you do back ups of your data you don't need to worry about what is mixed where. You know if you backup your data partition and /export/home you can always just reinstall the os and your apps then restore the data.

Wow, that was probably way more than you wanted to know about partitioning in Solaris. Sorry if I bored you, but hopefully some of it proves interesting and/or useful.
# 18  
Old 11-13-2003
Ha, 16GB is in /home/export while /var is 56MB.... it's funny..... I'm going to re-install and re-partition, I'll check in again tomorrow.
# 19  
Old 11-14-2003
You guys been a great help, I finished re-installing solaris and re-partitioned the drives. The GCC installed properly and after setting the path, samba installation went straight through.

On another note, can anybody tell me how to mount an external usb mass storage drive. It's a western digital. During the installation solaris detected it and it's under c2t0d0, I just don't know how to mount it. Do I have to reformat it to UFS? Or can it still be a ms_dos format...... So far out of 80 GB it has 30 GB of Windows programs on it.

--
NOC
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Samba on Solaris 10

Somebody has installed samba 3.0.24 on (not only mine) a sun solaris 10. I can see the dir /usr/local/samba with all the files in, well I suppose that there are all its files in but, I can't see the file smb.conf that, reading various help on the net should be in dir /etc/samba or /etc. In this... (2 Replies)
Discussion started by: aemme
2 Replies

2. Solaris

How to stop samba on solaris 10?

Hello to everybody from Argentina. I need to stop samba because i need to fsck a filesystem How can i do this? I presume that the version is higher than 3.0. /usr/sfw/sbin/smbd -D This is the out of ps -ef | grep smbd. Thank you very much for your time i am a litle lost. The... (4 Replies)
Discussion started by: enkei17
4 Replies

3. Solaris

Configuring samba in solaris x-86

I just wanted to know if I can configure samba on solaris 10 x-86. I was just wondering if the samba is in-built software gets shipped with Operating System CD. I have searched a lot on many sites and forums but still not getting any way to make it. It would be really appreciable if some can... (1 Reply)
Discussion started by: naw_deepak
1 Replies

4. Solaris

installing samba on solaris 8

i am a rookie so please give every detail... i need help installing samba on my solaris 8 (intel) box so i can share with WXP box. i can get online, but can only see websites as outline\text form but managed to download "samba-latest.tar.z" is this correct? and what is next step to get it up and... (1 Reply)
Discussion started by: flir11
1 Replies

5. Solaris

To run samba on solaris

Hi to all, i need to run samba on solaris8 workstation. if please tell me the procedure to which script, i have to run. Thankyou. waiting for reply. (2 Replies)
Discussion started by: balarajum
2 Replies

6. Solaris

How do I sync passwords between Samba and Solaris?

Hi, everyone. I have recently installed Samba version 3.0.23d on my Solaris 10 box. I am attempting to sync Samba's passwords with the UNIX passwords on the system. I read about using a pam module that is included with the samba tar called pam_smbpass.so. The instructions say to issue the make... (0 Replies)
Discussion started by: lazytech
0 Replies

7. Solaris

Samba 3.0.14 on Solaris 10 issues

Hello All, I am facing a wierd problem with the Samba 3.0.14a on Solaris 10 and CUPS (1.1.12) printing. First of all am not sure if this combination works well. If someone could throw some light, it would be of great help. Samba is setup with security=server, and it is currently a member of... (0 Replies)
Discussion started by: Sapna
0 Replies

8. Solaris

Samba on Solaris 9, Sparc.

hi guys, This is prolly more of a dummies question, but here goes. I want to make my Ultra 5 workstation into a samba server. I have solaris 9 installed with the latest patch cluster. if I do: pkginfo | grep samba I get : # pkginfo | grep samba system SUNWsmbac ... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

9. Solaris

Troubleshooting Samba on Solaris 8

I am new to unix so bear with me, i have solaris 8 installed running samba server..... Some Windows 2000 clients are having issues connecting to the folders on the samba server...they can connect, but cannot view anything in the folders .... what do you recommend? thanks rob davis (0 Replies)
Discussion started by: davisr65
0 Replies
Login or Register to Ask a Question