search for: unprecise

Displaying 11 results from an estimated 11 matches for "unprecise".

2006 Feb 25
5
[Half-OT] PDA Clients and Rails
Hello! I''d like to gather some points about running a rails application on a PDA. As a condition I''d like to use Palm and Windows Mobile based PDA to target a huge user audience (this could be become difficult I know, only Windows Mobile for the start is although okay). I googled the last weeks and found out that there were only a few web browsers out there. E.g. Mozilla
2017 Oct 14
0
systemctl reboot -- server not accessible after reboot
Am 14.10.2017 um 19:54 schrieb Mike: > Hi, > > Such a simple problem, but I can't figure out the cause. > Supermicro server with a Xeon E3-1200 cpu. > 1U entry level item. > > Using CentOS 7 The version is a bit unprecise. Are you fully updated? On 7.3 and 7.4 I haven't seen that issue. > from ~$root --- systemctl reboot > > Server disconnects my ssh connection and never comes back up. > Go to the server and the power is on but the server is not accessible by ssh. > When I connect a monitor and...
2023 Mar 30
1
Performance: lots of small files, hdd, nvme etc.
Well, you have *way* more files than we do... :) Il 30/03/2023 11:26, Hu Bert ha scritto: > Just an observation: is there a performance difference between a sw > raid10 (10 disks -> one brick) or 5x raid1 (each raid1 a brick) Err... RAID10 is not 10 disks unless you stripe 5 mirrors of 2 disks. > with > the same disks (10TB hdd)? The heal processes on the 5xraid1-scenario >
2011 Sep 14
1
ruby to solve a physics question
I am trying to solve one of my graduate level physics problems with ruby... Here is what I have so far... a6=0.0 for n1 in -10..10 for n2 in -10..10 for n3 in -10..10 if n1!=0 and n2!=0 and n3!=0 p=Math.sqrt(n1**2+n2**2+n3**2+n1*n2/1.414+n1*n3/1.41+n2*n3/1.414) a6+=(1/p)**6 end end end end puts a6 What I''ve got here is a 10x10x10 face-centered
2003 Dec 04
0
Réf. : Re: Réf. : Re: SAMBA Groups and Permissions
...n.be@lists > > cc : > >> .samba.org > > Objet : Re: [Samba] SAMBA Groups and Permissions > > > >> 04/12/2003 12:21 > > > > >> >> >> >>hi, >> >>sorry, if i was too unprecise... >> >>of course i'm working with acl's - otherwise i could hardly define those >>fine granulated rules >> >>this is, what getfacls on /home/board gives: >> >>~# getfacl /home/board >> >># file: home/board >># owner: root >>...
2003 Dec 04
3
SAMBA Groups and Permissions
hi i have a user ~# id test_user uid=500,gid=500 (users),groups (users,kids) as you can see, this user is in primary group "users" and also member of group "kids" if he tries to access /home/board via smb (Samba 3.0 + openldap) from a windows client (XP), he fails, because his sambaPrimaryGroupSID maps to -> "users" and /home/board is not accessible for
2017 Oct 14
7
systemctl reboot -- server not accessible after reboot
Hi, Such a simple problem, but I can't figure out the cause. Supermicro server with a Xeon E3-1200 cpu. 1U entry level item. Using CentOS 7 from ~$root --- systemctl reboot Server disconnects my ssh connection and never comes back up. Go to the server and the power is on but the server is not accessible by ssh. When I connect a monitor and keyboard --- non-responsive. It's like
2003 Dec 04
1
Réf. : Re: SAMBA Groups and Permissions
I confirm that Malte M?ller says. If you want to set multiple group acces, you must use ACL. the valid user parameter in smb.conf force the right of directory but the unix right is only for group user. ----------------------------------- St?phane PURNELLE stephane.purnelle@corman.be Service Informatique Corman S.A. Tel : 00 32 087/342467
2005 Apr 02
4
factor to numeric in data.frame
Dear All, Assume I have a data.frame that contains also factors and I would like to get another data.frame containing the factors as numeric vectors, to apply functions like sapply(..., median) on them. I read the warning concerning as.numeric or unclass, but in my case this makes sense, because the factor levels are properly ordered. I can do it, if I write for each single column
2008 Mar 12
3
Types of quadrature
Dear R-users I would like to integrate something like \int_k^\infty (1 - F(x)) dx, where F(.) is a cumulative distribution function. As mentioned in the "integrate" help-page: integrate(dnorm,0,20000) ## fails on many systems. This does not happen for an adaptive Simpson or Lobatto quadrature (cf. Matlab). Even though I am hardly familiar with numerical integration the implementation
2005 Nov 21
8
[Off-topic] Two provider-setup breaks long-running TCP-connections
Sorry for asking this, as I believe it to be a kernel-related rather than Shorewall-related problem. But some of you guys seem to have a lot of experience with these kind of things. I''m setting up a NAT''ing router with two ISP lines. At first sight, everything works as expected, however when the local machines try to keep a TCP-connection open for a long time, it disconnects