search for: 1999

Displaying 20 results from an estimated 6091 matches for "1999".

Did you mean: 1998
1999 May 27
0
Diagnosis Test Pass, But...
...e log files (log.smb and log.dgr10) are included below to show the activity of my most recent attempt to properly connect. Brian Lee Bowers | Division of Government Research Computer Aide III | University of New Mexico dgr0bb@unm.edu | ==================== log.smb ==================== [1999/05/27 13:07:03, 5] locking/shmem.c:smb_shm_open(819) smb_shm_open : using shmem file /usr/local/samba/var/locks/SHARE_MEM_FILE to be of size 1048576 [1999/05/27 13:07:03, 5] locking/shmem.c:smb_shm_register_process(402) smb_shm_register_process : writing record for pid 14897 at offset 0 [1999/0...
1999 May 28
2
Help! problems with Arcserve. Can someone decrypt the logs ?
...rver runs on Linux, and acts as PDC for another domain. authentifications works well. I include here a part of the logs, if someone can help me to understand what's happening, because there is surely something I forgot to do... :) Please look especially to "error" lines. +++++++++ [1999/05/28 08:56:33, 2] locking/locking_shm.c:shm_del_share_mode(376) del_share_modes num entries = 0, deleting share_mode dev=808 ino=1574994 [1999/05/28 08:56:33, 3] smbd/open.c:fd_attempt_close(158) fd_attempt_close fd = 8, dev = 808, inode = 1574994, open_flags = 2, ref_count = 1. [1999/05/28 08...
2009 Dec 22
1
as.Date function yields inconsistent results (PR#14166)
Full_Name: Mario Luoni Version: 2.10.0 OS: Windows XP HE SP3 Submission from: (NULL) (217.194.59.134) This piece of code: zzz1 <- as.POSIXct("1999-03-18", tz="CET") zzz2 <- as.POSIXlt("1999-03-18", tz="CET") zzz1 == zzz2 as.Date(zzz1) as.Date(zzz2) yields TRUE for "zzz1==zzz2", but the two dates returned by as.Date are different: > as.Date(zzz1) [1] "1999-03-17" > as.Date(zzz2...
1999 Jan 28
4
Authentication only on NT Boxes not accepted
...ver = Avenger null passwords = yes * The Linux and the Sun box have successfully joined the Domain (*.MAC File is present) * The Domain Username is existing as a unix user Does anybody has a clue why this happens and how i can fix it?? Regards Stefan -------------- next part -------------- [1999/01/28 09:00:47, 3] smbd/process.c:process_smb(565) Transaction 1 of length 174 [1999/01/28 09:00:47, 3] smbd/process.c:switch_message(402) switch message SMBnegprot (pid 692) [1999/01/28 09:00:47, 3] smbd/negprot.c:reply_negprot(332) Requested protocol [PC NETWORK PROGRAM 1.0] [1999/01/28 09:...
1999 Jun 01
0
" ERROR! Out of file structures" with smbd, and Arcserve IT on sm b share
Hi again, I was previously writing for a problem with Arcserve IT and Samba (with linux). The connection drops after 15 minutes. Continuing to understand what's happening, I discovered the following message in the logs: [1999/06/01 14:42:08, 0] smbd/files.c:file_new(85) ERROR! Out of file structures Immediatly I ran into the samba code to try to understand the cause of the problem. Everything was as if the smbd process could not allocate any new file handler (to my best understanding of the samba code). However, if...
2012 Aug 05
4
find date between two other dates
...Season" values to dates depending on when they occur. For example, the following dates would be assigned the following "Season" numbers based on the "season" intervals detailed below in the code: ddate Season 29/12/1998 20:00:33 1 02/01/1999 05:20:44 2 02/01/1999 06:18:36 2 02/02/1999 07:06:59 3 02/03/1999 07:10:56 4 02/03/1999 07:57:18 4 My approach so far doesnt work because of the time stamps and is probably very long winded. However, to prevent errors I would prefer to keep the date formats as dd/mm/y...
2008 Mar 10
1
Error in extracting monthly observation from a daily time series data
...1-21 -0.49088991 2000-01-22 0.69400376 2000-01-23 0.16209050 2000-01-24 0.03103822 2000-01-25 -0.27605458 2000-01-26 0.01629620 2000-01-27 0.61727694 2000-01-28 -0.55922333 2000-01-29 0.01503502 2000-01-30 0.77450595 2000-01-31 0.11679859 > tail(obs, 1) $`9912` data1 1999-12-01 0.249002645 1999-12-02 -0.281302740 1999-12-03 0.672597155 1999-12-04 0.486135990 1999-12-05 0.402131711 1999-12-06 -0.754141509 1999-12-07 -0.233711029 1999-12-08 -0.064699202 1999-12-09 0.399164668 1999-12-10 -0.199112521 1999-12-11 -0.422189671 1999-12-12 -0.364795664 1999-12-13 0.17...
1999 Mar 24
0
name_query failed: Samba 2.0.3
...amba as the Domain Master Browser to get this to work? (It's not been this much trouble before! I "dislike" windows...) See below the smb.conf, log.smb and log.nmb files (Debug level 2). Patrick smb.conf: # Samba config file created using SWAT # from localhost (127.0.0.1) # Date: 1999/03/24 10:35:20 # Global parameters netbios aliases = GATEWAY interfaces = 192.168.1.3/24 encrypt passwords = Yes log level = 2 log file = /var/log/log.%m dns proxy = No wins support = Yes guest account = pcguest hosts allow =...
2010 Aug 31
4
weird to me interaction between time() and %%, %/%
...05 day 31 svn rev 52157 language R version.string R version 2.11.1 (2010-05-31) I was trying to extract the year from a ts object using time and %/%. It has always seemed to work previously but today I got this peculiar result. > junk <- ts(1:125, start=c(1999,2), frequency=12) > time(junk) Jan Feb Mar Apr May Jun Jul Aug 1999 1999.083 1999.167 1999.250 1999.333 1999.417 1999.500 1999.583 2000 2000.000 2000.083 2000.167 2000.250 2000.333 2000.417 2000.500 2000.583 2001 2001.000 2001.083 2001.167...
1999 Apr 14
0
all remote hosts refused
...re the logs generated with loglevel 3. It is clearly visible that it is allowing the client to connect(you can see where it checks, and approves.) Below log.smb is log.jeeves, which shows a timeout. What's causing this timeout? any help appreciated, I need this server up ASAP. log.smb: [1999/04/14 12:31:15, 2] smbd/server.c:main(702) Changed root to / [1999/04/14 12:31:15, 3] smbd/oplock.c:open_oplock_ipc(73) open_oplock_ipc: opening loopback UDP socket. [1999/04/14 12:31:15, 3] lib/util_sock.c:open_socket_in(683) bind succeeded on port 0 [1999/04/14 12:31:15, 3] smbd/oplock.c:op...
2004 Jan 02
3
Importing Excel/Openoffice Dates into R
...port the dates from excel into R? At the moment I'm just importing the data via read.csv, but I don't know how to bring the dates in as well. Example: Here are two csv files. The first file is missing Jan 13th and the second is missing the 8th. file 1: cboevix.csv VIX 1/1/1999 24.42 1/4/1999 26.17 1/5/1999 24.46 1/6/1999 23.34 1/7/1999 24.37 1/8/1999 23.28 1/11/1999 25.46 1/12/1999 28.1 1/14/1999 32.98 file 2: yenv.csv YENV 1/1/1999 19.5 1/4/1999 22.2 1/5/1999 23.2 1/6/1999 21 1/7/1999 20.2 1/11/1999 21.6 1/12/1999 20.9 1/13/1999 19.1 1/14/1999 19.3 # Read the files...
1999 Mar 05
3
RE SMS and SQL
Hi TOm, I know it this doesn't really help your SMS problem, but it does help SQL. Oracle just accounced support for Linux and they said they are going to release a free version of ORACLE for Linux. Johan >Date: Wed, 3 Mar 1999 17:02:35 -0500 >From: "Tom Hallewell" <hallewellt@rfa.org> >To: <samba@samba.org> >Subject: SMS under samba >Message-ID: <002501be65c1$8becad70$6b021eac@banger.rfa.org> > >Is anyone aware of a way to do server-based software management/installation >...
1999 Jun 20
0
Problems with printing=plp
...meter lpq command = lpq -P %p doing parameter lprm command = lprm -P %p %j ... Processing section "[HPLJ3]" doing parameter comment = HP LaserJet 3P doing parameter public = yes doing parameter printable = yes doing parameter writeable = no doing parameter printer = HPLJ3 [1999/06/20 20:14:25, 3] param/loadparm.c:lp_load(2542) pm_process() returned Yes [1999/06/20 20:14:25, 0] param/loadparm.c:service_ok(1747) No path in service HPLJ3 - using /tmp [1999/06/20 20:14:25, 3] param/loadparm.c:lp_add_ipc(1516) adding IPC service [1999/06/20 20:14:25, 7] param/loadparm.c:...
1999 Jun 30
1
nmbd Problem
...istribution (domain logons = yes) which was not successful. The only thing that helped was setting browse list to no. Can anybody please help me? Thanks in advance Malte Sandow P.S.: my smb.conf: # Samba config file created using SWAT # from server.lgst.hamburg.gruene.de (172.16.1.1) # Date: 1999/06/27 15:57:49 # Global parameters workgroup = LGST server string = Samba Server interfaces = 172.16.1.1/255.255.0.0 encrypt passwords = Yes logon script = %U.bat logon path = \\%L\profiles\%U\profile domain logons = Yes lm announce = False #if I set these to yes nothing works anymore l...
1999 Sep 29
3
AIX 4.32 install (PLEASE HELP)
...nmb logs here. Please forgive me as they are long. ANy help is greatly appreciated. I have SAMBA loaded on almost every variant on linux and have loaded it on aix 4.21 and lower but am stumped on this one. It's probably something simple I'm missing. Thanks again. HERE are the logs. NMB LOG [1999/09/02 14:24:37, 1] nmbd/nmbd.c:main(672) Netbios nameserver version 2.0.0 started. Copyright Andrew Tridgell 1994-1998 [1999/09/02 14:24:37, 1] param/loadparm.c:lp_do_parameter(1943) WARNING: The "alternate permissions"option is deprecated doing parameter interfaces = 172.60.1.107/25...
1999 Feb 11
0
File system shows empty with DAVE 2.1
...Weisser aweisser@kodak.com.au CI Digital Imaging Products & Services ph: +61 3 9353 3923 Kodak Australia fax: +61 3 9353 3940 ---------------------------------------------------------------- -------------- next part -------------- [1999/02/12 09:56:25, 3] smbd/process.c:process_smb(565) Transaction 17 of length 91 [1999/02/12 09:56:25, 5] lib/util.c:show_msg(459) size=87 smb_com=0x32 smb_rcls=0 smb_reh=0 smb_err=0 smb_flg=0 smb_flg2=3 [1999/02/12 09:56:25, 5] lib/util.c:show_msg(465) smb_tid=2 smb_pid=55961 s...
2010 Feb 22
2
adding infrequent date labels to x-axis
...ble to find it on this forum or by writing my own functions. I have 8 years worth of weekly data but would like to restrict the labels on the x-axis to months only. I've included the first year's worth of data below. My line of thought has been along these lines x<-seq(as.Date("1999-04-01"),as.Date("2007-10-25"),by="1 month") y<-as.POSIXlt(x)$mon+1 months<-month.name month.names<-months[as.numeric(y)] month.names<-substr(month.names,1,3) plot(cropped.cast1$date,cropped.cast1$Frac_ET_Satsfd_mean,xaxt='n') mtext(text=month.names,side...
1999 Oct 05
2
Error with 2.0.5a
Hi ! Starting the smbd, I get the following output in samba.log and i cannot connect to samba (from Win95): [1999/10/05 09:47:27, 2] interface.c:(213) Added interface ip=129.103.47.94 bcast=129.103.47.255 nmask=255.255.255.0 [1999/10/05 09:47:27, 1] files.c:(216) file_init: Information only: requested 10000 open files, 1014 are available. [1999/10/05 09:47:27, 2] server.c:(716) Changed root to / [1999/10...
2011 Feb 20
1
Conditional sum
Hi, I have a DF like this: DF = data.frame(read.table(textConnection(" A B C 1 b1 1999 0.25 2 c1 1999 0.25 3 d1 1999 0.25 4 a2 1999 0.25 5 c2 1999 0.25 6 d2 1999 0.25 7 a3 1999 0.25 8 b3 1999 0.25 9 d3 1999 0.25 10 a4 1999 0.25 11 b4 1999 0.25 12 c4 1999 0.25 13 b1 2001 0.5 14 a2 2001 0.5 15 b1 2004 0.33 16 c1 2004 0.33 17 a2 2004 0.33 18 c2 2004 0....
2006 Nov 23
1
how to loop this?
...uot;dimnames")=List of 1 ..$ : chr [1:1274] "1988-01-13" "1988-01-16" "1988-01-20" "1988-01-25" ... . . > str(lasker[[189]]) 'table' int [, 1:464] 1 1 4 1 4 4 6 2 3 3 ... - attr(*, "dimnames")=List of 1 ..$ : chr [1:464] "1999-07-21" "1999-07-23" "1999-07-25" "1999-07-31" ... I've tried: windows<-vector("list",189) for (i in 1:189){ windows[[i]]<-data.frame(table(substr(names(subset(lasker[[i]], lasker[[i]] >= 4)), 1, 7))) } Erro en rep.int(rep.int(seq_len(n...