similar to: Customising a CentOS 6.6 installation disk

Displaying 20 results from an estimated 500 matches similar to: "Customising a CentOS 6.6 installation disk"

2015 Jan 08
0
Customising a CentOS 6.6 installation disk
On 01/08/2015 11:18 AM, James Bishop wrote: > I apologise if this is not the appropriate list for the following > issue, but... > > Is it possible to upgrade the Linux kernel on a kickstart CD? > > I've changed the vmlinuz and initrd.img files in the isolinux > directory from the distro's ISO image; so kernel > 2.6.32-504.3.3.el6.i686 now boots from a DVD, and
2015 Jan 08
1
Customising a CentOS 6.6 installation disk
I'm looking for an image for CentOS v7 to download.... Any suggestion on a suitable website? Sent from my iPhone > On Jan 8, 2015, at 1:30 PM, Greg Bailey <gbailey at lxpro.com> wrote: > >> On 01/08/2015 11:18 AM, James Bishop wrote: >> I apologise if this is not the appropriate list for the following issue, but... >> >> Is it possible to upgrade the
2016 Feb 24
0
(no subject)
Hi, I've got an LXC container running. Essentially, only core, and openssh-server installed inside the container. Got a shell with lxc-attch -n "containername", but unable to run system-config-firewall. Any ideas, what might be wrong? Thanks, Jochen [root at centos6 /]# unset DISPLAY [root at centos6 /]# system-config-firewall Traceback (most recent call last): File
2011 Sep 01
2
upsd problem with NUT 2.6.1
Hi, I've had NUT 2.6.1 on OpenIndiana working with a Tripp-Lite ECO550. I've been playing around with the config files a little bit, and I must have done something that messed up the demon. I now get wiley$ pfexec /opt/nut/sbin/upsd -DD Network UPS Tools upsd 2.6.1 0.000000 listening on 127.0.0.1 port 3493 0.000486 listening on ::1 port 3493 0.001279 Can't connect to
2006 Feb 15
2
Increment Variable
What's the best way to increment a numeric variable in the dial plan? I tried this... exten => s,1,Set(mainLoop=${MATH(${mainLoop}+1)}) but that converts it to a floating point number (WHY???), so I end up with 1.0000, which later on means I have to perform string manipulation to get rid of the .0000. Thanks Doug
2016 Apr 26
3
New UPS Support: Eaton 5S 1000
I've used NUT successfully for monitoring many different brands of UPS, but this one has me stumped. It has the same manufacturer ID and Product ID as older supported MGE-type Eaton UPS's, but has trouble talking. I tried Ubuntu's repo NUT, and it logs a Connecting to UPS message every few seconds forever, but never really succeeds (or says it fails). Different failure mode after
2007 Jan 01
1
DBus setting options broken
Using latest git if you try to set an option to the value it already has you get an error like 'dbus_bindings.DBusException: Method "set" with signature "s" on interface "org.freedesktop.compiz" doesn't exist' and setting it to a new value actually changes the setting but dbus times out waiting for a reply saying so. Setting a list gives the method
2015 Jan 24
2
upds crash with 'Out of memory'
Hello, I am trying to get nut running on a Windows 2012 R2 server (x64). I am using the MSI release of 2.6.5-3. The attached UPS is an APC xs1500 (model bx1500g). The connection is an RJ45 to USB cable. Here is my ups.conf: [xs1500] driver = usbhid-ups port = auto desc = "APC Back-UPS xs1500" The problem I am encountering is upsd crashing with an 'Out of memory' error. I can
2008 May 20
10
Asynchronous Pipe::Server problems
Hi all, I''ve been working on the win32-pipe library (again) and I''ve reworked the interface. Instead of Pipe.new_server or Pipe.new_client, there''s now a base Pipe class, with Pipe::Server and Pipe::Client subclasses. You can find the latest code in the CVS repo. Oh, and you''ll need to update your windows-pr library with the latest from CVS if you want to
2011 May 09
2
[LLVMdev] How does Timer work?
I slightly modified the Kaleidoscope example to print the timing data using the NamedRegionTimer as below: // Run the main "interpreter loop" now. { const char *GroupName = "MainLoop"; NamedRegionTimer T("Kaleidoscope", GroupName, true); MainLoop(); } My assumption was that when T goes out of scope, it will emit the data on the command line. But I see
2009 Aug 26
2
Error starting a virtual machine
I've been playing with ovirt built from source. When I try to start my first VM, I get this error in taskomatic.log: INFO Wed Aug 26 14:33:28 -0600 2009 (12750) starting task_start_vm INFO Wed Aug 26 14:33:29 -0600 2009 (12750) VM will be started on node node94.ovirt.priv DEBUG Wed Aug 26 14:33:29 -0600 2009 (12750) Connecting volumes: DEBUG Wed Aug 26 14:33:29 -0600 2009 (12750) XML Domain
2009 Jan 20
4
Mustek PowerMust 848
An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20090120/ffb91e55/attachment.htm
2010 Dec 23
2
upsd crashes with a "broken pipe" error
In /var/log/syslog Dec 23 13:04:50 ************** upsmon[2010]: Poll UPS [rack1ups at localhost] failed - Write error: Broken pipe After this, there is no longer a upsd daemon running. Error messages follow: Dec 23 13:04:50 ************** upsmon[2010]: Communications with UPS rack1ups at localhost lost ... Dec 23 13:04:55 ************** upsmon[2010]: UPS [rack1ups at localhost]: connect
2015 Jan 27
0
upds crash with 'Out of memory'
On Jan 24, 2015, at 12:45 AM, Ryan Sizemore <ryan.sizemore at gmail.com> wrote: > Hello, > > I am trying to get nut running on a Windows 2012 R2 server (x64). I am using the MSI release of 2.6.5-3. I am not sure why they are not listed on the main download page, but there are actually three Windows MSI releases after that: http://www.networkupstools.org/package/windows/ I
2017 May 29
2
sftp idle timeout
On 05/29/17 04:13 AM, Damien Miller wrote: > On Fri, 26 May 2017, Tomas Kuthan wrote: > >> Hi team, >> >> Any chance my patch introducing new sftp-server option '-t idle_timout' [1,2] >> could be accepted into openssh/openssh-portable? > > I think the best place to implement a idle timeout is in sshd. Then it > could be made per-channel and be able to
2010 Aug 20
2
segfault in embedded r after call to repldlldo1
Dear R developers, i've got a question concerning an embedded R instance. I called the initialization routines as seen in the "writing extensions" guide (Rf_initialize, setup_Rmainloop and R_ReplDLLinit). I also changed the function callback pointer of readconsole and writeconsoleex to my local functions. when i call mainloop there is no problem and the commands are evaluated
2019 Nov 18
2
Crash using exceptions
Hello, I get a crash in my program that uses exceptions and the LLVM JIT, even though the exceptions are controlled and thrown/catched in a part that doesn't deal with LLVM. I noticed that llvm-config --cxxflags includes the -fno-exceptions flag. Do I need to throw no exceptions whatsoever in my application to use LLVM JIT? As a minimal example, I modified the code in
2009 Sep 30
2
Few questions about oVirt install.
Hi. I have successfully installed ovirt. Boot 2 nodex throught PXE boot, and added to pool. Whe i try to create NFS storage, they in state: pending setup. How to add NFS storage? taskomatic.log INFO Wed Sep 30 16:59:09 +0300 2009 (1991) starting task_refresh_pool INFO Wed Sep 30 16:59:09 +0300 2009 (1991) storage_find_suitable_host: host node3.ovirt.priv uuid 30303234-3144-3832-4638-3931FF
2011 May 10
0
[LLVMdev] How does Timer work?
ping. On Mon, May 9, 2011 at 10:20 PM, Sanjiv <llvmdev at gmail.com> wrote: > I slightly modified the Kaleidoscope example to print the timing data using > the NamedRegionTimer as below: > > // Run the main "interpreter loop" now. > { > const char *GroupName = "MainLoop"; > NamedRegionTimer T("Kaleidoscope", GroupName, true); >
2011 Sep 07
4
(no subject)
Hi team, I am trying to find solution to hangup b-party call after 1 min with out disconnecting the call of a-party but following dial plan which is disconnect both the calls. Please suggest me the solution. [TB] exten => _X.,1,Wait(${INCOMING_WAIT}) exten =>_X.,2,Verbose(TB) exten =>_X.,3,Answer() exten => _X.,4,Set(mainLoop=0) exten =>