search for: pankov

Displaying 14 results from an estimated 14 matches for "pankov".

2012 Feb 11
2
[LLVMdev] DW_TAG_base_type missing DW_AT_name for subrange types
Hi, ctfconvert is particularly unhappy about that (e.g., ERROR: ctfconvert: die 141: base type without name). Is it intended behavior? Simple testcase: int main(void) { int i[2]; return 0; } dwarfdump output: clang version 3.0 (tags/RELEASE_30/final): [...] LOCAL_SYMBOLS: [...] <3>< 120> DW_TAG_variable DW_AT_name i
2012 Feb 21
0
[LLVMdev] DW_TAG_base_type missing DW_AT_name for subrange types
On Feb 11, 2012, at 7:51 AM, Yuri Pankov <yuri.pankov at gmail.com> wrote: > Hi, > > ctfconvert is particularly unhappy about that (e.g., ERROR: ctfconvert: > die 141: base type without name). Is it intended behavior? Not that I know of, please file a bug. Thanks! -eric
2018 Jun 15
2
No write access on new shares until smbd is restarted
...restart" behaviour. I'm struggling to isolate any specific conditions that cause this at the moment. The users are added as Samba users. On Thu, Jun 14, 2018 at 10:06 PM Rowland Penny via samba < samba at lists.samba.org> wrote: > On Thu, 14 Jun 2018 20:14:13 +0200 > Eugene Pankov <e at ajenti.org> wrote: > > > Rowland, > > > > Sorry - here are the globals and share config: > > > > [global] > > template shell=/bin/bash > > log file=/var/log/samba/log.%m > > log level=8 > > max log size=5000 > > passdb backe...
2005 Apr 27
4
Shorewall and PPPoE
Hi, I''m new to shorewall and iptables. I installed shorewalls ver. 2.2 two days ago and it''s working now, but I have some questions concerning pppoe. I have my ISP''s connection to internet trough PPPoE over an ethernet card. On the ethernet card I have a static IP and I have access to all other ISP''s clients wich are in the same subnet (it''s a small
2018 Jun 14
3
No write access on new shares until smbd is restarted
...are correct - i.e. I can log in locally as man_dude and create that folder on the FS. Let me know if there's other info you could use. Eugene On Thu, Jun 14, 2018 at 7:48 PM Rowland Penny via samba < samba at lists.samba.org> wrote: > On Thu, 14 Jun 2018 19:06:37 +0200 > Eugene Pankov via samba <samba at lists.samba.org> wrote: > > > Using the latest SerNet 4.8.1 build, I'm seeing users being unable to > > write into newly created shares until smbd is restarted. > > Here's the relevant log part: > > > > [2018/06/14 16:04:29.229329,...
2019 Feb 22
1
Reloading smbd session process group membership cache
Credentials are not changed - UID/GID/SID are still the same afterwards. The user is simply being added to another group. On Fri, Feb 22, 2019 at 5:58 PM Jeremy Allison <jra at samba.org> wrote: > On Tue, Feb 19, 2019 at 06:13:09PM +0100, Eugene Pankov via samba wrote: > > So the problem is that smbd session processes will forever cache the > POSIX > > group memberships that the logged in user possesses. Consider a following > > example: > > > > *smb.conf: * > > [share_a] > > path = /mnt/a > > va...
2018 Jun 15
0
No write access on new shares until smbd is restarted
On 6/15/2018 12:07 PM, Eugene Pankov via samba wrote: > [my previous mail didn't register as an answer in the list it seems] > > Yep - that's a standalone server. We're running the same configuration > (generated from a template) on over a hundred of servers, and just a few > manifest this "readonly un...
2019 Mar 11
2
4.8+ started requiring full UPN for logon
Hi guys, It appears that Samba 4.8 breaks the Windows' ability to log in without specifying a matching domain name. Since the upgrade, logging in with just the username or .\username has become impossible, and only SAMBAHOSTNAME\username still works. I'm running an Apple OpenDirectory + nslcd setup. The username (e_user) still resolves properly via NSS. Is there anything I could have
2019 Feb 19
2
Reloading smbd session process group membership cache
So the problem is that smbd session processes will forever cache the POSIX group memberships that the logged in user possesses. Consider a following example: *smb.conf: * [share_a] path = /mnt/a valid users = dude *ls -l /mnt:* drwxrwxr-x root group_a a */etc/group:* group_a:*:2000:user Now, a client mounts *share_a* as *dude* and has R/W access to it via his *group_a* group membership. Then,
2018 Jun 14
2
No write access on new shares until smbd is restarted
Using the latest SerNet 4.8.1 build, I'm seeing users being unable to write into newly created shares until smbd is restarted. Here's the relevant log part: [2018/06/14 16:04:29.229329, 5] ../source3/smbd/filename.c:662(unix_convert) unix_convert begin: name = New folder, dirpath = , start = New folder [2018/06/14 16:04:29.229375, 5] ../source3/smbd/vfs.c:1458(check_reduced_name)
2018 Jun 14
0
No write access on new shares until smbd is restarted
On Thu, 14 Jun 2018 19:06:37 +0200 Eugene Pankov via samba <samba at lists.samba.org> wrote: > Using the latest SerNet 4.8.1 build, I'm seeing users being unable to > write into newly created shares until smbd is restarted. > Here's the relevant log part: > > [2018/06/14 16:04:29.229329, 5] > ../source3/smbd/fil...
2018 Jun 14
0
No write access on new shares until smbd is restarted
On Thu, 14 Jun 2018 20:14:13 +0200 Eugene Pankov <e at ajenti.org> wrote: > Rowland, > > Sorry - here are the globals and share config: > > [global] > template shell=/bin/bash > log file=/var/log/samba/log.%m > log level=8 > max log size=5000 > passdb backend=tdbsam > load printers=no > printing=bsd &g...
2019 Feb 22
0
Reloading smbd session process group membership cache
On Tue, Feb 19, 2019 at 06:13:09PM +0100, Eugene Pankov via samba wrote: > So the problem is that smbd session processes will forever cache the POSIX > group memberships that the logged in user possesses. Consider a following > example: > > *smb.conf: * > [share_a] > path = /mnt/a > valid users = dude > > *ls -l /mnt:* &g...
2012 Feb 11
0
[LLVMdev] DW_TAG_base_type missing DW_AT_name for subrange types
Hi, ctfconvert is particularly unhappy about that (e.g., ERROR: ctfconvert: die 141: base type without name). Is it intended behavior? Simple testcase: int main(void) { int i[2]; return 0; } dwarfdump output: clang version 3.0 (tags/RELEASE_30/final): [...] LOCAL_SYMBOLS: [...] <3>< 120> DW_TAG_variable DW_AT_name i