Displaying 20 results from an estimated 443 matches for "641".
Did you mean:
64
2009 Nov 13
4
processing log file
Dear all, I'm trying to process a log file which logs the date, the username and the computer number accessed. The table looks like this:
>table.users
Date UserName Machine
1 2008-11-25 John 641
2 2008-11-25 Clive 611
3 2008-11-25 Jeremy 641
4 2008-11-25 Walt 722
5 2008-11-25 Tony 645
6 2008-11-26 Tony 645
7 2008-11-26 Tony 641
8 2008-11-26 Tony 641
9 2008-11-26 Walt 641
10 2008-11-26 Walt 645
11 2008-11-30 Jo...
2018 Jun 20
2
Bad message_id occasionally when connecting a MacOS to a freebsd running 4.8.2
...running Samba 4.8.2 with fruit and use it to connect a MacOS to the server. Mostly it works very good, but occasionally the connection halts or the Mac disconnects, and in the log I find these messages:
Jun 20 13:00:00 orca smbd[6033]: [2018/06/20 13:00:00.856101, 0] ../source3/smbd/smb2_server.c:641(smb2_validate_sequence_number)
Jun 20 13:00:00 orca smbd[6033]: smb2_validate_sequence_number: smb2_validate_sequence_number: bad message_id 4217 (sequence id 4287) (granted = 325, low = 3775, range = 512)
Jun 20 13:00:33 orca smbd[38213]: [2018/06/20 13:00:33.713824, 0] ../source3/smbd/smb2_ser...
2007 Mar 23
0
Importing accounts from NT4 domain with Vampire
...problem on this users configuration in the NT4 server,
here is part of the output:
thanks.
fb_nt2:/etc/samba# net rpc vampire -S fb_nt -W FFTBL -UFilipe%*****
Fetching DOMAIN database
Creating account: Administrator
Creating account: Guest
[2007/03/19 11:19:24, 0] passdb/pdb_tdb.c:tdb_update_sam(641)
Unable to modify passwd TDB! Error: Record does not exist occured while
storing the main record (USER_guest)
Creating account: FB_NT$
[2007/03/19 11:19:24, 0] passdb/pdb_tdb.c:tdb_update_sam(641)
Unable to modify passwd TDB! Error: Record does not exist occured while
storing the main record (U...
2007 Apr 10
0
Some errors importing accounts from NT4 PDC with net vampire
...y problem on this users configuration in the NT4 server,
here is part of the output:
thanks.
fb_nt2:/etc/samba# net rpc vampire -S fb_nt -W FFTBL -UFilipe%*****
Fetching DOMAIN database
Creating account: Administrator
Creating account: Guest
[2007/03/19 11:19:24, 0] passdb/pdb_tdb.c:tdb_update_sam(641)
Unable to modify passwd TDB! Error: Record does not exist occured while
storing the main record (USER_guest)
Creating account: FB_NT$
[2007/03/19 11:19:24, 0] passdb/pdb_tdb.c:tdb_update_sam(641)
Unable to modify passwd TDB! Error: Record does not exist occured while
storing the main record (USER_...
2003 Sep 16
2
[Bug 641] Allow disabling of GTK2 within the RPM build process.
http://bugzilla.mindrot.org/show_bug.cgi?id=641
Summary: Allow disabling of GTK2 within the RPM build process.
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneo...
2003 Jul 28
2
R compilation error on Solaris
...lt;howrahbridge> <pts/5> R INSTALL --library=/export/home/sen/Rlibs qtl_0.96-5.tar.gz
* Installing *source* package 'qtl' ...
** libs
gcc -I/usr/local/lib/R/include -I/usr/local/include -fPIC -g -O2 -c discan.c -o discan.o
/usr/ccs/bin/as: "/var/tmp//ccyMYLD1.s", line 641: error: invalid character (0x40)
/usr/ccs/bin/as: "/var/tmp//ccyMYLD1.s", line 641: error: quoted-string operand required
/usr/ccs/bin/as: "/var/tmp//ccyMYLD1.s", line 641: error: statement syntax
*** Error code 1
make: Fatal error: Command failed for target `discan.o'
ERROR...
2018 Jan 17
0
effects & lme4: error since original data frame notfoundWASeffects: error when original data frame is missing
...;, fm)
> }
>
>
> Hth -- Gerrit
>
> ---------------------------------------------------------------------
> Dr. Gerrit Eichner Mathematical Institute, Room 212
> gerrit.eichner at math.uni-giessen.de Justus-Liebig-University Giessen
> Tel: +49-(0)641-99-32104 Arndtstr. 2, 35392 Giessen, Germany
> Fax: +49-(0)641-99-32109 http://www.uni-giessen.de/eichner
> ---------------------------------------------------------------------
>
> Am 17.01.2018 um 15:02 schrieb Gerrit Eichner:
> > Hi, again,
> >
> &...
2018 Jan 17
0
effects & lme4: error since original data frame not found WASeffects: error when original data frame is missing
...4.2
[17] colorspace_1.3-2 mgcv_1.8-22 nnet_7.3-12
quantreg_5.33
---------------------------------------------------------------------
Dr. Gerrit Eichner Mathematical Institute, Room 212
gerrit.eichner at math.uni-giessen.de Justus-Liebig-University Giessen
Tel: +49-(0)641-99-32104 Arndtstr. 2, 35392 Giessen, Germany
Fax: +49-(0)641-99-32109 http://www.uni-giessen.de/eichner
---------------------------------------------------------------------
Am 17.01.2018 um 10:55 schrieb Gerrit Eichner:
> Hello, everyody,
>
> when asking, e.g., Effec...
2011 Mar 28
1
Ordering data.frame based on class
...ven below -
my_dat = data.frame(class = c("XYZ", "XYZ", "XYZ", "XYZ", "XYZ","ABC", "ABC", "ABC", "ABC", "ABC" ), var1 = c(20, 14, 89, 81, 17, 44, 36, 41, 11, 36), var2 = c(1001, 250, 456, 740, 380, 641, 111, 209, 830, 920))
> my_dat
class var1 var2
1 XYZ 20 1001
2 XYZ 14 250
3 XYZ 89 456
4 XYZ 81 740
5 XYZ 17 380
6 ABC 44 641
7 ABC 36 111
8 ABC 41 209
9 ABC 11
830
10 ABC 20 920
I wish to sort above data.frame class-wise on var1. T...
2009 Jan 07
1
Re moving Numeric,0 from dataframe
...but i
tried building some sample test code for this problem based on my working
code and it wasnt producing what i wanted so hopefully a brief explanation
and my result will allow you guys enough information to offer some advice.
My result:
allTAZprobs TAZS
[1,] Numeric,0 640
[2,] 0.4385542 641
[3,] 0.2876207 642
[4,] Numeric,0 643
[5,] Numeric,0 649
[6,] Numeric,0 650
[7,] 0.7543349 652
[8,] Numeric,0 654
is a dataframe that is built after about 4 iterative processes of looking up
some numbers in different tables and plugging them into the next process.
The "Num...
2002 Feb 27
1
Log file size
...log size =3D 5
wins support =3D Yes
[moreward]
comment =3D Moreward Directory
path =3D /MOREWARD
valid users =3D admin
writeable =3D Yes
browseable =3D no
server /var/samba> more log.smb
log.smb (18%)
[2002/02/28 09:16:27, 1] smbd/server.c:main(641)
log.smb (19%)
smbd version 2.0.7 started.
log.smb (20%)
Copyright Andrew Tridgell 1992-1998
log.smb (21%)
doing parameter log file =3D /var/samba/log/log.%U
log.smb (22%)
doing parameter max log size =3D 5
log.smb (22%)
doing parameter wins support =3D Yes
log.smb (23%)
[2002/02/28...
2010 Nov 04
5
Logical vectors
Hi folks,
Pls help me to understand follow;
An Introduction to R
2.4 Logical vectors
http://cran.r-project.org/doc/manuals/R-intro.html#R-and-statistics
1)
> x
[1] 1 2 3 4 5
> temp <- x != 1
> temp
[1] FALSE TRUE TRUE TRUE TRUE
>
2)
> x
[1] 1 2 3 4 5
> temp <- x > 1
> temp
[1] FALSE TRUE TRUE TRUE TRUE
Why NOT
> temp
[1] TRUE FALSE FALSE FALSE
2010 Nov 04
5
Logical vectors
Hi folks,
Pls help me to understand follow;
An Introduction to R
2.4 Logical vectors
http://cran.r-project.org/doc/manuals/R-intro.html#R-and-statistics
1)
> x
[1] 1 2 3 4 5
> temp <- x != 1
> temp
[1] FALSE TRUE TRUE TRUE TRUE
>
2)
> x
[1] 1 2 3 4 5
> temp <- x > 1
> temp
[1] FALSE TRUE TRUE TRUE TRUE
Why NOT
> temp
[1] TRUE FALSE FALSE FALSE
2018 Jun 20
0
Bad message_id occasionally when connecting a MacOS to a freebsd running 4.8.2
...mba 4.8.2 with fruit and use it to connect a MacOS to the server. Mostly it works very good, but occasionally the connection halts or the Mac disconnects, and in the log I find these messages:
>
> Jun 20 13:00:00 orca smbd[6033]: [2018/06/20 13:00:00.856101, 0] ../source3/smbd/smb2_server.c:641(smb2_validate_sequence_number)
> Jun 20 13:00:00 orca smbd[6033]: smb2_validate_sequence_number: smb2_validate_sequence_number: bad message_id 4217 (sequence id 4287) (granted = 325, low = 3775, range = 512)
> Jun 20 13:00:33 orca smbd[38213]: [2018/06/20 13:00:33.713824, 0] ../source3/smb...
2000 Aug 23
0
2 Bugs in na.omit.default() (PR#641)
# BUG 1: returns empty vector if no NAs present
> nona <- 1:10
> na.omit(nona)
numeric(0)
na.omit.default() has two lines where
object[-omit]
is used, where omit represents positions of NAs and thus without NAs
omit = numeric(0)
and since
-numeric(0) = numeric(0)
object[-omit] = numeric(0)
It looks like an earlier version of na.omit.default had 'omit' defined as
2018 Jan 17
4
effects: error when original data frame is missing
...f the time when fm was created?
Thx for any hint!
Regards -- Gerrit
---------------------------------------------------------------------
Dr. Gerrit Eichner Mathematical Institute, Room 212
gerrit.eichner at math.uni-giessen.de Justus-Liebig-University Giessen
Tel: +49-(0)641-99-32104 Arndtstr. 2, 35392 Giessen, Germany
Fax: +49-(0)641-99-32109 http://www.uni-giessen.de/eichner
2005 Mar 22
2
lattice xyplot() postscript (?) problem in R 2.0.0
...21 d Inf A
22 d 1.7827 B
23 d 0.3606 B
24 d Inf B
-----------------------------------------------------------------------
AR Dr. Gerrit Eichner Mathematical Institute
gerrit.eichner at math.uni-giessen.de Justus-Liebig-University Giessen
Tel: +49-(0)641-99-32104 Arndtstr. 2, 35392 Giessen, Germany
Fax: +49-(0)641-99-32029 http://www.math.uni-giessen.de/Stochastik
2004 Aug 06
3
[Fwd: Icecast2 and ices]
...provider for icecast2 servers.
take a look at our pricing http://mediacast1.com/icecast2.php
If you need more bandwidth capacity, we can take care of those needs for you.
Let me know if you have any questions.
<p><p>Dave St John
CEO Mediacast1
www.mediacast1.com - Got Bandwidth?
(720) 641-7586
--
Drew Bertola <drew@drewb.com>
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the bod...
2004 Nov 29
1
SuSE 9.2 - Browsing Windows Network
....0.7 that loaded in the original
install, but that didn't make any difference.
I can mount network shares, but just can't browse them. Is there a patch
available that would solve this problem?
Thanks!
David Christensen
Brokers International, Ltd.
1200 E Main St
Panora, IA 50216
Phone: (641) 755-2775 Ext 1032
Cell: (515) 490-3936
Fax: (641) 755-2381
dchristensen@theimg.net
2012 Jun 27
4
formula version of sunflowerplot() fails when axis label specified
...th the work-around -- willing to share it? :)
Best regards -- Gerrit
---------------------------------------------------------------------
Dr. Gerrit Eichner Mathematical Institute, Room 212
gerrit.eichner at math.uni-giessen.de Justus-Liebig-University Giessen
Tel: +49-(0)641-99-32104 Arndtstr. 2, 35392 Giessen, Germany
Fax: +49-(0)641-99-32109 http://www.uni-giessen.de/cms/eichner