search for: arghhh

Displaying 20 results from an estimated 20 matches for "arghhh".

Did you mean: arghhhh
2006 Apr 03
1
Cannot compile metamail
...-b --suffix .tmpfiles -s + echo 'Patch #5 (mm-2.7-sunquote.patch):' Patch #5 (mm-2.7-sunquote.patch): + patch -p1 -b --suffix .quote -s + echo 'Patch #7 (mm-2.7-ohnonotagain.patch):' Patch #7 (mm-2.7-ohnonotagain.patch): + patch -p1 -b --suffix .sigh -s + echo 'Patch #8 (mm-2.7-arghhh.patch):' Patch #8 (mm-2.7-arghhh.patch): + patch -p1 -b --suffix .arghhh -s + echo 'Patch #9 (mm-2.7-sml.patch):' Patch #9 (mm-2.7-sml.patch): + patch -p1 -b --suffix .sml -s + echo 'Patch #10 (metamail-2.7-nl.patch):' Patch #10 (metamail-2.7-nl.patch): + patch -p1 -s + echo ...
2008 Aug 25
2
Using sample() with a data frame ?
...t;- sample(daf1, 1000, replace = FALSE, prob = NULL) Error in `[.data.frame`(x, .Internal(sample(length(x), size, replace, : cannot take a sample larger than the population when 'replace = FALSE' As length(daf1) is 10, it thinks I'm taking 10000 samples from a size 10 population... Arghhh How do I go about sampeling from a data frame? :-( Martin
2006 Feb 27
4
Getting nuts with sortables...
...isual_effect(:highlight, ''listb''), :containment => ["lista", "listb"], :url => { :action => "listb_action" } %> Next the things that are getting me crazy: 1 - I CAN''T get listb_action or lista_action to get called. Why ???... Arghhh.. 2 - When I drop Item 3 on top of listb, Item 4 cannot be dragged above Item 3. 3 - How can I obtain a ''duplicate-and-drop'' effect, ie ensure that lista are only duplicated to listb rather than trully move from a to b ? Your help is greatly appreciated... This is really getting...
2017 Mar 15
1
Allow user without uidNumber to access to a Samba member file server
...; caching ?) > > Wait until the cache expires and wait for the screams :-) Yes I heard them... from unix and Mac OSx domains users :D. I locked my office door ! Windows users kept cool. So I think I have no choice in a mixed environment Mac OSx, Windows and Linux, I have to set uidNumber... Arghhh But You told about a patch in your other mail for setting automatically uidNumbers ?? Where is it ? I want it. Thanks > > Rowland > > >
2006 May 01
8
Windows vs Linux
Warning: Sligthly off topic. http://shelleytherepublican.com/2006/04/linux-european-threat-to-our-computers.html Quotes: > And guess what software Osama Bin Laden uses on his laptop? > > If you guessed it was Linux you would be 100% right. > Next time somebody asks you how Al Queda agents pay for their > rifles and rocket launchers, you can tell them that foreign hackers >
2011 Aug 11
6
need urgent help with including Ruby DSL class from puppet manifests
Hi, I have a Ruby class in "nagios" module - it''s located in nagios/ manifests/ssa_nagios_checks.rb and looks like this hostclass :ssa_nagios_checks do ... end In nagios/manifests/init.pp I have class nagios::server { ... include ssa_nagios_checks ... } And I get the following error .... debug: importing ''/etc/puppet/modules/nagios/manifests/
1998 Oct 02
1
Does anyone have Samba working with diald
I can not seem to get Samba and diald working together. Whenever I log in to my Windows 95 computer and it tries to map my drives to the Samba server diald dials and then the drive does not map. If I wait a minute or so and then right click on Network Neighborhood and do a find computer my Samba server shows up. I can than log on to Windows again and it maps the drive fine. Or I can unload diald
2009 Feb 03
1
Passing args to generator
I have some default_options in generator and when I wish to change they value with --option_name I get only logical true instead of string ... default_options :option_name => "Some string" ... def add_options!(opt) opt.separator '''' opt.separator ''Options:'' opt.on("--option_name","Some Text") { |v| options[:option_name] = v
2015 Aug 07
3
Shared folders with Centos-7 guest in VMware-10 using open-vm-tools
try modprobe vmhgfs -- Eero 2015-08-07 6:53 GMT+03:00 Bob Hepple <bob.hepple at gmail.com>: > Bob Hepple <bob.hepple at ...> writes: > > > It's the shared folder that I would really like to get working. vmware- > > hgfsclient reports my share but there is no /mnt/hgfs directory. Also > > 'lsmod|grep hgfs' reports nothing. > > > > also:
2004 Dec 08
2
PATCH: fix compiler warning on noirqdebug_setup
CC arch/xen/i386/kernel/irq.o arch/xen/i386/kernel/irq.c:276: warning: static declaration of ''noirqdebug_setup'' follows non-static declaration include/asm/irq.h:64: warning: previous declaration of ''noirqdebug_setup'' was here Apparently this function might even be called from drivers/pci/quirks.c. --- linux-2.6.9/arch/xen/i386/kernel/irq.c.warn 2004-12-08
2003 Apr 29
3
unexpected tag 25 on OSX
Hello, I am trying to set up a rsync backup server. So far I have it working with my linux machines. I am now trying to get it to work with OSX.2. From my backup server i am executing "rsync --delete --progress --stats -avRe ssh --exclude=/Volumes/ --numeric-ids client.mydomain" and using an ssh key with the command="rsync --server --sender -vlogDtprR --delete --numeric-ids .
2006 Sep 13
4
CentOS-announce mailing list
Hi, does it true every CentOS mailing list subscriber gets a digests from CentOS-announce mailing list? I get digest from CentOS-announce, but I subscribe announce (i386) for other email address. Regards -- Dominik
2017 Mar 15
2
Allow user without uidNumber to access to a Samba member file server
Le mercredi 15 mars 2017 à 13:17 +0000, Rowland Penny via samba a écrit : > On Wed, 15 Mar 2017 14:23:23 +0200 > Arnaud Cruzel via samba <samba at lists.samba.org> wrote: > > > Hi everybody, > > > > I have a samba server member for file sharing configured like > > below.  > > Domains controllers are on samba too.  > > Every servers are on samba
2009 Mar 13
0
[LLVMdev] Shrink Wrapping - RFC and initial implementation
...ses of CSRegs are in entry block, nothing to do.\n"; > > > + } > > > + // If we have decided not to shrink wrap, just return now. > > > + if (! ShrinkWrapping) > > > + return true; > > Why not just return inside if (allCSRUsesInEntryBlock)? > ARGHHH, I thought I simplified that before cutting the patch. > 10. > +bool PEI::calculateUsedAnticAvail(MachineFunction &Fn) { > ... > + // Calculate AnticIn, AnticOut using post-order traversal of MCFG. > + for (po_iterator<MachineBasicBlock*> > > > + MBBI =...
2015 Aug 05
0
EFI: HP + syslinux = crash
...onal directives (TIMEOUT, multiple LABELs,...), and then vesamenu.c32. Only then I would try additional fancy thingies like "MENU COLOR", MENU BACKGROUND", multiple screen resolutions (especially when talking about UEFI, GOP, UGA. "removing VGA hardware dependencies"... arghhh!) with corresponding MENU RESOLUTION values and an adequate background (again, with a matching screen resolution, otherwise I would be cheating). We know now that the multi-nic branch solved your problem with the first part, the one where _Syslinux_ was really failing to boot (i.e. the bootloa...
2009 Mar 18
1
[LLVMdev] Shrink Wrapping - RFC and initial implementation
...quot;; >> >> >> +  } >> >> >> +  // If we have decided not to shrink wrap, just return now. >> >> >> +  if (! ShrinkWrapping) >> >> >> +    return true; >> Why not just return inside if (allCSRUsesInEntryBlock)? > > ARGHHH, I thought I simplified that before cutting the patch. > >> >> 10. >> +bool PEI::calculateUsedAnticAvail(MachineFunction &Fn) { >> ... >> +  // Calculate AnticIn, AnticOut using post-order traversal of MCFG. >> +  for (po_iterator<MachineBasicBlock*>...
2012 Sep 12
5
question on "doveadm user" and pass/userdb
Hi, I'm about getting to know dovecot in details, I am about the command "doveadm user". The man page shows this example: userdb: jane uid : 8001 gid : 8001 home : /home/jane mail : sdbox:~/sdbox plugins : sieve quota_rule: *:storage=150M It seems to be nice, however I never got this only: ~# doveadm
2009 Mar 12
4
[LLVMdev] Shrink Wrapping - RFC and initial implementation
Hi John, It looks pretty good. Thanks for working on this. Some comments: 1. Some of the functions that you introduced, e.g. stringifyCSRegSet probably ought to be "static" and ifdef'ed out when NDEBUG is defined. 2. + // DEBUG + if (! MBB->empty() && ! CSRUsed[MBB].intersects(restore)) { + MachineInstr* MI = BeforeI; + DOUT <<
2002 Aug 28
3
problems writing to profile share when updating from samba 2.2.3a to 2.2.5
Hi, we updated our samba 2.2.3a to 2.2.5 because of several printing problems. Now our Clients (win 2k & xp) can't write to their profiles share (the windows error-message was: "this file is used by another process", but there weren't any other processes from this user). In the samba logfile we can't see any write-attempt from the client. Our smb.conf: [global]
2015 Aug 05
2
EFI: HP + syslinux = crash
On 05-08-15 04:17, Ady via Syslinux wrote: >> Now... why is vesamenu.c32 crashing like it does now? Why is the version >> I tried without Gene's latest patches crashing before even beginning to >> load the first stage: ldlinux.e64? > I think you were "hinted" about this before. About what? Did I miss something obvious? I now know why it did not load