Displaying 20 results from an estimated 102 matches for "pikes".
Did you mean:
likes
1999 Oct 28
1
timeout_processing(868)
We've been successfully running Samba 2.0.5a for a while now on Linux and
Solaris servers with Win98 and NT clients. We're using non-encrypted
passwords. Recently, two NT clients have been exhibiting the following error
message on reconnecting a share a bootup:
\\Pike is not accessible. A remote procedure call (RPC) protocol error
occurrred.
If you continue to boot, Pike can then
2008 Oct 24
2
replace
i need your feedback about this command, it should find a string in
multiple html files in a directory and replace it with a different
string...
find /dir -name "*.html" -exec sed -i 's/"old"/"new"/g' {} \;
Thx.
2020 Aug 28
4
[PATCH] drm/nouveau: bail out of nouveau_channel_new if channel init fails
Unprivileged user can crash kernel by using DRM_IOCTL_NOUVEAU_CHANNEL_ALLOC
ioctl. This was reported by trinity[1] fuzzer.
[ 71.073906] nouveau 0000:01:00.0: crashme[1329]: channel failed to initialise, -17
[ 71.081730] BUG: kernel NULL pointer dereference, address: 00000000000000a0
[ 71.088928] #PF: supervisor read access in kernel mode
[ 71.094059] #PF: error_code(0x0000) - not-present
2006 Feb 03
3
My associations are coming out nil.
I''ve got a fairly simple system with a table for my Users that
includes a CountryId field which looks up to the CountryId field of my
Country table. What I would like to happen is for my Rails
application, which contains models for both User and Country, to be
able to draw the dropdown list of available countries on the edit
page, like it does in all the tutorials.
My model classes look
2008 Apr 03
3
Branchable migrations -- A plugin to let you organize your migrations
I just put a new plugin named branchable_migrations on Github.
Branchable migrations lets you separate your migrations into
"branches" (i.e., a director under db/migrate) that each have their
own version. Using the forthcoming UTC timestamped migrations and
this plugin, you can separate migrations by table or feature. Doing
so should alleviate many of the problems that seem to pike up
2010 May 18
5
looking for IMAP testing tool
I'm looking for an IMAP testing tool, suitable to use with Dovecot IMAP. It
needs to support TLS, STARTTLS, and login/authentication. It needs to be
able run from command line, shell scripts, and even do so under cron jobs
(e.g. a way to supply the password to use w/o a terminal prompt). Typical
interactive mail clients just don't cut it (even the text mode ones). One
reason is I need
2006 Jan 30
4
dispatch.cgi Problem
Hey all,
I''ve been battling with ruby configurations for days now...trying to get
either SCGI or FCGI to work on my Apache 1.3/Linux Red Hat 3 server.
I''ve pretty much gave up that battle since either of them will work with
me after trying dozens of configurations, but now even when I try to run
apps with dispatch.cgi I get this error in my log: "Premature end of
2020 Nov 15
1
[PATCH] drm/nouveau: bail out of nouveau_channel_new if channel init fails
On Sun, Nov 15, 2020 at 6:43 PM Salvatore Bonaccorso <carnil at debian.org> wrote:
>
> Hi,
>
> On Fri, Aug 28, 2020 at 11:28:46AM +0200, Frantisek Hrbata wrote:
> > Unprivileged user can crash kernel by using DRM_IOCTL_NOUVEAU_CHANNEL_ALLOC
> > ioctl. This was reported by trinity[1] fuzzer.
> >
> > [ 71.073906] nouveau 0000:01:00.0: crashme[1329]:
2006 Nov 25
5
Metaphone analysis
Not sure how much this will interest people but I don''t have a blog so I''m
posting something I threw together today cause I think it might be useful.
In what little free time I have I''ve been wanting to put together a
Rails/Ferret based restful dictionary. So I finally got a chance to get
started today so the first thing I wanted to do was implement a metaphone
2008 Dec 01
0
[LLVMdev] Disable optimization
Daniel M Gessel dixit:
>Wouldn't Clang be a good option to generating unoptimized LLVM IR?
More like broken ;-) sometimes at least.
>On Nov 28, 2008, at 6:13 AM, Duncan Sands wrote:
>> They are not really done by LLVM, because no optimizations are done
>> on the
>> LLVM IR. They are done by llvm-gcc, a front-end to LLVM:
llvm-pcc, anyone? :þ
//mirabilos
--
2018 Feb 10
0
CentOS 7 Cloud 16.0.4 Nova Security Update
Hello,
A security issue has been found in Nova 16.0.3 and a fix has been released in December, however I haven?t seen Nova 16.0.4 in the Cloud repositories yet. Is someone working on updating the nova packages? The issue allows users to consume all resources on a host which leads to a denial of service.
See: https://docs.openstack.org/releasenotes/nova/pike.html
2010 Jul 09
2
difference between stickybit SUID and SGID
i had a small query , whant is the difference between stickybit SUID and
SGID , is there any proper site where i can get a clear understanding .
--
Regards
Agnello D'souza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100709/c7c22588/attachment.html>
2004 Nov 17
0
Problem with joining Active Server Domain
I have built samba 3.0.8 with ADS support. From the Solaris 9 end it
appeared to join the active directory server domain OK. However when I look
using Windows Explorer on the ADS (Windows 2003) machine it appears as Samba
3.0.8 server under WORKGROUP, and I cannot access the shares. I am using
the MIT kerberos. The Howto guide on page 74 is a bit ambiguous. I read it
to say that if you are
2012 Oct 26
1
How to resolve split-brain and replication failures?
Hi All,
What is the recommended procedures for resolving split-brain conditions on files and replication failures?
Thanks,
Michael
______________________________________________________________________________________
Michael Kushnir
System Architect / Engineer
Communications Engineering Branch
Lister Hill National Center for Biomedical Communications
National Library of Medicine
8600
2008 Nov 28
2
[LLVMdev] Disable optimization
Wouldn't Clang be a good option to generating unoptimized LLVM IR?
Dan
On Nov 28, 2008, at 6:13 AM, Duncan Sands wrote:
>> It matters if the optimisations the students have to implement are
>> the
>> optimisations done implicitly by LLVM.
>
> They are not really done by LLVM, because no optimizations are done
> on the
> LLVM IR. They are done by llvm-gcc,
2008 Nov 02
0
[LLVMdev] 2.4 Pre-release (v2)
Tanya M. Lattner dixit:
>LLVMers,
>
>The 2.4 pre-release (v2) is available for testing:
>http://llvm.org/prereleases/2.4/
Is it correct that there is no matching clang distfile?
A checkout of clang r58548 does not build with the prerelease,
seems to require a newer version of llvm-current.
(But then, maybe it’d be best anyway if I port llvm-current to
MirBSD, because it’ll be easier
2020 Nov 15
0
[PATCH] drm/nouveau: bail out of nouveau_channel_new if channel init fails
Hi,
On Fri, Aug 28, 2020 at 11:28:46AM +0200, Frantisek Hrbata wrote:
> Unprivileged user can crash kernel by using DRM_IOCTL_NOUVEAU_CHANNEL_ALLOC
> ioctl. This was reported by trinity[1] fuzzer.
>
> [ 71.073906] nouveau 0000:01:00.0: crashme[1329]: channel failed to initialise, -17
> [ 71.081730] BUG: kernel NULL pointer dereference, address: 00000000000000a0
> [
2006 May 22
5
[Bug 1189] PAM module hangs root logout
http://bugzilla.mindrot.org/show_bug.cgi?id=1189
wknox at mitre.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Stacked PAM modules hang |PAM module hangs root logout
|root logout |
------- Comment #12 from wknox at mitre.org 2006-05-22
2012 Oct 23
1
Problems with striped-replicated volumes on 3.3.1
Good afternoon,
I am playing around with GlusterFS 3.1 in CentOS 6 virtual machines to see if I can get of proof of concept for a bigger project. In my setup, I have 4 GlusterFS servers with two bricks each of 10GB with XFS (per your quick-start guide). So, I have a total of 8 bricks. When bu
I have no problem with distributed-replicated volumes. However, when I set up a striped replicated
2001 Sep 28
1
Summary of Characters vectors, NA's and "" in merges
Thanks to Brian Ripley, Gregory Warnes, and Dennis Murphy for considering my
problem about "NA" in character strings. The nub of the issue seems to be that
you can not have a string with "NA" in it in a character vector in R without it
being intrepreted as meaning NA (i.e., not available). The only work-arounds
involve renames of various sorts.
Perhaps this is more appropriate