search for: bludgeon

Displaying 20 results from an estimated 36 matches for "bludgeon".

2001 Feb 14
1
ANNOUNCE: x11-ssh-askpass v1.2.0
...l/libexec/openssh/, to conform to recent releases of the portable OpenSSH. This release of x11-ssh-askpass has received cursory testing. Although the changes are relatively small and contained, well ... so is knee surgery, but that doesn't mean the patient can walk right afterward. Please bludgeon this release severely and send me the corpse. It would be nice for this to go into the next round of portable OpenSSH RPM packages. Cheers. -- jim knoble | jmknoble at jmknoble.cx | http://www.jmknoble.cx/
2012 Jun 15
4
Resizing est4 filesystem while mounted
Greetings - I had a logical volume that was running out of space on a virtual machine. I successfully expanded the LV using lvextend, and lvdisplay shows that it has been expanded. Then I went to expand the filesystem to fill the new space (# resize2fs -p /dev/vde1) and I get the results that the filesystem is already xx blocks long, nothing to do. If I do a # df -h, I can see that the
2012 Mar 30
2
[LLVMdev] [cfe-commits] Fix handling of ARM homogenous aggregates
...alue. {float, float} just gives you two "float" parameters for example. * i32, the ByValSize and ByValAlign if it was a byval pointer: e.g. "{float, float}* byval". Even in the first case there's no indication of where a composite type begins and ends. The latter could be bludgeoned to mean "this is an HFA, put it in VFP regs", but it would be unspeakably ugly. I believe that if the LLVM original Type* pointer is exposed to TargetLowering (perhaps as part of InputArg/OutputArg), then LLVM itself can decide what to do with both Small Structures and HFAs in a sane m...
2008 Apr 24
1
Wiki EditGroup request.
...I'm interested in adding content periodically throughout wiki.centos; most likely in the HOWTO areas, but am happy to do reorganization and cleanup as-needed. On the projects side I'd like to create a project for the i586 on CentOS 5 section. Thanks, Ray -- Ray Van Dolson <rayvd at bludgeon.org> GPG Fingerprint: 175B D779 4BC9 D5FF 5CC9 CE79 BCB4 0703 B51E 9F1A
2003 May 12
1
OpenSSH-3.6.1p2 PAM Problems
...ns for keyed-only accounts: attempts are made to authenticate those accounts via password authentication before using keys. i'm not a coder so i don't have a fix, but i don't think it should be that hard to fix. any ideas? <EOF> ::[ RFC 2795 ]:: "Democracy means simply the bludgeoning of the people by the people for the people." -Oscar Wilde
2004 May 18
1
pam_tally question
...and tried both "UsePAM yes" and "UsePAM no" all to no avail. /var/log/faillog exists and it is owned by root and set to 600. these are redhat 7.3 and 9 systems. it displays the same behavior on both. any thoughts? <EOF> ::[ RFC 2795 ]:: "Democracy means simply the bludgeoning of the people by the people for the people." -Oscar Wilde
2011 Jan 24
1
iproute2 custom tables and rules the CentOS way...
Hi all; I have a custom iproute2 table and a few rules to go along with it (CentOS 5) -- I have added the table to /etc/iproute2/rt_tables. if-up and friends doesn't seem to handle this real gracefully. How are those of you out there doing something similar managing this customization? I don't really want to muck with /etc/init.d/network or the if-up scripts to avoid breaking upgrades.
2011 May 20
1
CentOS Digest, Vol 76, Issue 20
> Subject: Re: [CentOS] xferlog not rotating. > To: centos at centos.org > Message-ID: <20110520144308.GA23319 at bludgeon.org> > Content-Type: text/plain; charset=us-ascii > > On Fri, May 20, 2011 at 10:44:49AM -0400, Steven Crothers wrote: > > It's a bit funny that logrotate is difficult to fix for you... > > considering you have "System Engineer Sr. Professional" in your &g...
2013 May 02
1
AT-2972SX
Anyone know off the top of their heads if this (AT-2972SX) fiber network card will work out of the box with CentOS 6.x? Sounds like it's a Broadcom-based card, so perhaps it will, or maybe something exists for it in elrepo? Hoping to avoid needing to build custom drivers from source. Ray
2000 Aug 08
0
New code -- genetic algorithm curve fitting (supports complex numbers)
...quite right -- this is in the nature of a stocastic search <shrug>. The user has some control over ``thermal'' noise so setting that to a small value can help squeeze a bit more accuracy out of it. ---------------------------------------------------------------------- I did finally bludgeon nls into complex number support, I intend to release the patches to make this work but it is not particularly elegant -- it just converts EVERYTHING that goes through the target function into a vector of reals. Thus it does handle wide data and complex numbers but it treats them all by just breakin...
2008 Mar 13
1
CallerID setting issue with withheld numbers and mISDN ...
...resses changed to protect the guilty :) I'm using a Grandstream GXP2000 here, but a colleague is using a Snom and sees the same thing as I do. (I'm remote from the LAN, colleague is on the same LAN, but I don't think that has anything to do with it) So is this some artifact of mISDN bludgeoning it's way into the SIP stack and forcing caller ID to be unknown, or what? It's asterisk 1.2.26.1 if this makes any difference at this point. Latest mISDN drivers as far as I'm aware. If I call into the system on a SIP or IAX trunk, then it "just works". (and does the r...
2020 Apr 07
0
[PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands
...of handling it. >> Problem is that it'll create a new scsi_device with <hostno:this_id:0>, >> which will then show up via eg 'lsscsi'. > > are you sure? Doesn't this function just allocate the sdev, but do > nothing with it, like probing it? > > I bludgeoned it in here for PoC: > > https://github.com/hisilicon/kernel-dev/commit/ef0ae8540811e32776f64a5b42bd76cbed17ba47 > > > And then still: > > john at ubuntu:~$ lsscsi > [0:0:0:0] disk SEAGATE? ST2000NM0045? N004? /dev/sda > [0:0:1:0] disk SEAGATE? ST2000NM0045? N004? /...
2008 May 02
4
ext3 filesystems larger than 8TB
Greetings. I am trying to create a 10TB (approx) ext3 filesystem. I am able to successfully create the partition using parted, but when I try to use mkfs.ext3, I get an error stating there is an 8TB limit for ext3 filesystems. I looked at the specs for 5 on the "upstream" vendor's website, and they indicate that there is a 16TB limit on ext3. Has anyone been able to create
2012 Apr 04
0
[LLVMdev] [cfe-commits] Fix handling of ARM homogenous aggregates
...alue. {float, float} just gives you two "float" parameters for example. * i32, the ByValSize and ByValAlign if it was a byval pointer: e.g. "{float, float}* byval". Even in the first case there's no indication of where a composite type begins and ends. The latter could be bludgeoned to mean "this is an HFA, put it in VFP regs", but it would be unspeakably ugly. I believe that if the LLVM original Type* pointer is exposed to TargetLowering (perhaps as part of InputArg/OutputArg), then LLVM itself can decide what to do with both Small Structures and HFAs in a sane m...
2011 Jan 21
3
nlminb doesn't converge and produce a warning
Hi Everybody, My problem is that nlminb doesn't converge, in minimising a logLikelihood function, with 31*6 parameters(2 weibull parameters+29 regressors repeated 6 times). I use nlminb like this : res1<-nlminb(vect, V, lower=c(rep(0.01, 12), rep(0.01, 3), rep(-Inf, n-15)), upper=c(rep(Inf, 12), rep(0.99, 3), rep(Inf, n-15)), control = list(maxit=1000) ) and that's the result :
2006 Jun 16
2
Effect size in mixed models
Hello, Is there a way to compare the relative relevance of fixed and random effects in mixed models? I have in mind measures of effect size in ANOVAs, and would like to obtain similar information with mixed models. Are there information criteria that allow to compare the relevance of each of the effects in a mixed model to the overall fit? Thank you, Bruno
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
V4 of the patch, incorporating Bastian's suggestions. Jon --- xen/debian/patches/series | 1 + xen/debian/patches/tools-ocaml-fix-build.diff | 81 +++++++++++++++++++++++++ xen/debian/rules | 5 ++ xen/debian/rules.real | 39 ++++++++++++ xen/debian/templates/control.main.in | 16 +++++
2015 May 29
7
Native ZFS on Linux
I have a question that has been puzzling me for some time ... what is the reason RedHat chose to go with btrfs rather than working with the ZFS-on-Linux folks (now OpenZFS)? Is it a licensing issue, political, etc? Although btrfs is making progress, ZFS is far more mature, has a few more stable features (especially Raid-z3) and has worked flawlessly for me on CentOS-6 and Scientific Linux-6.
2007 Jun 28
8
How to add to EPEL wishlist?
Does anyone know how to submit wishes to the EPEL Wishlist here? http://fedoraproject.org/wiki/EPEL/WishList It reads "Immutable Page". They say: "Please add packages that are part of Fedora but lack a EPEL maintainer to this list", but there is no way to do that! They don't say if "Packages part of Fedora" means "Core" or it can be Extras too, but
2008 Apr 04
21
[Bug 15350] New: randr12: VGA-0 always reported as "disconnected"
http://bugs.freedesktop.org/show_bug.cgi?id=15350 Summary: randr12: VGA-0 always reported as "disconnected" Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org