Displaying 15 results from an estimated 15 matches similar to: "Troubles with XFree86-4.10 and sound"
2003 Aug 14
1
Converting smbpasswd from Samba-2.0 to Samba-2.2 ?
Hi,
I have a smbpasswd file from a Samba-2.0.x, generated with pwdump2 [1] . I'm in
a NT-PDC to Samba-PDC migration. The documentation says that it generates
Samba-2.0 style smbpasswd file [2]. But I would like to use the smbpasswd on
a Samba-2.2.x machine.
I've read that smbpasswd format changed . Is there a tool to convert smbpasswd
from 2.0 to 2.2 ? I cannot find one. Any URL or
2003 Aug 08
2
From NT4-PDC to Samba-PDC: 2.2.7a or 3.0.0-beta-x?
Hi,
I have one NT4 PDC that needs to be migrated to Samba-PDC. No Active Directory.
Just users, groups, windows shares... the works.
I'm seeing that Samba-3.x is "very PDC-oriented". I like that. But, so far,
Samba-3 is still in beta/pre-release versions and in my "stock" distribution,
Samba is on 2.2.7a version (2.2.7a-security-rollup-fix).
Should I wait for Samba-3?
2003 Aug 18
1
The specified domain either doesn't exist or couldn't be contacte d.
Hi list,
I have installed Samba 2.2-8a on a linux box running RH 9 with LDAP backend
as the account database. I have configured the system to function as PDC.
When I try to join the domain from any Win2K machine, I get the following
error:
The following occured validating the name "mydomain". This condition may be
caused by a DNS lookup problem. The specified domain either doesn't
2003 Aug 18
3
General Samba question
Greetings to all.
I am currently a bit of a newbie in regards using Linux and Samba. I have
worked for several years in the IT/digital divide sector of the nonprofit world
(particularly in regards to utilizing used and refurbished hardware). I am have
a couple of CompTIA certs. (A+ and N+) and some experience administering
Windows 2000 Advanced Server.
Anyway to my question....
I am
2009 Oct 22
1
help regarding creating package for GUI
Hello Brothers/Sister,
I am trying to create a GUI for some formulas
in R using tcltk and then convert them into R package . Can anyone
please tell me how to create a package having GUI capabilities in it.
I would be thankful if somebody can help me.May god bless every one of
us living in this beautiful work
2009 Sep 22
1
[LLVMdev] Verifier should not make any assumptions about calls to "malloc"
Hi Victor,
> What does the Ada front-end declare malloc as?
I don't really want to tell you because a correct solution should work
no matter what malloc is defined to be :) What I mean by "work" is that
if malloc has the standard prototype then you perform transforms on it,
and otherwise you should probably just ignore it.
That said, Ada outputs malloc as: i32 @malloc(i32)
2008 Apr 04
3
Dovecot and stale nfs-locks hanging processes
Greetings dovecot mailing list.
I have implemented a relatively big dovecot setup (250k users) and
overall I am very pleased with dovecot functionality and performance.
Setup description:
* dovecot 1.0.x
* FreeBSD 6.3
* Postfix (using dovecot deliver as LDA).
* OpenLdap backend
* Storage is NFS (Clariion EMC NFSd for Maildir, and FreeBSD NFSd for
Indexes).
* Locking is fcntl using
2009 Sep 22
0
[LLVMdev] Verifier should not make any assumptions about calls to "malloc"
Duncan,
Thanks for brining the Ada issue to my attention.
On Sep 22, 2009, at 6:11 AM, Duncan Sands wrote:
> Hi Victor, this code from the verifier broke the Ada front-end build:
>
> const Module* M = CI.getParent()->getParent()->getParent();
> Constant *MallocFunc = M->getFunction("malloc");
>
> if (CI.getOperand(0) == MallocFunc) {
> const
2009 Sep 22
5
[LLVMdev] Verifier should not make any assumptions about calls to "malloc"
Hi Victor, this code from the verifier broke the Ada front-end build:
const Module* M = CI.getParent()->getParent()->getParent();
Constant *MallocFunc = M->getFunction("malloc");
if (CI.getOperand(0) == MallocFunc) {
const PointerType *PTy =
PointerType::getUnqual(Type::getInt8Ty(CI.getParent()->getContext()));
Assert1(CI.getType() == PTy, "Malloc
2004 Mar 01
1
dev.print and X11(canvas = "black")
In Splus, I often use graphics windows with a black background and white
foreground. The S print.graph() function sends the current plot to my
printer but with a white background and black foreground. I'd like to
be able to do something similar in R, but can't figure out how. I've
tried various permutations of dev.copy() and dev.print(), but it seems
that the foreground color is
2010 Dec 31
1
MTU probes fail on reconnect
I've noticed some inconsistent performance with some of my tunnels and
thought I would take some of the spare free time I have over the holidays to
try to figure out what the cause of that may be. My environment in this
case is my home LAN.
Please forgive my use of the terms "server" and "client" in this email, I
only use these terms to simply explanation.
I statically
2010 Sep 20
0
No subject
connection will remain a TCP connection unless it is broken and restarted.
Usually if I stop the client and wait for about 30 seconds to reconnect,
there is a much greater chance that the MTU probes work fine, and in about
30 seconds MTU is fixed to 1416.
Every time when the MTU probing fails, I see latency between 700 - 1000 ms
with 32 byte pings over a LAN.
Every time when the MTU probing does
2010 Jul 13
3
Problem mapping Samba shares in Windows
Hi,
In our company we are currently running a Samba server and Windows XP clients.
At the moment we are having problems with mapping Samba shares in Windows.
Shares are being mapped through a windows startup script, which executes net use (with the option persistent:no) command.
For most users this works most of the time, nevertheless it often fails, the exect reason for this isn't clear
2010 Aug 15
24
Xen patches merged to upstream Linux 2.6.36, plans for 2.6.37?
Hello,
It looks like upstream linux-2.6.git contains at least the following
xen related new features for Linux 2.6.36:
- Xen-SWIOTLB support (required for Xen PCI passthru and dom0)
- Xen PV-on-HVM drivers
- Xen VBD online dynamic resize of guest disks (xvd*)
Congratulations!
What are the plans for 2.6.37 merge window? I believe at least:
- Xen PCI frontend
Others? I''m going to