search for: 4291

Displaying 20 results from an estimated 31 matches for "4291".

Did you mean: 429
2003 Aug 17
0
Fw: usrmgr samba 3 rc1 delete user script update
win 2000 serv pack 4 german gives the same failure rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291) > _samr_unknown_2d: Not yet implemented. for delete user script = /usr/sbin/userdel -r %u all other stuff work like charme regards ----- Original Message ----- From: "rruegner" <robowarp@gmx.de> To: <samba@lists.samba.org> Sent: Sunday, August 17, 2003 1:05 PM Subject:...
2009 Aug 20
1
Open With "A Wine Application": a ridiculous amount of trash
...e Application" entries (http://img32.imageshack.us/img32/1413/winetrash.png) from gnome's Open With > Add Application dialog? As well, for almost every file type I had when wine started doing this, there's an entry in gnome's right-click menu (http://img215.imageshack.us/img215/4291/winejunk.png) to open with "A Wine Application". Often, this is the default. I've gotten most of these removed now, doing one at a time when I noticed them. How do I stop this ridiculousness when I use wine on another account?
2013 Sep 12
0
CESA-2013:X011 Xen4CentOS Low libvirt Security Update
...EC file: * Thu Sep 12 2013 Johnny Hughes <johnny at centos.org> - 0.10.2.7-1.el6.centos.alt - upgrade to upstream version 0.10.2.7 - removed patches 400, 401, 402 as they are now rolled in upstream - added patches 403, 404, 405 from libvirt 0.10.2-maint channel - patch 405 addresses CVE-2013-4291 ===================================================== The following Security issues are addressed in this release: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4291 -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net
2007 Dec 31
1
read.dta error after OSX change in time zone
...ackage began getting an error of: "Error in fromchar(x) : character string is not in a standard unambiguous format" This error goes away & the data is correctly read in when I revert to the EST time zone. I installed & am currently using R Version 1.19-pre (devel, r4291) (4291) while I was still in the US. I am running OS X 10.4.11 on an intel core duo Macbbook pro. I would appreciate any help . I have tried to search the list & FAQ with no solution to this problem. Happy 2008. Danstan Bagenda [[alternative HTML version deleted]]
2003 Aug 17
0
usrmgr samba 3 rc1 delete user script
Update i finally got add user script = /usr/sbin/useradd -m %u to work ( it was a permisson task) delete user script = /usr/sbin/userdel -r %u does not work anyway log says rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291) _samr_unknown_2d: Not yet implemented. as it always did since i tested samba 3 this i the very last funktion i missed to admin samba 3 with usrmgr.....it should work before samba 3 goes to final... i used win xp serv pack 1a german for testing as client no problems here. ----- Original Message -...
2013 Sep 13
0
CentOS-announce Digest, Vol 103, Issue 8
...EC file: * Thu Sep 12 2013 Johnny Hughes <johnny at centos.org> - 0.10.2.7-1.el6.centos.alt - upgrade to upstream version 0.10.2.7 - removed patches 400, 401, 402 as they are now rolled in upstream - added patches 403, 404, 405 from libvirt 0.10.2-maint channel - patch 405 addresses CVE-2013-4291 ===================================================== The following Security issues are addressed in this release: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4291 -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net ---------------...
2006 Apr 04
0
Need help debugging (long)
...p)) /* release mmapped memory. */ (gdb) 3436 ar_ptr = arena_for_chunk(p); (gdb) 3445 (void)mutex_lock(&ar_ptr->mutex); (gdb) 3447 _int_free(ar_ptr, mem); (gdb) Couldn't get registers: No such process. (gdb) [Switching to Thread -1216079680 (LWP 4132)] 4291 p = mem2chunk(mem); (gdb) 4278 { (gdb) 4292 size = chunksize(p); (gdb) 4298 if (__builtin_expect ((uintptr_t) p > (uintptr_t) -size, 0) (gdb) 4307 if (__builtin_expect (size < MINSIZE, 0)) (gdb) 4320 if ((unsigned long)(size) <= (unsigned long)(get_max_fast ())...
2017 Feb 02
2
Samba 4.5.3 on HP UX IA64 : smbclient - tree connect failed: NT_STATUS_CONNECTION_DISCONNECTED
...rver role check:inhibit=yes --foreground root 4300 4286 0 15:01:41 ? 0:00 ./samba -D root 4296 4286 0 15:01:41 ? 0:00 ./samba -D root 4314 4298 0 15:01:44 ? 0:00 /opt/samba/bin/winbindd -D --option=server role check:inhibit=yes --foreground root 4291 4286 0 15:01:40 ? 0:00 ./samba -D root 4294 4286 0 15:01:41 ? 0:00 ./samba -D root 4288 4287 0 15:01:40 ? 0:00 /opt/samba/bin/smbd -D --option=server role check:inhibit=yes --foreground root 4290 4286 0 15:01:40 ? 0:00 ./samba -D root...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...P_FILE = lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_malloc_win.cc.obj.d > FLAGS = /DWIN32 /D_WINDOWS /W3 /GR /EHsc /W3 /MT /O2 /Ob2 /D NDEBUG > -IE:\llvm\compiler-rt\lib\asan\.. /machine:X86 /DWIN32 > /D_WINDOWS /W3 /GR /EHsc /W3 /Oy- /GS- /VERBOSE /Zi /wd4391 /wd4722 > /wd4291 /wd4800 /GR- /DEBUG > OBJECT_DIR = lib\asan\CMakeFiles\RTAsan_dynamic.i386.dir > TARGET_PDB = "" > > Notice how it's passing the /MT flag instead of /MD? That's different > from MSVC, which is using this for its command line options: > > /GS- /TP /analyze-...
2009 Jul 09
3
performance troubleshooting
...0 2596252 370944 304 1910 27 0 0 0 0 0 0 0 223 2404 57232 3445 7 48 45 12 0 0 2654676 423784 199 1016 10 0 0 0 0 0 0 0 203 1470 9183 3672 3 48 49 6 0 0 2601900 380100 218 1039 7 0 0 0 0 0 0 0 221 2310 10486 4025 4 41 56 10 0 0 2649432 407956 332 1484 16 0 0 0 0 0 0 0 198 3757 10921 4291 6 40 53 8 0 0 2626320 397504 198 1101 14 0 0 0 0 0 0 0 203 1840 10345 3940 5 40 55 19 0 0 2598156 375780 209 1188 2 0 0 0 0 0 0 0 229 2229 8940 3465 10 48 42 18 0 0 2643936 423656 176 794 9 0 0 0 0 0 0 0 168 1306 8182 3165 8 39 53 7 0 0 2711160 474176 248 675 22 0 0 0 0 0 0 0...
2017 Jul 11
0
I found this interesting: amount of evil traffic on the internet
...ries to review. previously I could see only a few hundred at a time, since the router doesn't have huge storage. Here's just the first few items from the list, listed as port number ordered by total number of hits: DPT=3343 8859 DPT=23 7872 DPT=3344 5984 DPT=6 4925 DPT=68 4291 DPT=9 2625 DPT=3291 2524 DPT=32915 2523 DPT=143 2467 DPT=1433 2377 DPT=445 2037 DPT=33441 1544 DPT=33442 1522 DPT=33440 1511 DPT=33434 1511 DPT=33435 1487 DPT=33436 1486 DPT=33437 1476 DPT=33439 1458 DPT=33438 1439 DPT=80 1068 DPT=33443 1060 DPT=5060 948 Some of tho...
2012 Jan 21
1
squid transparent proxy problem
....0/8 # RFC1918 possible internal network #acl localnet src 172.16.0.0/12 # RFC1918 possible internal network #acl localnet src 192.168.0.0/16 # RFC1918 possible internal network #acl localnet src fc00::/7 # RFC 4193 local private network range #acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 # https acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unre...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
On Thu, Oct 23, 2014 at 3:38 PM, Aaron Ballman <aaron at aaronballman.com> wrote: > On Thu, Oct 23, 2014 at 2:57 PM, Aaron Ballman <aaron at aaronballman.com> wrote: >> On Thu, Oct 23, 2014 at 2:46 PM, Timur Iskhodzhanov <timurrrr at google.com> wrote: >>> 2014-10-23 11:34 GMT-07:00 Aaron Ballman <aaron at aaronballman.com>: >>>> On Thu, Oct
2010 Jul 22
1
HVM domain can not boot up with Qcow incremental image
...47type\047: \047vnc\047} to /local/domain/0/backend/vfb/16/0. [2010-07-22 23:31:38 4609] INFO (XendDomainInfo:1900) createDevice: tap : {\047bootable\047: 1, \047uname\047: \047tap:qcow:/home/baozheng/inc_winxp\047, \047mode\047: \047w\047, \047dev\047: \047ioemu:hda\047, \047uuid\047: \0476d9f6c1f-4291-0c6e-7dfa-9405560ede97\047} [2010-07-22 23:31:38 4609] DEBUG (DevController:122) DevController: writing {\047backend-id\047: \0470\047, \047virtual-device\047: \047768\047, \047device-type\047: \047disk\047, \047state\047: \0471\047, \047backend\047: \047/local/domain/0/backend/tap/16/768\047} to /...
2017 Feb 02
0
Samba 4.5.3 on HP UX IA64 : smbclient - tree connect failed: NT_STATUS_CONNECTION_DISCONNECTED
...gt; > root 4300 4286 0 15:01:41 ? 0:00 ./samba -D > > root 4296 4286 0 15:01:41 ? 0:00 ./samba -D > > root 4314 4298 0 15:01:44 ? > 0:00 /opt/samba/bin/winbindd -D --option=server role > check:inhibit=yes --foreground > > root 4291 4286 0 15:01:40 ? 0:00 ./samba -D > > root 4294 4286 0 15:01:41 ? 0:00 ./samba -D > > root 4288 4287 0 15:01:40 ? 0:00 /opt/samba/bin/smbd -D > --option=server role check:inhibit=yes --foreground > > root 4290 4286 0 15:01:40 ?...
2018 Mar 20
0
Gluster very poor performance when copying small files (1x (2+1) = 3, SSD)
...t: (g=0): rw=randwrite, bs=(R) 2048B-2048B, (W) 2048B-2048B, (T) 2048B-2048B, ioengine=libaio, iodepth=32 fio-3.1 Starting 1 process Jobs: 1 (f=1): [w(1)][100.0%][r=0KiB/s,w=8662KiB/s][r=0,w=4331 IOPS][eta 00m:00s] test: (groupid=0, jobs=1): err= 0: pid=45813: Tue Mar 20 15:12:02 2018 write: IOPS=4291, BW=8583KiB/s (8789kB/s)(256MiB/30541msec) bw ( KiB/s): min= 7416, max=10264, per=99.94%, avg=8577.66, stdev=618.31, samples=61 iops : min= 3708, max= 5132, avg=4288.84, stdev=309.15, samples=61 cpu : usr=2.87%, sys=15.83%, ctx=262236, majf=0, minf=8 IO depths : 1=0.1%...
2003 Aug 16
2
usrmgr samba 3 rc1
...set_admin_user(314) root logged in as admin user (root privileges) [2003/08/17 01:02:30, 2] rpc_server/srv_samr_nt.c:_samr_lookup_domain(2539) Returning domain sid for domain LINUX -> S-1-5-21-3599697695-4288381433-1023231007 [2003/08/17 01:02:30, 0] rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291) _samr_unknown_2d: Not yet implemented. here is the tested smb.conf system ist kernel 2.4.21 suse 8.2 with ext3 acl enabled, samba bin rpm from suses ftp server under people gd # Global parameters [global] netbios name = linux large readwrite = yes dos charset = ISO88...
2018 Mar 20
2
Gluster very poor performance when copying small files (1x (2+1) = 3, SSD)
On Tue, Mar 20, 2018 at 8:57 AM, Sam McLeod <mailinglists at smcleod.net> wrote: > Hi Raghavendra, > > > On 20 Mar 2018, at 1:55 pm, Raghavendra Gowdappa <rgowdapp at redhat.com> > wrote: > > Aggregating large number of small writes by write-behind into large writes > has been merged on master: > https://github.com/gluster/glusterfs/issues/364 > >
2023 Oct 30
2
Question about silos and Authentication policies
I was playing around again with Windows and when you add members to silos, or remove them, it should not set/unset assigned silo on the user. So I've got a new pull request in Draft state still where I remove that functionality, as well as add some new commands to samba-tool user command. It turned out to be easier to add sub commands to user, as edit user wasn't quite what I thought
2017 Feb 02
2
Samba 4.5.3 on HP UX IA64 : smbclient - tree connect failed: NT_STATUS_CONNECTION_DISCONNECTED
...01:41 ? 0:00 ./samba -D > > > > root 4296 4286 0 15:01:41 ? 0:00 ./samba -D > > > > root 4314 4298 0 15:01:44 ? > > 0:00 /opt/samba/bin/winbindd -D --option=server role > > check:inhibit=yes --foreground > > > > root 4291 4286 0 15:01:40 ? 0:00 ./samba -D > > > > root 4294 4286 0 15:01:41 ? 0:00 ./samba -D > > > > root 4288 4287 0 15:01:40 ? 0:00 /opt/samba/bin/smbd -D > > --option=server role check:inhibit=yes --foreground > > > >...