search for: sysdir

Displaying 14 results from an estimated 14 matches for "sysdir".

Did you mean: sysdig
2012 Dec 12
1
/usr/src/sys/conf/newvers.sh, SYSDIR set to wrong directory.
...s/conf/newvers.sh and what it does. It turned out that the thing that broke my buildworld was having .git directory at the root directory of the system because I recently started using GIT to track the configuration files. I added some debug echos to the newvers.sh and I found out it's setting SYSDIR to /bin/.. which in turn causes the newvers.sh to set the gitdir to /.git and that seems to break the logic in newvers.sh. Isn't SYSDIR supposed to be set to the sys -subdirectory of the source tree (/usr/src/sys default)? I'm guessing the reason the SYSDIR gets set to /bin/.. is the line...
2011 Jul 08
4
[PATCH 0/4] usr/kinit checkpatch
Various coding style fixes checkpatch warns about. The goal is not to be 100% checkpatch compliant, but to have more consistent coding style. As this is a trivial patch serie, will land in 24 hours in klibc git, unless of course ml review hits a bugger. Checked with size(3) that the generated kinit, fstype, ipconfig and nfsmount are the same. maximilian attems (4): [klibc] ipconfig: reduce
2018 Dec 12
0
efi config hang
...> BTW, in other distribution media such as Debian's ISO images, it is > already changed from "f0 f10.txt" to "f10 f10.txt". This should be sent > to Debian as a patch (among others). I was all set to do this and found: authored 1 month ago by Holger Wansing - f0 ${SYSDIR}f10.txt + f10 ${SYSDIR}f10.txt https://salsa.debian.org/installer-team/debian-installer/commit/935324cb0b98f261fc2dae1a024b71bb0678ffd4 > > > > > > _ the screen (under the default screen resolution of syslinux.efi + > > > > (vesa)menu.c32) is a mess and it cannot be...
2010 Nov 16
3
Can't do a nested define. What are my options?
I''m trying to create a directory structure from 2 arrays. First array is the "outter", second is the "inner". For each "outter", I''d like to loop through each "inner". Below is sort of what I''m trying to do. In the real world, the $sys_name and $mounts vars will be parsed from yaml and will be dynamic. In the example I''ve
2001 Sep 21
1
Wine-20010824 problems with wineinstall and loading windows DLL's
...titions are defined as this: --- /dev/hda2 /dos vfat uid=1000,gid=100,exec,dev,suid,rw 1 1 /dev/hda5 /windows vfat uid=1000,gid=100,exec,dev,suid,rw 1 1 --- To let wineinstall do his job I edited it a bit by adding the parameters '-windir /windows/windows -sysdir D\\WINDOWS\\SYSTEM' to the call to wineconf. Now wineinstall completed successfully (If I didn't add the -sysdir parameter wineinstall found the windows partition but in the ~/.wine/config file it places "system" = "D:\\SYSTEM" instead of "D:\\WINDOWS\\SYSTEM&qu...
2018 Dec 11
2
efi config hang
> What is F0? See "prompt.cfg" in Debian's "hd-image"'s boot.img. > or how do I test it? That's an old directive that was "replaced" by the equivalent 'F10' directive (so you test it in the same exact way). BTW, in other distribution media such as Debian's ISO images, it is already changed from "f0 f10.txt" to
2002 May 07
0
rsync on cygwin: can't access mapped network drive remotely
...em Time: Tue May 07 06:39:08 2002 Windows XP Professional Ver 5.1 Build 2600 Path: c:\unix\bin c:\unix\sbin c:\unix\bin c:\unix\usr\local\bin c:\unix\usr\X11R6\bin c:\apps\utils c:\windows c:\windows\system32 c:\windows\system32\wbem c:\apps\Applications\Matlab\bin\win32 SysDir: C:\WINDOWS\System32 WinDir: C:\WINDOWS CYGWIN = `binmode ntsec tty' HOME = `h:\flip' LD_LIBRARY_PATH = `\lib:\usr\lib\:\usr\local\lib:\usr\X11R6\lib\' MAKE_MODE = `unix' PWD = `/h/flip/foo' USER = `flip' Use `-r' to scan registry a: fd N/A N...
2002 Oct 17
0
Upgraded to latest cygwin this morning, and ssh refuses to enter binmode. Help! (fwd)
...c:\bin C:\Programs\Microsoft\Visual Studio\Common\Tools\WinNT C:\Programs\Microsoft\Visual Studio\Common\MSDev98\Bin C:\Programs\Microsoft\Visual Studio\Common\Tools C:\Programs\Microsoft\Visual Studio\VC98\bin M:\eng\NuDoc\jdk1.1.8\bin C:\ATF SysDir: c:\winnt\System32 WinDir: c:\winnt CYGWIN = `binmode' GCC_EXEC_PREFIX = `C:\Programs\TSHG\GNUPAL~1\lib\gcc-lib\' HOME = `c:\amg' Path = `C:\PROGRAMS\PERL\BIN\;c:\winnt\SYSTEM32;c:\winnt;c:\winnt\SYSTEM32\WBEM; c:\junkyard;C:\Programs\Rational\common;c:\cygwin\bin;c:\x\appkit\win\lib\d...
2003 May 30
3
Rsync / SSH / Cygwin .. permission problems..
I am attempting to use rsync to "mirror" data between several windows 2000 and windows XP systems. I am a UNIX person by nature, so decided the easiest way to go about doing this would be to use Cygwin with cron and ssh running as services, then run the rsync connection nightly through cron. Cygwin is installed on both systems and works perfectly. OpenSSH is installed and running,
2003 Jun 27
5
Cygwin Rsync 2.5.6 over SSH hangs on Win2k->Win2k
...es\Mts c:\MSSQL7\BINN C:\cygwin\bin\id.exe output (nontsec) UID: 1010(Webmaster) GID: 544(Administrators) 513(None) 544(Administrators) 545(Users) C:\cygwin\bin\id.exe output (ntsec) UID: 1010(Webmaster) GID: 544(Administrators) 513(None) 544(Administrators) 545(Users) SysDir: C:\WINNT\System32 WinDir: C:\WINNT CYGWIN = `ntsec tty' HOME = `C:\cygwin\home\Webmaster' MAKE_MODE = `unix' PWD = `/' USER = `Webmaster' COMPUTERNAME = `WEB2' COMSPEC = `C:\WINNT\system32\cmd.exe' HOMEDRIVE = `C:' HOMEPATH = `\' INCLUDE = `C:\Program Files\Mt...
2011 Jul 13
9
[PATCH 0/8] switch_root() enhancements
On a train ride to Bruxelles, brought out my axe and directly attacked run_init(8). run_init(8) is dead, long live switch_root(8). The next run on switch_root(8) involves fdopendir, so another push for the upcoming stdio 1.6 branch. The following is boot tested with initramfs-tools, kinit(8) tests would very much be appreciated!? Michal Suchanek (1): [klibc] switch_root: Fix single file
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...acpi_handle, ACPI_DEVICE_NOTIFY, ibm_handle_events); if (ACPI_FAILURE(status)) - err("%s: Notification handler removal failed\n", __func__); + pr_err("%s: Notification handler removal failed\n", __func__); /* remove the /sys entries */ sysfs_remove_bin_file(sysdir, &ibm_apci_table_attr); } diff --git a/drivers/pci/hotplug/cpci_hotplug_core.c b/drivers/pci/hotplug/cpci_hotplug_core.c index d703e73..20d20d4 100644 --- a/drivers/pci/hotplug/cpci_hotplug_core.c +++ b/drivers/pci/hotplug/cpci_hotplug_core.c @@ -25,6 +25,8 @@ * Send feedback to <scottm a...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...acpi_handle, ACPI_DEVICE_NOTIFY, ibm_handle_events); if (ACPI_FAILURE(status)) - err("%s: Notification handler removal failed\n", __func__); + pr_err("%s: Notification handler removal failed\n", __func__); /* remove the /sys entries */ sysfs_remove_bin_file(sysdir, &ibm_apci_table_attr); } diff --git a/drivers/pci/hotplug/cpci_hotplug_core.c b/drivers/pci/hotplug/cpci_hotplug_core.c index d703e73..20d20d4 100644 --- a/drivers/pci/hotplug/cpci_hotplug_core.c +++ b/drivers/pci/hotplug/cpci_hotplug_core.c @@ -25,6 +25,8 @@ * Send feedback to <scottm a...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...acpi_handle, ACPI_DEVICE_NOTIFY, ibm_handle_events); if (ACPI_FAILURE(status)) - err("%s: Notification handler removal failed\n", __func__); + pr_err("%s: Notification handler removal failed\n", __func__); /* remove the /sys entries */ sysfs_remove_bin_file(sysdir, &ibm_apci_table_attr); } diff --git a/drivers/pci/hotplug/cpci_hotplug_core.c b/drivers/pci/hotplug/cpci_hotplug_core.c index d703e73..20d20d4 100644 --- a/drivers/pci/hotplug/cpci_hotplug_core.c +++ b/drivers/pci/hotplug/cpci_hotplug_core.c @@ -25,6 +25,8 @@ * Send feedback to <scottm a...