search for: winfil

Displaying 18 results from an estimated 18 matches for "winfil".

Did you mean: winfile
2009 Nov 09
1
[PATCH libguestfs] indent with spaces, not TABs
...gs = @ARGV[0 .. ($i-1)]; - @ARGV = @ARGV[$i .. $#ARGV]; - last; + @lib_args = @ARGV[0 .. ($i-1)]; + @ARGV = @ARGV[$i .. $#ARGV]; + last; } } @@ -214,63 +214,63 @@ for ($i = 0; $i < @ARGV; ++$i) { $_ = $ARGV[$i]; if (/^\\HKEY_LOCAL_MACHINE\\SAM(\\.*)/i) { - $winfile = "/windows/system32/config/sam"; - $localhive = "$tmpdir/sam"; - $path = $1; + $winfile = "/windows/system32/config/sam"; + $localhive = "$tmpdir/sam"; + $path = $1; } elsif (/^\\HKEY_LOCAL_MACHINE\\SECURITY(\\.*)/i) { - $winf...
2012 Sep 28
0
[PATCH v2] inspection: Fix calls to case_sensitive_path (RHBZ#858126).
.... + */ + if (r == 0) return 0; int ret = -1; diff --git a/tools/virt-win-reg b/tools/virt-win-reg index 9e053dd..0a1b754 100755 --- a/tools/virt-win-reg +++ b/tools/virt-win-reg @@ -516,12 +516,7 @@ sub download_hive my $hivefile = shift; my $hiveshortname = shift; - my $winfile; - eval { $winfile = $g->case_sensitive_path ($hivefile); }; - if ($@) { - die __x("virt-win-reg: {p}: file not found in guest: {err}\n", - p => $hivefile, err => $@); - } + my $winfile = $g->case_sensitive_path ($hivefile); warn &quot...
2012 Sep 28
2
[PATCH 0/2] Fix calls to case_sensitive_path.
Proposed patches to fix https://bugzilla.redhat.com/show_bug.cgi?id=858126
2010 Mar 29
4
[PATCH 0/3] Export and merge into Windows Registry
As described here previously: https://www.redhat.com/archives/libguestfs/2010-March/msg00129.html Here is the three part patch to reimplement virt-win-reg to support exporting and merging Windows Registry entries in the 'regedit' format. Tested by me on a local Windows VM. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top'
2012 May 06
1
security mask for extended ACL permissions / change of create mode for Samba
...ew file (called linfile) under this directory, its permissions are the following: (as I expected) # file: linfile # owner: akos # group: grp user::rw- group::rwx #effective:rw- group:read:r-x #effective:r-- mask::rw- other::--- If I create a new file (called winfile) under this directory via Samba (from another Linux machine or from another Windows machine), its permissions are the following: (as I didn't expect) # file: winfile # owner: akos # group: grp user::rw- group::rw- group:read:r-x mask::rwx other::--- My problem is regarding to the read grou...
2006 Jan 19
1
winefile shows drives as NTFS - is this correct?
I am having consistent difficulty with write access and installing applications. The errors show up as write protect errors or not enough disk space errors. 'winefile' shows the disks as being NTFS. Is this correct or is it a winefile anomaly? Are these conditions related? What is the correct file system type? How can this be managed? 'winecfg' does not seem to allow
1998 Mar 27
1
NT4.0 rename on Samba 1.9.18p2 share on SunOS 4.1.3
I am seeing an odd behavior with NT4.0 SP3 workstations trying to rename files on Samba 1.9.18p2 shares on SunOS 4.1.3 servers. Rename, whether it is run from Explorer, winfile.exe, or command prompt fails with "Access Denied I don't see the problem from Win95 PCs at all, and I don't have the problem with shares from Samba 1.9.18p2 shares on Solaris 2.5.1 servers using identical smb.conf files. I upgraded from Samba 1.9.16p11 recently, and I didn't hav...
2011 Apr 29
5
My first attempts at Wine
...awt.so , libodbcinst.so and libodbc.so were missing. Moving on ... I downloaded the installation package for BitMeter2, and ran the installer, which seemed to work OK, and I can see in WineFile: /root/.wine/drive_c/Program Files/Codebox/BitMeter/BitMeter2.exe I double-click it and nothing happens. WinFile > File > Execute> ... did nothing. Delete and Rename have not been implemented, and there is no Paste function at all, which makes file manipulation really hard. Closing sub-windows in the WineFile window doesn't re-render the window properly. I tried using WineProgMan, but I couldn...
2003 Apr 02
2
[Acl-Devel] mask ACL
...lso check section "ACCESS CHECK ALGORITHM" on the resulting permissions. There is also some more extensive coverage under "New ACL chapter in the SuSE manuals" and "http://www.suse.de/~agruen/acl/overview/" at <http://www.suse.de/~agruen/acl/>. > # file: winfile > # owner: 504 > # group: 500 > user::rwx > group::rw- #effective:--- > mask::--- > other::rw- > > Is there anyway that I can not have the effective rights mask overwrite the > group permissions? What Linux implements follows the IEEE 1003.1e specification draft 17. Un...
2005 Jul 01
0
Problem with running shell script
I have problems with running shell scripts in wine. It always says "File not found". I wrote alittle script and tryed to start it from winfile ... same. Can someone help me please, here me wine config: WINE REGISTRY Version 2 [Drive C] "Path" = "%HOME%/.wine/c" "Type" = "hd" "Label" = "MS-DOS" "Filesystem" = "win95" [Drive D] "Path" = "/cdrom...
2008 Oct 29
2
Wine HQ in Macosx
...that they worked successfully in Ubuntu with WH. Now, actually, they work fine as well in MacOSX (so congratulations) however, I remember that in Linux I was able to create a link from my desktop to run directly the application and now I do not know how to do it in MacOSX. Currently I have to use WinFIle.exe to access the correspondent folder and execute manually there the Windows Application but it is not fair and takes time to get the folder. How could I do it to run the application from the desktop? Thanks JAB
2008 Dec 24
4
How much of Wine Explorer is functional?
I wanted to play music in VLC for Windows off a network SMB share. [*] Music's on \\red\trollop\music\ so I put that into VLC and it didn't like it. So I started "wine explorer" from the command line and went to "Connect network drive ..." and it came up with a dialogue box: "No network" - that's all. Is this actually supposed to work properly, or is
1999 Jan 11
3
hide dot files?
Hi all. I have 'hide dot files = yes' in my [homes] section, but it doesn't seem to work correctly. What could I be doing wrong? I'm using 2.0.0beta5, but I recall it not working with 1.9.x either... I currently have the following in my [homes] section: [homes] comment = Home Directories browseable = no writable = yes path = %H Thanks, Dave
2008 Jul 22
6
Mafia (Game that requires DirectX 8.1) install not working
So I downloaded Wine (prebuilt binary for Mac OS X) on my Windows desktop and moved it via flash drive to my Mac OS X laptop (Intel). I ran the Wine installer on the laptop and boom it was complete. Then I inserted the Mafia CD into the slot and tried running the setup.exe file. After getting an error message, I tried four more times and no success. I get the same error messages. Sorry for my
2001 Apr 28
9
DLL Error When Installing Programs
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> Running Codeweavers Preview 3 over Helix, X4, & kernel 2.4.2. <p>Notepad & sol run fine, but when I try to install a program like Netscape (just testing) I get the following error: <p><font color="#990000">Invoking /opt/wine/bin/wine.bin cc32d475.exe ...</font>
2018 Jun 26
0
Wine release 3.0.2
...art of Ahnlab Safe Transaction) crashes on unimplemented function ntoskrnl.exe.ExInterlockedPopEntrySList 44984 Maya 2018 LT Installer requires unimplemented function api-ms-win-crt-time-l1-1-0.dll._timespec64_get 44993 Magic The Gathering Arena fails to install 45026 Windows File Manager (WinFile) fails to build in winelib (LPDROPSTRUCT missing from winuser.h) ---------------------------------------------------------------- Changes since 3.0.1: Alexander Morozov (1): ntoskrnl.exe: Add stubs for ExAcquireFastMutexUnsafe and ExReleaseFastMutexUnsafe. Alexandre Julliard (7): w...
2018 Apr 27
0
Wine release 3.7
....ExInterlockedPopEntrySList 44984 Maya 2018 LT Installer requires unimplemented function api-ms-win-crt-time-l1-1-0.dll._timespec64_get 44993 Magic The Gathering Arena fails to install 44995 Metatrader4 installation needs sspicli.dll.AcquireCredentialsHandleW 45026 Windows File Manager (WinFile) fails to build in winelib (LPDROPSTRUCT missing from winuser.h) 45040 Morrowind Crashes shortly after boot when the user installs the Morrowind Code Patch. 45044 Microsoft Visual C++ 2005, 2008 Redistributable installers fail with 'action L"SxsInstallCA" returned 1603' --...
2003 Nov 25
36
printing problem
Hi, We have had a server crash and are now unable to print from the connected pc's I have installed samba 2.2.7a and use the sysv printing system The printers are configured using HP hppi >From the unix host I can send a print to the printer I have already checked the spool directory for the printers. and the spool directory that is used by the hppi daemon. They exist. In the user log file