search for: work_dir

Displaying 8 results from an estimated 8 matches for "work_dir".

2013 Nov 23
0
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
...rk on older hardware. I've a new Lenovo i7 notebook which booted up our images just fine. Even with syslinux6. On my other PCs I got similar error messages as Carl got. Here is the code I'm using for either syslinux6 or syslinux4: # Prepare /isolinux make_isolinux() { if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then echo -e -n "$_r >$_W Prepare ${install_dir}/iso/isolinux \n $_n" cp -Lr isolinux ${work_dir}/iso if [[ -e ${work_dir}/root-image/usr/lib/syslinux/bios/ ]]; then cp ${work_dir}/root-image/usr/lib/syslinux/bios/isolinux...
2013 Nov 23
0
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
...Lenovo i7 notebook which booted up our images > just fine. Even with syslinux6. On my other PCs I got similar error > messages as Carl got. > > Here is the code I'm using for either syslinux6 or syslinux4: > > # Prepare /isolinux > make_isolinux() { > if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then > echo -e -n "$_r >$_W Prepare ${install_dir}/iso/isolinux \n $_n" > cp -Lr isolinux ${work_dir}/iso > if [[ -e ${work_dir}/root-image/usr/lib/syslinux/bios/ ]]; then > cp > ${work_dir}/root-image/usr/lib/s...
2013 Nov 23
4
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
It occured with every BIOS system I tested on (none of them Dell): 1. HP G62 laptop (i3) 2. Samsung RV520 (i3) Don't know what system Philip Muller uses; have copied him in as he has far more technical knowledge than I do. Syslinux tested from Arch and Manjaro (an Arch derivative). Basically found then when creating latest ISO images. I may be missing something as well about the FMs. Just
2020 Mar 27
3
llvm-objdump cannot recognize mul&mulh RISC-V M Instructions
...bin/riscv64-unknown-elf --gcc-toolchain=/home/llvm/workspace/riscv/riscv-tc-20200220 RISCV_LINK_OPTS ?= -static -nostdlib -nostartfiles -lm -lgcc -T /home/llvm/workspace/HRV_IDE/common/test.ld newlib_dir := /home/llvm/workspace/llvm/llvm-project/llvm_install/riscv64-unknown-elf/include src_dir := $(WORK_DIR)/src/$(PROJ) incs += -I$(WORK_DIR)/env -I$(WORK_DIR)/common -I$(src_dir) -I$(newlib_dir) src := $(wildcard $(src_dir)/*.c) $(wildcard $(WORK_DIR)/common/*.c) $(wildcard $(WORK_DIR)/common/*.S) $(RISCV_clang) $(incs) $(RISCV_GCC_OPTS) -o $(WORK_DIR)/build/$@/$@ $(src) $(RISCV_LINK_OPTS) --verbose...
2013 Nov 24
2
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
...-publisher "${PUBLISHER}" \ -preparer "prepared by mkmiso" \ -eltorito-boot isolinux/isolinux.bin \ -eltorito-catalog isolinux/boot.cat \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -isohybrid-mbr "${work_dir}/iso/isolinux/isohdpfx.bin" \ ${_iso_efi_boot_args} \ -output "${imgname}" \ "${work_dir}/iso/" -------------- next part -------------- A non-text attachment was scrubbed... Name: hwinfo.philm.manjaro.dev.pc.txt.zip Type: application/z...
2013 Nov 25
0
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
...LISHER}" \ > -preparer "prepared by mkmiso" \ > -eltorito-boot isolinux/isolinux.bin \ > -eltorito-catalog isolinux/boot.cat \ > -no-emul-boot -boot-load-size 4 -boot-info-table \ > -isohybrid-mbr "${work_dir}/iso/isolinux/isohdpfx.bin" \ > ${_iso_efi_boot_args} \ > -output "${imgname}" \ > "${work_dir}/iso/" > Carl and Philip, Given that you have systems that consistently failed with isolinux.bin 6.02, I'd like to kind...
2013 Nov 24
3
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
On 11/21/2013 02:50 AM, Carl Duff wrote: > Hi All, > > It is impossible to boot Linux-based ISOs that use Syslinux 6.02 via > CD or DVD on older - non-UEFI - systems. Any attempt to do so will > result in the following error message: ISOLINUX 6.02 ETCDisolinux: > Disk error 01, AX = 4279, drive FE > Error 01 is unsupported operation, 42xx is read, so something is really
2009 Aug 26
1
denyhosts configuration
...ing if denyhosts can block other types of robot attacks such as smtp or port 80? Thanks. Dave. SECURE_LOG = /var/log/secure HOSTS_DENY = /etc/hosts.deny PURGE_DENY = 1w BLOCK_SERVICE = sshd DENY_THRESHOLD_INVALID = 2 DENY_THRESHOLD_VALID = 10 DENY_THRESHOLD_ROOT = 1 DENY_THRESHOLD_RESTRICTED = 1 WORK_DIR = /var/lib/denyhosts SUSPICIOUS_LOGIN_REPORT_ALLOWED_HOSTS=YES HOSTNAME_LOOKUP=NO LOCK_FILE = /var/lock/subsys/denyhosts ADMIN_EMAIL = user at example.com SMTP_HOST = localhost SMTP_PORT = 25 SMTP_FROM = DenyHosts <nobody at example.com> SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME] AGE_RE...