Displaying 12 results from an estimated 12 matches for "50027".
Did you mean:
5002
2009 Oct 10
1
isFALSE
Hello,
Just wondering why there is "isTRUE" and not "isFALSE".
Romain
--
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://tr.im/BcPw : celebrating R commit #50000
|- http://tr.im/ztCu : RGG #158:161: examples of package IDPmisc
`- http://tr.im/yw8E : New R package : sos
-------------- next part --------------
An
2020 Sep 25
2
Debian client/workstation pam_mount
...lume fstype="cifs" server="domain-server2"
path="FS_PRUEBA_3" mountpoint="/home/prueba3/compartido" cipher="(null)"
fskeypath="(null)" fskeycipher="(null)" fskeyhash="(null)"
options="username=prueba3,uid=50006,gid=50027" /> fstab=0 ssh=0
Sep 25 10:00:15 ubuntucliente lightdm[702]: (mount.c:664): Password will be
sent to helper as-is.
Sep 25 10:00:15 ubuntucliente lightdm[702]: command: 'mount' '-t' 'cifs'
'//domain-server2/FS_PRUEBA_3' '/home/prueba3/compartido' '...
2017 Aug 02
2
rawlog
...onfig is below ....
# 2.2.19: /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.9 (357ac0a0e68b+)
doveconf: Warning: service auth { client_limit=30000 } is lower than
required under max. load (150032)
doveconf: Warning: service anvil { client_limit=22000 } is lower than
required under max. load (50027)
# OS: Linux 3.10.0-327.4.4.el7.x86_64 x86_64 CentOS Linux release
7.2.1511 (Core)
auth_cache_negative_ttl = 2 mins
auth_cache_size = 10 M
auth_cache_ttl = 10 mins
auth_master_user_separator = *
auth_mechanisms = plain login
auth_worker_max_count = 10000
default_client_limit = 50000
default_process...
2017 Aug 03
1
rawlog
....
>
> > # Pigeonhole version 0.4.9 (357ac0a0e68b+)
> > doveconf: Warning: service auth { client_limit=30000 } is lower than
> > required under max. load (150032)
> > doveconf: Warning: service anvil { client_limit=22000 } is lower than
> > required under max. load (50027)
> > # OS: Linux 3.10.0-327.4.4.el7.x86_64 x86_64 CentOS Linux release
> > 7.2.1511 (Core)
>
> Please, keep your systems up to date! At least your kernel is terribly
> out of date.
>
> Regards
>
> Alexander
Most common mistake with rawlogs is to assume that the...
2020 Sep 25
3
Debian client/workstation pam_mount
...untucliente lightdm[702]: (mount.c:664): Password will be
sent to helper as-is.
Sep 25 12:04:33 ubuntucliente lightdm[702]: command: 'mount' '-t' 'cifs'
'//domain-server2/FS_PRUEBA_3' '/home/prueba3/compartido' '-o'
'username=prueba3,uid=50006,gid=50027,username=prueba3,uid=50006,gid=50027,domain'
Sep 25 12:04:33 ubuntucliente kernel: [11608.171186] CIFS: Unknown mount
option "domain"
Sep 25 12:04:33 ubuntucliente lightdm[702]: (mount.c:72): Messages from
underlying mount program:
Sep 25 12:04:33 ubuntucliente lightdm[702]: (mount.c:...
2020 Sep 25
2
Debian client/workstation pam_mount
On 25/09/2020 12:55, Robert Wooden wrote:
> Thanks Dr, Naumer and Rowland.
>
> Although still not quite correct, my pam_mount.conf.xml looks like:
> root at lws4:~# cat /etc/security/pam_mount.conf.xml
> <debug enable="1" />
> <volume fstype="fuse"
> server="mbr04.subdom.example.com <http://mbr04.subdom.example.com>"
>
2020 Sep 25
2
Debian client/workstation pam_mount
...664): Password will be
sent to helper as-is.
Sep 25 13:45:46 ubuntucliente lightdm[702]: command: 'mount' '-t' 'cifs' '//
domain-server2.policia2.rionegro.gov.ar/FS_PRUEBA_3'
'/home/POLICIA2/prueba3/compartido' '-o'
'username=prueba3,uid=50006,gid=50027'
Sep 25 13:45:46 ubuntucliente kernel: [17681.763998] Unable to determine
destination address.
Sep 25 13:45:46 ubuntucliente lightdm[702]: (mount.c:72): Messages from
underlying mount program:
Sep 25 13:45:46 ubuntucliente lightdm[702]: (mount.c:76): mount: wrong fs
type, bad option, bad superb...
2017 Aug 03
0
rawlog
...are current (2.2.31 actually).
> # Pigeonhole version 0.4.9 (357ac0a0e68b+)
> doveconf: Warning: service auth { client_limit=30000 } is lower than
> required under max. load (150032)
> doveconf: Warning: service anvil { client_limit=22000 } is lower than
> required under max. load (50027)
> # OS: Linux 3.10.0-327.4.4.el7.x86_64 x86_64 CentOS Linux release
> 7.2.1511 (Core)
Please, keep your systems up to date! At least your kernel is terribly
out of date.
Regards
Alexander
2001 Dec 05
1
"Encore is not installed properly..."
...releases.
See the Wine User Guide, chapter "Keyboard" for more information.
err:win:WIN_FindWndPtr window 30033 belongs to other process
err:win:WIN_FindWndPtr window 20035 belongs to other process
err:win:WIN_FindWndPtr window 20030 belongs to other process
err:win:WIN_FindWndPtr window 50027 belongs to other process
err:win:WIN_FindWndPtr window 5002b belongs to other process
err:win:WIN_FindWndPtr window 50073 belongs to other process
err:win:WIN_FindWndPtr window 60022 belongs to other process
err:win:WIN_FindWndPtr window 10087 belongs to other process
X Error of failed request: Ba...
2010 Feb 04
3
strange behaviour of median
During some experimentation in preparing R lessons I encountered this
behaviour which I can not explain fully
mat <- matrix(1:16, 4,4)
df1 <- data.frame(mat)
> mean(df1)
X1 X2 X3 X4
2.5 6.5 10.5 14.5
Expected, documented
> median(df1)
[1] 6.5 10.5
Rather weird, AFAIK there shall not be an issue with data frame at least I
did not find any in help page. I tracked it
2020 Sep 24
1
helping whith pam_mount
On 24/09/2020 14:57, L.P.H. van Belle wrote:
> Kerberos does that fine with ip only you must have a PTR record to the hostname. ;-)
> And this only works if people didnt set rdns=no in krb5.conf
>
Kerberos does not work with ipaddresses, when did you last see an
ipaddress in a keytab, UPN or SPN ??
Rowland
2020 Sep 24
1
helping whith pam_mount
...nte lightdm[708]: (mount.c:664): Password will be
sent to helper as-is.
Sep 24 10:22:20 ubuntucliente lightdm[708]: command: 'mount' '-t' 'cifs' '//
10.11.37.155/FS_PRUEBA_3' '/home/POLICIA2/prueba3/compartido' '-o'
'username=prueba3,uid=50006,gid=50027'
Sep 24 10:22:20 ubuntucliente kernel: [ 1974.705572] No dialect specified
on mount. Default has changed to a more secure dialect, SMB2.1 or later
(e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to
access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0
on m...