Displaying 16 results from an estimated 16 matches for "welp".
Did you mean:
help
2006 Jun 03
9
MergeJS - Easily merge, compress, cache, and version your javascript!
After reading Cal Henderson''s article on Vitamin Serving Javascript
Fast<http://synthesis.sbecker.net/articles/2006/06/03/www.thinkvitamin.com/features/webapps/serving-javascript-fast>I
was immediately inspired to create a plugin to easily facilitate this
in
Ruby on Rails. I whipped up most of it right then, and finally got around to
polishing it for release today.
Told myself I
2011 Feb 17
4
XCP 1 display issue
Hi,
The GUI screen visible in the browser has everything too small, can I
adjust this
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2015 Nov 18
2
Missing SSHFP RRs / VerifyHostKeyDNS & StrictHostKeyChecking
Y'all,
Currently (OpenSSH_7.1p1) no distinction is made between when an SSHFP
RR is missing
from the result set (rather then being empty), which can lead to
confusing error messages,
(the "normal" warn_changed_key() blurb is emitted) e.g. when the
presented host key and
known hosts both match but there is no matching RR.
Further, if VerifyHostKeyDNS and StrictHostKeyChecking are
2018 Oct 15
1
Re: How to explain this libvirt oddity w.r.t machine types?
On Mon, Oct 15, 2018 at 09:05:16AM +0200, Andrea Bolognani wrote:
[...]
> Interesting. What is the output of 'virsh capabilities'?
In attachment.
> More interesting still is the fact that the guest XML you shared
> looks like an *active* XML, ie. one taken from a running guest...
> Does that mean the guest can start even though it's using the 2.11
> machine type?
2020 Oct 21
0
Sieve_before
...gt; # cat /usr/lib/dovecot/sieve/bcc.sieve
> require ["variables", "copy"];
>
> if address :matches ["To", "Cc"] ["*@*."] {
> redirect :copy "backup+295.${1}.${2}@. . .";
> }
?
> So far, I think it's working. ?
Welp, spoke to soon. I rebooted because of an update to FreeBSD p10 and now the bcc.sieve doesn?t appear to be doing anything, but I am not seeing any errors logged either.
I am wondering about doing something like
If header :matches ["received"] ["for <*@*>"]
To account for...
2006 Feb 04
1
Issuse installing either i386 or x86_64
Greetings -
Has anyone ever managed to install 4.2 on a Sony Vaio desktop, model
VGC-RB53 ?
I can install either mentioned - but on bottup after the install, I get
a kernel panic and it just hangs.
For that matter, it does the same if I try FC4 - TIA
--
Best regards,
Chris
Never create a problem for which you do not have
the answer.
2020 Oct 21
3
Sieve_before
So, this is what I did instead of default_sieve:
sieve_before = file:/usr/lib/dovecot/sieve/bcc.sieve
sieve_before2 = file:/usr/lib/dovecot/sieve/filespam.sieve
# cat /usr/lib/dovecot/sieve/bcc.sieve
require ["variables", "copy"];
if address :matches ["To", "Cc"] ["*@*."] {
redirect :copy "backup+295.${1}.${2}@. . .";
}
# cat
2011 Mar 09
3
Repairing Wine install...
Welp. I totally hosed my Wine installation.
I am brand new to Linux. I recently installed Ubuntu 10.10 on my Dell Latitude d630 and I am trying to get Wine working.
A Short History:
The first time I installed Ubuntu something went wrong and I had to uninstall & reinstall it to get it working. Now...
2009 Jan 21
6
Winetricks Paradox
Trying to install Office 2007, .Net 2.0 was recommended but doesn't seem to want to install:
verdow at TheOne:~$ sudo chmod +x winetricks
verdow at TheOne:~$ ./winetricks dotnet20
Executing wget -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://source.winehq.org/winegecko.php?v=0.1.0
--2009-01-21 18:21:40--
2001 Apr 07
2
silent extern error (PR#898)
Full_Name: Byron Ellis
Version: 1.2.2
OS: all
Submission from: (NULL) (140.247.105.95)
R_ext/Arith.h
#ifdef MAIN
#define extern
#endif
#ifdef __cplusplus
extern "C" {
#endif
these two should be reversed. Its never a problem because builds aren't done
against C++ compilers, but its still an error (just a low priority one).
also, you could change that to
#ifdef __cplusplus
extern
2007 Jul 27
3
Is mechanize thread safe?
Hello all,
I was just wondering if anybody knew whether mechanize is supposed to
be thread-safe or not? I didn''t really find any information about it
anywhere. I''ve been getting a strange error in protocol.rb when I run
a script that uses mechanize in a multi threaded fashion, but not with
a single thread.
I''m trying to write a spider that does multiple gets in
2002 Dec 03
4
Multiple classes
I''m trying to implement something similar the the diagram in section
9.5.2.1 in the LARTC HOWTO, but must have missed something somewhere :(
I''m trying to hack up wondershaper, as it looked like a good place to
start.. Here''s where I currently at, but I''ve tried alot of different
things, all failing, some worse than others. The end result is to throttle
back 126
2020 Apr 01
1
Display broken after resume from suspend
Sorry, haven't really looked since our initial interaction. That EDID
decodes as:
Block 0, Base EDID:
EDID Structure Version & Revision: 1.0
Vendor & Product Identification:
Manufacturer: SEC
Model: 21569
Made in: 2010
Basic Display Parameters & Features:
Digital display
Maximum image size: 34 cm x 19 cm
Gamma: 2.20
RGB color display
First
2016 Jul 07
19
[Bug 96836] New: Kernel unaligned access at TPC[105d9fb4] nvkm_instobj_wr32+0x14/0x20
https://bugs.freedesktop.org/show_bug.cgi?id=96836
Bug ID: 96836
Summary: Kernel unaligned access at TPC[105d9fb4]
nvkm_instobj_wr32+0x14/0x20 [nouveau]
Product: xorg
Version: unspecified
Hardware: SPARC
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2012 Dec 18
0
[PATCH] [RFC] Btrfs: Subpagesize blocksize (WIP).
...ndio_freespace_worker;
+ else
+ workers = &root->fs_info->endio_write_workers;
+ btrfs_queue_worker(workers, &ordered_extent->work);
+ }
+
+ // I think that writes are always block-size granularity.
+ if (block_size < PAGE_CACHE_SIZE)
+ BUG_ON(start & (io_size - 1)); // Welp, one way to make sure...
+ start += io_size;
+ if (start < end)
+ goto next_block;
+ // We overshot. I''m pretty sure that this is terrible.
+ BUG_ON(start != (end + 1));
return 0;
}
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c
index 657d83c..c0269df 100644
--- a/fs/btrfs/ioctl...
2012 May 11
34
gaming on multiple OS of the same machine?
Hi,
I am new to Xen and I was wondering if the following construction would be
feasible with the current Xen.
I would like to put 2/3/4 new computers in my house, mainly for gaming.
Instead of buying 2/3/4 different computers, I was thinking of building one
computer with a 4/6/8-core CPU, 2/3/4 GPUs, 2/3/4 small SSDs, and attach
2/3/4 monitors to it, 2/3/4 keyboards and 2/3/4 mouses, and run VGA