Displaying 10 results from an estimated 10 matches for "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx".
2016 Dec 19
2
config file line length limit
...is turned
1097 * on/off by Host specifications.
1098 */
1099 active = 1;
but the "active=1" (line 1099) appears only in the libopenssh version,
not the openssh-portable version.
-------------- next part --------------
# 1 this is a very long comment line xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxx...
2009 Sep 09
1
Xyplot, multi line title via main, all lines left justified
All,
Below is an xyplot plot with multiple panels and a title produced via main:
library("lattic")
data.ex = data.frame(y = rnorm(10), t = rep(1:5, 2), group = rep(c(0,1),
each = 5))
xyplot(y ~ t | as.factor(group), data = data.ex,
main = list("Put figure caption here xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
want this line left justified" ))
I must be mis-interpreting the help description for main under xyplot, and
the descriptions of just, hjust, and vjust in textGrob, since manipulation
of these arguments do not seem to produce the desired result of having the
second line of text left-justi...
2007 May 21
1
per user quota using LDAP entries
...5363153-499155089-1962420841-3001
displayName: Kenneth Oncinian
sambaPwdMustChange: 2147483647
sambaPasswordHistory:
00000000000000000000000000000000000000000000000000000000
00000000
sambaAcctFlags: [U ]
myproxyaccess: yes
myjabberaccess: yes
sambaPwdCanChange: 1179303932
sambaLMPassword: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
sambaNTPassword: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
sambaPwdLastSet: 1179303932
mailQuota: maildir:storage=30720
# search result
search: 3
result: 0 Success
# numResponses: 2
# numEntries: 1
-- snip--
thanks and best regards,
Kenneth
2010 Jan 21
2
Service wont start
WindowsXPsp3
All of the installation steps worked fine, it seemed. But after I ran:
tincd -n vpn
even though I got:
tinc.vpn service installed
tinc.vpn service started
when I look at my connections (using ipconfig /all), the "Media State" is
"Media disconnected" for the "Ethernet adapter vpn:".
Further, when I look at Services, I find tinc.vpn with Startup Type
2017 Sep 01
5
Asterisk bugs make a right mess of RTP
http:/www.theregister.co.uk/2017/09/01/asterisk_admin_patch/
--
Dave Topping
e: info at dntopping.uk
t: 03445 888 888
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170901/ae060564/attachment.html>
2010 Jun 06
1
3.4.0 Samba box w/ NT 4 PDC and Win 95 client
Hi guys,
Thanks for those of you whole kept reading after seeing the subject line
-- I know, it's like a flashback to about 2000 or so, but for mostly
uninteresting reasons, I've got a situation that I wanted to run by the
list just in case there's a work around.
I have an NT 4 server that's the PDC that my new Samba box, running
3.4.0 w/ "security = domain" uses to
2008 Jul 11
1
unable to run login scripts in [netlogon]
...-2518398651-1985341777-2730
displayName: Jim Hollandsworth
sambaLMPassword: xxxxxxxxxxxxxxxxxxxxx
sambaNTPassword: xxxxxxxxxxxxxxxxxxxxx
sambaPasswordHistory:
00000000000000000000000000000000000000000000000000000000
00000000
sambaPwdLastSet: 1215711980
sambaAcctFlags: [U ]
userPassword:: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
sambaProfilePath: \\roark\profiles\jholland
sambaHomePath: \\roark\jholland
sambaLogonScript: scripts\jholland.bat
sambaHomeDrive: R:
and my smb.conf:
[global]
unix charset = LOCALE
workgroup = ADMIN
server string = Roark
update encrypted = Yes
map to guest...
2017 Nov 16
2
Plugin virtual, Horde BAD IMAP QRESYNC not enabled
....xxx [xx.xxx.xxx.xxx]
xx xxxxxxxxx xxxx xxxx (xxxxxxxxx-x.x.xx)
xxx <xxxxx at xxxxxxxxx> (xxxxxx-xxxx); xxx, xx xxx xxxx xx:xx:xx +xxxx (xxxx)
Received: xx xx.xxx.xx.xxx xxxx xxxx xx xxxxxxxxxxxxxxxx; xxx, xx xxx xxxx
xx:xx:xx -xxxx (xxx)
X-Google-Smtp-Source: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
X-Received: xx xx.xxx.xx.xx xxxx xxxx xx xxxxxxxxxxxxxxx.x.xxxxxxxxxxxxx; xxx,
xx xxx xxxx xx:xx:xx -xxxx (xxx)
ARC-Seal: x=x; x=xxx-xxxxxx; x=xxxxxxxxxx; xx=xxxx; x=xxxxxx.xxx;
x=xxx-xxxxxxxx;
x=xxxxxxxxxxxxxxx++xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxx...
2012 Jan 30
3
[PATCH] Btrfs: allow cloning ranges within the same file
It''s safe and easy to do so, provided the ranges don''t overlap.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---
fs/btrfs/ioctl.c | 23 ++++++++++++++++-------
1 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c
index 0b06a5c..8fcd671 100644
--- a/fs/btrfs/ioctl.c
+++ b/fs/btrfs/ioctl.c
@@ -2223,8 +2223,6 @@ static
2009 Sep 11
3
For sending my R package as part of R-project
...t plot with multiple panels and a title produced via main:
>
> library("lattic")
> data.ex = data.frame(y = rnorm(10), t = rep(1:5, 2), group = rep(c(0,1),
> each = 5))
>
> xyplot(y ~ t | as.factor(group), data = data.ex,
> ? ?main = list("Put figure caption here xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> ? ?want this line left justified" ))
>
> I must be mis-interpreting the help description for main under xyplot, and
> the descriptions of just, hjust, and vjust in textGrob, since manipulation
> of these arguments do not seem to produce the desired result of having the
> se...