search for: filerepository

Displaying 9 results from an estimated 9 matches for "filerepository".

2016 Sep 09
3
Print driver deployment broken after KB3170455 on Windows 7
...ry to deploy a Printer from this print server, Windows will package the driver into \\print-srv\print$\x64\PCC\<your printer>.inf_amd64_neutral_<some random number>.cab 4) client downloads this CAB file and load this driver into the local Driver Store (C:\Windows\System32\DriverStore\FileRepository) 5) printers deploy without problem As a test i copied this packaged driver from 3) into my Samba print server in \\print-srv\print$\x64\PCC\ but it didn't make any difference. 4) is explained in a post[2] on Technet; quoted from Alan Morris: > The package drivers are copied to the clie...
2016 Sep 09
0
Print driver deployment broken after KB3170455 on Windows 7
...er from this print server, > Windows will package the driver into \\print-srv\print$\x64\PCC\<your > printer>.inf_amd64_neutral_<some random number>.cab > 4) client downloads this CAB file and load this driver into the local > Driver Store (C:\Windows\System32\DriverStore\FileRepository) > 5) printers deploy without problem > > As a test i copied this packaged driver from 3) into my Samba print > server in \\print-srv\print$\x64\PCC\ but it didn't make any difference. > > 4) is explained in a post[2] on Technet; quoted from Alan Morris: > > > The pa...
2016 Apr 05
0
[PATCH 4/7] v2v: extract reusable parts of viostor regedits
...[ "DriverDatabase"; "DriverPackages"; viostor_inf ], - [ "", REG_SZ oem_inf; - "F6", REG_DWORD 0x1_l; - "InfName", REG_SZ "viostor.inf"; - "OemPath", REG_SZ ("X:\\windows\\System32\\DriverStore\\FileRepository\\" ^ viostor_inf); - "Provider", REG_SZ "Red Hat, Inc."; - "SignerName", REG_SZ "Microsoft Windows Hardware Compatibility Publisher"; - "SignerScore", REG_DWORD 0x0d000005_l; - "StatusFlags", REG_DWORD 0x00...
2024 Feb 08
1
Samba 4.19.4 as printer server: printer are not show in browser
...info.tdb smbprofile.tdb root at fedora:~# ls -Fa /opt/lib-samba-before/drivers/ ./ ../ root at fedora:~# ls -Fa /opt/lib-samba-after/drivers/ ./ ../ ARM64/ color/ IA64/ W32ALPHA/ W32MIPS/ W32PPC/ W32X86/ WIN40/ x64/ root at fedora:~# ls -Fa /opt/lib-samba-after/DriverStore/ ./ ../ FileRepository/ Temp/
2024 Feb 07
3
Samba 4.19.4 as printer server: printer are not show in browser
Thank Rowland With browser I means "list all printers shared by CUPS from [smbclient -L server] command" A few minutes ago I discovered that it is a SElinux problem I have run "sudo setenforce 0" then run "smbclient -N -L fedora", the printers appear in the list and work if I print on it I had previously already checked the audit.log to see if SElinux errors
2019 Dec 05
3
Backing up tdb files
...4 12:50 /var/lib/samba/winbindd_cache.tdb -rw-r--r-- 1 root root?????????? 999 Dec? 5 15:59 /var/lib/samba/wins.dat -rw------- 1 root root????????? 8192 Dec? 5 15:49 /var/lib/samba/wins.tdb /var/lib/samba/drivers: total 0 /var/lib/samba/DriverStore: total 0 drwxr-xr-x 2 root root 6 May? 1? 2019 FileRepository drwxr-xr-x 2 root root 6 May? 1? 2019 Temp /var/lib/samba/lock: total 2936 -rw-r--r-- 1 root root 454656 Dec? 5 15:59 brlock.tdb -rw------- 1 root root? 16384 Oct? 3? 2017 dbwrap_watchers.tdb -rw-r--r-- 1 root root 454656 Dec? 5 15:59 gencache_notrans.tdb -rw-r--r-- 1 root root? 32768 Dec? 5 15:56...
2009 Jun 04
3
libogg++ release 1.1.0
Hi everybody, I posted here about two years ago about the initial release. This is a release that fixes many bugs, and has enhancements that make it possible to support a multi-stream format, ALingA, which I will mention briefly later. It also supports a PCM format, Neuro, both as part of the multi-stream codec, and stand-alone. libogg++ is a C++ library implementing Ogg. It is designed to be
2016 Apr 06
8
[PATCH 0/4] v2v: simplify Windows registry patching
The way we patch the Windows registry in order to allow it to boot off a virtio-blk drive was initially conceived by comparing the state with virtio-blk driver properly installed, to that without. However, we don't want to replicate the Windows PnP system; rather we need to apply just enough edits to make the system boot, and then let the Windows PnP manager figure out the rest. This series
2016 Apr 05
22
[PATCH 0/7] Add support for SUSE virtio windows drivers
Hi there, SUSE ships Virtual Machine Driver Pack for the virtio windows drivers. Get v2v and customize to discover them and use them if available. Cédric Bosdonnat (7): v2v: check next free oem%d.inf in /Windows/Inf v2v: extract controller offset discovery as a function customize: add support for pvvxsvc v2v: extract reusable parts of viostor regedits v2v: adapt the subkey in Enum