Re: [Samba] Why Can I Delete?

2006-04-16 Thread Michael Stearne
On 4/15/06, Eric Warnke <[EMAIL PROTECTED]> wrote:
> Please supply a `ls -ald /var/www/advertising`

[EMAIL PROTECTED] www]# ls -ald /var/www/advertising
drwxrwxrwx  2 root root 70 Apr 17 01:07 /var/www/advertising

Thanks

>
> Cheers,
> Eric
>
>
> On 4/15/06, Michael Stearne <[EMAIL PROTECTED] > wrote:
> >
> If user1 creates a file on the share, why with this configuration can
>  user2 delete that file created by user1?
>
> Thanks,
> Michael
>
> [global]
> idmap gid = 16777216-33554431
> idmap uid = 16777216-33554431
> path = /var/www/
> unix password sync = yes
> workgroup = cmny
> os level = 20
> auto services = advertising editorial
> null passwords = yes
> encrypt passwords = yes
> winbind use default domain = no
> security = user
> template shell = /bin/false
> lock directory = /var/lock/smb
> share modes = yes
> locking = yes
>
> [advertising]
> wide links = no
> path = /var/www/advertising
> strict locking = yes
> valid users = @advertising
> oplocks = False
> level2 oplocks = False
> public = no
> writable = yes
> create mask = 0700
> force create mode = 0700
> directory mask = 0700
> force directory mode = 0700
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:
> https://lists.samba.org/mailman/listinfo/samba
>
>
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] If you ever wondered about Samba and the Golden Penguin Bowl and that suit...

2006-04-16 Thread Jeremy Allison
I got a message from the organizer, for the
first time the video feed of the Golden Penguin
Bowl is available

So if you never saw me making a complete fool
of myself live, now's your chance to see it
second hand :-) :-).

John Mark Walker wrote :

> Hey ho... so the Golden Penguin Bowl video is now up, and you can get to
> it from http://www.linuxworldblog.com/

Jeremy.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Some files not showing...

2006-04-16 Thread Matt Richards

what does a ls -lha ./dir/ say ?
does the txt file have the same permissions and owner to the mp3 file ?
e.g. txt file is owned by user1 and mp3 file owned by root

Matt.

Markatomic01 wrote:
Hi all, 
I have a samba server up and running connecting to windows XP. 
When I look in the directory I can see the .txt file i made but not an MP3
that i put in there. 
The dir in particular will be used for storing only mp3s so its important
that i can see them from windows and play them using a mapped network drive. 
Any help greatly appreciated 
Thanks 
Mark

--
View this message in context: 
http://www.nabble.com/Some-files-not-showing...-t1459162.html#a3943580
Sent from the Samba - General forum at Nabble.com.

  


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Some files not showing...

2006-04-16 Thread Markatomic01

Hi all, 
I have a samba server up and running connecting to windows XP. 
When I look in the directory I can see the .txt file i made but not an MP3
that i put in there. 
The dir in particular will be used for storing only mp3s so its important
that i can see them from windows and play them using a mapped network drive. 
Any help greatly appreciated 
Thanks 
Mark
--
View this message in context: 
http://www.nabble.com/Some-files-not-showing...-t1459162.html#a3943580
Sent from the Samba - General forum at Nabble.com.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Stable Network Down

2006-04-16 Thread EHines

Hi,

I've had a stable Samba-run LAN, with some active shares, for several 
months, with my PC and laptop also gaining access to the Internet 
through the Samba server. However, this morning, when I booted up my 
Samba server, I had no LAN--neither my PC nor my laptop could connect to 
any share. However, both still had access to the Internet.


I confirmed that smb, named, winbindd, et al., were running on the Samba 
server, and I could find nothing wrong, with a search limited by my 
limited knowledge. Associated with this problem (at least in time), I 
could not log in to SWAT: http://localhost:901 simply sat and churned 
for several minutes, until I canceled the attempt.


I eventually cleared the problem by rebooting the Samba 
server--everything is running properly, now. However, rebooting seems 
excessive. In future, what sorts of things typically go wrong to produce 
this type of failure? For what should I be looking?


Thanks

Eric Hines

