Displaying 20 results from an estimated 33 matches for "gorilla".
2015 Jan 26
0
CEBA-2015:0081 CentOS 7 golang-github-gorilla-mux BugFix Update
...ix Advisory 2015:0081
Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0081.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
b3cf78fe6b5b9beffa028f11eec93d372e6776b7519b41a99fd1fb9e7b988ed9 golang-github-gorilla-mux-devel-0-0.15.git136d54f.el7_0.noarch.rpm
Source:
0815b8c68794cf52612a8e4b0ec6bc87fdd94e30d6c376249093a4359edbbc3e golang-github-gorilla-mux-0-0.15.git136d54f.el7_0.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos at irc.freenode.net
2013 Sep 17
8
[Bug 69465] New: Kernel freeze with NVA3 kernel 3.11.1 / PGRAPH][0000:01:00.0] PGRAPH TLB flush idle timeout fail
...ry: Kernel freeze with NVA3 kernel 3.11.1 /
PGRAPH][0000:01:00.0] PGRAPH TLB flush idle timeout
fail
QA Contact: xorg-team at lists.x.org
Severity: critical
Classification: Unclassified
OS: Linux (All)
Reporter: gorilla.maguila at gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: unspecified
Component: Driver/nouveau
Product: xorg
Created attachment 85974
--> https://bugs.freedesktop.org/attachment.cgi?id=85974&action=edit
netconsole.log
Kernel...
2007 Jan 31
2
Patch to fix the 255 status code problem
Hi,
Currently using openssh-4.5p1 on Solaris 8 in conjunction with Oracle 8i
dataguard. Is there a patch available to prevent ssh returning status
code 255 for a successful execution of a remote connection/command.
Many Thanks,
Tim Mann
2007 Jan 22
5
Problem with xen on Centos-4.4?
I am running a Xen installation on a Centos-4.4 based test box, my desktop
unit, and I am having intermittent problems installing certain pieces of
software. Some time back I posted to this list regarding my inability to
install Adobe Acrobat on this unit and was advised to essentially
repackage the software and try again. This is beyond my present means of
knowledge or time to acquire same and
2013 Feb 23
2
Merging labels on Pie chart
Dear R Help Members,
I need to draw a pie chart for someone and there are 3 small slices in it identifying different species, all 0.7%, who’s labels overlap so you cannot read them. Is there a way to have only 1 label the three slices, so as to merge the three labels into one without merging the 3 slices? Alternatively, is there a way to extend the pointing lines, so that they could be different
2000 Jun 22
1
Summary: 'pausing' in R (fwd)
The question was:
> I have this 'odd' problem; I need to let R pause, for a given time, before
> starting next iteration in a loop. I'm using the following to do this
> task, but feel a little bit guilty because I'm using as much CPU time as I
> can get while pausing:
>
> while(keepGoing) {
> t.end <- proc.time()[3] + 5 ## the time this loop should end
2001 Aug 03
1
dell says bye bye to Linux
Well. A priori. I'm a dedicated legacy OS person. I cut my teeth on
command line DOS and then WIN 3.xx (these days that means WFWG 3.11). I drew
the line at WIN9x. Hate that beast with a true passion, but because it is
the 800 pound gorilla, I have to find some way to accomodate it in the
future.
So, here is the rub. Linux is a real PITA. Capital PITA. Unbelievably techie
and that is bad. I say that because I was a techie in the DOS years. People
came to me to do this or that thing that they couldn't do because they were
not...
2015 Jan 27
0
CentOS-announce Digest, Vol 119, Issue 9
...centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CEBA-2015:0082 CentOS 7 augeas BugFix Update (Johnny Hughes)
2. CEBA-2015:0081 CentOS 7 golang-github-gorilla-mux BugFix
Update (Johnny Hughes)
3. CESA-2015:0085 Important CentOS 5 java-1.6.0-openjdk Security
Update (Johnny Hughes)
4. CEBA-2015:0084 CentOS 6 alsa-utils BugFix Update (Johnny Hughes)
5. CESA-2015:0085 Important CentOS 6 java-1.6.0-openjdk Security
Update (Johnny Hu...
2009 Aug 14
5
DNS Server Recommendations
Hi All:
I am looking for some possible recommendations on the handling of our
internal DNS services. First some background...
Until recently our entire network was located within a single facility
with internal DNS services provided by our CentOS 4.7 (using BIND).
While I had problems with DHCP/DNS communications it was basically
working.
At the beginning of the month we moved the production
2004 Jul 28
2
Building Samba 3.0.5 on HP-UX 11.11
...gure: error: summary failure. Aborting config
it seems like it gets 'so close', as this appears to about 20 lines
short of the 'successful' configure using 'gcc'
Please -- any help would be much appreciated -- I'm just about willing
to try anything to get the security gorillas off my back -- I've got
this build working on AIX 5.1 and 5.2 and Sun 8 and 9 -- it's just
this silly HP thing that I can't get finished... I'm begging here --
please help!
<grin>
toph
2016 May 29
0
CentOS 6.8 Apache-2.2.15-53 re-write question
...One never ever needs URL's
exceeding 80 characters.
Avoid things like this
http://www/domain.com/public-communications/press-and-public/press-releases/press-release-12345-man-hits-dog-in-childrens-park.html
and
http://www.dailymail.co.uk/news/article-3615099/Outrage-directed-parents-Harambe-gorilla-s-senseless-death-four-year-old-son-fell-enclosure-led-zoo-officials-fatally-shoot-animal.html
If anyone has to type-in one of your URLs they will definitely
appreciate short URLs where there is less chance of making spelling
mistakes.
--
Regards,
Paul.
England, EU. England's place...
2011 Jun 04
1
Partial Matching
Let's say that I have a string and I want to know if a single word
is present in the string. I've written the following function to see if
the word "Geico" is mentioned in the string "Cheap Geico car insurance".
However, it doesn't work, and I assume it has something to do with the any()
function. Do I need to use regular expressions? (I hope not)
main <-
2007 Apr 03
1
any help installing 4.4 for s390 (or s390x) on Z9-BC?
...t0
qeth: loading qeth S/390 OSA-Express driver
cat: /sys/devices/qeth/0xe38/if_name: No such file or directory
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
Can anyone shed a little light on what I should be doing? I have a
feeling that I'm just not seeing the 800-lb gorilla in the room.....
Thanks,
--
Kelly F. Hickel
Senior Software Architect
MQSoftware, Inc
952.345.8677
kfh at mqsoftware.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070403/b823b483/attachmen...
2006 Jul 02
3
fixme:win:SwitchDesktop
I just installed Wine last night. First let me say: it's awesome!
Much better than I supposed.
I decided to try Wine because I've been trying to get file compat-
ability between Linux and PasswordSafe, a great Windows password
manager.
I copied all the PasswordSafe files to their own directory in my
$HOME so that PasswordSafe could write it's database.
I cd to that directory;
2013 Mar 26
3
Help with thread Centos 6.4 won't reboot on install
Newbie here. Need help with a thread that has about 25 posts. No
replies in a few days. The thread is in software support for centos 6
and the subject of the thread is Centos 6.4 won't reboot on install.
Have had limited success in getting a login screen but once I logout, I
can't get back in again. It was mentioned in the thread that the problem
is likely in Network Configuration. I
2007 Feb 20
1
CHINA: Donation Scheme and Quality Community Development
G'Day All,
We have been supporting linux as a side business for a while (because
we use that skill set in our own value chain internally) and we are
now going to start targeting the wider local Chinese market and not
just the foreign companies and joint ventures.
As such we expect to see tremendous growth in this market segment
this year due to the quickly dwindling support of local
2010 Aug 17
5
MS Outlook 2007 won't open
I have installed Word, Excel, and Outlook from Office 2007 Enterprise. Word and Excel work okay. But Outlook can't open its main window when I start it (I get an error dialog from Outlook saying that). The configuration wizard run okay.
I have tried this on two separate Fedora installations (F12 and F13) using the latest wine version from the repos (1.2).
I have googled around and seen posts
2005 Apr 17
4
DISPLAY
I am a perhaps never will use 'owner' of wine I have a copy. I am
trying to run a program on Linspire and get the error:
"Make sure that your X server is running" - which it probably is since I
am using a gui.
and "and that $DISPLAY is set correctly"
could someone please explain to me how is set $DISPLAY correctly?
and exactly what is correctly? How do I find
2011 Jul 06
3
finding the intersection of two vectors
Hi,
Suppose I have two vectors, not necessarily the same length (in fact,
they usually are different lengths): y.1 that has increasing values
between 0 and 1; y.2 that has decreasing values between 1.0 and 0. You
can picture these as being supply (= y.1) and demand (= y.2) curves from
economics. I typically plot these vectors on the same graph against a
common x variable, which happens to
2016 May 28
5
CentOS 6.8 Apache-2.2.15-53 re-write question
I was wondering if somebody could help me with an Apache re-write rule. Apparently CentOS 6.8 is running apache-2.2.15-53. I am trying
to redirect all pages except for two pages. The apache rewrite directives in the httpd config are:
RewriteEngine on
RewriteCond %{REQUEST_URI}!^/test/
RewriteCond %{REQUEST_URI}!^/my-folder/
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
These commands