similar to: Copy with curl ? force user ignored?

Displaying 20 results from an estimated 4000 matches similar to: "Copy with curl ? force user ignored?"

2024 Oct 20
1
Copy with curl ? force user ignored?
On Sun, 20 Oct 2024 16:42:12 +0200 Gilles via samba <samba at lists.samba.org> wrote: > Hello, > > I have a couple of questions for a guest only, stand alone server: > > 1. Windows Explorer can copy a file to Samba, while curl fails: > > ========== > root at debian# ll /mnt/sdcard/ > drwxrwxrwx 2 root root???? 8192 Jan? 1? 1970 ./ > ========== > root at
2024 Oct 20
1
Copy with curl ? force user ignored?
On 20/10/2024 17:07, Rowland Penny via samba wrote: >> Unless it has changed, curl only supports SMBv1 and it is turned off by >> default on Samba. Too bad. That takes care of question #1. Are those the wrong settings to force new files to be saved with a given user and the given access rights? A new file is still root:root and 655 ========== [sdcard] path = /mnt/sdcard guest ok =
2024 Oct 21
2
Copy with curl ? force user ignored?
On Sun, 20 Oct 2024 19:34:28 +0200 Gilles via samba <samba at lists.samba.org> wrote: > On 20/10/2024 17:07, Rowland Penny via samba wrote: > >> Unless it has changed, curl only supports SMBv1 and it is turned > >> off by default on Samba. > > Too bad. That takes care of question #1. > > Are those the wrong settings to force new files to be saved with a
2024 Oct 21
1
Copy with curl ? force user ignored?
On 21/10/2024 10:55, Rowland Penny via samba wrote: > It all depends on what filesystem is on the sdcard, if it is a Windows > filesystem (vfat etc), then what you see on Linux is a figment of the > mount command, but if it is a Linux filesystem (ext4 etc), then there is > something wrong. Ah, didn't think of the filesystem. So it's either making the SD card directly
2012 Oct 14
5
wins: no nmblookup on 192.168.1.255 but 192.168.1.2
Hi, here is a client computer and a server computer (Debian Wheezy, armel, samba Version 3.6.6, IP address: 192.168.1.2, Name: xyz). Problem: wins doesn't answer nmblookups by the client on the broadcast address: client$ nmblookup -S xyz querying xyz on 192.168.1.255 name_query failed to find name xyz Why is that so? How to fix this? When I specify the the server IP I do get an answer:
2004 May 18
3
nmbd crash on z/800 64 bit RHEL v 3.0
Hi All; I'm currently trying to expand my Samba env by including my IBM z/800 mainframe running 64 bit RHEL v3.0, CUPS printing environment into Samba. When I start Samba, the nmbd dies almost immediately. Any insight would be greatly appreciated. [root@stlpr003 root]# rpm -qa | egrep "kern|samba" kernel-2.4.21-9.0.1.EL ... samba-common-3.0.2-6.3E samba-3.0.2-6.3E
2015 Jan 08
2
Smbd dumps core while starting
Samba version : samba-4.1.12, AIX 6.1, compilation(configure, make clean install) was ok. but smbd not starting. gdb --dbx /opt/samba/sbin/smbd /root/core Core was generated by `smbd'. Program terminated with signal 4, Illegal instruction. #0 0x0000000000000000 in ?? () (gdb) where #0 0x0000000000000000 in ?? () #1 0x0900000008406760 in regdb_init () at
2009 Jan 21
2
(no subject)
Hello list, My samba server stopped allowing access to shares this morning. It gave some funky errors. Has anyone seen these before? The OS is Fedora 9 and the version is... Version 3.2.0pre3-9.fc9 Am using ADS security for serving shares. Server is EXAMPLEDC.EXAMPLE.CORP Looks like it is saying no login servers in client log but, there are two listed in smb.conf and they both replied to a ping
2015 Mar 04
2
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
Thanks Guido, unfortunately no luck: root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS * grep: apparmor: Is a directory grep: patches: Is a directory grep: source: Is a directory root@<server>:~/debian# root@<server>:~/debian# root@<server>:~/debian# root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS */* root@<server>:~/debian#
2009 Aug 20
2
Installation problem on Debian Lenny (libfontconfig).
On Debian Lenny 5.0.2 with standard distros: Code: debian# cat /etc/apt/sources.list deb http://ftp.us.debian.org/debian lenny main contrib non-free deb http://security.debian.org/ lenny/updates main contrib deb-src http://security.debian.org/ lenny/updates main contrib deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib deb-src http://volatile.debian.org/debian-volatile
2003 May 13
3
PDC problem
Hello all, I'm running slackware linux 8.0 and tries to configure samba 2.2.8a as PDC. I succeded configuring network shares i.e. netlogon, profiles, etc. Everything is OK, but when i tries to make a domain logon using windows 98 apears an error "Wrong parameter". When i tries to join my samba domain under Windows 2000 it says "domain does not exists ....". what am i
2013 Oct 08
1
Address family not supported by protocol
I've compile a Samba 4.0.9 for x86_64 with the following options: CPPFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -march=atom -O2 -pipe -fomit-frame-pointer" \ samba_cv_HAVE_GETTIMEOFDAY_TZ=yes \ samba_cv_HAVE_IFACE_IFCONF=yes \ samba_cv_HAVE_IFACE_IFREQ=yes \ ac_cv_have_setresuid=yes \ ac_cv_have_setresgid=yes \ ac_cv_file__proc_sys_kernel_core_pattern=yes \
2024 Oct 21
1
Copy with curl ? force user ignored?
On Mon, 21 Oct 2024 13:47:40 +0200 Gilles via samba <samba at lists.samba.org> wrote: > On 21/10/2024 10:55, Rowland Penny via samba wrote: > > It all depends on what filesystem is on the sdcard, if it is a > > Windows filesystem (vfat etc), then what you see on Linux is a > > figment of the mount command, but if it is a Linux filesystem (ext4 > > etc), then there
2015 Feb 27
2
add user in samba server
# smbpasswd -a linuxsir New SMB password: Retype new SMB password: # ls /etc/samba gdbcommands smb.conf smb.conf.bak smbpasswd # groups linuxsir linuxsir : linuxsir my_test_group1 root at debian:/home/debian# cat /etc/group root:x:0: sambashare:x:119: root at debian:/home/debian# # cat /etc/samba/smbpasswd I have add user linuxsir in samba with a password. 1.Why linuxsir is still not in
2007 May 12
2
Cannot join Win XP SP2 client to domain
Dear all, I have created two virtual machines on my computer (With Vmware 5.5.3). One is running SuSE Linux Enterprise Server 10 with Samba 3.0.22. The other one is runnung a WinXP SP2 client (name: test01). I can browse the shares of the Samba Server. Furthermore I can connect to them with different user names. When trying to join the client to the domain I get an error message that the
2006 Nov 23
1
samba crashing on startup
hi, i've been trying for like two weeks to figure out why samba doesn't run properly. from the logs it looks like smbd will start followed by nmbd. then nmbd will exit for no apparent reason. i'm able to start samba manually with the command '/etc/init.d/samba start'. right now i'm assuming nmbd is the reason why samba doesn't load. i'm running samba version
2004 Aug 27
4
Can't login from Windows PC to Samba using ADS?
I hope this is the right place to post this. I am running SuSe 8.2 Linux on an IBM 1 gig processor at work. I installed samba 3.0.5 on it and followed the instructions in the online book "Samba-3 by Example" for chapter 9 "Active Directory Domain with Samba Domain Member Server <http://www.samba.org/samba/docs/man/Samba-Guide/unixclients.html#adssdm>" to the tee (of
2023 Jan 17
1
Solve Err 53 through Samba?
On 17/01/2023 17:08, Rowland Penny via samba wrote: > ========= >> c:\Users\joe\Downloads>net view >> System error 1231 has occurred. The network location cannot be reached. >> >> c:\Users\joe\Downloads>net view \\samba >> System error 53 has occurred. The network path was not found. >> ========= > Ah, 'net view' depends on SMBv1 and that is
2005 Mar 18
5
idmap LDAP backend
I'm trying to use the LDAP backend for the idmap database but I just can't seem to get it to work. There really is rather pathetic documentation out there on how to implement this. I've basically got my ldap server setup with an OU called smb and another OU under it called idmap. Here is my smb.conf file: [global] workgroup = HQ server string = Theo's Samba Server
2015 Mar 26
2
Problem With Android Configuration
Yes. The problem is lollipop. I tried to install tinc on my brother's device which mount a cyano 10.1( android 4.2.2) and it works. I don't understand which is the problem with lollipop. Is there a firewall that block the packets? Andrea Squeri If you are running Lollipop / Android 5.x on your Nexus 5, then you are probably seeing the same issue I was with it. lollipop seems to change