search for: obligatori

Displaying 20 results from an estimated 150 matches for "obligatori".

Did you mean: obligatory
2008 Feb 23
1
[LLVMdev] Obligatory monthly tail call patch
Hello everybody, hi Evan, this patch changes the lowering of arguments for tail call optimized calls. Before arguments that could be overwritten by each other were explicitly lowered to a stack slot, not giving the register allocator a chance to optimize. Now a sequence of copyto/copyfrom virtual registers ensures that arguments are loaded in (virtual) registers before they are lowered to the
2016 Nov 04
5
RHEL 7.3 released
On Fri, Nov 4, 2016 at 8:59 AM, Johnny Hughes <johnny at centos.org> wrote: > On 11/04/2016 04:38 AM, James Hogarth wrote: > > As a heads up RHEL 7.3 is released: > > <snip> > > 1. Is CentOS-7.3 done yet? Answer: NO! > > And it is NOT CentOS-7.3 .. it is CentOS-7 (1611) based on RHEL-7.3 > Sources. The main tree will be labeled '7.3.1611' on
2012 Sep 05
4
Custom type obligatory field?
Hi. I''ve been trying to develop a module for managing Cobbler from puppet. So, I need a custom type - cobblerdistro, which will fetch ISO from http, unpack it at desired destination and register distro with Cobbler. I have one issue with ensure => absent situation. First of all, here is my type: <code> # cat type/cobblerdistro.rb Puppet::Type.newtype(:cobblerdistro) do @doc
2018 Oct 17
2
Upgrade 4.8 to 4.9 with Backend-Change to lmdb?
Am 26.09.18 um 14:47 schrieb L.P.H. van Belle via samba: > Hai, > > At this point i can not recommend to upgrade to 4.9.0 or 4.9.1, a > side note on this. The bug in question why im blocking it for > production, does not happen for domain members and AD-DC's but it's > still a risk in my opinion. Is that still true (oct 17th 2018)? Is that mentioned backend change
2009 Sep 10
2
RHEL 5.4 is out!
Obligatory: When will Centos 5.4 be ready? /me goes down into reinforced concrete bunker and locks all hatches and doors.
2006 Jan 20
2
kdewebdev aka Quanta or repository kde-redhat.sourceforge.net
does this exist for CentOS 4 ? OK - next level of question then... taking a wild swing, I set up /etc/yum.repos/kde-redhat.repo and for S&G's, I ran the obligatory 'yum update' to see what would happen. It's an aggressive update to be sure. KDE 3.5.0 (and all the dependent stuff such as qt) but also samba and openoffice. Is anyone reporting happiness / contentment with
2011 Aug 22
3
Ignoring loadNamespace errors when loading a file
On a Unix machine I ran caret::rfe using the multicore package, and I saved the resulting object using save(lm2, file = "lm2.RData"). [Reproducible example below.] When I try to load("lm2.RData") on my Windows laptop, I get Error in loadNamespace(name) : there is no package called 'multicore' I completely understand the error and I would like to ignore it and
2003 Aug 06
10
wormHunter.sh and friends
Evening all, First: Obligatory thanks to Tom. Shorewall is GREAT! I''ve got it on 3 machines now and love it. (Just because they are obligatory does not mean they are not heart-felt.) On my main web server, I am constantly scanning my log files for worm-signs. Requests for default.ida, any .exe, there are several others, you probably have your favorite. I got tired of doing it by hand
2016 Nov 04
0
RHEL 7.3 released
On 11/04/2016 06:14 AM, Phelps, Matthew wrote: > On Fri, Nov 4, 2016 at 8:59 AM, Johnny Hughes <johnny at centos.org> wrote: > >> On 11/04/2016 04:38 AM, James Hogarth wrote: >>> As a heads up RHEL 7.3 is released: >> >> <snip> >> >> 1. Is CentOS-7.3 done yet? Answer: NO! >> >> And it is NOT CentOS-7.3 .. it is CentOS-7 (1611)
2017 Apr 12
1
Enterprise Linux Slack
On Wed, Apr 12, 2017 at 4:12 PM, Jonathan Billings <billings at negate.org> wrote: > On Wed, Apr 12, 2017 at 07:50:32PM +0200, Andrew Holway wrote: >> No, certainly not instead of. A mailing list is essential. I'm part of a >> few slack communities and it seems an excellent platform for realtime >> discourse and noob baiting. Very sadly the #centos and #rhel freenode
2019 Feb 25
2
Restarting nfs-server using systemctl resulted in error
Hi All, I am having strange issues with NFS server on CentOS 7.2. I am unable to restart the nfs-server: [root at hostname ~]# systemctl restart nfs-server ** (pkttyagent:20603): WARNING **: Unable to register authentication agent: Timeout was reached Error registering authentication agent: Timeout was reached (g-io-error-quark, 24) Failed to restart nfs-server.service: Connection timed out
2006 Sep 13
2
kernel-2.6.9-42.0.2 and LVM
Sep 13 12:18:56 sfe fsck: /dev/VolGroup00/LogVol00 is mounted. Sep 13 12:18:56 sfe fsck: e2fsck: Cannot continue, aborting. Sep 13 12:18:56 sfe rc.sysinit: Checking root filesystem failed I had updated the box a few days ago but I had not rebooted with the new kernel. After the reboot, I get the root filesystem is not marked clean message and also that it was not mounted read-only. I supplied
2009 May 25
1
Running R from a read-only CD
Dear R-helpers: I created a folder containing R on a read-only CD and use it by having the R-icon, located on the Windows desktop, point to the CD (R-2.8.1\bin\Rgui.exe) for the "Target," and to a Windows Desktop folder for "Start in." This works nicely EXCEPT that the R help() function cannot display anything, and presents a screen message saying "This program cannot
2009 Apr 15
1
Journal paper on CELT
Hi guys, Just wanted to let everyone know that the paper we submitted to IEEE Trans. on Audio, Speech and Language Processing has just been accepted. You can find the manuscript (hasn't been edited by IEEE yet) at: http://people.xiph.org/~jm/papers/celt_tasl.pdf Along with Tim's LCA 2009 presentation at http://www.celt-codec.org/presentations/ these are the best sources of information
2006 Nov 27
4
pptp server tutorial
Hi there.... Has anyone seen a tutorial around for a pptp server (on the same server as the firewall) for centos/rhel 4? I have been following a few general tutorials for POPTOP, but nothing seems to really work as of yet. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Oct 15
1
[PATCH] xen/xenbus: silence GCC warning
Compiling xenbus_xs.o triggers this GCC warning: drivers/xen/xenbus/xenbus_xs.c:628:13: warning: function declaration isn?t a prototype [-Wstrict-prototypes] Add the obvious and trivial fix. While we're touching this function add some equally obvious and trivial whitespace fixes. Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- 0) Triggered by compiling v3.7-rc1 using
2012 Oct 15
1
[PATCH] xen/xenbus: silence GCC warning
Compiling xenbus_xs.o triggers this GCC warning: drivers/xen/xenbus/xenbus_xs.c:628:13: warning: function declaration isn?t a prototype [-Wstrict-prototypes] Add the obvious and trivial fix. While we're touching this function add some equally obvious and trivial whitespace fixes. Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- 0) Triggered by compiling v3.7-rc1 using
2018 Apr 11
2
Possible to resize a Windows guest's disk while online?
I'm looking for a way to online resize a Windows disk -- i.e., be able to resize the disk without shutting down, rebooting, or detaching the disk. Is this at all possible? Or am I just barking up the wrong tree? I'm not finding a way to do this and even Amazon has a weird workaround, in which the user must write data to the newly resized-drive in order to recognize the new size
2016 Nov 04
1
RHEL 7.3 released
I'm with Matthew Phelps on this. If CentOS is built with the exact same sources as RHEL, why not keep the numbering scheme the same? That would make life easier for people like me who build CentOS RPMs from tarballs/SRPMS that run on RHEL and having to look up version numbers is just idiotic. I mean, that's a Microsoft pet peeve of mine. This is also why I don't deploy CentOS as
2009 Jan 21
1
Can I add a point to a pointsGrob from an xyplot without redrawing ?
Hi: I am a newbie using grid and lattice. I want to update a xyplot without redrawing and I was wondering if there is a way of adding a point to a pointsGrob ? For example, take the example from the "R Graphics Book" page 218-219: grid.newpage() angle <- seq(0, 2*pi, length=21)[-21] x <- cos(angle) y <- sin(angle) xyplot( y ~ x, aspect = 1) Lets say I take the pointsGrob