similar to: X-Priority: 3 (Normal)

Displaying 20 results from an estimated 5000 matches similar to: "X-Priority: 3 (Normal)"

2002 Nov 07
1
language inconsistency puzzle (in the tradition of Bill V enables (Hi Bill) puzzle "what is x")
R allows you to dynamically extend a vector by assigning past the end. So if a has length 10, then assigning to a[11] creates also a[11] with value a2[11] NA. So a is now length 11, while a2 is still length 10. So the occurrence of a[11] has a different meaning on the assigned-to side than on the assigned-from side. E.g. >a <- rep(1,10) >b <- 11 >a2 <- a >a[b] <- a2[b]
2002 Oct 07
4
Samba 2.2.5 Security Bug?
Hello Does anyone know why normal users can set a blank samba password with the smbpasswd kommand by inserting <CR> twice after inserting the old passwd: ben@amo:% /opt/samba/bin/smbpasswd Old SMB password:<oldpasswd> New SMB password:<CR> Retype new SMB password:<CR> Password changed for user ben After that the user can map the samba shares with a blank password even
2003 Feb 04
1
Samba on Tru64 UNIX Cluster
Hi list, I am planning to deploy samba 2.2.6 on a two-node cluster running Tru64 UNIX 5.1A. Each node will be running an instance of samba providing different services, but I want the locks directory to be shared between them so that if one node goes down, the other can take over its services and still have correct information about open files etc. My question: Can the tdb's handle being
2003 Jan 13
1
printing probs and samba update
Hi, I have still a 2.2.5 Samba PDC running and get from time to time printing problems. Sometimes it takes 2-3 minutes when trying to print even simple documents, but then most of the time printing starts immediately. I could not figure out why or when this is happening. It has nothing to do with a long printer queue or an (over)loaded server. Perhaps someone else had these problems too? I
2003 Jan 14
2
Using win2k non-pdc as password server
Hi, I'm trying to get Samba on a Linux box to work. Authentication via user level worked fine, but what I really want is it to take user authentication from a win2k box, which is our "primary local server". The win2k box is not a pdc, (the real pdc is 2000km away, close to the polar circle), but according to the docs it doesn't have to be. So in smb.conf I put: security =
2002 Oct 30
2
Problems joining a Samba PDC controlled Domain
Hello, I'm having problems to join a japanese W2K Client with SrvPck 2 installed to my samba 2.2.5 PDC controlled domain. Other Clients are no problem (Win98, W2k engl., WXP german). I check the regKey (for plaintextpassword; set to 1). Reinstalled SevPck 2, but didn't help. the problem must be on Client side because I having the same problem when jooining a other samba controlled
2004 Aug 06
3
NEWBIE QUESTION - ERROR [BAD PASSWORD]
I have installed the icecast server on my Debian Linux 2.2. I modified the distributed icecast.conf (as far as thought was necessary), and I set up the shout.conf... Both server and shout are started from root and are set up to localhost. I could start the server, but when I started shout, it did find the server, but it was blocked with the message "BAD PASSWORD[encoder]" even if the
2002 Nov 26
1
Local Kernel nfs
Hy Can you tell me how i can say syslinux that the Kernel should be load the filesystem from a server? Is that possible with the syslinux.cfg timeout 0 append root=/dev/nfs ip=bootp # append initrd=rootimg.gz ? Should i load the file to first or should i load syslinux at first? Can i load a linux kernel on a partion with 31 MB? cheers Julian Sorry for my bad english! -- +++ GMX -
2002 Nov 04
0
samba modifies permissions when reading them
hello, it may sound strange but samba modifies permissions when reading them using xp explorer. redhat 7.3, samba 2.2.6-1 rpm (from samba site), windows xp (non-sp1) client. file aaa is owned by user john and group john. permissions are 0600. open the explorer's properties dialog and look at the secutity settings. the group john suddenly got the "w" rights. say ok and now your
2002 Nov 05
0
login name - capital and lower case
Hello, I am wordering how Samba treats the user/account name of a logged in W95 and/or W9x Client? I have the following problem: We want to switch our file- and printer services from netware to samba 2.2.5. The client need also to connect to a netwarebased oracle db 7.x. When I log in to Samba as PDC with capital letters in the username box I am able to use the Software System which is based
2002 Nov 06
0
Fw: Performance Problem
Hello your NIC is ??? and samba version ??? Try modify samba tcp parameters as delay and buff or update your nic driver. > ----- Original Message ----- > From: <fzarnitz@gmx.net> > To: <samba@lists.samba.org> > Sent: Tuesday, November 05, 2002 9:08 AM > Subject: [Samba] Performance Problem > > > > Hello, > > > > I have a severe performance
2002 Dec 10
0
Logins via winbind & ssh/xdm/... take a lot of time
Hi, I have a box running with samba 2.2.7 and winbind (nmbd and winbindd in use) to allow users of the local NT domain to login. The config files for PAM and /etc/nsswitch.conf have been configured correctly so logins are now possible using the local console (login), ssh, xdm and su. Almost everything works fine - everything but the time that is needed for the login process of an NT user to
2003 Feb 06
0
samba slow at overwriting of files
dear samba list members, I recently installed RedHat 8.0 with samba 2.2.7 (already updated, was 2.2.5 before I think, but with the same problem). now I have the problem, that overwriting of files on shares of that samba machine sometimes is extremely slow. writing new files is fast as ever. but what seems interesting to me is, that it depends on how I'm overwriting files. for example I'm
2004 Aug 06
0
No subject
----- Original Message ----- From: "Lukas Bulwahn" <Lukas.Bulwahn@gmx.de> To: <icecast@xiph.org> Sent: Wednesday, November 20, 2002 7:38 PM Subject: [icecast] NEWBIE QUESTION - ERROR [BAD PASSWORD] <p>> I have installed the icecast server on my Debian Linux 2.2. I modified the > distributed icecast.conf (as far as thought was necessary), and I set up the >
2002 Oct 08
3
small question regarding syslinux
hi, one pretty small question .... i wanted to create my own mini-distribution, using syslinux to boot the system. Everything works pretty fine, but now i wanted to see a graphic on boot time. :-) I saw i have to create a graphic with the file-extension .ppm ... but please tell me with which programm i am able to use such an extension? gimp? dont think so ... hope to hear of you ... thanks in
2002 Dec 16
1
encoding question
Hi there, I've a little question abound programming an ogg-vorbis encoder. The encode_example.c works ok for files with 44100/2/16 - but not for other formats. I don"t really understand what this piece of code is really doing: /* uninterleave samples */ for(i=0;i<bytes/4;i++){ buffer[0][i]=((readbuffer[i*4+1]<<8)|
2002 Dec 12
2
Problem with dyn.load in R1.6.1
I've been successfully using a dll via dyn.load() with R1.6.0 for Windows, but when I try it under R1.6.1 it manages to crash the program completely. Has there been a change in how R1.6.1 handles dynamic loading? I couldn't spot any such changes in the documentation. This problem occurred on two different machines, and both run the code under R1.6.0 without a problem. Rob Hyndman
2002 Oct 14
4
log10(), floor() combo issue?
Hi all, in my search for a nice binary2decimal method, I received this nice code (thanx to Uwe Ligges): bindec <- function(b) sum(as.integer(unlist(strsplit(b, ""))) * 2^(floor(log10(b)):0)) It fails, however, with: > bindec(1000) [1] 4 Warning message: longer object length is not a multiple of shorter object length in: as.integer(unlist(strsplit(b, "")))
2002 Nov 30
3
About building R1.6.1 on Cygwin
Hello. For building REmbeddedPostgres in Omegat project(http://www.omegahat.org/RSPostgres/) requiring PostgresSQL's libs, I've tried to build R1.6.1 on Cygwin following the instruction of http://www.stats.ox.ac.uk/pub/Rtools/ since full-spec PostgresSQL running on Windows can run only on Cygwin environment, However I've got following error messages. make -C front-ends Rpwd
2002 Nov 22
2
Need help with pipe()
Hello. I have an R program that calls gawk (GNU Awk 3.06 for Windows) from within pipe() to preprocess a large file before it is read into a data frame with read.table(). I've recently upgraded from Win98SE to WinXP, and have also upgraded from R1.5.0 to R1.6.1 over the past month or so. This program worked before the upgrade(s), but now fails. I observe the following sort of behavior with