search for: testmount

Displaying 15 results from an estimated 15 matches for "testmount".

2019 Mar 01
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
...ple: The following log of a console sesssion shows how I am doing the mounts on behalf Linux Kernel CIFS-FS Module on the client side against a Samba 4.5 file server (both running on Debian Stretch 9.8) via SMB/CIFS resp. SMB2 protocol: clienthost:~# mount.cifs --verbose //sambaserver/share /media/testmount -o domain=win,gid=users,username=testuser,vers=1.0 Password for user@//sambaserver/share: mount.cifs kernel mount options: ip=130.149.XXX.YYY,unc=\\sambaserver\share,vers=1.0,gid=100,user=testuser,domain=win,pass= clienthost:~# cat /proc/fs/cifs/DebugData Display Internal CIFS Data Struc...
2009 Jan 21
1
Usage of on-connect and on-disconnect
...un when the source ends. It is passed a parameter which is the name of the mountpoint that has ended. The processing of the stream does not wait for the script to end. This option is not available on win32 So If I write a simple script #!/bin/bash touch $1 And the mountpoint name it's testmount.ogg , when I connect to this mountoint , the script create a file called testmount.ogg ? Or how I can take the mountpoint parameter? Big thanks for your help Goodbye Pierpaolo
2019 Mar 01
0
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
...wing log of a console sesssion shows how I am doing the mounts on behalf Linux Kernel CIFS-FS Module on the > client side against a Samba 4.5 file server (both running on Debian Stretch 9.8) via SMB/CIFS resp. SMB2 protocol: > > clienthost:~# mount.cifs --verbose //sambaserver/share /media/testmount -o domain=win,gid=users,username=testuser,vers=1.0 > Password for user@//sambaserver/share: > mount.cifs kernel mount options: ip=130.149.XXX.YYY,unc=\\sambaserver\share,vers=1.0,gid=100,user=testuser,domain=win,pass= > > clienthost:~# cat /proc/fs/cifs/DebugData > Display Internal C...
2008 May 28
2
problem using icecast 2 Listener Authentication
...Now i want to try the authentication of icecast and I'm following this guide: http://www.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html I'm using the HTPASSWD Listener Authentication , and I add this line to my icecast config files: <mount> <mount-name>/testmount.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> </moun...
2006 Jun 02
4
smbmount and win2003 sp1
Hi All: I encountered a problem with smbmount and win2003 sp1. Before I upgrade sp1, everything works fine. But after sp1, smbmount = can't work. The command and error message are as follows: smbmount //localhost/share1 /tmp/mountest -o = username=3Ddomainu1,password=3Dpassword ERRDOS - ERRnoaccess (Access Denied.) SMB connection failed I also checked the release note about the issue, and
2006 Mar 31
1
Linux -> Windows Server2003 Leaves Open Files...
...open with they are not. The problem occurs when one or more linux servers using smbfs mounts under FedoraCore4 opens the same file(s) at the same time. This test script can exhibit the issue: # CAREFUL to kill this after a few seconds!!!! while true; do head -1 /mnt/windows-server/TestMount/euro_prod/a*/*/*.xml > /dev/null & done Once these processes complete an 'lsof' shows that the linux machines have no open files but an 'net file' on the windows server shows these files are open. The only way to fix this is to 'umount /mnt/windows-server' . Afte...
2019 Feb 27
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
On Tue, Feb 26, 2019 at 09:03:41AM -0800, Jeremy Allison via samba wrote: > > Check out the latest cifsfs code. I think Steve > and Aurelian and Ronnie added an ioctl for this. > > I'm here at Vault in Boston with Steve, I'll ask > him :-). Steve says there are two utilities in Linux, getcifsacl and setcifsacl that use a custom ioctl inside the Linux cifsfs kernel
2024 Jan 30
1
permission denied with windows acls
...ers=3.1.1,sec=krb5,cruid=0,cache=strict,multiuser,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.141,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,noperm,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1) //devstation.samdom.example.com/Mtest1 on /mnt/testmount1 type cifs (rw,relatime,vers=3.1.1,sec=krb5,cruid=0,cache=strict,multiuser,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.141,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,noperm,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1) //devstation.samdom.e...
2019 Feb 27
0
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
...seem to have been designed as part of the "old" CIFS Unix Extensions, working only for SMB/CIFS mounts, and are not supposed to work with SMB2/SMB3 mounts, as I guess. During my tests, the getcifsacl utility fails on SMB2/SMB3 mounts always with an xattr error: xxx:~# getcifsacl /media/testmount/yyy getxattr error: 95 REVISION:0x0 CONTROL:0x0 I am working on Debian stable boxes. I also tested with Debian testing and an actual Fedora Kernel, but whithout any noticable change regarding the behaviour of getcifsacl/setcifsacl on SMB2/SMB3 mounts. The most striking difference between SMB/CI...
2005 Oct 19
2
IceS & Ogg/Theora
On Tue, 2005-10-18 at 22:44 -0500, oddsock wrote: > ezstream will read from stdin if you use "stdin" as the <filename> in your > conf file. What kind of data does it expect on stdin? just a file name? how will it trigger/request another filename when the current one is over? Thank you for your contributions :-) -- Administration & Formation ? l'administration de
2008 May 29
0
Problems using Intro function for a mountpoint
...</paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> </logging> <mount> <mount-name>/testmount.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="/var/www/icecast_auth/1.txt"/> <option name="allow_duplicate_users" value="1"/> </authentica...
2007 Dec 11
0
Re: Create a live stream and problem in the webplayer
...laylist that may contain .avi and MPEG files. Ezstream will use the ffmpeg2theora program to both decode and reencode the video files to Ogg Theora. The output stream settings are controlled via the paramters to ffmpeg2theora. --> <ezstream> <url>http://localhost:8000/testmount.ogg</url> <sourcepassword>hackme</sourcepassword> <!-- Since the reencoding feature is enabled below, <format /> sets the output format of the stream. --> <format>THEORA</format> <filename>/root/Desktop/Scaletta.m3u&...
2007 Dec 17
0
Re: Create a live stream and problem in the webplayer
...laylist that may contain .avi and MPEG files. Ezstream will use the ffmpeg2theora program to both decode and reencode the video files to Ogg Theora. The output stream settings are controlled via the paramters to ffmpeg2theora. --> <ezstream> <url>http://localhost:8000/testmount.ogg</url> <sourcepassword>hackme</sourcepassword> <!-- Since the reencoding feature is enabled below, <format /> sets the output format of the stream. --> <format>THEORA</format> <filename>/root/Desktop/Scaletta.m3u&...
2009 Jan 17
1
script on connect
...</paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> </logging> <mount> <mount-name>/testmount.ogg</mount-name> <password>hackme</password> <!-- <authentication type="htpasswd"> --> <!--<option name="filename" value="/var/www/icecast_auth/1.txt"/> --> <!--<option name="allow_duplicate_us...
2024 Jan 30
1
permission denied with windows acls
On 1/29/24 13:08, Rowland Penny via samba wrote: > On Mon, 29 Jan 2024 12:51:37 -0800 > Peter Carlson via samba<samba at lists.samba.org> wrote: > > >> Just did a quick test, the big T comes after setting permissions in >> windows >> >> root at fs1:/var/log# cd /data >> root at fs1:/data# mkdir -m 1777 test2 > No it doesn't, you are setting