This is a Debian/Ubuntu specific samba bug, as explained in comment #7
above. It is not a qemu or kvm bug. The QEMU -smb option works fine in
many other distributions, where it can be run as a normal user without
special permissions, and with multiple instances on the same machine.
This is a fant
Okay, I confirmed this on qemu-kvm in karmic. I'm not real sure if what
I'm doing is correct, but I couldn't get it working.
Upstream confirms that this should probably work. In any case, I won't
be fixing this in qemu or kvm in =< Jaunty.
:-Dustin
** Also affects: qemu-kvm (Ubuntu)
Importa
Talked to Anthony Liguori again...
He's going to post a note to the qemu-devel list. This code (samba in
qemu) has rotted and is more or less unmaintainable, as it's designed
horrible (uses a config in /tmp, requires privileges).
Most likely the "fix" for this is going to come in karmic, merging
I can confirm that this is still a problem with jaunty.
--
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-
My name is Agustin Liguori and not Anthony
please check your email
sincerely
Agustin Liguori
On Mon, Mar 9, 2009 at 4:36 PM, Dustin Kirkland
wrote:
> I spoke with upstream about this, and they indicated that this option is
> not used very often and if it's broken, it should be removed from the
I spoke with upstream about this, and they indicated that this option is
not used very often and if it's broken, it should be removed from the
upstream sources.
I have subscribed Anthony Liguori to this bug, who is the upstream qemu
maintainer and happens to also be a samba developer.
Anthony-
C
** Changed in: kvm (Ubuntu)
Importance: Undecided => Low
--
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubu
Can we please get this fixed, or edit the qemu man page on Ubuntu to
document this functionality as broken? It really upset me when I tried
to deploy this, and I ended up recompiling a custom samba package with
those two patches disabled.
--
samba can't be launched by a normal user (qemu related)
Confirming bug on Intrepid. :/
--
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
htt
** Changed in: kvm (Ubuntu)
Status: New => Incomplete
--
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ub
Can anyone confirm this bug on Intrepid?
Thanks!
:-Dustin
--
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubun
After the workaround I did, samba started and was usable from a w2k in qemu.
(I did start chmodding only one file and manually starting smbd and then it
complained about another one and then another one...)
I don't know what's incomplete about this bug and I can confirm that it
still exists with
Me too.
As a really ugly workaround I thought about this...
(1) disable samba to run as daemon (add 'exit' in /etc/default/samba)
(2) sudo chmod a+rw /var/run/samba/*.tdb /var/lib/samba/*.tdb
This totally ruins the samba security, I expect. That's why I disabled
samba to start as a daemon.
--
s
** Also affects: kvm (Ubuntu)
Importance: Undecided
Status: New
--
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs ma
I'm testing with hardy and am experiencing this same problem.
Through the development period the problem has changed slightly. At the
moment, just after alpha6, the problem is that the guest and the host
can't talk to each other.
Thanks Joe, your tip helped. Without the -p 139 then smbclient -L
r
** Changed in: samba (Ubuntu)
Importance: Undecided => Low
--
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
u
** Changed in: qemu (Debian)
Status: Unknown => Confirmed
--
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs maili
** Bug watch added: Debian Bug tracker #249873
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=249873
** Also affects: qemu (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=249873
Importance: Unknown
Status: Unknown
--
samba can't be launched by a normal user (qemu
Another thing to watch out for is that qemu only listens on 10.0.2.4
port 139. I just tried smbclient on feisty and it seems to try port 445
first, by default, and that ends up going straight to the host smbd
rather than the qemu-controlled phony one. Try "smbclient -p 139
//10.0.2.4/qemu" and se
This is a known issue upstream with debian samba package patches
** Changed in: samba (Ubuntu)
Status: Rejected => Confirmed
--
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification because you are a member of Ubun
This issue still affects Feisty running stock installations of samba.
The issue is in samba but affects QEMU.
It appears the issue is that the samba packages for Debian/Ubuntu are
compiled with the fhs.patch applied, which prevents samba from using a
private secrets directory.
There has been ongo
Hi,
I tried QEMU with Feisty and I have a similar problem, but I can't run
smbd even if I run qemu as root. Using strace, I can see that qemu
creates a dir called /tmp/qemu-pidnumber and create a smb.conf file
inside it, but doesn't run smbd.
When I try run smbd manually (as non-root user) I got
Have you tried Fesity beta?
** Changed in: samba (Ubuntu)
Status: Unconfirmed => Rejected
** Changed in: qemu (Ubuntu)
Assignee: (unassigned) => gmlion
--
samba can't be launched by a normal user (qemu related)
https://bugs.launchpad.net/bugs/50385
You received this bug notification
I can confirm this problem, also running Edgy fully updates as of
02/Nov/07. However, in my case, running as root causes a busy loop in
qemu leaving it unresponsive. Also CPU goes to 100% in kernel mode,
which may imply that the problem is in the kqemu accelerator.
--
samba can't be launched by a
Do you need other information?
--
samba can't be launched by a normal user (qemu related)
https://launchpad.net/bugs/50385
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
using qemu 0.8.2-0ubuntu1 and samba 3.0.22-1ubuntu4.
No, smbd processes are still in when querying the qemu smb host
--
samba can't be launched by a normal user (qemu related)
https://launchpad.net/bugs/50385
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mai
I have just released an updated version of qemu on Ubuntu Edgy. Please
check if possible, please check if this version fixes your problem.
Thank you in advance!
** Changed in: qemu (Ubuntu)
Importance: Untriaged => Low
Status: Unconfirmed => Needs Info
--
samba can't be launched by a
27 matches
Mail list logo