Displaying 4 results from an estimated 4 matches for "suu".
Did you mean:
sum
2013 Jan 25
3
how to delete the null elements in list
HI,
I have the list:
> suu
[[1]]
NULL
[[2]]
NULL
[[3]]
item_id prod
1 2
[[4]]
item_id prod
1 2
2 4
how to delete all "NULL" elements from suu to get only
>suu
[[3]]
item_id prod
1 2
[[4]]
item_id prod
1 2
2 4
??
Kind regards,
Tammy...
2004 Jun 04
3
syslogd(8) Dropping Privs
...>
@@ -334,9 +335,12 @@
sigset_t mask;
pid_t ppid = 1;
socklen_t len;
+ struct passwd *pw;
+ uid_t runAs;
bindhostname = NULL;
- while ((ch = getopt(argc, argv, "46Aa:b:cdf:kl:m:np:P:suv")) != -1)
+ runAs = getuid();
+ while ((ch = getopt(argc, argv, "46Aa:b:cdf:kl:m:np:P:suU:v")) != -1)
switch (ch) {
case '4':
family = PF_INET;
@@ -393,6 +397,11 @@
case 'u': /* only log specified priority */
UniquePriority++;
break;
+ case 'U':
+ if ((pw = getpwnam(optarg)) == NULL)
+ errx(1, "could not find user \&qu...
2003 Nov 11
1
ntlm_auth and squid authentication problems
...[050] 54 41 5A 49 4F 4E 49 55 53 45 52 43 45 52 42 45 TAZIONIU SERCERBE
[060] 52 4F 12 87 C2 1E 0E 21 6B F9 F3 75 68 FA 85 6D RO.....! k..uh..m
[070] 8A 7C 1C C3 D9 09 55 6D 58 73 8A EA 9A 9B D3 03 .|....Um Xs......
[080] 32 14 AA FE 2C 1E CA 20 3C 1B 20 82 73 75 55 88 2...,.. <. .suU.
[090] 51 2F 00 Q/.
[2003/11/11 14:52:02, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(286)
Got user=[USER] domain=[GRANDI_STAZIONI] workstation=[CERBERO] len1=24
len2=24
[2003/11/11 14:52:02, 10]
utils/ntlm_auth.c:manage_squid_ntlmssp_request(325)
NTLMSSP...
2007 Oct 02
3
Logwatch for postfix
On CentOS5 with the latest updates applied, the logwatch filter for
postfix returns way too many lines from the log. I get an "unmatched
entries" message and all messages that have gone through the system is
listed.
Here is an example:
8F930A8092: to=<morten at foo.bar>, orig_to=<morten at localhost>,
relay=local, delay=0.19, delays=0.06/0.01/0/0.12, dsn=2.0.0,