Displaying 20 results from an estimated 1000 matches similar to: "samba-tool not working as i'd expect"
2012 Nov 13
1
Linux/Winbind AD domain member loses membership after about 4 days
Hi all,
I have a Linux server running Samba (samba-*-3.5.10-115) and Winbind on
CentOS 6.2. I've joined it to the domain using "net rpc join..." and it
worked fine. "wbinfo -u" lists users as i'd expect. However, after a few
days, the Linux server loses it's ability to see users on the domain. I
restart all related services "smb, nmb, winbind" but still
2012 Dec 22
0
Moving a domain to new Linux install - Win7 ok but WinXP not ok
Hi all,
I am migrating a Samba 3 domain from an ageing server to a new server. I've
exported all users from the old server and imported them on the new server
using the following command (LDAP to TdbSam):
pdbedit -i ldapsam:ldap://127.0.0.1 -e tdbsam:/tmp/tdbsam.agix
scp /tmp/tdbsam.agix new.server.local:/etc/samba/passdb.tdb
I've set the same SID on the new server. Windows7
2012 Nov 16
1
Samba domain member losing membership
Hello all,
I've recently posted here for help with a Samba domain member system which
seems to lose it's domain membership. I want to discuss it a little more. I
have more information. I'm after comments and suggestions for
troubleshooting. Also, i say "loses membership" but i don't really know if
it has lost it. Just doesn't work anymore until i re-join the Samba
2015 Apr 08
0
Asterisk Inbound calls, multiple SIP accounts, calledID
Solved it, kinda. It's not cute. I'm sure this is the way NOT to do it but
it does work. For prosperity, the SIP service is through Internode.
Here is my "extensions.conf" file:
exten => s,1,Set(thedid="${SIP_HEADER(TO)}"); ignore this one
exten => s,2,Set(pseudodid=${SIP_HEADER(To)})
exten => s,3,Set(pseudodid=${CUT(pseudodid,@,1)})
exten =>
2012 Nov 14
1
Is it possible to change the root/Administrator user to another username?
Greetings Samba users,
In the process of setting up Samba, one of the item you need to need is add a root user to the samba password database.
I was wondering if it is possible to change the name of the Samba root/Administrator user to another user, like smbroot ?
I checked the 'username map' option in the man pages, but it doesn't appear to do what I want. From the man page it
2012 Nov 21
2
DC with external LDAP
Hi!
Is there a way to use an external LDAP server with Samba4 (eg. openldap) to authenticate users or
alternatively to sync Samba's internal LDAP with other services like Radius?
My goal is to enter all user credentials to either an external or Samba4 internal LDAP and make Samba, Radius, etc. use it for authentication / as a master when synchronizing user data.
I already tried:
1.
2007 Mar 31
1
kernel-devel largesmp or ELlarge?
I'm having trouble updating my iscsitarget modules, and it seems to be
related to a naming convention mixup?
here's the output of the build command:
[root at vmhost ~]# rpmbuild --rebuild --sign
iscsitarget-0.4.14.96-0.amherst.src.rpm
Installing iscsitarget-0.4.14.96-0.amherst.src.rpm
error: Failed build dependencies:
kernel-devel = 2.6.9-42.0.10.ELlarge is needed by
2013 Dec 02
1
virsh detach typo
[root at vmhost vms]# virsh detach-disk puppet vdb
error: No found disk whose source path or target is vdb
[root at vmhost vms]# virsh --version
0.10.2
[root at vmhost vms]#
This probably was solved already but if not, "No found disk" probably
sounds better if it was "No disk found"
2013 Dec 18
3
Connect libvirt to iSCSI target
Hi!
I'm new to libvirt and face problems connecting to an iSCSI target.
What I intend to do is to connect libvirt (I tried virt-manager and
virsh) to an iSCSI target and then boot from the LUNs which contain
the VMs.
I followed the documentation¹ but got stuck at section 12.1.5.4.3.
1)
virsh pool-define-as \
--name foo \
--type iscsi
2013 Dec 22
2
Re: Connect libvirt to iSCSI target
On 2013–12–21 John Ferlan wrote:
> On 12/17/2013 07:13 PM, Marco wrote:
> > Hi!
> >
> > I'm new to libvirt and face problems connecting to an iSCSI target.
> > What I intend to do is to connect libvirt (I tried virt-manager and
> > virsh) to an iSCSI target and then boot from the LUNs which contain
> > the VMs.
> >
> > I followed the
2015 Apr 07
5
Asterisk Inbound calls, multiple SIP accounts, calledID
Hi Dmitriy and others and thanks for your help so far.
The option "match_auth_username=yes" seems to have had no effect. From my
reading, this option will try to match the username of the incoming SIP
account to a section heading. If that is how it must work then i can see a
big problem. I'm trying to present the receptionist with a nice display of
which line the call came in on.
2014 Oct 24
1
The USB passthrough that refuses to die
In trying to find out why my usb passthrough is not working, I decided
to edit (virsh edit) the config file for the vm client, removing the
following lines
<hostdev mode='subsystem' type='usb' managed='yes'>
<source>
<vendor id='0x051d'/>
<product id='0x0002'/>
</source>
</hostdev>
2014 Mar 06
2
ISO refuses to let vm starts (and is not mentioned in config)
Trying to start one of my vms, a centos one at that, but am
getting the following message:
[root@vmhost ~]# virsh start voip --paused
error: Failed to start domain voip
error: cannot open file
'/var/tmp/FreePBX-5.211.65-3-x86_64-Full-1388073872.iso': No such file
or directory
[root@vmhost ~]#
But, virsh dumpxml voip shows no info onto the .iso
<disk type='file'
2012 Jul 19
1
Setting CPU type for a vm
I have a Windows XP vm and would like to know how should I set its cpu
so it is seen by the vm as a proper 32bit one. In its xml file, I have
<os>
<type arch='i686' machine='rhel6.2.0'>hvm</type>
<boot dev='cdrom'/>
<boot dev='hd'/>
<bootmenu enable='yes'/>
</os>
And this is the machine I
2008 Apr 06
2
Problem with dovecot under Vmware Server
Hi all,
Recently installed dovecot and postfix under Fedora8 and it works great.
Then I installed both postfix and dovecot under VMWare Server (different
machine) copying the same configuration files but changing the hostname and
domain as appropriate.
When testing the installation using: telnet hostname 143, I receive * OK
Dovecot ready
But when I telnet on port 25, I receive:
Trying
2013 Jul 06
0
"Operation not permitted" error when using "xe vm-start"
Hey!
I am following the steps at
http://wiki.xenproject.org/wiki/XCP_Beginners_Guide for creating a VM.
I''ve setup my test VM with 1GiB min/max memory. I''ve assigned 2GiB of
memory to dom0 (http://wiki.xen.org/wiki/Xen_Best_Practices) . My box
has 12GB of physical memory and runs Ubuntu 13.04.
When I do "xe vm-start", I get the following:
The server failed to handle
2016 Apr 06
3
KVM Virtualization Network VLAN CentOS7
On Wed, Apr 6, 2016 at 9:47 PM, James Hogarth <james.hogarth at gmail.com>
wrote:
> On 6 Apr 2016 2:35 p.m., "Francis Mendoza" <francis at mytechrepublic.com>
> wrote:
> >
> > Im configuring my KVM and in my network configuration I have 4 Network
> > lancard
> >
> > 2 nic = using teaming0 for management with access port configured in the
2013 Dec 21
0
Re: Connect libvirt to iSCSI target
On 12/17/2013 07:13 PM, Marco wrote:
> Hi!
>
> I'm new to libvirt and face problems connecting to an iSCSI target.
> What I intend to do is to connect libvirt (I tried virt-manager and
> virsh) to an iSCSI target and then boot from the LUNs which contain
> the VMs.
>
> I followed the documentation¹ but got stuck at section 12.1.5.4.3.
>
> 1)
> virsh
2009 Apr 23
11
Puppet on busybox, Bob Hope or No Hope?
When I say busybox it''s actually VMware ESX server which seems to use
busybox (which I guess is the case a number of other software appliances) .
Reason for wanting to install puppet is to run the cli tools to create
nightly vmware snapshots.
I''m happy to give it a go (and add the docs to the wiki) but I''m not too
sure at this stage how big a task this might be and what,
2008 Jan 13
2
{worker} after :end-time worker freaks out
Hi all,
i was using bdrb a while ago and it wasn''t stable enough in version
0.2.1 for doing the job - it loss jobs or did execute only the first one
invoked and so on.
Now i gave the new version a try and i found a bug at playing around.
When i start a worker_method over the normal Unix scheduler bdrb will
start as much as possible the worker_method after the :end-time is reached.