search for: forsberg

Displaying 12 results from an estimated 12 matches for "forsberg".

2007 Feb 21
4
User/Group HWM ignored when converting idmap from tdb to LDAP
.... This means that if uidNumber on the sambaUnixIdPool is set to 10000, and there is already a SID<->uidNumber mapping using uidNumber 10000, there will be two different SID<->uidNumber mappings using uidNumber 10000. Is this a bug, or am I doing something wrong? Regards, \EF -- Erik Forsberg OpenSource-based Thin Client Technology Systems Analyst/Developer Phone: +46-13-21 46 00 Cendio AB Web: http://www.cendio.com
2005 Nov 18
2
Speeding up Samba
I have a 3.2 GHz P4 Win XP Pro connected to a Fedora Core 4 server running on a 2 GHz Celeron. I get about 350 MB/s FTP transfer over a Gigabit Ethernet connection. Samba is very much slower between the same computers. Can Samba be sped up to where it approaches the FTP performance? -- Chuck Forsberg caf@omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665
2001 Jul 31
3
detecting blanks in read.table()
Hi everyone, I am trying to read in a tab delimited data file to R that has outliers marked by blank spaces. I would like to be able to tag those as "NA" when the data is read in. I cannot figure out how to do this using the read.table() options. Everything I have tried either puts all the NA on the end of the row when there are missing values instead of on their appropiate columns
2006 May 17
1
Multiple Clients, Winbind and idmap in LDAP, documentation incorrect?
...= 192.168.5.12 192.168.5.3 # client use spnego = yes encrypt passwords = yes # client schannel = no # disable netbios = yes idmap backend = ldap:ldap://tl1.utb.example.com ldap admin dn = cn=manager,ou=idmap ldap suffix = ou=idmap -- end smb.conf -- Thanks, \EF -- Erik Forsberg OpenSource-based Thin Client Technology Systems Analyst/Developer Phone: +46-13-21 46 00 Cendio AB Web: http://www.cendio.com
2009 Feb 22
3
Pokerstars
I have installed wine 1.1.13 on Debian 4.0. I can run the PokerStarsInstall.exe just fine. Poker Stars works fine but I do not get any icon. Then when I close out Poker Stars, the only way I can run it again is to run PokerStarsInstall.exe. No other .exe files do anything. Any suggestions would be great! Thank you!!
2011 Mar 28
0
Seeking GlusterFS Commercial Support
...#39;m interested in connecting with individuals or companies with in-depth expertise in GlusterFS who offers commercial support for that file-system. Does anyone on this list offer commercial support services around GlusterFS or have knowledge of someone who does? Best regards, Lars -- Lars-Erik Forsberg, VP Delivery Enomaly Inc. lars at enomaly.com
2007 Mar 15
0
[Bug 1298] Use of Allow/DenyGroups leads to slow login
...ads to slow login Product: Portable OpenSSH Version: -current Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy: forsberg at cendio.se The code checking if the user is a member of a group listed in either AllowGroups or DenyGroups finds out which groups a user is member of by getting the list of all groups on the system, then checking the list of members of each group to see if the current user is a member. This le...
2006 Aug 23
1
Re-exporting CIFS file systems
Is there a way to force the Samba server to ignore mounted CIFS file systems? I can't see anything in the smb.conf documetation to do this generally.
2012 Dec 14
0
NetworkManager and VM Bridged Networking
[adding libvirt-users] On 12/14/2012 01:26 AM, Chuck Forsberg WA7KGX N2469R wrote: > I tried using the procedure in > http://fedorasolved.org/Members/kc8hfi/qemu-kvm-bridged-networking. > > The first thing this article mentions is that NetworkManager cannot work > with bridged networking. This is \unfortunate\ as Lunix stopped being a > us...
2001 Dec 08
2
Vorbis suitable for PDAs?
As Linux is starting to apperar on handhelds the tought of having a portable Vorbis-player is everpresent in my mind. However, one things worries me... A user running linux on his (ipaq?) PDA reported skipping and halted playback using mpeg123. Apparently this was caused by lack of processor resources because mpeg123 was programmed for a FPU-enabled CPU. (Thus performing very poor on a
2005 Nov 11
1
optim not giving correct minima
Hello, I am trying to use optim() on a function involving a summation. My function basically is a thinned poisson likelihood. I have two parameters and in most cases optim() does a fine job of getting the minima. I am simulating my data based on pre specified parameters, so I know what I should be getting. However when my true parameters fall in a particular range, optim() gives
2006 Jul 16
0
Problems with validates_lenght_of
I''m building a login system, and I want users to be able to update their password, first name and last name after signing up. So, when signing up password can''t be nil, and it must be between 6..20 characters long. However, on update, the user can choose to leave the password field empty (but fill in other stuff, like first name) and then I want the User model to not update