--
I don’t give ‘em hell.  I just tell the truth on ‘em, and they think it’s hell.
—Harry Truman

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Fwd: Re: [Samba] can't connect to swat]

2006-04-16 Thread EHines

Sorry for the direct post

Eric Hines

 Original Message 
Subject:Re: [Samba] can't connect to swat
Date:   Sun, 16 Apr 2006 08:51:45 -0500
From:   EHines <[EMAIL PROTECTED]>
To: Larry Weldon <[EMAIL PROTECTED]>
References: 	<[EMAIL PROTECTED]> 
<[EMAIL PROTECTED]>




Larry Weldon wrote:

On Sun, 2006-04-16 at 21:27 +1000, Jeffrey wrote:
  
...I have enabled swat in inetd.conf. 
But I can't connect to http://x.x.x.x:901 from client PC using web browser. 



I can't speak directly to inetd as I use xinetd but if you can connect
from the smb server using http://localhost:901 you should also try it
from the server using the server's local IP.

Most likely you don't have the inetd only_from option set or it just
reads:
only_from   = 127.0.0.1

If your LAN is 10.64.64.0/24 you should make it:
only_from   = 127.0.0.1 10.64.64.0/24
or something like that.

Larry
  

I have my swat file set to
only_from = localhost

Then logging in with  should work OK. 
Incidentally, the swat file in an xinetd setup is typically located in 
/etc/xinetd.d. I know very little about inetd environments, but there's 
a pretty good discussion of swat enabling in O'Reilly's _Using Samba_ 
(Ts, Eckstein, Collier-Brown), beginning on pg 52. This discussion 
includes the inetd environment.


Eric Hines

--
I don’t give ‘em hell.  I just tell the truth on ‘em, and they think it’s hell.
—Harry Truman


--
I don’t give ‘em hell.  I just tell the truth on ‘em, and they think it’s hell.
—Harry Truman

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] can't connect to swat

2006-04-16 Thread Jerry Westrick
Check the following:

1) in the file /etc/xinetd.d/swat make sure the there is no restriction 
to localhost (only_from 127.0.0.1).  By default swat is only allowed from 
the localhost...

2) check access from local machine...

3) then check your firewall 


That is the sequence I use when I have that specific problem...


Jerry

On Sunday 16 April 2006 15:13, Ute Ferlein wrote:
> Hello,
> I have not an answer, but I have the same problem. Also I can't connect
> cups, but to apache it works.
> Can someone help me (us)?
> Thanks,
> Ute
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] can't connect to swat

2006-04-16 Thread Larry Weldon
On Sun, 2006-04-16 at 21:27 +1000, Jeffrey wrote:
> ...I have enabled swat in inetd.conf. 
> But I can't connect to http://x.x.x.x:901 from client PC using web browser. 

I can't speak directly to inetd as I use xinetd but if you can connect
from the smb server using http://localhost:901 you should also try it
from the server using the server's local IP.

Most likely you don't have the inetd only_from option set or it just
reads:
only_from   = 127.0.0.1

If your LAN is 10.64.64.0/24 you should make it:
only_from   = 127.0.0.1 10.64.64.0/24
or something like that.

Larry


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] can't connect to swat

2006-04-16 Thread Ute Ferlein

Hello,
I have not an answer, but I have the same problem. Also I can't connect 
cups, but to apache it works.

Can someone help me (us)?
Thanks,
Ute
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] can't connect to swat

2006-04-16 Thread Jeffrey

Hi,

I have installed samba and working, Also I have enabled swat in inetd.conf. 
But I can't connect to http://x.x.x.x:901 from client PC using web browser. 
Could someone give me some idea?


Thanks,

Jeffrey 


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Windows delayed print Samba printer

2006-04-16 Thread Dave S
Hi all,

I have samba working as a file server & print server for linux, 2000 and XP 
machines (via caddies & laptop)

The linux to linux works 100% on file sharing & print sharing. 

The 2000 & XP file share works great but I have a 30-60s delay for printing 
from 2000 or XP to my samba printer. The printout when it arrives is AOK

I have googled and several people have reported the problem but I have not had 
much luck  solving it.

Can anyone advise ?

Cheers

Dave

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba