Displaying 13 results from an estimated 13 matches for "13543".
Did you mean:
1354
2009 Feb 20
0
X11 fails to open (PR#13543)
Full_Name: Merlise Clyde
Version: 2.8.1
OS: MAC OS X 10.4.1
Submission from: (NULL) (24.199.155.61)
I am running R under X11 on the MAC OS X 10.4.11 and have been having
problems with X11 graphics since upgrading to 2.8.+
> plot(1:10)
Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma, d$colortype, :
unable to start device X11cairo
In addition: Warning messages:
1: In
2016 Feb 22
3
Database left unlocked by Tcl bindings
...PEN
_e0c4b00000000000_p_Xapian__WritableDatabase
% xapian::WritableDatabase db2 "tmp.db" $xapian::DB_CREATE_OR_OPEN
_f0d3b00000000000_p_Xapian__WritableDatabase
%
At which point
eric at bruno [ ~ ]$ lsof tmp.db/flintlock
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
cat 13543 eric 5w REG 8,9 0 930437 tmp.db/flintlock
cat 13552 eric 9w REG 8,9 0 930437 tmp.db/flintlock
Blaming the execl is due to stepping though my copy of the lock code in
gdb, and seeing, in lsof, 5w on the open, still 5w on the fork, 5ww on
the fcntl, and 5w again on...
2019 May 02
3
interpret non-domain users as domain users?
Dear list,
when I connect to a samba AD member server from a windows 10 client not
joined to the domain, it appears that I always have to connect as
DOMAIN\USER. Is it possible to configure samba such that it always
interprets the USER part as being the account name of the one domain
that is configured, and to discard the DOMAIN part supplied by the
client? This may be a dumb question, but thanks
2019 May 02
0
interpret non-domain users as domain users?
...dumb question, but thanks for any hints... Cheers,
samba <= 4.6 will work. samba 4.7 should work in theory, but it didn't.
there is workaround in the bugzilla, but I didn't try. I am afraid it
will break anytime.
maybe you can give it a try...
https://bugzilla.samba.org/show_bug.cgi?id=13543
2019 May 02
1
interpret non-domain users as domain users?
...ts... Cheers,
>
> samba <= 4.6 will work. samba 4.7 should work in theory, but it
> didn't. there is workaround in the bugzilla, but I didn't try. I am
> afraid it will break anytime.
> maybe you can give it a try...
>
> https://bugzilla.samba.org/show_bug.cgi?id=13543
>
As Andrew has said, this will not work and why you would want this
escapes me ?
if it did work, you could end up with a user called 'fred' from
DOMAIN_A and a user called 'fred' from DOMAIN_B, so which user would be
the one used, the one from DOMAIN_A, or the one from DOMAIN...
2009 Feb 08
1
Trying to get Kawaks and/or NeoRage X to run in Wine.
I have already set up Kawaks and NeoRageX to run in Wine, but when I try to click (either L-click or R-click) on the icon, it doesn't appear to do anything.
I got something with NeoRage X but it comes up with a dialog box that says that it is "Unable to load neo geo bios rom" and I have the neo geo bios files that it needs. I copied the directory with the program and all of the
2006 Apr 04
1
exception_notification crashes fast_cgi process
...[Tue Apr 4 10:20:22 2006] [warn] FastCGI: server
"/home/sites/home/dwapp/public/dispatch.fcgi" (pid 13396) terminated
by calling exit with status ''1''
[Tue Apr 4 10:20:22 2006] [warn] FastCGI: server
"/home/sites/home/dwapp/public/dispatch.fcgi" restarted (pid 13543)
[Tue Apr 4 10:20:22 2006] [error] [client 82.38.203.45] FastCGI:
incomplete headers (0 bytes) received from server
"/home/sites/home/dwapp/public/dispatch.fcgi"
(doh!)
The same for 500 errors.
2006 Aug 25
1
dos filemode not working (NT_STATUS_ACCESS_DENIED)
...eadonly = no
map hidden = no
map system = no
map archive = no
msdfs root = no
anything wrong in the setup?
thanks in advance,
--
Jan Lindner
Ludwig-Maximilians-Universit?t M?nchen
IT-Gruppe Geisteswissenschaften
Geschwister-Scholl-Platz 1
80539 M?NCHEN
Tel.: (089) 2180-1394
Fax: (089) 2180-13543
mail: Jan.Lindner@itg.uni-muenchen.de
2016 Feb 24
0
Database left unlocked by Tcl bindings
...ase
> % xapian::WritableDatabase db2 "tmp.db" $xapian::DB_CREATE_OR_OPEN
> _f0d3b00000000000_p_Xapian__WritableDatabase
> %
>
> At which point
>
> eric at bruno [ ~ ]$ lsof tmp.db/flintlock
> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
> cat 13543 eric 5w REG 8,9 0 930437 tmp.db/flintlock
> cat 13552 eric 9w REG 8,9 0 930437 tmp.db/flintlock
>
> Blaming the execl is due to stepping though my copy of the lock code in
> gdb, and seeing, in lsof, 5w on the open, still 5w on the fork, 5ww on
> th...
2016 Feb 21
5
Database left unlocked by Tcl bindings
I discovered, while trying to set up Tcl bindings for Notmuch
(https://notmuchmail.org/), which uses Xapian, that flintlock was not
being locked (I had lost updates).
I then found that opening a Xapian database for writing directly via
the Xapian Tcl bindings also silently fails to lock flintlock.
I have taken a copy of flint_lock.cc to play with, and I find that it
locks the file when called
2016 Feb 24
4
Database left unlocked by Tcl bindings
...ase db2 "tmp.db" $xapian::DB_CREATE_OR_OPEN
>> _f0d3b00000000000_p_Xapian__WritableDatabase
>> %
>>
>> At which point
>>
>> eric at bruno [ ~ ]$ lsof tmp.db/flintlock
>> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
>> cat 13543 eric 5w REG 8,9 0 930437 tmp.db/flintlock
>> cat 13552 eric 9w REG 8,9 0 930437 tmp.db/flintlock
>>
>> Blaming the execl is due to stepping though my copy of the lock code in
>> gdb, and seeing, in lsof, 5w on the open, still 5w on the fork...
2006 Jun 03
8
confused about ActiveRecord relationships
I am very confused about where to put the belongs_to and the has_one
(and other relationship identifiers). I have read the RDoc and the
agile book many times about this and I think i still see it backwards.
Let me outline my app so you have an understanding...
I have 2 tables:
Schools { id, school_name, address_id }
and
Addresses { street1, street2, city, state, zip, country }
*** this
2019 Feb 08
1
Samba and ufw (mmcg29440@frontier.com)
...] [UFW AUDIT] IN=enp2s5 OUT= MAC= SRC=192.168.254.39 DST=192.168.254.255 LEN=78 TOS=0x00 PREC=0x00 TTL=64 ID=13415 DF PROTO=UDP SPT=53583 DPT=137 LEN=58
Feb 6 08:59:41 radio kernel: [ 659.728221] [UFW AUDIT] IN= OUT=enp2s5 SRC=192.168.254.39 DST=192.168.254.255 LEN=78 TOS=0x00 PREC=0x00 TTL=64 ID=13543 DF PROTO=UDP SPT=47332 DPT=137 LEN=58
Feb 6 08:59:41 radio kernel: [ 659.728231] [UFW ALLOW] IN= OUT=enp2s5 SRC=192.168.254.39 DST=192.168.254.255 LEN=78 TOS=0x00 PREC=0x00 TTL=64 ID=13543 DF PROTO=UDP SPT=47332 DPT=137 LEN=58
Feb 6 08:59:41 radio kernel: [ 659.728256] [UFW AUDIT] IN=enp2s5 OUT...