similar to: Managing upgrades

Displaying 20 results from an estimated 10000 matches similar to: "Managing upgrades"

2005 Mar 24
2
Dynamically limiting the number of outbound calls
In our setup, outbound call volume frequently exceeds the line capacity of the DSL line. We do not want to move to another codec to better utilize the line, but instead wish to automatically divert overflow to the Long Distance T1 when the DSL is "full". Ideally the system would also be able to adjust automatically to network conditions such as network outage, high latency, jitter and/or
2018 Sep 05
9
[RFC] UAPI: Check headers by compiling all together as C++
Here's a set of patches that inserts a step into the build process to make sure that the UAPI headers can all be built together with C++ (if the compiler being used supports C++). All but the final patch perform fixups, including: (1) Fix member names that conflict with C++ reserved words by providing alternates that can be used anywhere. An anonymous union is used so that that
2018 Sep 05
9
[RFC] UAPI: Check headers by compiling all together as C++
Here's a set of patches that inserts a step into the build process to make sure that the UAPI headers can all be built together with C++ (if the compiler being used supports C++). All but the final patch perform fixups, including: (1) Fix member names that conflict with C++ reserved words by providing alternates that can be used anywhere. An anonymous union is used so that that
2018 Sep 06
2
[RFC] UAPI: Check headers by compiling all together as C++
Here's a set of patches that inserts a step into the build process to make sure that the UAPI headers can all be built together with C++ (if the compiler being used supports C++). Note that it's based on a commit from the sound tree to fix usage of u32 and co.. Most of the patches perform fixups, including: (1) Fix member names that conflict with C++ reserved words by providing
2004 Jul 16
4
Stumped on methods
I have been trying to write a "proper" print method for a package, and have almost gotten what I want. From a reading of the relevant section in R Extensions and the introduction to methods, I've stuck the whole business into a character object and used: NextMethod("print") However, instead of not printing quotes and displaying the usual representation of the string,
2013 Mar 07
2
[PATCH] VSOCK: Split vm_sockets.h into kernel/uapi
Split the vSockets header into kernel and UAPI parts. The former gets the bits that used to be in __KERNEL__ guards, while the latter gets everything that is user-visible. Tested by compiling vsock (+transport) and a simple user-mode vSockets application. Reported-by: David Howells <dhowells at redhat.com> Acked-by: Dmitry Torokhov <dtor at vmware.com> Signed-off-by: Andy King
2013 Mar 07
2
[PATCH] VSOCK: Split vm_sockets.h into kernel/uapi
Split the vSockets header into kernel and UAPI parts. The former gets the bits that used to be in __KERNEL__ guards, while the latter gets everything that is user-visible. Tested by compiling vsock (+transport) and a simple user-mode vSockets application. Reported-by: David Howells <dhowells at redhat.com> Acked-by: Dmitry Torokhov <dtor at vmware.com> Signed-off-by: Andy King
2003 Jul 28
3
Large hard disk support in FreeBSD
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'd like to put a 60GB hard disk into Gateway 2000 Pentium 150 (from '96 or '97 or so I think) running FreeBSD 4.8 RELEASE. Can anybody tell me how successful this is likely to be? Will I be able to use the full capacity of the drive? I seem to recall that the trick with large hard disks and old BIOSes is to disable the drive in
2008 May 24
9
[Bug 1469] New: Should sshd detect and reject vulnerable SSH keys (re: Debian DSA-1571 and DSA-1576)
https://bugzilla.mindrot.org/show_bug.cgi?id=1469 Summary: Should sshd detect and reject vulnerable SSH keys (re: Debian DSA-1571 and DSA-1576) Classification: Unclassified Product: Portable OpenSSH Version: 5.0p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2
2001 Nov 06
3
invalidate: busy buffer
Hi, Since upgrading to 2.4.14 with the ext3 patch, I've been getting the following on bootup: VFS: Mounted root (ext3 filesystem) readonly. change_root: old root has d_count=5 Trying to unmount old root ... invalidate: busy buffer invalidate: busy buffer invalidate: busy buffer invalidate: busy buffer invalidate: busy buffer okay Is the invalidate busy buffer bit anything to worry about?
2001 Nov 19
2
evaluate a variable in smb.conf
Hello I want to use a variable in the global section of smb.conf If the variable is %u (or %g), it concerns the current user (root at this moment) and not the veritable user. while ? does somebody can help me ? thanks ------------------------------------------------------------------------------ | Beno?t Marchal | Tel : (33) 03.83.59.55.75 | | E.N.S.E.M.
2012 Nov 23
2
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
On 11/22/2012 12:07 PM, Chandler Carruth wrote: >> While the current naming may not be the best I'm -1 for the change in >> > general. > Are there any serious reasons or concerns? I'm well aware that this > will impose a cost on out-of-tree projects, but on the whole it should > be pretty minimal and consist of some applications of 'sed'. Well, it's a
2013 Jun 08
4
Using yum provider to install local RPM
Hey guys, puppet n00b here. I think I already found an answer for my question here, but the topic was dated back in november of 2011, so I''m hoping things have changed since then! Here''s the topic I''m referring to. https://groups.google.com/forum/?fromgroups#!topic/puppet-users/oSHWWjMX-sE I''m running: CentOS 6.3 yum 3.2.29 puppet 3.2.1 To sum it up, I
2008 Mar 24
1
smartest way to setup new system (DELL PE 4600)
Hi all, One of our servers (very old) died last week and I'm setting up a new CentOS 5.1 box to replace it. Primarily used as a samba fileshare on a mostly windows-workstation network. This system will, ideally, have the OS on a 146 GB SCSI drive, with user data on a 300GB SCSI, both attached to the backplane of the 4600. My question is this: What's best practice and most desirable
2015 Jun 23
2
[Announce] Samba 4.1.19 Available for Download
======================================================================= "People often say that motivation doesn?t last. Well, neither does bathing. That?s why we recommend it daily." Zig Ziglar ======================================================================= Release Announcements --------------------- This is the latest stable release of Samba 4.1. Changes
2015 Jun 23
2
[Announce] Samba 4.1.19 Available for Download
======================================================================= "People often say that motivation doesn?t last. Well, neither does bathing. That?s why we recommend it daily." Zig Ziglar ======================================================================= Release Announcements --------------------- This is the latest stable release of Samba 4.1. Changes
2018 Sep 06
1
[PATCH 03/11] UAPI: virtio_net: Fix use of C++ keywords as structural members
Michael S. Tsirkin <mst at redhat.com> wrote: > As long as you do not intend to use any classes, how about > simply adding > > -Dclass=_class > > to your command line? That kind of misses the point;-). It's not reasonable to expect all userspace C++ users to do this. David
2017 Apr 05
3
[PATCH 02/38] Annotate hardware config module parameters in arch/x86/mm/
When the kernel is running in secure boot mode, we lock down the kernel to prevent userspace from modifying the running kernel image. Whilst this includes prohibiting access to things like /dev/mem, it must also prevent access by means of configuring driver modules in such a way as to cause a device to access or modify the kernel image. To this end, annotate module_param* statements that refer
2001 Nov 06
1
2.4.14 patch
Hey, Thanks for sending me the patch Wiktor, but I was looking for the patch ext3-2.4-0.9.15-2414.gz . If someone has that let me know. Does it work well with kernel 2.4.14 (any installation issues ?) . Why can't I download from http://www.uow.edu.au/~andrewm/linux/ext3 page. If someone can zip the gz patch and email it to me that would be awesome. My email client acts up sometimes.
2001 Nov 07
2
Some kind of bug ? anyway
Tried to convert a 60 gig ext2 disk to ext3. Used tune2fs version 1.22 (it said). The filesystem refused to be converted with that version. Upgraded to 1.25 of e2fsprogs and the problem went away. My two cents. /Benjamin