Displaying 6 results from an estimated 6 matches for "autoscan".
2012 Dec 18
0
dm-multipath do not autoscan partition table
Hello
I am wondering if anyone este tried this.
I Have few CentOS 6.2 systems that are running KVM virtual machines. As
storage backend for them I use 2 iscsi targets (based on openindiana).
For accessing these disks I use dm-multipath, since I use 2 separate
networks for access. For these reasons I want host system to force not
to scan dm-multipath disks for partitions. According to
2015 Jun 28
2
[Bug 11369] New: obsoleted autoconf macros
...Severity: trivial
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: brant at gurganus.name
QA Contact: rsync-qa at samba.org
There are a few autoconf macros in use deemed obsolete upstream with straight
forward alternatives. The autoscan tool can correct most of them, but there are
two that take a little bit of code analysis.
Most items are replacing AC_TRY_COMPILE with AC_COMPILE_IFELSE.
Of those taking a bit more code analysis, there is the assessment by the
autoconf developers that sufficient time has passed that you can assum...
2013 Apr 16
3
best resolution detection
Hi list,
Sorry if anyone had asked this. I know syslinux use 640x480 as default
resolution or use resolution be defined in menu.cfg. Does anyone know
there is a way to detect best resolution? If not, is this feature
planned to add?
Cheers,
Shuduo
2011 Jan 15
5
Wave audio problem
I have some problems with wave audio in Wine. It sais that my device does not support any format at all. I run the following
Code:
#include <windows.h>
#include <cstdio>
typedef int (*EnumDevicesCallback)(const WAVEOUTCAPS* caps,void* param_through);
int enumDevices(EnumDevicesCallback onDevice,void* param_through)
{
unsigned int n_devs=waveOutGetNumDevs();
unsigned int i=0;
2010 Sep 11
9
No sound, no information why, where to start?
Wine and spotify used to work. Now it doesn't, and I don't know why.
Main problem is that Wine doesn't give any information back regarding why audio fails, only that it fails.
When using winecfg, opening the Audio tag, choosing Alsa Driver and pressing "Test sound", a pop up reports "Audio test failed!". Nothing more. Choosing OSS, switching to emulation, same
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available
xorg-server macros, defaults and more closely match other modern Xorg drivers.
Notable improvements:
- gitignore fully covers potential build artifacts
- Simplify logic given stated minimum required version of xorg-server 1.8
- Remove use of deprecated, outdated or no longer required macros
- Utilize xorg macros where