search for: 5636

Displaying 20 results from an estimated 37 matches for "5636".

Did you mean: 536
2015 May 26
1
migrate samba domain controller to CTDB
...d the ctdbd configured according to the documentation. However, all available guides are for the fresh installations and I can't migrate current data into the CTDB. Simply restoring tdb database into the CTDB doesn't work and it ends with the following error: 2015/05/25 22:25:04.849302 [ 5636]: Invalid version of database dump. File is version 7308332182664266836 but expected version was 1 Converting tdb database with ltdbtool doesn't bring any joy too. How to import tdb samba databases into the ctdb? Thanks, Marko
2007 Nov 03
4
Problems exporting a PCI device to a domU...
...50300 1 xt_physdev netloop 7360 0 raid456 116496 1 xor 15144 1 raid456 loop 15944 0 ide_cd 36832 0 cdrom 33344 1 ide_cd ide_disk 15712 6 generic 5636 0 [permanent] floppy 51716 0 serverworks 9096 0 [permanent] rtc 13332 0 serial_core 20288 0 i2c_piix4 8908 0 i2c_core 20448 1 i2c_piix4 ide_core 112392 4 ide_cd,ide_disk,generic,serverworks eh...
2009 Sep 16
2
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
...s/zion/disks/0/localhome/tbrethou/2.5/prerelease2/llvm-gcc/obj/../install > --program-prefix=llvm- > --enable-llvm=/localhome/tbrethou/2.5/prerelease2/llvm-2.5/ > --disable-bootstrap --enable-languages=c,c++,fortran > Thread model: posix > gcc version 4.2.1 (Based on Apple Inc. build 5636) (LLVM build 2.5) > (Binary from official x86 2.5 release) > > gcc -v > Using built-in specs. > Target: i686-pc-linux-gnu > Configured with: ./configure --prefix=/usr/local > Thread model: posix > gcc version 4.4.1 (GCC) Phoronix tested with gcc 4.2.1 (Apple's). > &...
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
...configure --prefix=/mounts/zion/disks/0/localhome/tbrethou/2.5/prerelease2/llvm-gcc/obj/../install --program-prefix=llvm- --enable-llvm=/localhome/tbrethou/2.5/prerelease2/llvm-2.5/ --disable-bootstrap --enable-languages=c,c++,fortran Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5636) (LLVM build 2.5) (Binary from official x86 2.5 release) gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ./configure --prefix=/usr/local Thread model: posix gcc version 4.4.1 (GCC) The compilation line are : gcc -o bin src.c -O3 llvm-gcc -o bin src.c -O3 Results : LLVM a...
2012 May 10
0
Time series and stl in R: Error only univariate series are allowed
...4 7 1 1 0 0 10 13 5 1 1 3 Using the variable dat1, I input it as an argument to get a time series data: > rainCA1 <- ts(dat1, start = c(1900+as.POSIXlt(CA1[1,5])$year, 1+as.POSIXlt(CA1[1,5])$mon), frequency = 24) A few things to note: >dim(CA1) [1] 5636 31 >length(dat1) [1] 135264 Thus 5636*24 (total data points [24] per row) = 135264 total points. The length(rainCA1) agrees with the points above. However, if I put an end in the ts function, such as >rainCA1 <- ts(dat1, start = c(1900+as.POSIXlt(CA1[1,5])$year, 1+as.POS...
2009 Sep 15
4
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On Tuesday 15 September 2009 08:16, Olivier Meurant wrote: > llvm-gcc -v > Using built-in specs. > Target: i686-pc-linux-gnu > > gcc -v > Using built-in specs. > Target: i486-linux-gnu Different targets. It's no surprise 486 code would perform much worse than i686 code. These compilers need to target the same architecture. Ideally the Makefile would include
2006 Dec 12
1
Layer7 module doesn''t detect nothing on my bridge with a 2.6.18.3 kernel
...s:135919959 (129.6 MiB) TX bytes:162558207 (155.0 MiB) Base address:0xd100 Memory:f1000000-f1020000 # lsmod Module Size Used by ipt_ipp2p 6400 0 ipt_LOG 5248 2 xt_multiport 2176 4 ipt_layer7 8840 14 cls_u32 5636 6 sch_esfq 4736 10 xt_CLASSIFY 1024 28 xt_limit 1280 0 ipt_TOS 1152 0 xt_length 1152 6 ipt_tos 896 2 sch_htb 12544 2 xt_physdev 1808 2 floppy 44580 0 e1000...
2006 Dec 14
0
Re: [RESOLVED] Layer7 module doesn''t detect nothing on my bridge with a 2.6.18.3 kernel
...100 Memory:f1000000-f1020000 >> >> # lsmod >> Module Size Used by >> ipt_ipp2p 6400 0 >> ipt_LOG 5248 2 >> xt_multiport 2176 4 >> ipt_layer7 8840 14 >> cls_u32 5636 6 >> sch_esfq 4736 10 >> xt_CLASSIFY 1024 28 >> xt_limit 1280 0 >> ipt_TOS 1152 0 >> xt_length 1152 6 >> ipt_tos 896 2 >> sch_htb 12544 2 >&gt...
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
...tbrethou/2.5/prerelease2/llvm-gcc/obj/../install > > --program-prefix=llvm- > > --enable-llvm=/localhome/tbrethou/2.5/prerelease2/llvm-2.5/ > > --disable-bootstrap --enable-languages=c,c++,fortran > > Thread model: posix > > gcc version 4.2.1 (Based on Apple Inc. build 5636) (LLVM build 2.5) > > (Binary from official x86 2.5 release) > > > > gcc -v > > Using built-in specs. > > Target: i686-pc-linux-gnu > > Configured with: ./configure --prefix=/usr/local > > Thread model: posix > > gcc version 4.4.1 (GCC) > > Phor...
2007 Sep 04
0
NAT-troubles with RTP
...n what i did wrong or forgot? Ah, and asterisk is version 1.2 on a debian etch with kernel 2.6.18 regards Florian - -- Florian Arthofer Technik Web- und Mailservices/Administrator Web- and Mailservices lagis Internet Serviceprovider GmbH Wiener Stra?e 151, 4021 Linz, Austria Phone +43(0)732/3400-5636 Fax +43(0)732/3400-5644 E-Mail f.arthofer at lagis.at URL http://www.lagis.at FN 270805 w des Landesgerichtes Linz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG3TPXNAbU6R7INwcRAlRTAJ9RyzmD8FOL2cLBC9Fp1LSE/BU...
2010 Sep 22
1
T38 and codecs negotiation
...=0 0 m=audio xxxxx RTP/AVP 96 a=rtpmap:96 telephone-event/8000 a=fmtp:96 0-15 a=silenceSupp:off - - - - a=sendrecv if in the originating INVITE there was the a line for telephone-event mapping. Looking chan_sip.c I understood that the problem is related to t38 capabilities and in particular at row 5636: if (!newjointcapability) { /* If T.38 was not negotiated either, totally bail out... */ if (!p->t38.jointcapability || !udptlportno) { ast_log(LOG_NOTICE, "No compatible codecs, not accepting this offer!\n"); /* Do NOT Change current se...
2004 Jun 03
0
Samba consumes all resources and hangs machine
...4 0.0 0.0 0 0 ? SWN Jun02 0:00 [ksoftirqd_CPU0] root 9 0.0 0.0 0 0 ? SW Jun02 0:00 [bdflush] root 5 0.1 0.0 0 0 ? RW Jun02 0:19 [kswapd] xfs 4913 0.0 0.0 4524 3080 ? S Jun02 0:00 [xfs] root 5636 0.0 0.0 9652 2444 ? S 00:18 0:00 /usr/sbin/smbd -D smbguest 5693 6.4 0.1 13948 7132 ? S 00:20 9:15 \_ [smbd] root 5638 0.0 0.0 7796 1980 ? S 00:18 0:00 /usr/sbin/nmbd -D The last "uptime" output before the crash was: 02:43:59 up 2:50...
2004 Jun 03
1
Smbd hangs entire machine forcing reset
...4 0.0 0.0 0 0 ? SWN Jun02 0:00 [ksoftirqd_CPU0] root 9 0.0 0.0 0 0 ? SW Jun02 0:00 [bdflush] root 5 0.1 0.0 0 0 ? RW Jun02 0:19 [kswapd] xfs 4913 0.0 0.0 4524 3080 ? S Jun02 0:00 [xfs] root 5636 0.0 0.0 9652 2444 ? S 00:18 0:00 /usr/sbin/smbd -D smbguest 5693 6.4 0.1 13948 7132 ? S 00:20 9:15 \_ [smbd] root 5638 0.0 0.0 7796 1980 ? S 00:18 0:00 /usr/sbin/nmbd -D The last "uptime" output before the crash was: 02:43:59 up 2:50...
2004 Jun 07
0
Smbd consumes all resources and hangs machine
...4 0.0 0.0 0 0 ? SWN Jun02 0:00 [ksoftirqd_CPU0] root 9 0.0 0.0 0 0 ? SW Jun02 0:00 [bdflush] root 5 0.1 0.0 0 0 ? RW Jun02 0:19 [kswapd] xfs 4913 0.0 0.0 4524 3080 ? S Jun02 0:00 [xfs] root 5636 0.0 0.0 9652 2444 ? S 00:18 0:00 /usr/sbin/smbd -D smbguest 5693 6.4 0.1 13948 7132 ? S 00:20 9:15 \_ [smbd] root 5638 0.0 0.0 7796 1980 ? S 00:18 0:00 /usr/sbin/nmbd -D The last "uptime" output before the crash was: 02:43:59 up 2:50...
2007 Sep 11
2
Unable to POST after suspend
Hi, I just tried the live CD for CentOS 5.0 on a desktop computer and decided to see if suspend worked. It seems it did, but I'm unable to start the machine again. It's a DIY system with an Asus K8V-X motherboard[1], an AMD Clawhammer 3200+ and 1 GB of Kingston ECC RAM. The system has been perfectly stable despite being utterly abused on a daily basis for almost 3 years. I've tried:
2007 Jul 30
2
Strange ISDN Troubles
...;(2 makes sense for single BRI, 30/23 for PRI/T1) =================excerpts-end==================== - -- Florian Arthofer Technik Web- und Mailservices/Administrator Web- and Mailservices lagis Internet Serviceprovider GmbH Wiener Stra?e 151, 4021 Linz, Austria Phone +43(0)732/3400-5636 Fax +43(0)732/3400-5644 E-Mail f.arthofer at lagis.at URL http://www.lagis.at FN 270805 w des Landesgerichtes Linz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGrfm+NAbU6R7INwcRAi3yAKCVFMlP2vmwCbxGbF947nLw1Eo...
2009 Sep 15
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
...configure --prefix=/mounts/zion/disks/0/localhome/tbrethou/2.5/prerelease2/llvm-gcc/obj/../install --program-prefix=llvm- --enable-llvm=/localhome/tbrethou/2.5/prerelease2/llvm-2.5/ --disable-bootstrap --enable-languages=c,c++,fortran Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5636) (LLVM build 2.5) (Binary from official x86 2.5 release) gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++...
2019 Feb 25
2
Making LLD PDB generation faster
...ulative): 43127 ms ( 94.5%) Add Objects: 34577 ms ( 75.8%) Type Merging: 26709 ms ( 58.5%) Symbol Merging: 7598 ms ( 16.7%) TPI Stream Layout: 1107 ms ( 2.4%) Globals Stream Layout: 602 ms ( 1.3%) Commit to Disk: 5636 ms ( 12.4%) Commit Output File: 16 ms ( 0.0%) ------------------------------------------------- Total Link Time: 45626 ms (100.0%) Unfortunately there were no pdb generated with lld.exe (or any other binaries) so I can't debug them. It seems like LLVM_ENABLE_PDB is n...
2007 Jun 21
4
In the market for a new (old) laptop
Changes at my day job (we have a big merger being finalized), has me in the market for a new laptop. They may require me to only run the approved XP build on the system they provide. I do not know if they will fund another unit for me or not, so I am looking to go cheap. Here is what I am looking for: Runs Centos (duh!) Supports Suspend to memory as well as to disk. Bootable from
2009 Sep 14
2
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On Mon, Sep 14, 2009 at 12:23 PM, Renato Golin <rengolin at systemcall.org>wrote: > 2009/9/14 Edward O'Callaghan <eocallaghan at auroraux.org>: > > screw that site, its useless info run by a linux gnu zealot. > > Well, being a Linux GNU zealot doesn't invalidate numbers. What does > invalidate is that he has no numbers! > > He just fired a few