search for: lnx

Displaying 20 results from an estimated 462 matches for "lnx".

Did you mean: llx
2018 Feb 12
5
[PATCH] headers: untangle kmemleak.h from mm.h
...| 1 + net/core/sysctl_net_core.c | 1 - net/ipv4/route.c | 1 - security/apparmor/lsm.c | 1 - 21 files changed, 9 insertions(+), 14 deletions(-) --- lnx-416-rc1.orig/include/linux/slab.h +++ lnx-416-rc1/include/linux/slab.h @@ -125,7 +125,6 @@ #define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) <= \ (unsigned long)ZERO_SIZE_PTR) -#include <linux/kmemleak.h> #include <linux/kasan.h> struct mem_cgroup; --- lnx-416-rc1.orig/kern...
2018 Feb 12
5
[PATCH] headers: untangle kmemleak.h from mm.h
...| 1 + net/core/sysctl_net_core.c | 1 - net/ipv4/route.c | 1 - security/apparmor/lsm.c | 1 - 21 files changed, 9 insertions(+), 14 deletions(-) --- lnx-416-rc1.orig/include/linux/slab.h +++ lnx-416-rc1/include/linux/slab.h @@ -125,7 +125,6 @@ #define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) <= \ (unsigned long)ZERO_SIZE_PTR) -#include <linux/kmemleak.h> #include <linux/kasan.h> struct mem_cgroup; --- lnx-416-rc1.orig/kern...
2013 Jul 12
2
libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
...g - the "libvirtd" daemon should never crash due to anything the "libvirt" client throws at it. As for item #1, I'm not sure where I went wrong. A full walk-through is below (ending with a DIFF of the XML from the two domains). I created by original domain ("dwj-lnx-dev") a long time ago. Today I created the new domain ("dwj-hfax-dev") as follows: 1) Shutdown "dwj-lnx-dev" 2) Clone the root file system: "cd /vm/lxc/; cp -a dwj-lnx-dev dwj-hfax-dev" (2.5GB, ~5 min) 3) "libvirt -c lxc:/// dumpxml dwj-lnx-dev > a.xml&...
2013 May 14
1
Unable to start LXC on Gentoo w/ libvirt 1.0.4 or 1.0.5. 1.0.3 works
...ysical NIC. They exist only inside my host's kernel. I have extensive iptables rules to filter traffic between my network segments (physical + virtual). TL;DR: this was burried in a log file: " error : lxcContainerMountFSDevPTS:808 : Failed to mount /.oldroot//var/run/libvirt/lxc/dwj-lnx-dev.devpts on /dev/pts: No such file or directory". But that directory DOES exist in the container: ostara ~ # ls -ld /vm/lxc/dwj-lnx-dev/dev/pts/ drwxr-xr-x 2 root root 4096 Apr 27 2011 /vm/lxc/dwj-lnx-dev/dev/pts/ If I revert to libvirt-1.0.3-r2, I can boot my LXC containers again. B...
2013 Jul 12
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
...uot; daemon should > never crash due to anything the "libvirt" client throws at it. As for > item #1, I'm not sure where I went wrong. A full walk-through is below > (ending with a DIFF of the XML from the two domains). > > I created by original domain ("dwj-lnx-dev") a long time ago. Today I > created the new domain ("dwj-hfax-dev") as follows: > > 1) Shutdown "dwj-lnx-dev" > 2) Clone the root file system: "cd /vm/lxc/; cp -a dwj-lnx-dev > dwj-hfax-dev" (2.5GB, ~5 min) > 3) "libvirt -c lxc:/// du...
2013 Feb 08
1
libvirt v1.0.2 fails to boot LXC container, but v1.0.0 works
...latime,freezer) blkio on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) perf_event on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) /chroot/ssh-jails/jamiel/home/jamiel on /home/jamiel type none (rw,bind) libvirt on /run/libvirt/lxc/dwj-lnx-dev type fuse (rw,nosuid,nodev) *** My LXC containers: ostara ~ # virsh -c lxc:// list --all Id Name State ---------------------------------------------------- - dwj-lnx-dev shut off - vm1 shut off *** Config...
2013 Jul 12
2
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
Update: I am able to edit the XML in "dwj-hfax-dev" such that libvirtd no longer crashes, and edit the XML for "dwj-lnx-dev" such that it will crash. The presents of "<seclabel type='none'/>" near the bottom causes libvirtd to crash. I do not recall ever manually adding that to my domain. In any event, libvirtd should probably not crash due to the XML element (which seems valid - or a...
2014 Jan 15
2
installing syslinux on a fresh system (SATA)
...t; > > should be booted > > > 2. "LINUX" or "linux" now should be treated as a reserved word (because > > > of 1.) > > > > > > > > > So, this might work better: > > > > > > prompt 1 > > > DEFAULT lnx > > > LABEL lnx > > > SAY Now booting my first extlinux > > > LINUX /bzImage > > > APPEND ro root=/dev/sda1 > > > > > > > Syslinux doesn't have "reserved words" in quite that way. Using "linux" > > as a label na...
2012 May 14
0
libvirt, lxc, "/dev/log" ENOENT
...few main questions: 1) Is my domain configured correctly? 2) Why is the container unable to write to the "/dev/log" provided from outside the container? 3) Why am I unable to authenticate as the "root" user? Thank you for your time. ostara ~ # virsh -c lxc:/// start dwj-lnx-dev Domain dwj-lnx-dev started ostara ~ # virsh -c lxc:/// console dwj-lnx-dev Connected to domain dwj-lnx-dev Escape character is ^] INIT: version 2.88 booting Gentoo Linux; http://www.gentoo.org/ Copyright 1999-2009 Gentoo Foundation; Distributed under the GPLv2 Press I to enter interactive b...
2014 Jan 16
3
installing syslinux on a fresh system (SATA)
...lem with my extlinux.conf. Thanks Mau On Thu, Jan 16, 2014 at 10:33 AM, Mau Z <zmau1962 at gmail.com> wrote: > Hello > > Thanks and sorry for the mistake. > > The situation is a little better (Thanks to Ady). > Here is my extlinux.conf : > > prompt 1 > DEFAULT lnx > LABEL lnx > SAY Now booting my first extlinux > LINUX /bzImage > APPEND ro root=/dev/sda1 > > Linux still does not run, I still get the prompt. > > The good news is that if I type the name of the label ("lnx"), the kernel > DOES load (and does not crash any mo...
2004 Dec 06
1
Linux SYSLINUX vs SYSLINUX.EXE
To all or anyone: I have a very strange problem when using syslinux, and lnx-bbc. Perhaps somebody can provide some insight into Syslinux as it relates to what I'm trying to do. At Peerless, we use LNX-BBC to build a bootable USB thumbdrive. We added a script to init.d in the ram disk to execute one our scripts during LNX-BBC boot from the USB thumb drive. I have se...
2002 Dec 06
1
Making TIMEOUT work?
...ault value without waiting a single second (and a TIMEOUT value of 500 should mean 50 seconds, as it counts in 1/10th of a second, right?) SYSLINUX (isolinux) 2.00 ----8<------8<---- SERIAL 0 38400 TIMEOUT 500 DISPLAY about.txt F1 help.txt DEFAULT t LABEL t KERNEL /isolinux/kernel.lnx APPEND console=ttyS0,38400n8 console=tty0 hda=dma,ata100 hdb=dma,ata100 hdc=nodma init=/installer root=/dev/hdc ro devfs=nomount LABEL s KERNEL /isolinux/kernel.lnx APPEND console=tty0 console=ttyS0,38400n8 hda=dma,ata100 hdb=dma,ata100 hdc=nodma init=/installer root=/dev/...
2014 Jan 14
2
installing syslinux on a fresh system (SATA)
.... Use "LINUX" instead of "KERNEL" to specify that a linux kernel > should be booted > 2. "LINUX" or "linux" now should be treated as a reserved word (because > of 1.) > > > So, this might work better: > > prompt 1 > DEFAULT lnx > LABEL lnx > SAY Now booting my first extlinux > LINUX /bzImage > APPEND ro root=/dev/sda1 > Syslinux doesn't have "reserved words" in quite that way. Using "linux" as a label name is perfectly fine. -hpa
2010 Jan 11
1
syslinux-tftpboot RPM fails to install
I've tried both RedHat EL4 Update 7 and EL5 Update 4, both give me the same problem. 3.82 will install no problem at all : [root at rdoogan-lnx ~]# rpm -Uvh syslinux-tftpboot-3.82-1.i386.rpm Preparing... ########################################### [100%] 1:syslinux-tftpboot ########################################### [100%] However, starting wth 3.83 I get the following issue : [root at rdoogan-lnx ~]# rpm -Uvh s...
2014 Jan 16
0
installing syslinux on a fresh system (SATA)
Hello Thanks and sorry for the mistake. The situation is a little better (Thanks to Ady). Here is my extlinux.conf : prompt 1 DEFAULT lnx LABEL lnx SAY Now booting my first extlinux LINUX /bzImage APPEND ro root=/dev/sda1 Linux still does not run, I still get the prompt. The good news is that if I type the name of the label ("lnx"), the kernel DOES load (and does not crash any more). The bad news are : 1) Ultimately the s...
2012 Jul 10
1
Samba 3.6.5, idmap configuration and WBC_ERR_DOMAIN_NOT_FOUND
...an Backports) in an effort to closer track the current development to try and chase some long standing bugs out. I think I've resolved one problem but introduced another. I'm getting the "WBC_ERR_DOMAIN_NOT_FOUND" when I try to perform a SID to UID lookup much like so: city-liza-lnx:/var/log/samba# wbinfo -t checking the trust secret for domain CBJ_NT via RPC calls succeeded city-liza-lnx:/var/log/samba# wbinfo -n CBJ_NT+kevin_elliott S-1-5-21-505306839-1977890393-20515302-14949 SID_USER (1) city-liza-lnx:/var/log/samba# wbinfo -s S-1-5-21-505306839-1977890393-20515302-14949 C...
2011 Jun 06
2
Taking Integral and Optimization using Integrate, Optim and maxNR
Dear All, Hello! I have some questoins in R programming as follows: Question 1- How to take the integral of this function with respect to y, such that x would appear in the output after taking integral. f(x,y)=(0.1766*exp(-exp(y+lnx))*-exp(y+lnx))/(1-exp(-exp(y+lnx))) y in (-6.907,-1.246) It is doable in maple but not in R. At least I could not find the way. p.s: result from maple is: g(x)=dilog*exp(0.001000755564*x)+0.5*ln(exp(0.001000755564*x))^2-dilog*(exp(0.2876531111*x))-0.5*ln(exp(0.2876531111*x))^2 Where dilog=integ...
2016 Oct 11
2
Win32: problem with tinc-up script
...c, script is now launched in separate thread. This version works 100% for me under Win2003. ---------- Original message ---------- From: borg at uu3.net To: tinc-devel at tinc-vpn.org Subject: Re: Win32: problem with tinc-up script Date: Sun, 9 Oct 2016 16:55:01 +0200 (CEST) Message-ID: <Pine.LNX.4.64.1610091653050.19164 at cube> I added Web Browser so everyone can peek at commit without cloning whole repo: http://borg.uu3.net/cgit/cgit.cgi/OEM/tinc/log/?h=tap_wait ---------- Original message ---------- From: borg at uu3.net To: tinc-devel at tinc-vpn.org Subject: Win32: problem with...
2008 Jul 10
6
Getting undefined method `-' for #<XMLRPC::DateTime:0xb7c729e8>
Hello, all. I am getting the following error on a couple of my puppet nodes when I run puppetd -v -o --no-daemonize --no-splay: err: Could not retrieve catalog: undefined method `-'' for #<XMLRPC::DateTime:0xb7c729e8> The error goes away if I add --ignorecache, but I''m not sure that''s quite the fix I''m hoping for. It will also go away if i remove my
2016 Apr 26
5
Firefox and Flash
...plugin/libflashplayer.so > Version: 11.2.202.577 > Status: Aktiviert (STATE_VULNERABLE_UPDATE_AVAILABLE) > Shockwave Flash 11.2 r202 > > But it is: > > strings /usr/lib64/mozilla/plugins/libflashplayer.so | grep 616 > FlashPlayer_11_2_202_616_FlashPlayer > LNX 11,2,202,616 > 11.2.202.616 > drm/%s/%s/%s/11.2.202.616%s > > Any ideas? On my 3 CentOS 6.5 systems here (all up-to-date), only one shows '577' whereas 616 is installed and the 577 binary has gone. Strange, I still didn't get how to "fix" this, even if doesn'...