Displaying 20 results from an estimated 800 matches similar to: "WIn XP + Samba trouble"
1998 Apr 10
5
Problems with smbpasswd
I've compiled the latest version of samba (1.9.18p4) and set up password
encryption (per instructions in the ENCRYPTIONS.txt file). Setting root's
smbpasswd worked with no problems. I set another user (me) with an
smbpasswd. Tried "smbclient -L '\\hostname\wwinzer'". The output is the
following:
68 wwinzer@Sun-E3000:~ ==> smbclient '\\champusa.com\wwinzer'
2016 Aug 23
1
Re: [PATCH 1/2] v2v:windows: factor out getting CurrentControlSet
On Wed, Aug 17, 2016 at 08:59:43PM +0300, Roman Kagan wrote:
> It will be used in new code in a followup patch.
>
> Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
> ---
> v2v/convert_windows.ml | 17 +++++++++--------
> 1 file changed, 9 insertions(+), 8 deletions(-)
>
> diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
> index 55bb3ef..751a6ab
2009 Apr 02
5
Don't forget to use torrents for your downloads!
For those who may forget, usin torrents to download and share the new
images will get you faster downloads (if enough folks participate) if
you have a "fat" pipe and alleviate the load on the CentOS servers.
I have a "chubby" pipe (~ 1.2MB/sec) and got the stuff really quickly
earlier today.
If your torrent has distributed hash table capability, I suggest that
you also use
2003 Aug 16
2
xtabs to dataframe fails (PR#3754)
Full_Name: Daniel Frey
Version: 1.7.1
OS: Windows 2000
Submission from: (NULL) (80.254.164.242)
Generating a data frame out of a xtabs result acts unusual. Take the following
sample to reproduce it:
> a.a <- c("a","a","a","b","b")
> a.b <- c("c","c","d","e","f")
>
2010 Oct 19
1
[PATCH] Fix Windows conversion when ControlSet001 isn't the CurrentControlSet
If a Windows boot fails and the user boots the last known good configuration,
ControlSet001 will be marked as failed and no longer used. However, virt-v2v
would only install viostor to ControlSet001, meaning it will fail to boot this
guest after conversion.
This patch looks up the current controlset and always installs registry keys to
the correct one.
Fixes RHBZ#644254
---
2012 May 05
0
[LLVMdev] how compile subproject
Hi, thanks for your answers.
I did:
cd workspace
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
cd llvm/
mkdir build
cd build/
../configure --enable-jit
make # OK, everything went fine.
cd ../lib/Transforms/InstCombine/ # Just to test
vim InstCombineCalls.cpp # added `if (0 == 1) return 0;` at
2012 May 05
1
[LLVMdev] how compile subproject
Beckert Frey <beckert.frey at yahoo.com> writes:
[snip]
> Is InstCombine required for lli?
Yes:
$ llvm-config --libs mcjit jit interpreter nativecodegen bitreader asmparser selectiondag
-lLLVMAsmParser -lLLVMBitReader -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMMCParser -lLLVMInterpreter -lLLVMJIT
2012 Sep 26
1
Write table with data in other .csv template
Hi,
I have a table with data, as below:
dput(table):
structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong =
c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L),
Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L,
0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L,
0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L,
2006 May 08
2
Encrypted IMAP only from Internet, unencrypted POP3 from internal network
Hi,
we have following situation: I migrated our company mailserver from POP3
only to dovecot with IMAP and POP. We need to have unencrypted POP3
from our internal network, and the subnet our mailserver is in.
Additionally, we now want to allow encrypted IMAP from the internet (for
some defined accounts), preferably with TLS (which means I open Port
143 in our firewall).
Now, how can I
2014 Dec 02
1
[PATCH NOT TO BE APPLIED] v2v: windows: Make registry changes to all ControlSets, not
[Partly using the mailing list as a backup again ...]
This commit changes virt-v2v to make registry changes to all ControlSets,
not just the CurrentControlSet.
Not sure what difference if any this would make.
Rich.
2006 May 10
1
ssl_require_client_cert = yes for encrypted connections only
Hi,
is there any way to get dovecot to use "ssl_require_client_cert = yes"
for encrypted connections only? For unencrypted connections there can't
be any client certificate, and I can't disable unencrypted connections
altogether (I limit them by firewall to our own network).
Rainer Frey
--
Software Development
------------------------------------------------------
Inxmail
1998 May 12
0
R-beta: R-0.61.3 with readline]
Jan Kutylowski <janku at ifi.uio.no> writes:
> Hi,
>
> Originally on Solaris I get
>
> checking for main in -lreadline... no
>
> and also
> checking for readline/history.h... no
>
Um, I think you said that the 1st one gave "yes" first time around???
> You kindly suggests:
>
> <I bet the problem is that gcc cannot find the include
2016 Sep 01
0
Re: [PATCH v2 1/2] v2v:windows: factor out getting CurrentControlSet
On Thu, Sep 01, 2016 at 11:50:18AM +0300, Roman Kagan wrote:
> It will be used in new code in a followup patch.
>
> Signed-off-by: Roman Kagan <rkagan at virtuozzo.com>
> ---
> v1 -> v2:
> - revert debug -> printf regression
>
> v2v/convert_windows.ml | 15 ++++++++-------
> 1 file changed, 8 insertions(+), 7 deletions(-)
>
> diff --git
2002 Jun 02
1
Samba + XP = no go
G'day.
I'm having a great time trying to get a whole heap of XP workstations (from
what I understand, they've been hotfixed+windows updated+whatever else a few
days ago) to authenticate against Samba running on a FreeBSD 4.5-STABLE box.
Basically, I add user accounts, machine accounts (with both "pw" and
"smbpasswd"), then I can get the XP machines to successfully
2016 Sep 01
3
[PATCH v2 0/2] v2v:windows: prevent conflicts with PnP on firstboot
Wait for driver installations fired by the PnP manager to complete
before running firstboot scripts.
The first patch is a minor refactoring to pave the way for the second
patch. The latter contains the bulk of the changes as well as the
description of the idea.
Roman Kagan (2):
v2v:windows: factor out getting CurrentControlSet
v2v:windows: prevent conflicts with PnP on firstboot
---
v1
2010 Sep 07
4
LMTP logging configuration
Hi,
I'm using Dovecot 2.0.1, and I log to a custom syslog facility (local0) in the
main configuration (I want a separate log file, but I want to make use of
rsyslogd's capabilities). I overwrite the syslog facility for LDA (mail) to
have all delivery related stuff in /var/log/mail.log, and that works fine.
I tried to do the same for LMTP with
protocol lmtp {
syslog_facility = mail
}
2012 May 04
2
[LLVMdev] how compile subproject
> Neither worked. =(
Hmm. Something seems to have gone horribly wrong then. I've just
reproduced Peter's suggestion on the autoconf build and it worked
fine. Perhaps try a clean build out of tree:
CMake:
mkdir my_special_build_dir
cd my_special_build_dir
cmake $PATH_TO_LLVM_SOURCE
make llc
Autotools:
mkdir my_special_build_dir
cd my_special_build_dir
$PATH_TO_LLVM_SOURCE/configure
2016 Jun 06
1
[PATCH] v2v:windows: prevent Parallels drivers from loading at boot
Parallels proprietary hypervisor uses RDPMC as the hypercall
instruction. As this instruction is supported since early P6 family,
the drivers didn't even bother to check for the presence of the
corresponding feature in CPUID.
In QEMU/KVM, however, this instruction triggers #GP unless the VM is run
with PMU (performance monitoring unit) enabled, which is often not the
case (due to its impact
2016 Apr 05
0
[PATCH 3/7] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe.
Check for either one of them instead of only rhsrvany.
---
builder/virt-builder.pod | 13 +++-
customize/firstboot.ml | 169 +++++++++++++++++++++++--------------------
customize/virt-customize.pod | 6 ++
sysprep/virt-sysprep.pod | 6 ++
v2v/virt-v2v.pod | 6 ++
5 files changed, 117
2009 Aug 18
5
OT - DECT handset with Line key
Hi,
I need to replace digital handsets in offices where there cabling is
appareantly not Ethernet-compliant.
Today's usage is to press a key to toggle between private ou public line
before issuing an outgoing call.
Are you aware of a DECT handset (to overcome cabling limitations) that mimic
this line-key behaviour ?
For instance, acceptable behaviours would be to dial number string and press