similar to: syslinux unable to find vmlinuz

Displaying 20 results from an estimated 700 matches similar to: "syslinux unable to find vmlinuz"

2005 Sep 14
3
Logging of attribute changes when no data is transferred?
How can I get rsync to write a log record (like --log-format does for data transfer) when no content needs to be transferred but attributes (owner, group, mode, ...) are changed? -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave@mielke.cc | Canada K2A 1H7 | if you're
2005 Sep 15
1
--backup leaves window where file doesn't exist.
When using --backup, the sequence (as monitored by strace) is: rename("/path/to/<file>", "<backup-dir>/<file><backup-suffix>") rename("/path/to/.<file>.xxxxxx", "/path/to/<file>") This, of course, leaves a momentary window wherein <file> can't be found. Might it be possible to replace the first rename()
2005 Nov 10
1
Dynamically determined include/exclude list.
Is there a way to define a module within rsyncd.conf such that its include/exclude list is dynamically determined by executing a host command, e.g. find? If it can't be done today, is it the sort of feature which would be considered for future development? -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God.
2006 Mar 13
1
Default user when name not defined.
Have I missed an option somewhere? Is there a way to define a default user which is to be used when the actual user doesn't exist at the receiving end? Right now the action is to copy the user by number, but this is unsafe in certain environments, and it'd be much better to be able to name a default user. The same, of course, applies to groups as well. Thanks. -- Dave Mielke |
2012 Sep 05
0
CEBA-2012:1231 CentOS 6 brltty FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1231 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1231.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 9ad4c9e7d10469898c5738f4c91f29f4bc2587ea8042ba214288becc62fefe9c brlapi-0.5.4-7.el6.i686.rpm 1a28dc18dc4b0e776a885e80cd8811428052e687fc04c13dfb7530849691e109
2012 Sep 05
0
CentOS-announce Digest, Vol 91, Issue 2
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2004 Aug 31
0
Ext3 Errors in laptop with debian sarge
hi, i have a laptop: asus l5800gm, with a dual boot system: windows xp and linux (debian sarge with kernel 2.4.25) These are the errors when I perform fsck.ext3 -y /dev/hdc1. >pass 1: checking inodes, blocks and sizes >error reading block 1090648 (attempt to read block from filesystem resulted >in short read) while reading indirect blocks of inode 360671. Ignore error? >yes >Force
2017 Sep 06
0
First Gluster Volume deploy: recommended configuration and suggestions?
Dear users, I just started my first Gluster test volume using 3 servers (each server contains 12 hdd). I would like to create a "distributed disperse volume? but I?m a little bit confused about the right configuration schema that I should use. Should I use JBOD disks? How many bricks to be defined? Ideal redundancy value? Ideal disperse-data count value? 6x(4+2) or 3x(8+4) volume
2003 Aug 08
3
isolinux.cfg/syslinux.cfg
Hi: I am having problems with isolinux.cfg I am receiving several error messages. 'Missing parameter in config file' and 'Unknown keyword in config file'. Here is a copy of my Isolinux.cfg maybe sombody can help me figure it out: default ks prompt 1 timeout 60 display custom.msg F1 boot.msg F2 options.msg F3 general.msg F4 param.msg F5 rescue.msg F7 custom.msg
2014 Jan 20
2
newlines with write-append
Silly bash scripts have stuff like below to get things done, but equally silly guestfish scripts fail to add the required newline. Why is that? echo "$dev1 $mnt1 $fs $opts 1 2" >> /etc/fstab echo "$dev2 $mnt2 $fs $opts 1 2" >> /etc/fstab write-append /etc/fstab "$dev1 $mnt1 $fs $opts 1 2" : \ write-append /etc/fstab "$dev2 $mnt2 $fs $opts 1 2"
2002 Dec 06
1
Making TIMEOUT work?
I have problems getting the TIMEOUT value work the same way LILO/GRUB does it.. ie it should wait until the timeout and then use the default value. However, it goes straight for the default 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
2006 May 23
0
PXE/NFS looks for CDROM when starting a recovery
Hello all! I try mondo/mindi for some days now but it does not work and I don't know the reason. It is an intel Suse-8.0 Client and I use the Suse-8.0 packages from ftp.mondorescue.org. dhcp and tftp work fine. mondoarchive works, but I don't find any initrd.img for pxe/nfs. All initrd I have found ask for a CDROM and as they cannot find any they ask for a floppy when starting the pxe
2005 Sep 10
2
colon in syslinux.cfg leads to "Unknown keyword"
hi, sorry for bothering the list but since I didn't find anything in the documentation or archives I would be grateful for your help. For a customized USB installer (based on redhat anaconda) I wanted to pass an kernel parameter which contains a colon. This leads twice to the error message "Unknown keyword in syslinux.cfg." Quoting the append string using ' or "
2006 Jan 06
1
Folder with a questionmark "?mnt1"
Hey guys, i had a folder ~/mnt1 where a smbmount was mounted in. I browsed the subnet with smbc as normal user, than my ssh connection crashed because of disconnecting my remote wlan. :-/ Now i cannot access to mnt1, even root can't. The folder listing needs a lot of time and does not list mnt1 anymore. The midnight comander (mc) shows that folder in red color with the name ?mnt1 also after
2014 Jan 20
0
Re: newlines with write-append
On Mon, Jan 20, 2014 at 08:54:17PM +0100, Olaf Hering wrote: > Silly bash scripts have stuff like below to get things done, but equally > silly guestfish scripts fail to add the required newline. Why is that? > > echo "$dev1 $mnt1 $fs $opts 1 2" >> /etc/fstab > echo "$dev2 $mnt2 $fs $opts 1 2" >> /etc/fstab > > write-append /etc/fstab
2003 Sep 04
0
smbclient is broken and W2k can't connect to Samba3.0-rc2
Hi, I have done the same test since Samba-3 alfa. - Compiled the source - Joined the W2003 server - Winbind works - wbinfo tests passed - Connect to samba using smbclient fails with session setup failed: NT_STATUS_INVALID_PARAMETER - W2K client can't brows or connect to Samba. I have attached the debugging info from smbclient. I have also bug-reported this. /Patrik My smb.conf file: #
2003 Sep 02
1
Something is broken in Samba3.0-rc2 compared to Samba3.0-rc1
Hi, After the bug 380 was fixed I recompiled Samba3.0-rc2 using Sun One Studio 8 on my Solaris 9 box. I joind my Windows 2003 Server. net ADS JOIN -U Administrator Started winbindd and did wbinfo tests and all worked. Run smbclient locally to connect to the samba-server and it failed with session setup failed: NT_STATUS_INVALID_PARAMETER. My W2000 client can't access the samba server any
2003 Jun 23
1
Strange UID/GID mapping in Samba-3beta1 and Win2003 server
I have strange uid/gid problem. I am testing Samba 3-beta1 and Samba is ADS member to W2003 server. Everythings work, wbinfo, getent passwd and so on. Now to the problem: When I list the users with getent passwd I get: Administrator:x:10000:10000:Administrator:/global/mnt1/SAMBA/home/TEST.SE/administrator:/bin/sh Guest:x:10001:10002:Guest:/global/mnt1/SAMBA/home/TEST.SE/guest:/bin/sh
2003 Jun 05
0
Problems joining W2003 PDC with Samba 3.0 alpha 24
I know the Q has been asked, but I havn't seen the answer. I have PDC in native mode The ADS name is test.se The domain-name is SAMBA-NET The name of the pdc is W2003SERVER ( 10.0.0.20) In smb.conf have the following settings workgroup = SAMBA-NET ; ads server = 10.0.0.20 password server = W2003SERVER netbios name = SAMBA server string = Samba (%v)
2017 Feb 01
0
quota-status returns quota_status_success when email would put user over quota
Steps to setup quota with status: mail_plugins = $mail_plugins quota protocol imap { mail_plugins = $mail_plugins imap_quota } service quota-status { executable = quota-status -p postfix inet_listener { port = 12340 # You can choose any port you want } client_limit = 1 } plugin { quota = count:User quota # or some other backend quota_rule = *:storage=10M # or