search for: modulename

Displaying 20 results from an estimated 144 matches for "modulename".

Did you mean: module_name
2005 Apr 22
2
hardlink bug in 2.6.4?
...rs & push to a high speed (unlisted) mirror that several other unofficials use for pulls. To save time/disk/bandwidth I use a custom script to hardlink the trees prior to pushing the updates to said unlisted mirror. The commandline (linewrap from hell, sorry): (note: username/password/hostname/modulename deliberately obfuscated) export RSYNC_PASSWORD="password" rsync --archive --compress --hard-links --partial --progress --sparse --verbose --delete-after --include /.pending --include /slackware-8.1 --include /slackware-9.0 --include /slackware-9.1 --include /slackware-10.0 --include /sl...
2005 Sep 27
3
"missing secret for user" using cygwin rsync on Windows XP Home
...ine to a Windows XP Home server using Nasbackup. I can get rsync working fine but have been struggling for days to get user authentication working. /var/log/rsyncd.log 2005/09/27 13:46:37 [1352] rsyncd version 2.6.6 starting, listening on port 873 2005/09/27 13:47:50 [4088] auth failed on module modulename from localhost (127.0.0.1): missing secret for user "me" /etc/rsyncd.conf use chroot = false strict modes = false log file = /var/log/rsyncd.log [modulename] path = /cygdrive/c/cygwin/home/backups comment = Rsync storage area read only = false auth users = me secrets file = /cygd...
2012 Sep 27
0
[LLVMdev] Possible bug or misunderstanding of feature LLVMConstIntOfString
...one from the community can review and confirm if this is indeed a bug. Please let me know if more data is required. Please note the line where you can can check the various scenarios in the below test case: Test case: int main() { LLVMContextRef context = LLVMContextCreate(); const char *moduleName = "LLVMConstHexIntOfString"; const char *template = "Integer converted from hexadecimal string# %lx"; LLVMValueRef testValue = LLVMConstIntOfString(LLVMInt64TypeInContext(context), "0x00fffff", 16); <---------------------------- Change this hex representat...
2005 Apr 10
0
Processed: Re: Bug#295352: logcheck doesn't ignore rsync's log "rsync on modulename-with-hyphen from host (ip)"
Processing commands for control at bugs.debian.org: > reassign 295352 logcheck-database Bug#295352: logcheck doesn't ignore rsync's log "rsync on modulename-with-hyphen from host (ip)" Bug reassigned from package `rsync' to `logcheck-database'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
2012 Dec 18
2
Odd problem with puppet 3 and module files permissions
...odd situation with a puppet 3 installation. It isnt serving out the module local files. We understand (Somewhat) about the new auth.conf requirements, and have filled those out. So, access to things such as puppet:///files/etc/somefile.conf are working fine. However, attempts to access puppet:///modulename/somefile.conf fail, with (in the case of modulename==java) Error: /Stage[main]/Java/File[/tmp/testfile]: Could not evaluate: Error 400 on SERVER: Not authorized to call find on /file_metadata/java/testfile Could not retrieve file metadata for puppet:///java/testfile: Error 400 on SERVER: Not...
2020 Jul 23
4
samba-tool domain backup offline stalls
...python root 16001 0.0 0.0 11448 2812 1 R+J 11:01 0:00.00 grep --color=auto python root 14795 0.0 0.6 143248 94216 2 I+J 10:05 0:05.59 /usr/local/bin/python3.7 -m trace --trace /usr/local/bin/samba-tool doma The code immediately before the point the offline script stalls is: --- modulename: os, funcname: fsencode os.py(812): filename = fspath(filename) # Does type-checking of `filename`. os.py(813): if isinstance(filename, str): os.py(814): return filename.encode(encoding, errors) subprocess.py(1466): if os.path.dirname(executable): -...
2011 Sep 08
4
[PATCH] Staging: hv: storvsc: Show the modulename in /sys/class/scsi_host/*/proc_name
mkinitrd relies on /sys/class/scsi_host/*/proc_name instead of /sys/block/sd*/device/../../../moalias to get the scsi driver module name. As a fallback the sysfs driver name could be used, which does not match the module name either ('storvsc' vs. 'hv_storvsc'). Signed-off-by: Olaf Hering <olaf at aepfle.de> --- drivers/staging/hv/storvsc_drv.c | 3 ++- 1 file changed,
2011 Sep 08
4
[PATCH] Staging: hv: storvsc: Show the modulename in /sys/class/scsi_host/*/proc_name
mkinitrd relies on /sys/class/scsi_host/*/proc_name instead of /sys/block/sd*/device/../../../moalias to get the scsi driver module name. As a fallback the sysfs driver name could be used, which does not match the module name either ('storvsc' vs. 'hv_storvsc'). Signed-off-by: Olaf Hering <olaf at aepfle.de> --- drivers/staging/hv/storvsc_drv.c | 3 ++- 1 file changed,
2010 Jan 29
4
[FOR REVIEW ONLY] ESX work in progress
The following patches are where I'm currently at with ESX support. I can now import a domain from ESX along with its storage. Note that I'm not yet doing any conversion. In fact, I've never even tested past the import stage (I just had an exit in there). The meat is really in the 4th patch. The rename of MetadataReader->Connection was because the Connection is now really providing
2017 Apr 25
3
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
...ate process: > > 1: setenforce permissive > 2: tail -f /var/log/audit/audit.log | grep AVC > 3: use the service, exercise each function that's constrained by the > existing policy > 4: copy and paste the output from the terminal used for #2 into > "audit2allow -M <modulename>" > 5: setenforce enforcing > > This process is less iterative, which can save a *lot* of time > building some policies. How do I undo the damage the last attempt caused? I am on the road right now (Venice, IT to speak tomorrow on Identity Oriented Networking), and I left my...
2015 Aug 30
3
Compilation error with MinGW
...>> - ::GetProcAddress(hLib, "EnumerateLoadedModules64"); >> + ::GetProcAddress(hLib, sEnumerateLoadedModules); >> } >> return fEnumerateLoadedModules != 0; >> } >> >> static BOOL CALLBACK >> -ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, DWORD64 ModuleBase, >> +ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, ModuleOffset ModuleBase, >> ULONG ModuleSize, PVOID UserContext) { >> OpenedHandles->insert((HMODULE)ModuleBase); >> return TRUE; >> >> ____________________________________...
2020 Jul 22
3
samba-tool domain backup offline stalls
...ning backup on dirs: /var/db/samba4/private /var/db/samba4 /usr/local/etc Starting transaction on /var/db/samba4/private/secrets At which point samba-tool enters a permanent wait state. 86064 root 1 52 0 131M 78M wait 3 0:01 0.00% python3.7 Trace shows this: . . . --- modulename: subprocess, funcname: __enter__ subprocess.py(845): return self subprocess.py(340): try: subprocess.py(341): return p.wait(timeout=timeout) --- modulename: subprocess, funcname: wait subprocess.py(1016): if timeout is not None: subprocess.py(1018): try:...
2015 Aug 29
2
Compilation error with MinGW
...if (hLib) { fEnumerateLoadedModules = (fpEnumerateLoadedModules) - ::GetProcAddress(hLib, "EnumerateLoadedModules64"); + ::GetProcAddress(hLib, sEnumerateLoadedModules); } return fEnumerateLoadedModules != 0; } static BOOL CALLBACK -ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, DWORD64 ModuleBase, +ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, ModuleOffset ModuleBase, ULONG ModuleSize, PVOID UserContext) { OpenedHandles->insert((HMODULE)ModuleBase); return TRUE;
2010 Jul 22
2
samba4 phyton-dns error
...ceback (most recent call last): ? File "/usr/sbin/samba_dnsupdate", line 40, in ? ??? samba.ensure_external_module("dns", "dnspython") ? File "/usr/local/samba/lib/python2.4/site-packages/samba/__init__.py", line 321, in ensure_external_module ??? sys.modules[modulename] = __import__( TypeError: __import__() takes no keyword arguments Starting samba ?I ?M single: samba version 4.0.0alpha12-GIT-UNKNOWN started. Copyright Andrew Tridgell and the Samba Team 1992-2010 samba: using 'single' process model FIXME: Using new system session for hdb /usr/local/samb...
2004 Nov 02
2
rsync doesn't delete unreferenced directories.
I'm using rsync to backup multiple directories, i.e. rsync -azq --delete --relative /dog /cat /fish user@rsync-server::modulename Everything works fine, except if I remove a directory from the list of those being backed up, it isn't deleted on the other side. For example: rsync -azq --delete --relative /dog /cat /fish user@rsync-server::modulename /dog /cat /fish are all backed up to the remote server. rsync -azq --del...
2008 Apr 07
1
newbie: rsync 2.6.x problems Cygwin client --> RedHat server
On Mon 07 Apr 2008, S.A. Birl wrote: > > Server is running rsync 2.6.1 on RH > Client is running rsync 2.6.3 on Cygwin (Win2003) > > When I connect client to server, I get kicked out after SSH > authentication. I can manually ssh into the server with no problems. Is the server running an rsync daemon? If so, why the ssh? Paul Slootman
2011 Apr 25
0
[LLVMdev] Big Windows Clang DLL
...define to the compiler if the big-DLL version is enabled. This define enables the symbol imports/exports to be described later. 8. Update the clang executable, interpreter, and PrintFunctionNames projects to use the new and revised cmake macros. The source changes mainly consist of adding "(moduleNameUppercase)_LINKAGE" macro instances to the declarations of the classes, functions, and other symbols to be exported/imported, and new header files that define these macros. These changes can be summarized as follows: 1. A new "(moduleName)Common.h" file is added to each LLVM and Clan...
2017 Jun 27
3
Testing utility for building and updating CFG
...s. The downside is that it tends to be pretty verbose and not easy to update (e.g. adding a new edge often involves changing the type of terminator instruction). My idea is to create a simple format for building arbitrary CFG’s and new utilities for updating it. It can look something like this: b ModuleName FunctionName // Build module ‘ModuleName’ with a single // function ‘FunctionName’. a entry if // Add new basic blocks (entry and if) and // connect them with an edge. a if if.then // Add new basic block (if.then) and...
2010 Feb 01
9
[ESX support] Working ESX conversion for RHEL 5
With this patchset I have successfully[1] imported a RHEL 5 guest directly from ESX with the following command line: virt-v2v -ic 'esx://yellow.marston/?no_verify=1' -op transfer RHEL5-64 Login details are stored in ~/.netrc Note that this is the only guest I've tested against. I haven't for example, checked that I haven't broken Xen imports. Matt [1] With the exception of
2017 Nov 03
3
dns module not found
...) File "/usr/lib/python2.7/dist-packages/samba/__init__.py", line 359, in ensure_third_party_module namespace="samba.third_party") File "/usr/lib/python2.7/dist-packages/samba/__init__.py", line 344, in import_bundled_package "%s.%s" % (namespace, modulename), fromlist=[namespace]) ImportError: No module named dns root at samba01:~# -----Ursprüngliche Nachricht----- Von: Denis Cardon [mailto:dcardon at tranquil.it] Gesendet: Freitag, 3. November 2017 12:50 An: Dirk Laurenz <samba at laurenz.ws>; samba at lists.samba.org Betreff: Re: [Samba] dns...