Displaying 20 results from an estimated 22 matches for "driverpath".
2010 May 26
1
[PATCH] Windows: Display an error containing all missing when any are missing
...@@ sub _add_service_to_registry
$g->upload ($tmpdir . "/system", $system_filename);
}
-sub _upload_viostor
+sub _upload_files
{
my $g = shift;
my $tmpdir = shift;
@@ -351,39 +350,35 @@ sub _upload_viostor
my $devices = shift;
my $config = shift;
- my $driverpath = "/windows/system32/drivers";
- $driverpath = $g->case_sensitive_path ($driverpath);
+ # Check we have all required files
+ my @missing;
+ my %files;
- my ($app, $depnames) = $config->match_app ($desc, "viostor", $desc->{arch});
- $app = $config->...
2002 Jul 22
1
Printer Migration hackery
...PCCLIENT>) {
$line = $_;
$line =~ s/Printer Driver Info 2:\n//;
#$line =~ s/[\t ] +//g;
$line =~ s/[\[\]]//g;
$line =~ s/^[^:]+: |(\n)[^:]+: /$1/g;
$line =~ s/\\/\//g;
$line =~ s/$myname//gi;
$line =~ s/print\$/$PRINTDOLLARPATH/g;
$line =~ s/\/+/\//g;
( $version, $drivername, $architecture, $driverpath,
$datafile, $configfile ) = split(/\n/, $line);
$drivers{$drivername}{"version"} = $version;
$drivers{$drivername}{"architecture"} = $architecture;
$drivers{$drivername}{"driverpath"} = $driverpath;
$drivers{$drivername}{"datafile"} = $datafile;
$drivers{$d...
2010 Aug 16
2
[PATCH 1/2] Allow absolute paths in virt-v2v.conf
This patch allows paths in virt-v2v.conf to be either relative or absolute. If
relative, they are relative to software-root.
This allows virt-v2v.conf to use files provided by packages independent of
virt-v2v.
---
lib/Sys/VirtV2V/Config.pm | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/lib/Sys/VirtV2V/Config.pm b/lib/Sys/VirtV2V/Config.pm
index f703152..121e774
2010 May 26
1
[PATCH] Fix error in Converter::Windows when there is no transfer iso
...hift;
my $config = shift;
- my $transfer_mount = shift;
# Locate and download the system registry.
my $system_filename;
@@ -363,13 +350,12 @@ sub _upload_viostor
my $desc = shift;
my $devices = shift;
my $config = shift;
- my $transfer_mount = shift;
my $driverpath = "/windows/system32/drivers";
$driverpath = $g->case_sensitive_path ($driverpath);
my ($app, $depnames) = $config->match_app ($desc, "viostor", $desc->{arch});
- $app = _transfer_path ($transfer_mount, $app);
+ $app = $config->get_transfer_path ($g...
2006 Jul 13
2
MGE Pulsar Extreme - restart problem
...k fine - except I can't get the power outlets
switching on again after mains returns. As this works with Personal
Solution-Pac 2 on W2k I thought that there might be a way to achieve it with
nut, too. However, after trying "everything", I don't know any further.
My ups.conf:
driverpath = /bin
[Pulsar1000]
driver = mge-shut
port = /dev/ttyS1
offdelay = 120
# mge-shut: ondelay in s * 10
ondelay = 15
desc = tfp-3
Manually set
cold start disabled
automatic restart enabled
energy savings disabled
Any ideas?
Thanks for your answers.
Axel
2010 May 06
1
[PATCH v2v] Pre-convert Windows guests.
...Upload the new registry.
+ $g->upload ($tmpdir . "/system", $system_filename);
+}
+
+sub _upload_viostor
+{
+ my $self = shift;
+ my $g = shift;
+ my $tmpdir = shift;
+ my $vmm = shift;
+ my $desc = shift;
+ my $devices = shift;
+ my $config = shift;
+
+ my $driverpath = "/windows/system32/drivers";
+ $driverpath = $g->case_sensitive_path ($driverpath);
+
+ my ($app, $depnames) = $config->match_app ($desc, "viostor", $desc->{arch});
+ $app = $self->_transfer_path ($app);
+ $g->cp ($app, $driverpath);
+}
+
+sub _uploa...
2003 Dec 12
1
Problems with rpcclient
Hello all,
I am having a pretty serious problem with rpcclient ...
if I try 'enumprinters' at the prompt, i get back
rpcclient $> enumprinters
cli_pipe: return critical error. Error was NT_STATUS_INVALID_PARAMETER
result was NT_STATUS_UNSUCCESSFUL
However, enumdrivers works fine.
Addriver does not work either, and just returns
NT_STATUS_UNSUCCESSFUL
... which means that
2005 Aug 30
0
mge-shut doesn't use lowbatt parameter
...le: 0
output.voltage: 230
ups.delay.shutdown: -1
ups.delay.start: -1
ups.load: 26
ups.mfr: MGE UPS SYSTEMS
ups.model: ellipse 800
ups.power.nominal: 800
ups.serial: unknown
ups.status: OB DISCHRG
Here is the mge.conf relevant part :
====================================
user = nut
driverpath = /usr/local/ups/bin
pollinterval = 15
[ups_tamiaserver]
driver = mge-shut
port = /dev/cuaa0
desc = "MGE Ellipse 800 du Tamiaserver"
lowbatt = 90
offdelay = 60
ondelay = 9
nolock
notification = 3
===========...
2008 Apr 04
1
3.0.28a+ 2008 server join with security=domain
...a-3.0.28a/spooldir
printable = yes
guest ok = yes
guest only = yes
posix locking = no
oplocks = no
level2 oplocks = no
[print$]
path = /usr/local/samba/samba/samba-3.0.28a/driverpath
writeable = no
write list = root,nobody
guest ok = yes
posix locking = no
oplocks = no
level2 oplocks = no
guest only = yes
2005 Aug 24
0
MGE Ellipse 800 USBS & FreeBSD
...e sure you have a SmartUPS and that your UPS shutdown grace period
is set sufficiently long so that you system will power down (usually
2 minutes)"
To work around this problem this is how my ups.conf contains :
===============================================
...
user = nut
driverpath = /usr/local/ups/bin
pollinterval = 15
[ups_myserver]
driver = mge-shut
port = /dev/cuaa0
desc = "MGE Ellipse 800 powering myserver"
offdelay = 60
ondelay = 9
nolock
notification = 3
...
============================...
2002 Sep 02
2
Printer download - NOT WORKING
...info_level: 00000003
000024 spool_io_printer_driver_info_level
0024 level: 00000003
0028 ptr: 00000001
00002c spool_io_printer_driver_info_level_3
002c cversion: 00000002
0030 name: 00000001
0034 environment: 00000001
0038 driverpath: 00000001
003c datafile: 00000001
0040 configfile: 00000001
0044 helpfile: 00000001
0048 monitorname: 00000000
004c defaultdatatype: 00000001
0050 dependentfilessize: 00000002
0054 dependentfiles: 00000001...
2002 Oct 28
3
Samba, Cups, printer driver download problems
...[DRIVERS/WIN40/0/ur10]
info3->name [ur10]
info3->datafile [\print$\WIN40\0\ur10.PPD]
info3->helpfile [\print$\WIN40\0\ADOBEPS4.HLP]
info3->monitorname [PSMON.DLL]
info3->defaultdatatype [RAW]
info3->environment [Windows 4.0]
info3->driverpath [\print$\WIN40\0\ADOBEPS4.DRV]
info3->configfile []
[2002/10/28 14:17:46, 10] smbd/lanman.c:get_printerdrivernumber(799)
9x compatable driver line for [ur10]:
[ADOBEPS4.DRV:ur10.PPD:ADOBEPS4.HLP:PSMON.DLL:RAW:]
[2002/10/28 14:17:46, 3] smbd/lanman.c:get_printerdrivernumber(836)...
2002 Sep 03
1
AW: Printer download - NOT WORKING
...info_level: 00000003
000024 spool_io_printer_driver_info_level
0024 level: 00000003
0028 ptr: 00000001
00002c spool_io_printer_driver_info_level_3
002c cversion: 00000002
0030 name: 00000001
0034 environment: 00000001
0038 driverpath: 00000001
003c datafile: 00000001
0040 configfile: 00000001
0044 helpfile: 00000001
0048 monitorname: 00000000
004c defaultdatatype: 00000001
0050 dependentfilessize: 00000002
0054 dependentfiles: 00000001...
2003 Sep 22
2
rpcclient adddriver problems 2.2.8a and 3rc4
...0000000
000c uni_str_len: 0000000a
0010 buffer : \.\.L.I.N.B.E.T.A...
0024 info_level: 00000003
0028 level: 00000003
002c ptr: 00000001
0030 cversion: 00000002
0034 name: 00000001
0038 environment: 00000001
003c driverpath: 00000001
0040 datafile: 00000001
0044 configfile: 00000001
0048 helpfile: 00000001
004c monitorname: 00000000
0050 defaultdatatype: 00000001
0054 dependentfilessize: 00000002
0058 dependentfiles: 00000001...
2006 Oct 16
5
NUT and Automake
Dear NUT developers,
I have converted NUT's build system to Automake/Libtool. Right now,
the new build system is contained in the "automake" branch, at:
ssh://svn.debian.org/svn/nut/branches/automake
I plan to merge this into the main branch after a period of testing,
if there are no objections.
Here are some highlights:
* automatic dependency tracking: no more need to do this
2004 Sep 29
0
rpcclient adddriver error
...info_level: 00000003
000024 spool_io_printer_driver_info_level
0024 level: 00000003
0028 ptr: 00000001
00002c spool_io_printer_driver_info_level_3
002c cversion: 00000002
0030 name: 00000001
0034 environment: 00000001
0038 driverpath: 00000001
003c datafile: 00000001
0040 configfile: 00000001
0044 helpfile: 00000001
0048 monitorname: 00000000
004c defaultdatatype: 00000001
0050 dependentfilessize: 00000055
0054 dependentfiles: 00000001...
2024 Jun 01
1
UPS not Shutting Down
...r(s), as specified by 'maxretry'. Caution should be
taken
# when using this option, since it can impact the time taken
by your
# system to start.
#
# The default is 5 seconds.
#
# chroot: OPTIONAL. Used for securing. See man page for details.
#
# driverpath: OPTIONAL. Used for custom setups. See man page for details.
#
# nowait: OPTIONAL. Tell upsdrvctl to not wait at all for the driver(s)
# to execute the requested command. Fire and forget.
#
# pollinterval: OPTIONAL. The status of the UPS will be refreshed after a
# ma...
2003 May 06
3
Problems adding print drivers
...000
000c uni_str_len: 0000000c
0010 buffer : \.\.L.O.C.A.L.H.O.S.T...
0028 info_level: 00000003
002c level: 00000003
0030 ptr: 00000001
0034 cversion: 00000000
0038 name: 00000001
003c environment: 00000001
0040 driverpath: 00000001
0044 datafile: 00000001
0048 configfile: 00000000
004c helpfile: 00000001
0050 monitorname: 00000001
0054 defaultdatatype: 00000001
0058 dependentfilessize: 00000026
005c dependentfiles: 00000001...
2003 Sep 23
1
rpcclient adddriver not recognizing Dependentfiles... Samba-HOWTO-Collection HEAD/3.0
...0000000
000c uni_str_len: 0000000a
0010 buffer : \.\.L.I.N.B.E.T.A...
0024 info_level: 00000003
0028 level: 00000003
002c ptr: 00000001
0030 cversion: 00000002
0034 name: 00000001
0038 environment: 00000001
003c driverpath: 00000001
0040 datafile: 00000001
0044 configfile: 00000001
0048 helpfile: 00000001
004c monitorname: 00000000
0050 defaultdatatype: 00000001
0054 dependentfilessize: 00000002
0058 dependentfiles: 00000001...
2006 Feb 01
3
No access check deleting printer drivers
Hello list!
On all my samba installations (3.0.20b) I can delete all unused printer
drivers with rpcclient regardless which user name or password i use.
Is this a general feature or might it depend on my settings?
Thanks,
Martin
--
Martin Zielinski mz@seh.de
Software Development
SEH Computertechnik GmbH www.seh.de