Displaying 13 results from an estimated 13 matches for "13182".
Did you mean:
1312
2005 Aug 08
2
Can't join machines to a Samba PDC using LDAP
...etting seems like it ought to be solvable, but I haven't
seen it anywhere on the net, though I've seen one pretty close (full log
below):
smbd[20039]: _samr_create_user: Running the command `/usr/sbin/smbldap-u
seradd -w "defiant$"' gave 1
It's clear from "slapd[13182]: conn=999 op=2 RESULT tag=103 err=8
text=modifications requir
e authentication" that I'm not getting logged into the ldap server.
Unfortunately, I don't know how or what to get more logging on to be
able to get any more information. I can use phpldapadmin to triple check
that the...
2005 Jul 25
2
dovecot permission denied problems.
...ry
and access my mail I get the following three lines in /var/log/maillog:
> Jul 25 12:46:04 escher imap-login: Login: ###### [::ffff:###.###.###.###]
> Jul 25 12:46:04 escher dovecot: chdir(/home/######) failed with uid
> ####: Permission denied
> Jul 25 12:46:04 escher dovecot: child 13182 (imap) returned error 89
The uid that is used is the one associated with my home directory. As
far as I understand it when you connect to dovecot the imap connection
setuid's to the uid of the authenticated user so there should be no
permission problems.
To try and help in the debugging proce...
2003 May 26
1
bad performance on ATA promise controllers
...===================
Version 1.02a ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
damocles 1G 24301 63 25047 11 13182 8 29843 85 30678 12 185.1 1
There is a big diference, 7MB/s connected in the promise and 24MB/s in the 686
and using UltraDMA-100 in both cases.
Transfers between ATA devices are even worse, certain combinations give me
transfer rates as low as 1MB/s :-?
I tried with other disks/ata cables a...
2008 Dec 16
8
sliding window over a large vector
Hi all,
I have a very large binary vector, I wish to calculate the number of
1's over sliding windows.
this is my very slow function
slide<-function(seq,window){
n<-length(seq)-window
tot<-c()
tot[1]<-sum(seq[1:window])
for (i in 2:n) {
tot[i]<- tot[i-1]-seq[i-1]+seq[i]
}
return(tot)
}
this works well for for reasonably sized vectors. Does
2008 Dec 24
2
Using 'cat' on data frame
Dear all,
I have the following data frame:
> raw.count
Var1
Freq
1 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 707
2 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC 14
3 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT 3
But why when printint it using 'cat', it doesn't print
the desired string "AAA" ?
> cat(raw.count$Var1,
2008 Dec 24
1
selecting a subset of a matrix based on a value occurring in 5 records
Hello,
>I am hoping for some advice as to how I might create a subset of a
>matrix. The matrix is 176 x 3530. The rows are individual records
>and the columns words. I want to create a new matrix that only
>consists of words which occur in at least 5 records. For example,
>if column 7 is "charges" and this only appears in 4 records/rows
>this variable would not
2006 Jul 28
2
Slowness on PUT requests
I''ve been noticing about a 2 second pause between PUT requests when
running either webrick or mongrel. GET, LIST and DELETE all work
great. I tested this by using curl to make a lot of continuous requests.
Even if I remove everything from the controller method and just
replace it with render(:nothing => true) I still get the lag. So I
don''t think it''s
2007 Dec 20
2
factor manipulation: edgelist to a matrix?
Hello All,
I have had considerable bad luck with attempting the following with for
loops. Here is the problem:
# Suppose we have a data.frame with the following data, which can be
considered a type of edgelist (for those with networks backgrounds):
#
# V1 V2
# 1 A
# 1 A
# 1 B
# 2 A
# 3 C
# 3 A
# 3 C
# 3 B
#
# I want the output of the function to produce a matrix, such that #each
factor of
2005 Nov 08
2
crash in PHP4 examples
...I'd have a look at it myself but I don't really know where to start (and
my C/C++ is very basic).
Dave
(gdb) bt
#0 0x00000019 in ?? ()
#1 0xb766dccf in __wrap_delete_WritableDatabase (rsrc=0x80a27ec,
type_name=0xb76e0d15 "_p_Xapian__WritableDatabase")
at xapian_wrap.cc:13182
#2 0xb766f205 in _wrap_destroy_p_Xapian__WritableDatabase
(rsrc=0x80a27ec) at xapian_wrap.cc:16836
#3 0xb7f8410d in list_entry_destructor () from
/usr/lib/libphp_common.so.432
#4 0x080a27ec in ?? ()
#5 0x00000027 in ?? ()
#6 0xbfff6d70 in ?? ()
#7 0xb7fe6c80 in ?? ()
#8 0x080c8ba8 in ?? ()...
2018 Apr 10
2
Asterisk behind NAT Early Media Video
I just noticed, the calling device isn't even sending the early media video
stream. It just sends an early media audio stream. Is there propably a
change in the signaling needed?
(On another P2P SIP Server the early media video works.)
2018-04-10 12:29 GMT+02:00 Benjamin Marty <benjamin.marty at gmail.com>:
> Hi Florian
>
> I already have the external_media_address set in the
2018 Apr 11
2
Asterisk behind NAT Early Media Video
...9121408 SPS
Frame 141: 64 bytes on wire (512 bits), 64 bytes captured (512 bits)
Ethernet II, Src: JuniperN_34:67:f0 (40:a6:77:34:67:f0), Dst: da:81:42:3d:d0:e7 (da:81:42:3d:d0:e7)
Internet Protocol Version 4, Src: 178.82.169.0, Dst: 159.89.104.193
User Datagram Protocol, Src Port: 5006, Dst Port: 13182
Real-Time Transport Protocol
H.264
No. Time Source Destination Protocol Length Info
142 2018-04-11 06:40:03.306682 159.89.XX.XX 192.168.XX.XX H264 64 PT=H264, SSRC=0x5EE97C55, Seq=30572, Time=319121408 SPS
Frame 1...
2018 Apr 10
2
[PATCH] opus-tools/opusfile: Support for Ambisonics
...--------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20180410/fd4a3709/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opus-tools-Support-for-Ambisonics.patch
Type: text/x-patch
Size: 13182 bytes
Desc: not available
URL: <http://lists.xiph.org/pipermail/opus/attachments/20180410/fd4a3709/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opusfile-Support-Ambisonics.patch
Type: text/x-patch
Size: 20828 bytes
Desc: not availabl...
2009 May 22
0
Wine release 1.1.22
...amp; 7 / Acrobat Reader 6 & 7 -- "Detect and Repair" does nothing (MsiReinstallProduct)
12585 Unhandled pagefault in Return to Castle Wolfenstein
13040 SkyMap Pro: Tip of the Day is a blank window.
13137 inetcpl crashes due to unimplemented function wininet.dll.GetDiskInfoA
13182 Ultraedit v14.00+3 cannot be configured anymore
13201 Microsoft Pinball Arcade jittery animations
13243 Trackmania (Nations) Forever doesn't sometimes work with 3d-glasses
13366 Scarface fails to start due to "unhandled page fault"
13642 dogfood: InterPoker on Linux crash...