Displaying 20 results from an estimated 500 matches similar to: "Locking for Linux/WinXP clients (-or- CIFS issues)"
2007 Feb 04
0
CIFS locking
I have the same problem as described below for a while.
samba 3.0.23c-2 under Fedora 6
clients Win XP and Fedora 6
app. OpenOffice 2.1 / 2.0.4
will there be any progress ?
thanx
--
Kristian Lauritsen
Laser Product Manager
PicoQuant GmbH
phone: +49 30 6392 6563
http://www.picoquant.com
On Mon, Oct 31, 2005 at 09:41:04AM +0000, Phill Gillespie wrote:
> Hi...
>
> I've been
2017 Dec 11
0
Re: Libguestfs Hangs on CentOS 7.4
Thanks for the info. I can confirm doing the following works:
yum install centos-release-qemu-ev
yum install qemu-kvm-ev
libguestfs-test-tool completes in 3 seconds.
On 11 December 2017 at 16:49, Phill Bandelow <phill@onapp.com> wrote:
> (1) This made no difference. It still hangs around the same place.
>
> (2) It wasn't enabled in the kernel so i enabled it. I then
2005 Apr 01
0
Linux permissions not appearing under kernel 2.6
I have three machine mounting a samba share on a debian server running
3.0.11 (just updated as 3.0.10 has some serious problems). There's an XP
box, and two Ubuntu (debian) PCs, one with Warty (kernel 2.4.21) and
Hoary (kernel 2.6.4 / 5). Both Ubunutu machines have the following
entry in fstab:
\\Server\Documents /home/phill/Documents smbfs
user,uid=nobody,gid=phill,guest 0 0
and both
2015 Mar 06
2
closed connection to service xxx
Hello,
Sorry to bother all with this simple configuration question,
Little background:
I recently migrated our samba server from Ubuntu 9.04 to Ubuntu 14.04.1.LTS.
Migration was done like this: moving conf-files from the old server to
the new one.
My samba server is member of a windows domain, that is controlled by a
Domain Controller running Windows Server 2008.
We have three types of shares,
2017 Dec 11
2
Re: Libguestfs Hangs on CentOS 7.4
(1) This made no difference. It still hangs around the same place.
(2) It wasn't enabled in the kernel so i enabled it. I then rebooted but
unfortunately it made no difference.
If you want access to a hypervisor to have a play around, let me know.
The only information i really have is that if i installed CentOS 7.3 on
this hypervisor it works fine.
On 11 December 2017 at 16:24, Richard
2015 Sep 01
0
Re: Can't get cable connection working on virtual router machine
Hi Phil,
But you said you disabled firewalld which makes me wonder if you have the
necessary forwarding rules active.
Dan
On 1 September 2015 at 13:48, Phill Edwards <philledwards@gmail.com> wrote:
> Hi Ajey, I thought I already was doing bridge mode. Below are the network
> interface definitions from the XML config file for the Sophos VM. (Note
> that it's actually the
2015 Sep 01
2
Re: Can't get cable connection working on virtual router machine
Hi Ajey, I thought I already was doing bridge mode. Below are the network
interface definitions from the XML config file for the Sophos VM. (Note
that it's actually the middle definition which is connected to the cable
modem which is different to how I showed it in the earlier diagram). What I
don't understand is that the interface type says "direct" in the XML even
though in
2015 Dec 20
0
Missing module grub entry in xen-4.4.3-9 & boot issues
I've also had a few Xen systems grub entry issues. I'm not yet sure what
triggers the events, but I do think there *may* be a correlation to the
"/boot" part. I've found the Xen servers that have "/boot" before any of
the the lines like "/boot/xen.gz" ended up missing complete grub entries.
Not sure it's 100% true. Anyone else comment?
Thanks
PJ
On
2016 Oct 21
3
CTDB and locking issues in 4.4.6 (Classic domain)
> I've now managed to replicate the error on my test setup. I added a
> third host and all hell broke loose - no locking at all when opening
> Excel files apart from same-host. It seemed fine with two.
>
> I then downgraded to 4.4.5 and the problem persisted. So it cannot be
> a regression from that patch.
>
> Regards,
>
> Alex
>
Here you go:
Locked files:
2015 Sep 01
0
Re: Can't get cable connection working on virtual router machine
does you cable modem give you automatically the IP address? if thats the case then you need to do bridge configuration between nic3 and macvtap dhcp ip
and then you will be able to get dhcp attached IP to sophos vm
- ajey
On Tue, Sep 1, 2015 at 4:33 PM, Phill Edwards <philledwards@gmail.com>
wrote:
> Hi, I'm not sure what sort of diagram you mean, but I'll have a try. Does
2016 Jan 21
1
CentOS 6 Virt SIG Xen 4.6 packages available in centos-virt-xen-testing
On Thu, Jan 21, 2016 at 1:28 PM, Phill Bandelow <phill at onapp.com> wrote:
> Well when the last upgrade 4.2 > 4.4 went live and XM was disabled by
> default it took many hosts down without warning. 4.4 > 4.6 may cause the
> same issues. It's a dangerous upgrade for sure. Why can't 4.4 be LTS for C6?
> as it's the last build with XM. Any XSA patches should not
2016 Jan 19
0
Xen kernel-3.18.25-17 EL6 and EL7 needs testing
I presume this addresses CVE-2016-0728?
On 19 January 2016 at 21:02, Johnny Hughes <johnny at centos.org> wrote:
> There is a new xen kernel for centos-6 and centos-7 the needs testing in:
>
> http://cbs.centos.org/repos/virt6-xen-common-testing/x86_64/os/Packages/
>
> and
>
> http://cbs.centos.org/repos/virt7-xen-common-testing/x86_64/os/Packages/
>
> Thanks,
2016 Jan 19
2
Xen kernel-3.18.25-17 EL6 and EL7 needs testing
On 01/19/2016 03:27 PM, Phill Bandelow wrote:
> I presume this addresses CVE-2016-0728?
>
Actually it does not .. they have not rolled that patch into the LTS
3.18 branch at kernel.org yet.
As soon as it hits the LTS tree I will build a new kernel though.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
2006 Apr 03
2
undefined method `scaffold'' for #<LocationsController:0xb7a9e858>
Would anybody know why I get this error from this bit of code:
class LocationsController < ApplicationController
def index
scaffold :locations
end
end
This is the way that is demonstrated in the screencast for creating a
quick scaffold. I have done this before. However, I come back to
working with Ruby after about a month on something else and now it
gives this error.
Any
2002 Aug 05
1
locking db corruption with 2.2.5?
Hi,
We are running Samba 2.2.5 on RedHat 7.3 rebuild with ldap support. We
run Win2k Terminal Server, which provides most of the clients for the
samba server.
After a fairly long samba server up time (usually a couple of days, but
this happened overnight), we end up with some odd entries in the
smbstatus output in the "Locked files:" area....
Here is one line of the type I mean:
2010 Apr 02
1
Can't get NTLM authentication working with Samba
I've been running Samba for years to provide file shares, and now I'm
trying to set it up as an NTLM authentication server for Squid. From
what I've read, to do this you need to get winbindd up and running. I
think I'm part way there but have hit a brick wall.
I've set my machine us a PDC.
"wbinfo -u" returns a list of users OK (though I notice one is missing
but
2015 Sep 01
2
Re: Can't get cable connection working on virtual router machine
Hi, I'm not sure what sort of diagram you mean, but I'll have a try. Does
this help? It sounds like I need to do something to enable routing on what
I've labelled "NIC3" on the diagram - can you please explain what I need to
do?
[image: Inline image 1]
Regards,
Phill
On Tue, Sep 1, 2015 at 4:53 PM, Ajey Gore <ajeygore@gmail.com> wrote:
> Can you please drop a
2009 Mar 15
2
Mailing list convert scripts not working on wiki
I'm trying to download Julian Fitzell's scripts to convert mbox to
Maildir format from the wiki page at
http://wiki.dovecot.org/Migration/MailFormat
But when I click on the links for the scripts it just sends me back to
the same page rather than downloading the scripts. The links in
question are http://wiki.dovecot.org/Migration/MailFormat?action=AttachFile&do=get&target=mb2md.tgz
2003 Oct 08
2
Shaping services and users (2nd time)
Hello,
I am making a HTB script for a few people and I wanted to ask a question.
Now I have a nice script with this hierarchy of classes.
root(128/128)
+---WWW(32/128)
+---Default(32/128)
+---P2P(1/64) #P2P Programs like DC and Kazza
+---....
How should I implement limiting the speed of some users (by IP addresses)?
I had an idea, but it looks too compicated. What do you think?
2016 Oct 21
2
CTDB and locking issues in 4.4.6 (Classic domain)
On 21/10/16 10:52, Ralph Böhme wrote:
> On Fri, Oct 21, 2016 at 10:30:46AM +0100, Alex Crow via samba wrote:
>> Interestingly I have a setup here for testing for rollout of S4 AD. The file
>> servers are in an AD domain and are running Sernet 4.4.5, so one version
>> older than production.
> maybe it's related to bug 12005 that was fixed in 4.4.6? Can you test
> with