Displaying 8 results from an estimated 8 matches for "10222".
Did you mean:
1022
2006 Apr 18
2
what happen?
Hi!
I want to choose part of the data. But it has a question.
> attach(PIKO)
> PIKO[1:5,]
code species dbh x y tag status branch
92 10142 PIKO 38.9 6.05 12.81 10165 alive 0
109 10213 PIKO 41.0 6.71 26.21 10202 alive 0
135 10222 PIKO 48.3 18.98 21.28 10214 alive 0
146 10223 PIKO 47.0 19.45 22.83 10224 alive 0
147 10223 PIKO 20.0 19.74 28.65 10225 alive 0
> n=PIKO[dbh>=25,]
> n[1:5,]
code species dbh x y tag status branch
92 10142 PIKO 38.9 6.05 12.81 10165 alive...
2005 Apr 23
1
winbind + ldap uid/gid consistency woes.
...Problem: group id's and uid's (specificly uid's) are inconsistent
between clients (our two test clients). Both machines are using idmap
backend to talk to our ldap server and retrieve idmaps. Again: this
*has* worked in the past.
example:
server...
[username@wbserver root]$ id
uid=10222(username) gid=10001(domain users) groups=10001(domain users)
client #1 ....
[username@wbclient log]$ id
uid=10222(username) gid=10001(domain users) groups=10001(domain users)
client #2 ...
[username@wbclient2 home]$ id
uid=14046(wbtester) gid=10000(domain users) groups=10000(domain users)
How...
2004 Sep 17
3
sftp-server debug output
...s logging to work.
I am compiling and running on Solaris 5.8.
My sshd_config file is as follows:
# This sshd was compiled with
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin
# This is the sshd server system-wide configuration file. See sshd(8)
# for more information.
Port 10222
#Protocol 2,1
#ListenAddress 0.0.0.0
#ListenAddress ::
# HostKey for protocol version 1
#HostKey /usr/local/etc/ssh_host_key
# HostKeys for protocol version 2
HostKey /opt/talisen/ssh/ssh-host-rsa-key
HostKey /opt/talisen/ssh/ssh-host-dsa-key
# Lifetime and size of ephemeral version 1 server ke...
2023 Jan 14
2
Is "vfs objects = acl_tdb" allowed?
Hi,
I had issues using"vfs objects = acl_xattr" (possibly too old version
[Version 4.13.13-Debian] for the needed "acl_xattr:security_acl_name =
user.samba" option needed if running in a non-priv container). So I
tried "vfs objects = acl_tdb" and found it working.
In https://wiki.samba.org/index.php/File_System_Support I found:
File systems without xattr support
2002 Feb 06
15
[Bug 105] scp protocol 2 over a hippi interface takes 6 times longer
http://bugzilla.mindrot.org/show_bug.cgi?id=105
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From markus at openbsd.org 2002-02-07 06:54 -------
could you please try this without scp? e.g.
2006 Nov 13
1
handling time units--hours, minutes, days--from file times
...6:39
G2659310 2006-308-10-28-13.txt 10192 FALSE 666 2006-11-04 10:22:00
2006-11-13 10:56:39
G2659310 2006-308-11-04-10.txt 10210 FALSE 666 2006-11-04 10:58:00
2006-11-13 10:56:39
G2659310 2006-308-11-40-08.txt 10210 FALSE 666 2006-11-04 11:34:00
2006-11-13 10:56:39
G2659310 2006-308-12-16-06.txt 10222 FALSE 666 2006-11-04 12:10:00
2006-11-13 10:56:39
G2659310 2006-308-12-50-55.txt 10222 FALSE 666 2006-11-04 12:46:00
2006-11-13 10:56:39
G2659310 2006-308-13-26-54.txt 10224 FALSE 666 2006-11-04 13:21:00
2006-11-13 10:56:39
G2659310 2006-308-14-02-52.txt 10220 FALSE 666 2006-11-04 13:57:00
2006...
2006 Nov 17
0
difftime for handling time units--hours, minutes, days--from file times
...-04 10:22:00
> > 2006-11-13 10:56:39
> > G2659310 2006-308-11-04-10.txt 10210 FALSE 666 2006-11-04 10:58:00
> > 2006-11-13 10:56:39
> > G2659310 2006-308-11-40-08.txt 10210 FALSE 666 2006-11-04 11:34:00
> > 2006-11-13 10:56:39
> > G2659310 2006-308-12-16-06.txt 10222 FALSE 666 2006-11-04 12:10:00
> > 2006-11-13 10:56:39
> > G2659310 2006-308-12-50-55.txt 10222 FALSE 666 2006-11-04 12:46:00
> > 2006-11-13 10:56:39
> > G2659310 2006-308-13-26-54.txt 10224 FALSE 666 2006-11-04 13:21:00
> > 2006-11-13 10:56:39
> > G2659310 200...
2005 Dec 11
14
Regexten
Before I play around with this again in 1.2.1, regexten is still essentially broken, correct?
The misconception seems to be that it allows you to execute a command upon registration from a SIP UA. Even the O'Reilly TFOT book erroneously states that this is what it is for. After reading the developer discussion though, it definitely seems to be broken. Is it fixed yet?
Doug.