search for: _unless_

Displaying 18 results from an estimated 18 matches for "_unless_".

2009 Mar 29
5
Rack::Lint::LintError with latest camping and rack
I''m trying to use Camping from Magnus'' repo (1.9.300) but running the blog.rb example (or anything for that matter) gives me Rack::Lint::LintError at / Content-Length header was 0, but should be 548 Ruby C:/ruby-1.8.7/lib/ruby/gems/1.8/gems/rack-0.9.1/lib/rack/lint.rb: in assert, line 16 Web GET localhost/ There are no errors on the camping output so I suspect something has
2005 Mar 08
1
machine account locations
...cate it should work. But ldap.conf needs to be set to: nss_base_passwd dc=somewhere,dc=net?sub nss_base_shadow dc=somewhere,dc=net?sub nss_base_group ou=Group,dc=somewhere,dc=net?one (I did this.) The IDEALX Smbldap-tools User Manual (Release:0.8.7) In section 6.9 on page 18 says no, _unless_ you apply the fix as listed above. Note that the IDEALX howtos were released after Samba 3.0.11. I'm using SUSE Pro 9.2 with all patches up to date. Samba version is samba-3.0.11-2.1 from the binaries on the ftp site. The /var/log/messages seem to indicate that add machine script = /usr/loca...
2004 Aug 06
2
Custom .xsl files?
On Thursday 22 July 2004 04:56, Myke Place wrote: > I'm curious if it is possible to create custom .xsl files in the /admin > directory, using the same xsl params that appear in in the web > interfaces that ship with Icecast2. Yes. Though I don't know if using an arbitrary one works from the admin directory. Certainly you can put them in icecast's webroot directory (or some
2005 May 11
2
SATA RAID on CentOS!
From: Aleksandar Milivojevic <amilivojevic at pbl.ca> > I believe Intel 865 uses ICH5? If so, it is a sofware RAID emulation in > BIOS. You do not have RAID in hardware. It's just a marketing trick > that has nothing to do with reality. Exactomundo. Even AHCI is still software-driven. It is my sincerest hope that the term "FRAID" (or something else) catches on
2010 Feb 10
2
fts squat -> webmail, fastcgi timeout: SOLR the answer?
Hi I turned on fts squat to speed up full text searches over webmail. This works absolutely fantastic once the mailboxes are indexed. But when they are indexed for the first time I'm getting a fastcgi timeout after 30 seconds resulting into a internal server error on the webserver. In the background the indexing job is getting finished after 80 seconds for a 25k emails, ~300MB mailbox. Does
2007 Mar 17
1
problem with mfg argument of par
I'm having a problem with the mfg option of par. Am I making an error in my usage? Here is a simple example that I thought would plot to the 4 corners of a 2x2 plot but doesn't plot to the lower right and plots twice on the upper left. par(mfrow = c(2, 2)) pos <- as.matrix(expand.grid(1:2, 1:2)) for (ix in 4:1) { par(mfg = pos[ix, ]) plot(1:5) } Thank you in advance. R version
2005 Nov 20
1
Highpoint Rocketraid 2240
Has anyone on the list used one of these w/Linux? We currently use Linux + Cinelerra for editing uncompressed video (and a few dual G5 macs running Final Cut Pro). Current editing stations are getting a bit long in the tooth so I've been mulling over a mass upgrade. 8-) These cards are interesting to me because they are PCI-X and support 4 SATAII drives per multilane/infiniband
2008 Jun 08
1
Unable to cat raw /dev/fd0 more than one time
...; read ANSWER echo -n "Loading root-2 initramfs ... " cd /initramfs && cat /dev/fd0 | zcat -d | cpio -i Reading is fine for root-1 Loading root-1 initramfs ... zcat: stdin: decompression OK, trailing garbage ignored But when reading root-2, with same instruction, it always fail _unless_ the floppy is not changed. Error message is "Loading root-2 initramfs ... floppy0: disk absent or changed during operation end_request: I/O error, dev fd0, sector 0 buffer I/O error on device fd0, logical block 0 floppy0: disk absent or changed during operation end_request: I/O error, dev fd0,...
2014 Apr 17
1
OpenSSH 6.4, "ssh-add -l", output to non-tty
...D25519 key in the agent, because they can't handle it. Not a problem. However, in this scenario, "ssh-add -l" will only produce output to stdout if stdout is a tty. "ssh-add -L" reliably produces output to stdout. "ssh-add -l" reliably produces output to stdout _unless_ it can't parse one of the blobs from the agent. ktrace outputs of the working and non-working scenarios below. As you can see, in the broken scenario there's no I/O to stdout. Can anyone explain what's going on, please? -Phil % ktrace ssh-add -l 2>/dev/null 3072 8b:c1:ae:d1:48:...
2009 Mar 20
1
[PATCH 2/4] Btrfs: clean up find_free_extent
...it with a list_for_each_entry on space_info->block_groups. If we have a hint we just jump into the loop with the block group and start looking for space. If we don''t find anything we start at the beginning and start looking. We never come out of the loop with a ref on the block_group _unless_ we found space to use, then we drop it after we set the trans block_group. I''ve tested this with my ENOSPC handlers, and profiled it. Its made the cold-cache-read faster by a second. Signed-off-by: Josef Bacik <jbacik@redhat.com> --- fs/btrfs/extent-tree.c | 258 ++++++++++++++++...
2011 May 21
1
Consequences of overriding update_attribute to force validation?
I know the debate of whether this should validate has been rehashed many times. My question is, what are the consequences of overriding this method to force validation? Will this break fundamental things? Will it break plugins? Is there a reason not to have a strict validation option? In my code I will never use this as I consider it a terribly broken method, but some gems use it and in one case
2018 Feb 16
0
[PATCH 1/3] Skip non-feature HID reports
...ce HIDDumpTree() iterates over all items, requesting their values via HIDGetDataValue(), and since HIDGetDataValue() is only capable of retrieving Feature reports, it makes absolutely no sense to pass a non-feature report to HIDGetDataValue(). Hence, we should skip non-feature reports in this loop _unless_ HIDGetDataValue() is changed to be capable of retriving non-feature reports. Thanks. -- Russell King
2005 Jul 29
1
sda of CentOS 4 and hda Windows dual boot possible?
greetings, since i have a test server in front of me and i have never tried it i request your assistance please. ive always been a fdisk and lilo person i have a fresh CentOS 4 "test" install on a WD120 sata /dev/sda /dev/sda1 / /dev/sda2 /boot /dev/sda3 swap and it just so happens i have a old test 17Gig Maxtor PATA with a fresh Win98 on it from helping my father migrate to a newer
2017 Jul 31
3
reproducible segmentation fault installing packages on FreeBSD 11.1
Hi, This happens when attempting to install any package. There were no such problems on 11.0. Some other ways to trigger the problem: curlGetHeaders("http://bugs.r-project.org") There are no problems with the first two calls, but then the crash always happens on the third call. tf <- tempfile() download.file("http://cran.r-project.org/",tf,method="libcurl")
2018 Feb 15
2
[PATCH 1/3] Skip non-feature HID reports
On Feb 3, 2018, at 7:19 PM, Russell King wrote: > > Input and Output reports are used for interrupt endpoints rather than > control endpoints. HIDGetItemData() only ever requests feature > report IDs, and requesting non-feature report IDs as feature IDs may > lead to undesirable results and errors. This one made me scratch my head a bit. I don't think it's unreasonable
2019 Mar 10
4
internal call record
Hello Mynum: 6001 , Othernum: 6002. I can record as follows. But I do not enter individual records for each internal required. I want to do it more smoothly with a Macro. Thanks. exten => _6001,1,NoOp() exten => _6001,n,MixMonitor(${UNIQUEID}.wav,ab) exten => _6001,n,Dial(SIP/6001,20) exten => _6001,n,StopMixMonitor() exten => _6001,n,Hangup() On Sat, Mar 9, 2019 at 6:50 PM
2013 May 29
1
[PATCH v2 1/2] virtio-balloon spec: rewrite description of VIRTIO_BALLOON_F_MUST_TELL_HOST
On Wed, May 29, 2013 at 08:24:10AM +0200, Paolo Bonzini wrote: > Il 28/05/2013 20:15, Michael S. Tsirkin ha scritto: > > What you write in spec below and what you write above seems to > > contradict. > > > > Look, how about the simpler patch that I sent: > > "[PATCH] virtio-spec: balloon: MUST_TELL_HOST is optional" > > > > does it
2005 Jun 02
16
Vote For CentOS :)
The "2005 Readers' Choice Awards" voting is in progress at Linux Journal, and CentOS is Nominated in the "distribution:" category. So ... all you guys and gals who think CentOS is the best thing ever, get over to: http://www.linuxjournal.com/article/8266 and vote for CentOS :) ------------------------------- Also, since write ins are allowed on the e-mailed ballot, if