Displaying 20 results from an estimated 10000 matches similar to: "Importing images"
2024 Feb 21
1
Cant access home folder after 4.13.x
The users in LDAP appear as local users on my file server using the
/etc/nsswitch.conf
passwd: files ldap
group: files ldap
[root at fs ~]# getent passwd | grep kev
kev:x:10000:10001:Kev:/home/fukr/kev:/bin/bash
[root at fs ~]# getent group | grep kev
net-users::10001:kev
net-admins::10000:kev
media::10002:kev
Kerberos is working fine, so is NTP and DNS.
My problem is that my issue
2024 Feb 21
1
Cant access home folder after 4.13.x
Hi
I've been using Samba from pkgsrc successfully on Illumos, SmartOS
specifically until I moved to 4.17.11. When I try to access my home folder
on Linux I get,
chdir_current_service: vfs_ChDir(/home/fukr/kev) failed: Permission denied.
Current token: uid=10000, gid=10001, 3 groups: 10001 10000 10002
My home folder permissions are 700. If I change to 755 it works fine. My
the uid, gid are,
2024 Feb 21
1
Cant access home folder after 4.13.x
On Wed, 21 Feb 2024 20:09:04 +0000
evil cRaftKnife via samba <samba at lists.samba.org> wrote:
> Hi
>
> I've been using Samba from pkgsrc successfully on Illumos, SmartOS
> specifically until I moved to 4.17.11. When I try to access my home
> folder on Linux I get,
>
> chdir_current_service: vfs_ChDir(/home/fukr/kev) failed: Permission
> denied. Current token:
2010 Oct 04
1
Mounting an lvm
I converted a system disk from a virtualbox
VM and added to the config on a qemu VM.
All seems well until I try to mount it. The
virtual machine shows data for the disk
image using commands like:
pvs
lvs
lvdisplay xena-1
but there is no /dev/xena-1/root to be
mounted. I also cannot seem to figure out
whether the lvm related modules are available
for the virtual machine kernel.
Has anyone
2013 Aug 20
1
chmod + remote save denied = file wiped?
I have a SerNet Samba 4.0.8 AD DC running on CentOS 6.4 (newdc)
replicating from a W2K3 DC (olddc). newdc also has a test share.
I'm experiencing something strange whereby chmod and then an attempted
file save causes a shared file to become zero bytes (despite the save
not being blank, and also being denied):
At olddc:
1) open \\newdc\testshare\yay.txt
At newdc:
$ ls -l
total 8
2010 Aug 30
3
Decent How-To now on the wiki for setting up Transport Layer Security
Hi all,
For anyone that's interested in setting up TLS with libvirt, but hasn't
gotten around to it yet, there's a decent guide on the wiki now:
http://wiki.libvirt.org/page/TLSSetup
It's user focused (ie SysAdmin's), and has lots of pics explaining
concepts, plus shows what needs to be done, and shows how to do it.
Please note, it doesn't cover SASL, it's just
2013 Oct 09
1
RDMA status in Gluster 3.4.1 (mounts hanging)
On Tue, 8 Oct 2013 16:18:23 -0700
Shane StClair <shane at axiomalaska.com> wrote:
<snip>
> ... I'd suggest that if the resource don't exist to
> address this issue by 3.4.2 that a warning be issued when creating an RDMA
> volume, or perhaps that RDMA volume creation be disabled altogether.
We should do this. It's is a very good idea. :)
+ Justin
--
Justin
2011 Jan 04
2
Xen/KVM guest disk sizes
I was wondering if there is any way from either the virsh CLI or the libvirt API (preferably virsh) to get the amount of disk space to get the amount of disk space each guest has been assigned??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110104/c21c262f/attachment.htm>
2013 Sep 29
1
set up a Gluster 2 node cluster in two lines of code :)
Hi gluster !
For those of you who need to spin up virtual gluster clusters for
development and testing:
Just finished creating a vagrantized, fully automated, totally rebuildable
and teardownable two node fedora 19 gluster setup and shared it on the
forge!
It uses fedora19 but since its all vagrant powered, you dont need to grab
or download a distro or iso or anything, just clone the git repo,
2013 Aug 16
2
share permissions
I have a share setup on a Samba 4.0.8 / CentOS 6.4 box that is
successfully replicating with a W2K3 server. I'm following the HOWTO
here: https://wiki.samba.org/index.php/Setup_and_configure_file_shares
[mytest]
path = /home/me/mytestshare <-- with or without trailing slash
read only = No
On the W2K3 box, I can browse to \\newdc and I see my test share listed
there. I can also see
2013 Sep 24
4
NFS crashes on Gluster 3.4.0
Hi,
since we switched to NFS(due to many small files) we are experiencing heavy problems with Glusters NFS daemon. About once a day, the Gluster NFS process just crashes on one of the machines and doesn't come up again until I issue a restart of the Gluster daemon on that node. Sometimes the crashed node will even crash again after the restart.
We have a ~2TB volume with 6 bricks on 5
2005 Dec 07
3
ActiveRecord::Observer problem
Hi all,
I have a problem with an observer. I have a simple observer...
class ActivityObserver < ActiveRecord::Observer
observe Customer
def after_create(model)
bind_params(model)
@al.action = "create"
@al.save
logger "#{model.id} : created"
end
private
def bind_params(model)
@al = ActivityLog.new
@al.user_id = User.current.id
2014 Mar 03
4
[LLVMdev] Cross-compiling Compiler-RT builtins
I am attempting to port an operating system project to use Clang/LLVM
instead of GCC, but I'm having issues with Compiler-RT. Right now, the OS is
being cross-compiled on an x86_64 host targeting ARMv7a. I built the LLVM
toolchain according to the instructions, though I limited the supported
targets to arm, x86, and x86_64 to reduce compilation time. I'm finding that
compilation proceeds
2010 Dec 21
2
Anyone interested in forming a libvirt "docs" team?
Hi all,
There's a lot of documentation for libvirt that needs improving, so wondering
if anyone would be interested in forming a libvirt "docs" team to help make
that happen?
While some of the documentation needs people familiar with specific pieces
of libvirt, there's also a lot that doesn't, and just needs people with some free
time and willingness to help.
Anyone up for
2010 Sep 14
1
New wiki pages with libvirt SSH setup instructions
Hi all,
Just added some new pages to the wiki, this time covering how to
configure remote access to libvirt through SSH, not using root:
http://wiki.libvirt.org/page/SSHSetup <--- entry page
http://wiki.libvirt.org/page/SSHPolicyKitSetup
This has details for several different Linux distributions:
* RHEL 5 & 6
* Fedora 11-13
* Centos 5 & 6
* Ubuntu 10.04 Server
2014 Jul 31
2
[LLVMdev] Removing lib/MC/MCObjectDisassembler (and more?)
Oops sorry. lib/MC/MCAnalysis/MCObjectDisassembler.CPP
Thanks.
-eric
On Jul 31, 2014 1:21 PM, "Kevin Enderby" <enderby at apple.com> wrote:
> Eric, what file are your referring to? The path
> lib/MC/MCObjectDisassembler does not end in a .cpp or .h and is not a
> directory .
>
> Just a bit more info and I can get back to you if I’m using what your
> asking
2010 Oct 01
3
Monitoring and statistics through libvirt
Hi folks,
is it possible to monitor and gather statistics in realtime (CPU,
memory, HDD, network, ... - something like dstat) of guest systems
with libvirt through console from host system (KVM based)? If yes, do
those guests need to be created through libvirt? Thanks for your help
and time.
2005 Dec 07
4
Importing data for excel file or csv file
hey,
i have this website (with ajax also) with lot of records of employee, and as an
extra feature i want that the customer can import his employeelist (perhaps 100+
records), lot of work to do this manually.
i would create a template like this
Firstname Lastname Phone
xxxx xxxxx xxxxx
yyyy yyyyy yyyyy
then they upload the excel file or save it as csv file
2003 Jun 23
2
2.2.8a and printers
I recent upgraded to 2.2.8, which went fine. When I checked smbclient -L
firewall, I saw I Lost my printer share.
I am using CUPS v1.1.3 for printing. When I went back to 2.2.7a it
reappeared. 2 questions:
1> Why did it do this? I ./configured it --enable-cups- --with-pam_(smb)
2> Is there and advantage of upgrading such a small step? Or are there a big
enough issues to warrant this
2015 Jan 03
2
Help with installing Apache Solr with Dovecot 2.2
Dear Marc,
Thanks for your feedback!
1. I store it in MySQL.
2. I will add a cronjob to run Solr if I can figure out why its not working
on test runs. Maybe I might try to setup a cronjob for solr to avoid having
to manually start it everytime.
3. Will turn on the mail_debug in dovecot.conf . Where will it log the
problems?
Thanks
Kevin
On Sat, Jan 3, 2015 at 4:45 PM, Marc St?rmer <mail at