search for: allservers

Displaying 9 results from an estimated 9 matches for "allservers".

2004 Oct 03
0
Filesystem Locking or lack of locking issues
...em. We are using "java.nio.channels.FileLock" We are seeing locks not honored and also lots of java.io.IOException: Resource deadlock avoided. We see this in both NFS and SMB FS mounts. Locking is just not working correctly Oct 2 16:29:20 sc8-a7-lri4 kernel: smb_readpage_sync: launch/AllServers.xml open failed, error=-2 Oct 2 16:29:55 sc8-a7-lri4 kernel: smb_open: Clickthrough-4.status/AllServers.xml open failed, result=-2 Oct 2 16:29:55 sc8-a7-lri4 kernel: smb_open: Clickthrough-4.status/AllServers.xml open failed, result=-2 Oct 2 16:29:55 sc8-a7-lri4 kernel: smb_readpage_sync: Clickt...
2004 Nov 18
2
how to rewrite this without a loop ?
Dear Rexperts, First of all let me say that R is a wonderful and useful piece of software. The only thing is that sometimes it takes me a long time to find out how something can be done, especially when aiming to write compact (and efficient) code. For instance, I have the following function (very rudimentary) which takes a (very specific) data frame as input and for certain subsets
2006 Jan 12
1
Problem with an automatic responder
Hi, I have this setup: (PSTN E1 PRI) -- Asterisk -- (crosscable) -- Alcatel PBX --- analog phones and a few of VoIP phones directly connected to Asterisk. Calling a number (only one until now!) - an automatic responder (IVR) - from VoIP phones works, from analog phones doesn't work: NOANSWER after a few seconds. I'm using no 'r' in dial options (this caused a problem with an IVR
1998 Oct 16
0
Has smbstatus changed since 1.9.17.3 (Was: SAMBA digest 1845
Dear Mike, You wrote: >With the 1.9.17p3 version, smbstatus didn't have a problem >with this. With the new version however, smbstatus seems to >be looking for the smb.conf file in the location specified at >compile time. I can issue the smbstatus command with the same -s >option I use to start smbd and nmbd, but this is very cumbersome. >Can anyone offer any suggestions
2001 Feb 08
0
[Fwd: RedHat 7.0, Wine and Matlab: a fontproblem??]
Hello, I tried to run Matlab (version 6.0.0.88 Release 12, Win98) on my Redhat 7.0 machine using codeweavers-wine version 20010112. Wine seems to work fine when I tested some simple Windows applications: notepad, freeceel, wordpad, calculator... Word and Excel however only show the welcome window and crash immediately afterwards before the real Word/Excel-window should appear. Matlab seems to
1998 Aug 20
2
Event ID: 8003 and Samba
I am getting the following Rdr messages from a BDC (NTBDC01) MESSAGE: ----------------------------------------------------- The master browser has received a server announcement from the computer JERRY that believes that it is the master browser for the domain on transport NetBT_ILANPCI2. The master browser is stopping or an election is being forced.
1998 Feb 10
5
How to set Netscape enviroment on Samba home drive ?
> Does anybody know if it is possible to configure Netscape in such a way > that ALL netscape preferences and options (most important is email > address) will be saved on samba home ? You get this kind of stuff by default with roaming profiles.( ie user.dat or ntuser.dat ) If you are referring to netscape 4 then just point the profile to the home directory (mapped to a consistent drive
2001 Feb 07
1
[Fwd: RedHat 7.0, Wine en Matlab: een fontprobleem??]
Beste, ik heb getracht om Matlab (versie 6.0.0.88 Release 12 op Win98 op aparte partitie op mijn hd) mbv wine te draain op mijn RedHat 7.0. Het betreft codeweavers-wine, versie 20010112. Matlab start heel fijn op, wine spuwt een proces of 15 en vreet zowat al mijn geheugen op maar voor de rest lijkt hij wel te werken. (Andere applicaties zoals notepad, wordpad, freecell, etc werkten perfect..)
2004 Jun 02
1
Manova and contrasts
Hi R-users I'm trying to do multivariate analysis of variance of a experiment with 3 treatments, 2 variables and 5 replicates. The procedure adopted in SAS is as follow, but I'm having difficulty in to implement the contrasts for comparison of all treatments in R. I have already read manuals and other materials about manova in R, but nothing about specific contrasts were found in them,