Displaying 20 results from an estimated 39 matches for "11001".
Did you mean:
1001
2016 Jan 15
1
Error in socketConnection(master, port = port, blocking = TRUE, open = "a+b", : cannot open the connection
Dear All
I have sucessfully created cluster of four nodes using localhost in my local machine by executing the following command
> cl<-makePSOCKcluster(c(rep("localhost",4)),outfile='',homogeneous=FALSE,port=11001)
starting worker pid=4271 on localhost:11001 at 12:12:26.164
starting worker pid=4280 on localhost:11001 at 12:12:26.309
starting worker pid=4289 on localhost:11001 at 12:12:26.456
starting worker pid=4298 on localhost:11001 at 12:12:26.604
>
> stopCluster(cl)
Now I am trying to create a cl...
2017 Nov 10
1
[Curiosity] Default domain, DC and DM...
In my DC, without setting explicitly a 'winbind default domain', i can
check logins domainless:
root at vdcsv1:~# id gaio
uid=10000(LNFFVG\gaio) gid=10513(LNFFVG\domain users) gruppi=10513(LNFFVG\domain users),11001(LNFFVG\sir),10999(LNFFVG\unixadm),3000008(LNFFVG\domain admins),3000005(LNFFVG\denied rodc password replication group),3000005(LNFFVG\denied rodc password replication group),3000009(BUILTIN\users),3000000(BUILTIN\administrators)
in my DM, no, i've to explicitly set the domain:
root at vdmsv1...
2011 Nov 16
9
Socket Error # 11001
It does this in XP and 2000
RootsMagic 4 runs perfect under Wine 1.3.8 except when it goes to an Internet site as part of it's function. When it does I get this error screen:
RootsMagic has encountered an unexpected error:
Socket Error # 11001
Host not found.
The rest works fine.
It works fine in Vista.
Any suggestions?
---
Bob
2008 Jan 06
4
Error when program tries to file report
First; is this a Wine error number? 11001
The dialog box has the Wine logo in the upper left corner.
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20080106/569d6998/attachment.htm
2008 Jun 30
0
Solaris blastwave.org Version 3.0.23b doesn't read new information from /etc/passwd and /etc/group
...read group and user information? Is there a .tdb file that needs to be deleted?
I have recently added more supplementary groups for a user in /etc/group, but the information isn't coming through in the logs, all I get is this:
[2008/06/27 07:51:24, 5] auth/auth_util.c:(474)
UNIX token of user 11001
Primary group is 11000 and contains 0 supplementary groups
There should definitely be more than 0 supplementary groups.
e.g.
# grep 11001 /etc/passwd
bob:x:11001:11000::/home/bob:/bin/bash
# grep bob /etc/group
everyone_otl::11000:bob
operators_otl::11002:bob
svneditors_otl::11003:bob
Cheers
2016 Oct 01
2
socketSelect(..., timeout): non-integer timeouts in (0, 2) (?) equal infinite timeout on Linux - weird
...se::socketSelect(). For such values, there is
no timeout and you effectively end up with an infinite timeout. I
can reproduce this on R 3.3.1 on Ubuntu 16.04 and RedHat 6.6, but not
on Windows (via Linux Wine).
# 1. In R master session
> con <- socketConnection('localhost', port = 11001, server = TRUE, blocking = TRUE, open = 'a+b')
# 2. In R servant session (connect to the above master socket)
> con <- socketConnection('localhost', port = 11001, server = FALSE, blocking = TRUE, open = 'a+b')
# 3. In R master session (check if there's something...
2006 Dec 21
4
my apache 2.2 conf
...<VirtualHost *:80>
ServerName int.example.com
ServerAlias int
CustomLog /var/www/logs/int.example.com/access.log combined
ErrorLog /var/www/logs/int.example.com/error.log
[...]
## Application Server
# APP1
<Proxy balancer://app1>
BalancerMember http://127.0.0.1:11001
</Proxy>
Alias /app1 /production/app1/public
<Directory /production/app1/public>
Allow from .example.com
RewriteEngine on
RewriteRule ^/?$ balancer://app1%{REQUEST_URI} [P,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . balancer://app1%{REQUEST_URI} [P,L]...
2011 Feb 21
2
problem joining WinXP machine to samba PDC+LDAP environment
...4:32:22, 3] lib/privileges.c:get_privileges(63)
get_privileges: No privileges assigned to SID
[S-1-5-21-3685928793-4148883033-3314734756-11002]
[2011/02/21 14:32:22, 3] lib/privileges.c:get_privileges(63)
get_privileges: No privileges assigned to SID
[S-1-5-21-3685928793-4148883033-3314734756-11001]
[2011/02/21 14:32:22, 3] lib/privileges.c:get_privileges(63)
get_privileges: No privileges assigned to SID [S-1-5-2]
[2011/02/21 14:32:22, 3] lib/privileges.c:get_privileges(63)
get_privileges: No privileges assigned to SID [S-1-5-11]
.... [editor's note: the SID ending in 11002 is the u...
2024 Nov 16
2
First Linux Machine Domain Join
...nbindd. It's now running, and
the wbinfo and getent utilities are now behaving better:
??? terra ~ # wbinfo --ping-dc
??? checking the NETLOGON for domain[HOME] dc connection to
"ceres.home.graham-family.org" succeeded
terra ~ # getent passwd SAMDOM\\jgraham
HOME\jgraham:*:10000:11001::/home/jgraham:/bin/bash
>> Sorry but that is incorrect, it should be 'security = ADS'
Thanks; fixed.
I've been following the Samba Member Server Troubleshooting wiki page
and have resolved almost everything. The only thing I've got at the
moment that's undiagnosed is...
2017 Oct 05
1
socketSelect(..., timeout): non-integer timeouts in (0, 2) (?) equal infinite timeout on Linux - weird
...gt; no timeout and you effectively end up with an infinite timeout. I
>> can reproduce this on R 3.3.1 on Ubuntu 16.04 and RedHat 6.6, but not
>> on Windows (via Linux Wine).
>>
>> # 1. In R master session
>>> con <- socketConnection('localhost', port = 11001, server = TRUE, blocking = TRUE, open = 'a+b')
>> # 2. In R servant session (connect to the above master socket)
>>> con <- socketConnection('localhost', port = 11001, server = FALSE, blocking = TRUE, open = 'a+b')
>> # 3. In R master session (check i...
2006 Oct 18
1
Using CHROOT jail in SFTP
Good afternoon,
I have been using OpenSSH 3.8p1 and added code to sftp-server.c so I could put users in chroot jail. When I setup a new system and downloaded OpenSSH 4.4p1 and tried the same patch it fails with the following in the /var/log/messages file:
sftp-server[11001]: fatal: Couldn't chroot to user directory /home/newyork/ftpbcc: Operation not permitted
I was wondering why one would work and the other would not.
I am running SUSE Linux Enterprise server 9.0.
Regards,
John Monagin
Lason, Inc.
Office - 734-632-1681
Fax - 734-632-1650
Cell - 248-767-3956...
2003 Sep 08
1
Double dialing with asterisk and Grandstream BudgeTone-100
Has anyone seen/dealt with the Grandstream BudgeTone-100 producing double
dialing with asterisk?
Thanks
JDT
Example: (password input = 101)
-- Playing 'vm-password'
-- Incorrect password '11001' for user '101' (context = <any>)
-- Playing 'vm-incorrect'
-- Playing 'vm-password'
-- Incorrect password '110011' for user '101' (context = <any>)
-- Playing 'vm-incorrect'
-- Playing 'vm-password'
--...
2010 Aug 08
3
[Bug 1805] New: consumption of file descriptors using a port forwarding channel
...edTo: unassigned-bugs at mindrot.org
ReportedBy: Walter.Pfannenmueller at siemens.com
Created attachment 1910
--> https://bugzilla.mindrot.org/attachment.cgi?id=1910
sshd debug and system strace
This was tested on a Suse Linux 11.2
Establishing a port forwarding channel
ssh -N -R 11001:<clienthost>:443 -o TCPKeepAlive=yes target
and using the channel with
wget -q --no-check-certificate https://127.0.0.1:11001/
many, many times.
Every now and then a fd isn't freed again.
In the attachement there is the sshd debug output and
a strace to show that the number of supervi...
2010 Nov 19
1
[PATCH] i915resolution: add id for GM45 chipset
Tested with a Dell Vostro 1320 laptop. After booting with
'MENU RESOLUTION 1280 800' in config file, this is the ouput
of 'hwinfo --framebuffer':
02: None 00.0: 11001 VESA Framebuffer
[Created at bios.459]
Unique ID: rdCR.fRULN9k9OD4
Hardware Class: framebuffer
Model: "Intel(r)Cantiga Graphics Controller"
Vendor: "Intel Corporation"
Device: "Intel(r)Cantiga Graphics Controller"
SubVendor: "Intel(r)Cantiga G...
2017 Jun 19
1
New AD user cannot access file share from member server
...731-3738778716-1105
> accountExpires: 9223372036854775807
> sAMAccountName: jd
> sAMAccountType: 805306368
> userPrincipalName: jd at samdom.example.ch
> objectCategory:
> CN=Person,CN=Schema,CN=Configuration,DC=samdom,DC=example ,DC=ch
> userAccountControl: 512
> uidNumber: 11001
> msSFU30NisDomain: samdom
> homeDirectory: \\fileserver\users\jd
> homeDrive: P:
> pwdLastSet: 131405963619168070
> lastLogonTimestamp: 131420723196760820
> whenChanged: 20170616073839.0Z
> uSNChanged: 26797
> lastLogon: 131423508299965620
> logonCount: 1630
> disting...
2017 Oct 05
0
socketSelect(..., timeout): non-integer timeouts in (0, 2) (?) equal infinite timeout on Linux - weird
...h values, there is
> no timeout and you effectively end up with an infinite timeout. I
> can reproduce this on R 3.3.1 on Ubuntu 16.04 and RedHat 6.6, but not
> on Windows (via Linux Wine).
>
> # 1. In R master session
>> con <- socketConnection('localhost', port = 11001, server = TRUE, blocking = TRUE, open = 'a+b')
>
> # 2. In R servant session (connect to the above master socket)
>> con <- socketConnection('localhost', port = 11001, server = FALSE, blocking = TRUE, open = 'a+b')
>
> # 3. In R master session (check if...
2010 May 05
1
backend migration and Samba upgrade.
...gon_time,nt_logoff_time,nt_kickoff_time,nt_pass_last_set_time,nt_pass_can_change_time,nt_pass_must_change_time,username,nt_domain,nt_username,gecos,nt_homedir,nt_dir_drive,nt_logon
Can't find a unix id for an unmapped group
No user SID retrieved from database!
There are 3 RIDs concerned : 513, 11001, 515.
Can I correct this error before migrating ? Is it mandatory/interesting
to correct this error ?
This is the output of the testparm command :
Load smb config files from /usr/local/etc/smb.conf
Processing section "[netlogon]"
Unknown parameter encountered: "readable"
Ign...
2003 Feb 14
4
domain users in local groups with Winbind/Samba/Redhat
Hi,
I am running a Samba 2.2.7a on Redhat 7.3 in a NT domain. For authentication
I am using the domainusers.This is done by Winbind 2.2.7a which verifies the
existens of the users on the PDC. So I dont't have to create local users
(/etc/passwd) for users who want to connect to the shares in the smb.conf.
I authorise them by adding valid users = domain+domainuser to the smb.conf.
This works
2009 Dec 07
0
A Gamma-GLM with log link
...4,496.47
5,838 4.051% 5001 - 6000 5,476.28 3,831 2.658% 6001 -
7000
6,482.82 2,889 2.005% 7001 - 8000 7,500.97 2,323 1.612% 8001
- 9000 8,492.07 1,772 1.230% 9001 - 10000 9,542.60 1,736
1.205% 10001 - 11000 10,490.19 1,291 0.896% 11001 - 12000 11,516.00
1,104 0.766% 12001 - 13000 12,508.65 915 0.635% 13001 -
14000 13,501.24 869 0.603% 14001 - 15000 14,562.99 876
0.608% 15001 - 16000 15,502.50 650 0.451% 16001 - 17000 16,498.90
585 0.406% 17001 - 18000 17,511.23...
2006 Nov 04
1
layere dispatching - please help!
Hi Folks,
I''m having trouble with setting up web services with layered
dispatching.
I''ve defined my controller (backend_controller.rb) as:
class BackendController < ApplicationController
web_service_dispatching_mode :layered
web_service_scaffold :invoke
web_service (:car) {CarService.new}
end
and my service (node_service.rb) as: