Displaying 18 results from an estimated 18 matches for "raw1".
Did you mean:
raw
2006 Mar 13
1
Formatting an anova table using latex
Hi r-helpers,
When I issue the command
latex(anova(raw1.lmer0, raw1.lmer, raw1.lmerI), file = 'raw1.tex',
rownamesTexCmd = c('baR', 'addit', 'multip'), longtable = F, dcolumn
= T, booktabs = T, t able.env = F, colheads = NULL, colnamesTexCmd = c
('', 'df', 'aic', 'bic', 'logl',...
2018 Jul 07
3
Completar un for, que falla al faltarle algún dato.
...;, "alla"),3)
Answ <- c("casa", "bulo", "hogar", "mama", "mami", "vieja", "perro", "can",
"rope")
df.raw <- data.frame(ID, Ques, Info, Answ)
Pero, como no son ideales, se parecen a esto:
df.raw1 <- df.raw[-2,]
# Necesito un dataframe con una estructura así:
df.ok <- data.frame(matrix(ncol = length(levels(df.raw$Ques)), nrow =
length(levels(df.raw$Info))))
names(df.ok) <- levels(df.raw$Ques)
rownames(df.ok) <- levels(df.raw$Info)
# que incluya los datos de 'Answ' en...
2004 Jun 29
1
seg fault using ocfstool
...ocfstool crashed.
Now restarting ocfstool fails with the following error:
ocfstool
Abnormal termination!
There may be bound raw devices left lying around, please clean them up
using the raw(8) command.
Segmentation fault
checking with raw -qa returns 1 row:
[root@chdb100 root]# raw -qa
/dev/raw/raw1: bound to major 8, minor 32
i can unbind it with raw /dev/raw/raw1 0 0 but next execution of
ocfstool fails with the same error.
Here excerpt of strace:
2705 munmap(0x4001d000, 4096) = 0
2705 stat64("/dev/sdc", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 32),
...}) = 0
2705...
2005 Nov 13
1
Memory allocation (PR#8304)
Full_Name: Hans Kestler
Version: 2.2.0
OS: 10.4.3
Submission from: (NULL) (84.156.184.101)
> sam1.out<-sam(raw1[,2:23],raw1.cl,B=0,rand=124)
We're doing 319770 complete permutations
Error: cannot allocate vector of size 575586 Kb
R(572,0xa000ed68) malloc: *** vm_allocate(size=589402112) failed (error code=3)
R(572,0xa000ed68) malloc: *** error: can't allocate region
R(572,0xa000ed68) malloc: *** se...
2008 Jul 25
1
serialize() to via temporary file is heaps faster than doing it directly (on Windows)
...Linux) it is orders of
magnitude (below it's 50x) faster to serialize() and object to a
temporary file and then read it back, than to serialize to an object
directly. This has for instance impact on how fast digest::digest()
can provide a checksum.
Example:
x <- 1:1e7;
t1 <- system.time(raw1 <- serialize(x, connection=NULL));
print(t1);
# user system elapsed
# 174.23 129.35 304.70 ## 5 minutes
t2 <- system.time(raw2 <- serialize2(x, connection=NULL));
print(t2);
# user system elapsed
# 2.19 0.18 5.72 ## 5 seconds
print(t1/t2);
# user system...
1997 Nov 19
3
print to JetDirect
Hello.
I use Linux 2.0.30(Red Hat) and Samba 1.9.16p.
Clients are Win95, NT Workstations and Servers. I use
Linux like printserver and bridge. And I have problem
with my printer HP LaserJet 4MV with JetDirect card.
It print 1 test page( or another 1 page) and print
after it second page:
User: root
Host: LINUX
Class: LINUX
2002 Sep 08
1
Designjet 1050C, JetDirect question
Any problems serving up this plotter with Samba 2.2.4?
I am using RH 7.3, the plotter has a jetdirect card. I am not using samba
print drivers, just passing it through raw to 192.168.21.50:raw1. Planning
to let windows 98 clients use their own drivers.
I couldn't get a job to print (from linux or windows). I ran out of time for
today, picking up again on Monday.
Any gotcha's I need to know about?
Thanks,
Steve
2002 May 14
0
samba printer driver uploading
I am running samba and I am trying to get it to upload/download printer
drivers. When I go into the "Printers and Faxes" folder, or just
"Printers" on win2k, it shows my 2 printers, on WinXP I right click on raw1 and
go to properties, it asks to install the driver, if I click yes, it
takes me through the add printer wizard, which lets me select my printer
driver, but apparently does nothing at all. If I go to sharing tab, and
click additional drivers, and then select Windows 2000 or XP, and click
ok, it wil...
2003 May 29
5
Comparison Operator
Does R have a comparison operator similar to the Like function, for example:
a<-"Is a Fish"
b<-"Fish"
if(b in a){c<-TRUE}
Michael R Howard
Micron Technology Inc. Boise ID.
Fab C Engineering Software (FCES)
Software Engineer
2006 Sep 26
15
RE: Individual passwords for guest VNC servers ?
> Thanks all point about security, I''ll do as follows.
> I thought that the point was the following two.
>
>
> 1. Storage place of encrypted password
> Should I store it in /etc/xen/passwd ?
> Or, should I wait for DB of Xen that will be released in
> the future?
The xend life cycle management patches were posted by Alistair a couple
of months back.
1999 Apr 06
1
Best Printer Setup
Hi,
I've been toying with the idea of using the Linux machine as a print
server. I'm using RedHat 5.2 and Samba 2.0.3. I already have one remote
printer share working... but I can't figure out where the PrintTool in
RedHat is storing the remote printers IP address. Anyone know where? :)
(not important just bugging me - I hate when OS's hide stuff)
I have the Samba book
2003 Dec 01
0
No subject
...OKay (except for the 'path' mentioned
above).
>This is Printcap:
>This Works.
># HP DeskJet 1220c printer:
>HP1220c:sd=/var/spool/lpd/HP1220c:rw:sh:rm=hp1220c:rp=raw:
>
>This doesn't work.
># HP OfficeJet K80:
>HPK80:sd=/var/spool/lpd/HPK80:rw:sh:rm=jd500x:rp=raw1:
This all looks good too. The 'rw' is irrelevant for a remote printer,
as is the 'sh' (annoyingly).
The device names are right, although I'd have to recommend 'auto1',
'auto2' and 'auto3' instead as they can intelligently handle text and
non-text file...
2008 Nov 07
0
Cluster Broken pipe Error & node Reboot
.../>
<clusvcmgrd loglevel="7"/>
<clulockd loglevel="7"/>
<cluster config_viewnumber="4"
key="6672bc0a71be2ec9486f6a2f5846c172" name="ORACLECLUSTER"/>
<sharedstate driver="libsharedraw.so" rawprimary="/dev/raw/raw1"
rawshadow="/dev/raw/raw2" type="raw"/>
<members>
<member id="0" name="cluster1" watchdog="yes"/>
<member id="1" name="cluster2" watchdog="yes"/>
</members>
<services>
<...
2008 Nov 23
1
Cluster fail over database getting stopped
.../>
<clusvcmgrd loglevel="7"/>
<clulockd loglevel="7"/>
<cluster config_viewnumber="4"
key="6672bc0a71be2ec9486f6a2f5846c172" name="DBCLUSTER"/>
<sharedstate driver="libsharedraw.so" rawprimary="/dev/raw/raw1"
rawshadow="/dev/raw/raw2" type="raw"/>
<members>
<member id="0" name="cluster1" watchdog="yes"/>
<member id="1" name="cluster2" watchdog="yes"/>
</members>
<services>...
1999 Jun 29
3
Anyone successfully using a HP 8000 DN (with JetDirect module and IP) with samba?
Anyone successfully using a HP 8000 DN or HP 5 Lsi (with JetDirect module
and assigned IP) with samba?
Subject says it all. If you're successfully doing this, what configs made
it work? FAQs
tell how to set up with a print server, but what if the printer itself is
the server? Trust me,
the HP doesn't know jack about port 139.
Using samba 2.0.4 on Solaris 7 and NT 4.0 SP5 with
1999 Dec 15
6
Samba Printing Problem
Greetings
I've installed Samba and I've a printing problem which you
can see from the log file.
The error I get from the /var/log/log.smb is :
Unable to open printcap file lpstat for read!
In the /etc/smb.conf file I have:
debug level = 3
load printers = yes
printcap name = /etc/printcap
printcap name = lpstat
printing = bsd
Any help appreciated
2004 Jun 24
3
Samba config
.../var/spool/lpd
guest ok = yes
printable = yes
printing = BSD
print command = /usr/bin/lpr -P%p -r %s
[test] #test file share
comment = For testing only, please
path = /usr/local/samba/tmp
read only = no
guest ok = yes
printcap file
-------------
####### test for new printer#######
beyond|raw1:\
:lp=:\
:rm=beyond:\
:rp=raw:\
:sh:\
:sd=/var/spool/lpd/beyond:
In addition I have added an entry in /etc/host to define beyond - none
of the docs mention this but raw lpr doesn't seem to work without it.
Can anyone suggest what I am doing wrong? Also should I use lpr or cups
as we...
1997 Nov 04
18
Printing
Hi I would like some tips on how to connect a Linux Box running samba to a
Shared printer (Lexmark OprtaR+) on a Win NT machine.
I dont know much about /etc/printcap configurations and the like. I have
tried to print with the command:
smbclient \\\\WindozeNT\\printer -N -P
smb: \> put <filename>
Its prints but not in any kind of proper format(ie Lanscape and diagonal
printing, text