search for: 19s

Displaying 20 results from an estimated 28 matches for "19s".

Did you mean: 19
2003 May 29
0
[Bug 93] New: iptables -L format bug
...May 2003 19:33:40 -0000 1.58 +++ netfilter//userspace/iptables.c 29 May 2003 04:49:58 -0000 @@ -1254,14 +1254,14 @@ fputc(fw->ip.invflags & IPT_INV_DSTIP ? '!' : ' ', stdout); if (fw->ip.dmsk.s_addr == 0L && !(format & FMT_NUMERIC)) - printf(FMT("%-19s","-> %s"), "anywhere"); + printf(FMT("%-18s ","-> %s "), "anywhere"); else { if (format & FMT_NUMERIC) sprintf(buf, "%s", addr_to_dotted(&(fw->ip.dst))); else sprintf(buf, "%s", addr_to_anyn...
2015 May 24
2
specify port on check_memcached.pl
....example.com:11212, up 12 minutes 2 seconds Yet, in my nagios web interface, I'm getting this error: Check Memcached 11211 <https://nagios.jokefire.com/nagios/cgi-bin/extinfo.cgi?type=2&host=web1&service=Check+Memcached+11211> CRITICAL 05-24-2015 14:28:31 0d 0h 10m 19s 4/4 CRITICAL ERROR - Can not connect to '162.243.60.6' on port 0 Check Memcached 11212 <https://nagios.jokefire.com/nagios/cgi-bin/extinfo.cgi?type=2&host=web1&service=Check+Memcached+11212> CRITICAL 05-24-2015 14:29:12 0d 0h 11m 8s 4/4 CRITICAL ERROR - Can...
2016 Jul 20
4
un solo un favor
Hola a todos Esta es mi primera pregunta en el grupo, y es sencilla pero me tiene atascado. Estoy tratando de cortar mi mapa de (poner limites en UTM) en un lugar definido como mi area de estudio (en este caso el sur de chile). Pero creo no estar usando bien la función CRS ponendo bien los limites requeridos. > study_area <- readRDS("CHL_adm0.rds") > study_area_UTM <-
2016 Jan 19
0
Expecting your phone call
...working for the bank as a larger entity that covers the entire region. I have taking pains to find out your contact, using the deceased last name.I am contacting you for a safe and profitable proposal that will benefit both of us if you are interested and trustworthy, please reply back and let 19s work towards taking advantage of this profitable situation. We will leave out the further details of this transaction till we receive an affirmation of your desire to participate. You can be rest assured that we are on top of this situation all the time and there will be no risk whatsoever if...
2019 Feb 21
0
32 seconds vs 72 minutes -- expected performance difference?
...ate() to open the directory, then call Find() repeatedly on the handle you get to list its content, then Close(). In your trace each Create operation takes about 0.0013s on average, which I can't really say if it's excessive but its taking a lot of the capture length when you sum them all (19s out of the minute-long trace you sent). You should look on the server side maybe, in the logs (try to raise "log level" in your smb.conf). I'm less knowledgeable on samba perf tweaks though so hopefully someone else will shine some light. Cheers, -- Aurélien Aptel / SUSE Labs Samba...
2019 Feb 18
2
32 seconds vs 72 minutes -- expected performance difference?
> > I tried looking at the network capture using `tcpdump -A -X` but wasn't > able to understand anything. I tried installing wireshark on a throwaway > cloud instance, but realised that it's a GUI program. Can you please help > be with the network trace at > https://www.dropbox.com/s/r8cn0qggrvmrpc3/dump.pcap?dl=0 ? It's capturing > the network chatter for ~1min
2012 Nov 13
1
thread taskq / unp_gc() using 100% cpu and stalling unix socket IPC
...n started (PCI ID 005b/1000/1f38/1028) mfi0: 1830 (boot + 4s/0x0020/info) - Firmware version 3.130.05-1587 mfi0: 1831 (boot + 5s/0x0008/info) - Battery Present mfi0: 1832 (boot + 5s/0x0020/info) - Package version 21.0.2-0001 mfi0: 1833 (boot + 5s/0x0020/info) - Board Revision A00 mfi0: 1834 (boot + 19s/0x0004/info) - Enclosure PD 20(c None/p1) communication restored mfi0: 1835 (boot + 19s/0x0002/info) - Inserted: Encl PD 20 usbus0: 480Mbps High Speed USB v2.0 usbus1: 480Mbps High Speed USB v2.0 ugen0.1: <Intel> at usbus0 uhub0: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> o...
2005 Jan 31
2
Questions regarding OGG implementation on DSP
As to tremor fixed-point implementation, i got several questions, and hopefully some one can help me out. Thanks a lot! 1. For DSP chips with small and limited memory, how much memory do we really need for saving all codebooks before we start to decode audio packets? Can the bit-rate give us some clues? Is there some simple guidelines for this? 2. For CRC error protection, it seems to me that
2018 Jun 09
3
Problem with named.service
...were ellipsized, use -l to show in full. [root at pc ~]# systemctl status named.service● named.service - Berkeley Internet Name Domain (DNS)   Loaded: loaded (/usr/lib/systemd/system/named.service; enabled; vendor preset: disabled)   Active: active (running) since Sat 2018-06-09 07:12:50 AST; 1min 19s ago  Process: 2822 ExecStop=/bin/sh -c /usr/sbin/rndc stop > /dev/null 2>&1 || /bin/kill -TERM $MAINPID (code=exited, status=0/SUCCESS)  Process: 2863 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS) [root at pc ~]# systemctl status named.service...
2011 Jul 04
4
Recent and upcoming changes to R-devel
There was an R-core meeting the week before last, and various planned changes will appear in R-devel over the next few weeks. These are changes planned for R 2.14.0 scheduled for Oct 31. As we are sick of people referring to R-devel as '2.14' or '2.14.0', that version number will not be used until we reach 2.14.0 alpha. You will be able to have a package depend on an svn
2012 Apr 24
8
[PATCH v2] libxl: prevent xl from running if xend is running.
...ot;)) { - printf("Usage xl [-vN] <subcommand> [args]\n\n"); + printf("Usage xl [-vfN] <subcommand> [args]\n\n"); printf("xl full list of subcommands:\n\n"); for (i = 0; i < cmdtable_len; i++) { printf(" %-19s ", cmd_table[i].cmd_name); @@ -1920,7 +1920,7 @@ void help(const char *command) } else { cmd = cmdtable_lookup(command); if (cmd) { - printf("Usage: xl [-v%s] %s %s\n\n%s.\n\n", + printf("Usage: xl [-vf%s] %s %s\n\n%s.\n\n",...
2019 Nov 09
2
improving the performance of install.packages
On 08/11/2019 6:17 p.m., Henrik Bengtsson wrote: > I believe introducing a backward compatible force=TRUE is a good > start, even if we're not ready for making force=FALSE the default at > this point. It would help simplify quite-common instructions like > > if (requireNamespace("BiocManager")) > install.packages("BiocManager") >
2019 Dec 20
4
Upgrading from Debian Stretch to Buster, Van Belle package
Ah, ok, apt-get remove libldb1 ldb-tools Then try again : apt install samba winbind acl The replacement of libldb1 to libldb2 is missing something. I'll have a look at that. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: Lmloge [mailto:lmloge at orange.fr] > Verzonden: vrijdag 20 december 2019 13:15 > Aan: L.P.H. van Belle > CC: samba at lists.samba.org
2018 Jun 09
0
Problem with named.service
...were ellipsized, use -l to show in full. [root at pc ~]# systemctl status named.service● named.service - Berkeley Internet Name Domain (DNS)   Loaded: loaded (/usr/lib/systemd/system/named.service; enabled; vendor preset: disabled)   Active: active (running) since Sat 2018-06-09 07:12:50 AST; 1min 19s ago  Process: 2822 ExecStop=/bin/sh -c /usr/sbin/rndc stop > /dev/null 2>&1 || /bin/kill -TERM $MAINPID (code=exited, status=0/SUCCESS)  Process: 2863 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS) [root at pc ~]# systemctl status named.service...
2011 Dec 02
12
puppet master under passenger locks up completely
I came in this morning to find all the servers all locked up solid: # passenger-status ----------- General information ----------- max = 20 count = 20 active = 20 inactive = 0 Waiting on global queue: 236 ----------- Domains ----------- /etc/puppet/rack: PID: 2720 Sessions: 1 Processed: 939 Uptime: 9h 22m 18s PID: 1615 Sessions: 1 Processed: 947 Uptime: 9h 23m
2019 Dec 20
0
Upgrading from Debian Stretch to Buster, Van Belle package
...amd64 2:4.10.11+dfsg-0.1buster1 [393 kB] Get:19 http://apt.van-belle.nl/debian buster-samba410/main amd64 samba-vfs-modules amd64 2:4.10.11+dfsg-0.1buster1 [454 kB] Get:20 http://apt.van-belle.nl/debian buster-samba410/main amd64 winbind amd64 2:4.10.11+dfsg-0.1buster1 [569 kB] Fetched 17.5 MB in 19s (904 kB/s) Extracting templates from packages: 100% Preconfiguring packages ... Selecting previously unselected package libldb1:amd64. (Reading database ... 59379 files and directories currently installed.) Preparing to unpack .../00-libldb1_2%3a1.5.6-0.1~buster~1_amd64.deb ... Unpacking libldb1:am...
2018 Jun 08
1
Problem with named.service
Good Afternoon! First I'm sorry for my last mail, and my english is not good. What OS? Centos 7.5 Samba Version? Version 4.7.0pre1-GIT-1c4b15a Bind Version? Name        : bind Arch        : x86_64 Epoch       : 32 Version     : 9.9.4 Release     : 61.el7 Size        : 4.3 M
2019 Apr 06
2
selftest, help with a single test
...s Doing a full scan on DC=addom,DC=samba,DC=example,DC=com and looking for deleted objects python3: WARNING: The "server schannel" option is deprecated Unable to resolve group domusers to a SID Unable to resolve group domadmins to a SID Unable to resolve group everyone to a SID [3(6)/7 at 19s] samba3.blackbox.smbclient_machine_auth.plain (ad_member:local)(ad_member:local) [4(9)/7 at 51s] samba3.blackbox.smbclient_machine_auth.plain (ad_dc:local)(ad_dc:local) WARNING: The "lsa over netlogon" option is deprecated WARNING: The "server schannel" option is deprecated WARN...
2019 Apr 01
5
selftest
Thanks for the reply, Besides the problem with source4/lib/messaging/messaging_handlers.c, Good to hear that selftest is actively used, then do I understand it right that 'make test' should succeed? My bigger problem is that it failed with lots of errors. This must be a problem with my build, then, but since this is a fresh tarball I am a bit puzzled. I would appreciate some hint on
2016 Mar 23
2
r-base installation fails on Ubuntu 14.04
...kB] >>> Get:21 http://archive.ubuntu.com trusty/main amd64 Packages [1743 kB] >>> Get:22 http://archive.ubuntu.com trusty/restricted amd64 Packages [16.0 kB] >>> Get:23 http://archive.ubuntu.com trusty/universe amd64 Packages [7589 kB] >>> Fetched 21.8 MB in 1min 19s (274 kB/s) >>> Reading package lists... Done >>> W: GPG error: http://cran.rstudio.com trusty/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 51716619E084DAB9 >>>> apt-get install -y --force=yes r-base-core...