Displaying 20 results from an estimated 46 matches for "7h".
Did you mean:
7th
2007 Nov 26
1
LDAP logonHours problem
Hi!
I have a problem according to the logonHours setting in my Samba Domain.
Users are in LDAP, and everyone has a logonHours attribute, which could be:
- login is possible at any time
- login is only possible between 7AM and 12PM(mindnight), 7h-24h in 24
hours format, I'm going to use 24h format here in this post.
Samba manual states than logonHours is a 168 bit mask, starting with
Sunday 0h-1h, each bit represents an hour of the week, converted into
Hex.
Therefore:
For 'any time' login, I'm using
"FFFFFFFFFFFFFFFF...
2012 Nov 23
2
Data frame manipulation
Hello,
I have a table that was constructed in a wrong way (dput data on bottom -
wrong data-frame):
Local Mês Dia Colonia X6h X7h X8h X9h X10h X11h
X12h X13h X14h X15h X16h X17h
1 Conceição Junho 1 3 2.16137 2.20412 2.08991 1.72428 1.69897
1.62325 1.44716 1.51851 1.43136 1.47712 1.51851 1.04139
2 Conceição Junho 2 3 2.46538 2.13672 2.06819 1.97772 2.00000
1.80618 1.64345 1.204...
2011 Dec 02
12
puppet master under passenger locks up completely
...1 Processed: 178 Uptime: 8h 50m 58s
PID: 5749 Sessions: 1 Processed: 708 Uptime: 8h 20m 20s
PID: 4253 Sessions: 1 Processed: 820 Uptime: 8h 51m 1s
PID: 5624 Sessions: 1 Processed: 126 Uptime: 8h 20m 24s
PID: 7328 Sessions: 1 Processed: 811 Uptime: 7h 49m 17s
PID: 7274 Sessions: 1 Processed: 984 Uptime: 7h 49m 20s
PID: 8761 Sessions: 1 Processed: 85 Uptime: 7h 18m 50s
PID: 9135 Sessions: 1 Processed: 907 Uptime: 7h 16m 27s
PID: 8777 Sessions: 1 Processed: 342 Uptime: 7h 18m 49s
PID: 10508 Sessions:...
2024 Oct 14
1
Samba AD-DC memory loss
...ime without ever decreasing.
Do you have any ideas to explain and avoid this memory loss?
Tue Oct 1 15:27:05 CEST 2024
Main PID: 350 (samba) Tasks: 61 (limit: 4631) Memory: 617.6M CPU: 4h 46min
57.327s
Mon Oct 7 09:37:26 CEST 2024
Main PID: 350 (samba) Tasks: 63 (limit: 4631) Memory: 761.5M CPU: 7h 28min
28.841s
Thu Oct 10 08:58:36 CEST 2024
Main PID: 350 (samba) Tasks: 61 (limit: 4631) Memory: 941.4M CPU: 10h 41min
5.756s
Mon Oct 14 09:27:52 CEST 2024
Main PID: 350 (samba) Tasks: 60 (limit: 4631) Memory: 1.1G CPU: 15h 22min
45.490s
Thanks
2014 Jan 02
1
How to remove Dovecot (LMTP) information from Email header
....uk*(Dovecot) with LMTP id* XIuTJkJFxVLKTwAAG2fxGQ
for <anant.saraswat at techblue.co.uk>; Thu, 02 Jan 2014 10:59:28 +0000
Received: from [210.7.64.2] (helo=[192.168.100.71])
by solo.techblue.co.uk with esmtp (Exim 4.72)
(envelope-from <sysadmin at techblue.co.uk>)
id 1Vyfzr-0005Oy-7H
for anant.saraswat at techblue.co.uk; Thu, 02 Jan 2014 10:59:28 +0000
Thanks & Regards,
Anant Saraswat
2016 Dec 10
2
Problem installing NUT on 16.04
...vice nut-server stop
service nut-server start
It works.
But this is how it is before those commands:
? nut-server.service - LSB: Network UPS Tools initscript
Loaded: loaded (/etc/init.d/nut-server; bad; vendor preset: enabled)
Active: active (running) since Fri 2016-12-09 13:48:34 CST; 7h ago
Docs: man:systemd-sysv-generator(8)
Process: 1886 ExecStart=/etc/init.d/nut-server start (code=exited,
status=0/SUCCESS)
CGroup: /system.slice/nut-server.service
??2082 /lib/nut/usbhid-ups -a CyberUPS1
Dec 09 13:48:33 amethi systemd[1]: Starting LSB: Network UPS Tools...
2013 Sep 16
1
[PATCH 2/2] com32: Fix a bug on history of commands.
...letions(-)
diff --git a/com32/elflink/ldlinux/cli.c b/com32/elflink/ldlinux/cli.c
index b70224a..d661119 100644
--- a/com32/elflink/ldlinux/cli.c
+++ b/com32/elflink/ldlinux/cli.c
@@ -461,11 +461,14 @@ const char *edit_cmdline(const char *input, int top /*, int width */ ,
printf("\033[?7h");
- /* Add the command to the history */
- comm_counter = malloc(sizeof(struct cli_command));
- comm_counter->command = malloc(sizeof(char) * (strlen(ret) + 1));
- strcpy(comm_counter->command, ret);
- list_add(&(comm_counter->list), &cli_history_head);
+...
2004 Aug 31
1
Can't print properly through server, only direct client->printer
...more correctly, what I intended it to do) is
delete any lines that start with some digits, some spaces, and the
literal "VM\?". Once we realised what the problem was and checked
again, I found that this also matched lines like :
3V)_5qZ$%5r88#qrUKaWQ9d>)o\)#Gn,;eDpH2$<qp4]kqY>7h>5e3apA4FPq"XOYo_J(XoDeC]
and
9VL@hY.WEXoDeL^pA+CXo)SFQp&+FcoCr(NhoYo4!l;X`q8**G!l2XhrPSKMqS<3J_tq=I`pq"I
These lines are part of the image data for bitmapped images on the page.
Altering the match to '^[0-9][0-9]* VM\?' seems to have fixed the
problem. However I'...
2002 Oct 13
1
The class attribute on an environment seems buggy (PR#2159)
...e the class
attribute.
Cheers
Henrik Bengtsson
Home: 201/445 Royale Parade, Parkville
Office: Bioinformatics, WEHI, Parkville
+61 (0)412 269 734 (cell), +61 (0)3 9387 791 (home), +61 (0)3 9345 2324 +(lab)
hb@maths.lth.se, http://www.maths.lth.se/~hb/
Time zone: +10h UTC (Sweden +2h UTC, Calif. -7h UTC)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request...
2016 Dec 10
0
Problem installing NUT on 16.04
> On Dec 9, 2016, at 10:40 PM, Jack McGee wrote:
>
> ? nut-server.service - LSB: Network UPS Tools initscript
> Loaded: loaded (/etc/init.d/nut-server; bad; vendor preset: enabled)
> Active: active (running) since Fri 2016-12-09 13:48:34 CST; 7h ago
> Docs: man:systemd-sysv-generator(8)
> Process: 1886 ExecStart=/etc/init.d/nut-server start (code=exited, status=0/SUCCESS)
> CGroup: /system.slice/nut-server.service
> ??2082 /lib/nut/usbhid-ups -a CyberUPS1
>
> Dec 09 13:48:33 amethi systemd[1]: Starti...
2003 Apr 27
0
Suggestion to modify "Writing R Extensions"
...name} is what defines the name of the help document (and is
the base for the name of the files generated).
Cheers
Henrik Bengtsson
Dept. of Mathematical Statistics @ Centre for Mathematical Sciences
Lund Institute of Technology/Lund University, Sweden
(Sweden +2h UTC, Melbourne +10 UTC, Calif. -7h UTC)
+46 708 909208 (cell), +46 46 320 820 (home),
+1 (508) 464 6644 (global fax),
+46 46 2229611 (off), +46 46 2224623 (dept. fax)
h b @ m a t h s . l t h . s e, http://www.maths.lth.se/~hb/
2003 Apr 28
0
Webcuts - Navigating HTML help using only the keyboard
...by
replacing Webcuts.js with an empty file.
For more details see http://www.maths.lth.se/tools/webcuts/.
Cheers
Henrik Bengtsson
Dept. of Mathematical Statistics @ Centre for Mathematical Sciences
Lund Institute of Technology/Lund University, Sweden
(Sweden +2h UTC, Melbourne +10 UTC, Calif. -7h UTC)
+46 708 909208 (cell), +46 46 320 820 (home),
+1 (508) 464 6644 (global fax),
+46 46 2229611 (off), +46 46 2224623 (dept. fax)
h b @ m a t h s . l t h . s e, http://www.maths.lth.se/~hb/
2013 Sep 17
1
[PATCH 4/4 v2] com32: Fix a bug on history of commands.
...eletions(-)
diff --git a/com32/elflink/ldlinux/cli.c b/com32/elflink/ldlinux/cli.c
index a50124c..6ff30c6 100644
--- a/com32/elflink/ldlinux/cli.c
+++ b/com32/elflink/ldlinux/cli.c
@@ -461,11 +461,14 @@ const char *edit_cmdline(const char *input, int top /*, int width */ ,
printf("\033[?7h");
- /* Add the command to the history */
- comm_counter = malloc(sizeof(struct cli_command));
- comm_counter->command = malloc(sizeof(char) * (strlen(ret) + 1));
- strcpy(comm_counter->command, ret);
- list_add(&(comm_counter->list), &cli_history_head);
+ /...
2003 Sep 19
1
R CMD INSTALL is sensitive to trailing newlines in DESCRIPTION.in
...he bundle information is correct, i.e. "Bundle: VR" etc.
Should I report this is as a bug?
Best wishes
Henrik Bengtsson
Dept. of Mathematical Statistics @ Centre for Mathematical Sciences
Lund Institute of Technology/Lund University, Sweden
(Sweden +2h UTC, Melbourne +10 UTC, Calif. -7h UTC)
+46 708 909208 (cell), +46 46 320 820 (home),
+1 (508) 464 6644 (global fax),
+46 46 2229611 (off), +46 46 2224623 (dept. fax)
h b @ m a t h s . l t h . s e, http://www.maths.lth.se/~hb/
2008 Sep 30
2
how to set term environment for cronjobs?
...server, and the Windows scheduled tasks doesn't work
as well.
It seems like the cronjob is working fine, except that the email
output worries me a bit.
This is what I get on email,
Your Terminal type is unknown!
Enter a terminal type: [vt100]
TERMINAL TYPE IS SET TO vt100
(B)0[1;24r[?7h[?1h=[H[J[22B[J[H[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[K
[0;7mGetting http://billing/pipe/pop.php
[22;53H
[J[1A[0;7mLooking up billing [22;36H
[J[1A[0;7mMaking HTTP connection to billing
[J[1A[0;7mSending HTTP request. [22;22H
[J[...
2003 May 30
1
How to check if a pipe was successfully opened or not?
...ot; exists or not on the current system
before calling pipe()/open()?
I'm running R v1.7.0 on WinXP.
Thanks
Henrik Bengtsson
Dept. of Mathematical Statistics @ Centre for Mathematical Sciences
Lund Institute of Technology/Lund University, Sweden
(Sweden +2h UTC, Melbourne +10 UTC, Calif. -7h UTC)
+46 708 909208 (cell), +46 46 320 820 (home),
+1 (508) 464 6644 (global fax),
+46 46 2229611 (off), +46 46 2224623 (dept. fax)
h b @ m a t h s . l t h . s e, http://www.maths.lth.se/~hb/
2004 May 05
1
Ctrl-C with R.exe and Rterm.exe in R v1.9.0
...learly both cmd.exe and R is trying to parse the stdin. Some
keystrokes goes to R and some to cmd.exe.
Best wishes
Henrik Bengtsson
Div. of Mathematical Statistics @ Centre for Mathematical Sciences
Lund Institute of Technology/Lund University, Sweden
(Sweden +2h UTC, Melbourne +10 UTC, Calif. -7h UTC)
+46 708 909208 (cell), +46 46 320 820 (home),
+1 (508) 464 6644 (global fax),
+46 46 2229611 (off), +46 46 2224623 (dept. fax)
h b @ m a t h s . l t h . s e, http://www.maths.lth.se/~hb/
2016 Jan 02
3
ssh-keygen: sanitize ANSI escape sequences in key comment
...o confusing output on the
terminal when the comment contains ANSI escape characters which are interpreted
by the terminal. The attached public key file serves as an example, which, when
fingerprinted on my Linux terminal, looks like this:
$ ssh-keygen -E sha256 -lf test.pub
1024 MD5:de:ad:be:ef:00:7h:15:15:af:0r:6e:d0:ha:5h:00:00 nobody at example.org (RSA)
... in nice rainbow colors (see [0] for a screenshot). Also note that a SHA256
hash was requested whereas the output is an MD5 hash (which also contains
invalid characters, so it cannot really be an MD5 hash...), but you get the
point that,...
2016 Dec 09
2
Problem installing NUT on 16.04
I rebooted machine and nut cannot connect to the UPS.
mythuser at amethi:/etc$ sudo /lib/nut/usbhid-ups -DD -a CyberUPS1
Network UPS Tools - Generic HID driver 0.42 (2.7.4.1)
USB communication driver (libusb 1.0) 0.02
0.000000 debug level is '2'
0.000499 upsdrv_initups...
0.005722 Checking device (8087/8000)
0.005753 Failed to open device, skipping. (Access
2019 Feb 07
2
Did I install too much for clamav?
...ed the status of amavisd:
# systemctl -l status amavisd
? amavisd.service - Amavisd-new is an interface between MTA and content
checkers.
?? Loaded: loaded (/usr/lib/systemd/system/amavisd.service; enabled;
vendor preset: disabled)
?? Active: active (running) since Thu 2019-02-07 08:16:59 EST; 7h ago
???? Docs: http://www.ijs.si/software/amavisd/#doc
? Process: 5715 ExecStart=/usr/sbin/amavisd -c
/etc/amavisd/amavisd.conf (code=exited, status=0/SUCCESS)
?Main PID: 6327 (/usr/sbin/amavi)
?? CGroup: /system.slice/amavisd.service
?????????? ??6327 /usr/sbin/amavisd (master)
?????????? ?...