search for: aarrgh

Displaying 5 results from an estimated 5 matches for "aarrgh".

Did you mean: arrrgh
2004 Jul 01
0
XP Point and Print not working Kyocera FS-3830N
I'm a little disappointed with this printer. Technically, it seems fine. Printing from Mac OS X and Linux is effortless - Mac OS X prints through Samba -> CUPS or even direct to CUPS. But Windows... aarrgh! I've gone through the process of setting up the Point and Print drivers, but I can never get the Windows XP client to believe that it's actually installed the drivers. Every time I right-click the printer in the local machine's Printers and Faxes control panel, I'm told that th...
2003 Jan 29
0
Weird problem with mixed up id's
...displayName: bfs1a-15 cn: bfs1a-15 rid: 3436 primaryGroupID: 2001 acctFlags: [UX ] mail: bfs1a-15@lb-bbs1.emd.ni.schule.de mailLocalAddress: bfs1a-15@fileserver.bbs1-emden.schule mailDeliveryOption: accept homeDirectory: /home/schueler/bfs1a-15 homeDrive: P: smbHome: \\fileserver\bfs1a-15 Aarrgh! They have the same rid! Might that be the reason? Entries were modified by smbpasswd. How can I solve that (1400+ users). Don't look for errors in smbpasswd, it is very likely my mistake. Thanks for any help, Malte Mueller
2009 Apr 12
4
auth-master: Permission denied [sigh]
..., \ status=deferred (temporary failure) 1) I must use the 'user=' arg for spamc 2) Can't use 'user=${user}' or $user: fatal: get_service_attr: unknown username: ${user} 3) Must use '-d ${user}' Deliver arg, otherwise message gets delivered to user 'spam' AArrgh! TIA.
2008 Feb 10
2
View() + "End" key on Ubuntu=segfault
I can repeatably crash R (segfault) by doing n <- 10 z <- data.frame(a=1:n,b=1:n) View(z) and then hitting the "End" key on my keyboard. I haven't got debugging going yet, but running under gdb (without debugging symbols) does give this: 0xb7b63583 in strlen () from /lib/tls/i686/cmov/libc.so.6 R version 2.6.2 (2008-02-08) i486-pc-linux-gnu [Ubuntu Gutsy] locale:
2007 May 03
2
nlme fixed effects specification
dear R experts: sorry, I have to ask this again. I know that the answer is in section 7.2 of "S Programming," but I don't have the book (and I plan to buy the next edition---which I hope will be titled S/R programming ;-) ). I believe the following yields a standard fixed-effects estimation: fixed.effects = as.factor( as.integer( runif(100)*10 ) ) y=rnorm(100); x=rnorm(100);