search for: linux_

Displaying 13 results from an estimated 13 matches for "linux_".

Did you mean: linux
2019 May 24
3
[PATCH] (vesa)menu.c32: Add support for BLS
..._include: } } +/* + * https://systemd.io/BOOT_LOADER_SPECIFICATION + * #type-1-boot-loader-specification-entries + */ +struct blsdata { + const char *title; + const char *version; + char *version0; /* version string padded with zeros */ + const char *machine_id; + const char *linux_; + const char *initrd; + const char *efi; + char *options; + const char *devicetree; + const char *architecture; + char *sort_field; /* used internally for sorting */ + const char *filename; +}; + +static void clear_bls_data(struct blsdata *bd) +{ + refstr_put(bd->title);...
2019 May 25
2
[PATCH] (vesa)menu.c32: Add support for BLS
...> + } else if (looking_at(p, "machine-id")) { > > + refstr_put(bd->machine_id); > > + bd->machine_id = refstrdup(skipspace(p + 10)); > > + } else if (looking_at(p, "linux")) { > > + refstr_put(bd->linux_); > > + bd->linux_ = refstrdup(skipspace(p + 5)); > > + } else if (looking_at(p, "initrd")) { > > + refstr_put(bd->initrd); > > + bd->initrd = refstrdup(skipspace(p + 6)); > > According to the specification &qu...
2019 May 25
0
[PATCH] (vesa)menu.c32: Add support for BLS
...er(bd->version); > + } else if (looking_at(p, "machine-id")) { > + refstr_put(bd->machine_id); > + bd->machine_id = refstrdup(skipspace(p + 10)); > + } else if (looking_at(p, "linux")) { > + refstr_put(bd->linux_); > + bd->linux_ = refstrdup(skipspace(p + 5)); > + } else if (looking_at(p, "initrd")) { > + refstr_put(bd->initrd); > + bd->initrd = refstrdup(skipspace(p + 6)); According to the specification "initrd" may appear mo...
2017 Nov 24
3
Game freezing
Hello, I hope it is ok to come here for a little help. I use _Samba Version 4.5.12-Debian_ on a _Linux serveur 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux_. I use it to load games from my Playstation 2 over my home network. Here is the relevant part of my smb.conf file. ~ % cat /etc/samba/smb.conf [global]         netbios name = Partage         workgroup = USERS         ntlm auth = Yes         security = user         idma...
2019 May 27
0
[PATCH] (vesa)menu.c32: Add support for BLS
...if (looking_at(p, "machine-id")) { > > > + refstr_put(bd->machine_id); > > > + bd->machine_id = refstrdup(skipspace(p + 10)); > > > + } else if (looking_at(p, "linux")) { > > > + refstr_put(bd->linux_); > > > + bd->linux_ = refstrdup(skipspace(p + 5)); > > > + } else if (looking_at(p, "initrd")) { > > > + refstr_put(bd->initrd); > > > + bd->initrd = refstrdup(skipspace(p + 6)); > > > > Acco...
2017 Mar 28
4
[Bug 1139] New: The include guards on the include/libipset/linux_ip_set*.h are wrong
https://bugzilla.netfilter.org/show_bug.cgi?id=1139 Bug ID: 1139 Summary: The include guards on the include/libipset/linux_ip_set*.h are wrong Product: ipset Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: default Assignee: netfilter-buglog at lists.netfilter.org...
2003 Jul 07
12
Asterisk and VMWare
Hi, There is any experience using Asterisk with VMWare? I think about installing a virtual linux box over VMWare and then Asterisk over it. Thanks, Dan
2016 Mar 31
1
udev on /dev type devtmpfs
Hello all.. I'm trying to run CentOS 7 in a LXC container and need to disable udev so that we can manage the devices ourselves. I believe that I've disabled all of the systemd related udev services, but udev is still taking over and mounting /dev. What is the proper way to disable this? Thanks...Paul... -- --- Paul B Schroeder <paul.schroeder "at" nimbix "dot"
2017 Nov 24
0
Game freezing
...ne Huchet via samba <samba at lists.samba.org> wrote: > >> Hello, >> >> >> I hope it is ok to come here for a little help. >> >> I use _Samba Version 4.5.12-Debian_ on a _Linux serveur 4.9.0-4-amd64 >> #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux_. >> I use it to load games from my Playstation 2 over my home network. >> >> Here is the relevant part of my smb.conf file. >> >> ~ % cat /etc/samba/smb.conf >> [global] >>         netbios name = Partage >>         workgroup = USERS &g...
2006 Jan 13
1
Problems installing R 2.2.1
We are trying to install R2.2.1 on a IBM P655 Cluster, SuSE LE 9.1 We are using gcc v 3.3.3 and we are getting this error on make g77 -fPIC -g -O2 -ffloat-store -c dlamc.f -o dlamc.lo g77 -fPIC -g -O2 -c dlapack0.f -o dlapack0.lo g77 -fPIC -g -O2 -c dlapack1.f -o dlapack1.lo g77 -fPIC -g -O2 -c dlapack2.f -o dlapack2.lo g77 -fPIC -g -O2 -c dlapack3.f -o dlapack3.lo g77 -fPIC -g
2008 May 25
19
[Bug 1470] New: adjust Linux out-of-memory killer to stop sshd being killed
https://bugzilla.mindrot.org/show_bug.cgi?id=1470 Summary: adjust Linux out-of-memory killer to stop sshd being killed Classification: Unclassified Product: Portable OpenSSH Version: 5.0p1 Platform: All URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=34176 7 OS/Version: Linux
2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...2.6.16-rc5/fs/binfmt_elf.c =================================================================== --- linux-2.6.16-rc5.orig/fs/binfmt_elf.c 2006-03-10 12:55:05.000000000 -0800 +++ linux-2.6.16-rc5/fs/binfmt_elf.c 2006-03-10 13:03:39.000000000 -0800 @@ -951,6 +951,7 @@ static int load_elf_binary(struct linux_ sys_close(elf_exec_fileno); set_binfmt(&elf_format); + arch_flush_predirty(); #ifdef ARCH_HAS_SETUP_ADDITIONAL_PAGES retval = arch_setup_additional_pages(bprm, executable_stack); Index: linux-2.6.16-rc5/include/asm-i386/pgalloc.h =====================================================...
2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...2.6.16-rc5/fs/binfmt_elf.c =================================================================== --- linux-2.6.16-rc5.orig/fs/binfmt_elf.c 2006-03-10 12:55:05.000000000 -0800 +++ linux-2.6.16-rc5/fs/binfmt_elf.c 2006-03-10 13:03:39.000000000 -0800 @@ -951,6 +951,7 @@ static int load_elf_binary(struct linux_ sys_close(elf_exec_fileno); set_binfmt(&elf_format); + arch_flush_predirty(); #ifdef ARCH_HAS_SETUP_ADDITIONAL_PAGES retval = arch_setup_additional_pages(bprm, executable_stack); Index: linux-2.6.16-rc5/include/asm-i386/pgalloc.h =====================================================...