similar to: PXElinux and configs

Displaying 20 results from an estimated 300 matches similar to: "PXElinux and configs"

2005 Apr 07
1
timeout
Hi I dont work much with syslinux and linux. But in my last test with pxelinux I woundert why the timout function is ignored by pxelinux. There is no hint in the documentation or in the web. I've figured out that the timout function doesn't work if the prompt setting is 0. timout 50 prompt 0 doesn't work I've tested it in versio 3.07, 3.06 and an "unknown" old
2005 Apr 14
1
pxeboot to runlevel 4
folks, Im trying to boot to runlevel 4 explicitly, using this stanza: ie with a single 4 at end of APPEND line. LABEL 2.6.11-r10c2-soekris-v1 MENU LABEL ^j. runlevel 4 2.6.11-r10c2-soekris-v1 # 4 MENU DEFAULT KERNEL vmlinuz-2.6.11-r10c2-soekris-v1 APPEND console=ttyS0,19200n81 root=/dev/nfs nfsroot=192.168.42.1:/nfshost/foo
2006 May 30
2
problem about asterisk realtime.
hi, Longing for your help. I came into a problem ,Now I want to configure asterisk sip peers from MYSQL database dynamic, flolling the introduction of asterisk realtime,i set the cofiguration of sip users,but I need to cofigure sip peers too. Where I can find some infomation about cofiguring sip peers? What is the difference of configuration sip peers and configuration sip
2016 Mar 21
3
sieve - editheader - edit in place
Hello, i do some tests with sieve editheader extensions. deleteheader and addheader are working, but i noticed that new headerlines are always prepended to current header. So new lines can be found always on top. I am looking for a possibility to edit a headerline in place, without moving the new line to top of stack(replaceheader?). It is not looking good if a Subject-Line suddenly moves to
2002 Sep 19
0
Small bug: ssh-add (OpenSSH_3.4) shows wrong options
$ ssh-add -h ssh-add: illegal option -- h Usage: ssh-add [options] Options: -l List fingerprints of all identities. -L List public key parameters of all identities. -d Delete identity. -D Delete all identities. -x Lock agent. -x Unlock agent. -t life Set lifetime (in seconds) when adding Unlock agent ist -X and not -x .
2019 Nov 07
2
samba login with U2F token
Dear all, I did try to google search the archives [1] but cannot find any information on this. Would it be possible to somehow implement a passwordless (or as a 2FA) to login to a remote samba (linux server)? Any suggestions greatly appreciated, Greg 1. https://lists.samba.org/archive/samba/
2003 Oct 24
2
problems setting up E100P E1 germany
Hello list, i've got some problems getting a E1 line with a E100P up and running (germany). # cat /proc/zaptel/1 Span 1: WCT1/0 "Digium Wildcard E100P E1/PRA Card 0" HDB3/CCS/CRC4 YELLOW RED "YELLOW RED" sounds not so good. When launching asterisk, enabling pri debug on that span, i see outgoing attempts: ;---------- snip -------- > [00 01 7f ] > Unnumbered
2017 Aug 24
2
glx error with nouveau
Hello all, My laptop has Nouveau installed as the graphic driver. The version is 2.6.32-573.12.1.el6.x86_64. And when I tried to run a software(CONVERGE STUDIO), I find such errors: Xlib: extension "GLX" missing on display ":0.0". QGLTempContext: No GL capable X visuals available. Xlib: extension "GLX" missing on display ":0.0". Xlib: extension
2000 Aug 08
1
[PATCH] Updated patch to Cygwin port of 2.1.1p4
I had to update the Cygwin port for two reasons: - scp could fail because of another textmode/binmode problem. - Privileged ports are not privileged on Windows and there's no coherence between privileged user and uid 0. So I send the complete patch again with the above changes. ChangeLog: ========== - Makefile.in: Changed to support $EXEEXT transparently. Added `cygwin_util.o' to
2002 Nov 28
2
rsync as a bakcup tool and the case of rotated logs
Hello, I use rsync (among many other things) as an incremental backup tool. Every night I save /{home,etc,var} from several servers. On one of them we keep 52 weeks of system logs, so each time syslog is rotated all old syslog.x.gz (where x is between 1 and 213) change names. This impacts our backup transfers because the incremental snapshot now has to include all syslog.x.gz files even though
2020 Nov 05
2
multi factor authentication
I was trying to research whether multi factor authentication is possible with Samba AD.? There's not that information out there. We have both Linux systems with Winbind authenticating from Samba AD and Windows systems authenticating via Samba AD. ? I saw a message from Louis almost a year ago with some links, but as far as I can tell, not specifically tied to Samba AD (unless I
2003 Nov 26
3
Backup with rsync until one month
Hello, I use rsync in the company to make a backup every 4 hours. but I would like to do in a way like this, that the rsync make a backup of the changed files until one month long. EX:- file.bak.001 file.bak.002 ..... This file will be to get always, and so i can get the all files untill an one month old version of the file. Is it possible? Regardes Dipl.-Ing. Nazar Hassan
2005 Jan 24
3
Inherit permissions question (Please help)
Any ideas ?? Kindest regards David Wilson _______________________________ D c D a t a Tel +27 33 342 7003 Fax +27 33 345 4155 Cell +27 82 4147413 http://www.dcdata.co.za support@dcdata.co.za Powered by Linux, driven by passion ! _______________________________ "Computers are not intelligent. They only think they are." ----- Original Message ----- From: "David Wilson"
2008 Apr 22
2
using rsync with scripts (cronjobs) and automated backups
Hello all, I am wondering if it would be possible to write a script or a cronjob in linux using Rsync to run an automated backup of a server, or serveral servers if possible. I am very new with writing scripts and such, so any help or suggestions with how to get started would be great!!! Thanks ahead of time for the help!!! ----- Computers are like air conditioners. They both dont work, if you
2012 May 30
3
Boot hangs on v9 system at CD device probe
I sent a note about this a couple of weeks ago, but have not heard anything. I'm really getting a bit desperate. I have a system that I am trying to upgrade from 8.2 to 9.0. I have built it and installed the kernel, but it fails to boot. The boot freezes after probing for my hard drives during the probe of the CDROM. It just sits there, seemingly forever, though I have never waited longer
2020 Oct 27
2
Re: [PATCH libnbd 1/5] common/utils: Copy simple vector library from nbdkit.
On 10/27/20 1:38 PM, Richard W.M. Jones wrote: > This library proved useful in nbdkit where we need to construct an > array or vector of arbitrary objects, with the easy ability to append > at the end. Wherever code uses realloc(3) to build an array of > objects is a candidate for replacement by this library. > --- > Makefile.am | 1 + >
2017 Aug 27
2
glx error with nouveau
Hi IIia, Thank you very much for your help. Does the distro released more recently than Dec 2009 support OPENGL 3.3 ? Best, Yunde ________________________________ From: ibmirkin at gmail.com <ibmirkin at gmail.com> on behalf of Ilia Mirkin <imirkin at alum.mit.edu> Sent: Friday, August 25, 2017 6:27:43 PM To: Su, Yunde Cc: nouveau at lists.freedesktop.org Subject: Re: [Nouveau]
2006 Jul 17
1
ruby-debug 0.2
Hello Everyone, ruby-debug 0.2 is now available. Changes: - Remote debugging - Bugfixes Big thanks to Max Muermann for providing win32 binary for this release. Installation: $ gem install ruby-debug For more information: http://datanoise.com/articles/2006/07/17/changes-in-version-ruby-debug-0-2 Enjoy. -- Kent --- http://www.datanoise.com
2020 Apr 17
2
[PATCH V2] vhost: do not enable VHOST_MENU by default
On 2020/4/17 ??6:55, Michael S. Tsirkin wrote: > On Wed, Apr 15, 2020 at 10:43:56AM +0800, Jason Wang wrote: >> We try to keep the defconfig untouched after decoupling CONFIG_VHOST >> out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a >> ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by >> default. Then the defconfigs can keep enabling
2020 Apr 17
2
[PATCH V2] vhost: do not enable VHOST_MENU by default
On 2020/4/17 ??6:55, Michael S. Tsirkin wrote: > On Wed, Apr 15, 2020 at 10:43:56AM +0800, Jason Wang wrote: >> We try to keep the defconfig untouched after decoupling CONFIG_VHOST >> out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a >> ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by >> default. Then the defconfigs can keep enabling