Please help a Linux newbie!

Christoph Georgi christoph.georgi at web.de
Tue Mar 8 22:37:35 UTC 2005


Try and hit the "Reload" Button and then try and install the samba package.

In case you want to access your Ubuntu PC with the Win-OS Boxes, you 
need to configure samba (and that can be quite complicated). But to keep 
it simple try and change the following smb.conf (found in /etc/samba/) 
to your needs..

I'm not very good at samba so I ought to tell you that you can not see 
the Ubuntu Box with my config file in the network, i.e. you have to 
access it with windows by entering the pcs ip into the Addressbar as 
such: //192.168.1.1/<share> Other then that the scipt works fine for me..

hth

.christoph

-------

#======================= Global Settings =======================

[global]

    workgroup = <???> # enter any workgroup
    server string = %h
    security = share
    wins support = yes
    guest account = nobody

#### Debugging/Accounting ####
    log file = /var/log/samba/log.%m
    max log size = 1000
    syslog = 0
    panic action = /usr/share/samba/panic-action %d

####### Authentication #######

    security = share
    passdb backend = smbpasswd
    invalid users = root
    hosts allow = 192.168.1.0/24 127.0.0.1 #you might have to change that
    hosts deny = 0.0.0.0/0

    interfaces = eth0
    bind interfaces only = yes
	# only packages incoming on
	# interfaces listed above are accepted

############ Misc ############

    socket options = TCP_NODELAY


#======================= Share Definitions =======================

[sda]			#define your shares here..
    path = /media/sda2
    read only = yes
    guest ok = yes
    browsable = yes


Klaus Domes wrote:
> On Tue, 2005-08-03 at 23:37 +0100, gregory gulrajani wrote:
> 
> 
>>if the first was true you should look for an option in the menu that 
>>says "Network Servers" and see if you can
>>browser your windows network.
>>
>>if the second was true you should install "Samba" from the Snaptic 
>>application that is in the Administration menu..
>>
>>good luck
>>-best
>>-greg
> 
> 
> Well actually, if possible, both.
> 
> I've already tried to install Samba through Synaptic, but can only get a
> "Can not mark all packages for installation or upgrade. The following
> packages have unresolved dependencies...:"Depends: samba-common but
> 3.0.7-lubuntu6.3 is to be installed" when I try to mark Samba for
> installation. A line below it is indicated that "samba-common but
> 3.0.7-lubuntu6.3" is the already installed version.
> What gives? I'm lost!
> 
> Klaus
> 
> 

-- 


Christoph Georgi
-----------------------------
email.  christoph.georgi at web.de
fon.	+64 (0)9 815 8259

registered linux user #380268
ubuntulinux 4.10 (warty)




More information about the ubuntu-users mailing list