Displaying 20 results from an estimated 1000 matches similar to: "rsync failing on solaris 10"
2011 Apr 19
2
Problem with softlinks under samba on RHEL
Hello all Samba enthusiasts.
I am a noob w.r.t. samba configuration and just happened to use it on
Solaris systems by creating conf files using copy-paste :-). This is
just to convey that I'm no advanced user and might need help with the
solutions / alternatives to come.
Some background => Here is my smb.conf:
===
[global]
workgroup = <company domain>
server string = Samba
2020 Oct 23
2
RBD volume not made available to Xen virtual guest on openSUSE 15.2 (with libvirt 6.0.0)
Hi there,
Since upgrading to openSUSE 15.2 (which includes libvirt 6.0.0) the
virtual guests don't get their RBD disks made available to them. On
openSUSE 15.1 (which includes libvirt 5.1.0) that worked fine. The XML
is as follows:
<domain type='xen' id='7'>
<name>mytwotel-a</name>
<uuid>a56daa5d-c095-49d5-ae1b-00b38353614e</uuid>
2020 Oct 26
1
Re: RBD volume not made available to Xen virtual guest on openSUSE 15.2 (with libvirt 6.0.0)
It's QEMU 4.2.1-lp152.9.6.1.
I've tried updating it from the Open Build Service repos but there's too
many version conflicts.
Marcel
On 26/10/20 9:02 pm, Ján Tomko wrote:
> On a Friday in 2020, Marcel Juffermans wrote:
>> Hi there,
>>
>> Since upgrading to openSUSE 15.2 (which includes libvirt 6.0.0) the
>> virtual guests don't get their RBD disks
2010 Jan 12
1
Unable to map the group
Hi All,
I am using Samba 3.2.11 on sles 10. I have create a Unix group 'grp1' and
mapped it to a ntgroup "Group One". Unix group 'grp1' has one user i.e
'usr1'. 'net groupmap' command show the mapping with correct SID and gid
value. Please, have a look here.
# cat /etc/group | grep grp1
grp1:!:12613:usr1,raj1,raj2
#
# net groupmap list
Group One
2015 Feb 04
2
Problems with 2 DCs.
Hello,
I've set up 2 DCs.
The first as been set up using the command:
samba-tool domain provision ?
The second, using the command:
samba-tool domain join <realm> DC?
As far as command return status say the commands went well.
Using only the first DC, I can add windows client to the domain, I can
manage users, everything seems to be ok.
When adding the second DC, users database is
2015 Mar 02
2
Problems with 2 DCs.
Le 06/02/2015 17:49, Marc Muehlfeld a ?crit :
> Hello Jean-Fran?ois,
>
> Am 04.02.2015 um 17:51 schrieb Jean-Fran?ois Morcillo:
>> Troubles come into the place when I try to create a user on the 2nd DC,
>> I get the following error message:
>> samba-tool user create usr1 usr1
>> ERROR(ldb): Failed to add user 'usr1': -
>>
2008 Apr 18
1
configure can't find dgemm in MKL10
Hi,
I'm trying to follow the R-admin instructions for using MKL10 as the external BLAS compiling R-2.6.2 under Linux on a RH EL head node of a cluster. The configure process seems to have problems when it checks for dgemm in the BLAS. I'm using configure as:
./configure CC=icc F77=ifort --with-lapack="$MKL" --with-blas="$MKL" where $MKL is defined as in R-admin
2014 Dec 09
3
Tiny suggestion for upslog.c
Hi
Thanks for a very nice piece of software.
I have a tiny suggestion for upslog.c.
It adds a signal handler for the USR1 signal, which simply triggers it
to abort the current sleep and log the requested now.
I find it useful because my upssched-cmd can then killall -USR1 upslog
to ensure that there is an entry in the log for brief power dropouts
which would otherwise be unrecorded (because
2009 Feb 13
3
Problem with read/write access
I configure Samba in Share mode, I can see the files but i can't
write/delete files in the directory "agenda"
The directory /o/aplic/NACSEG/agenda have this permission drwxrwxr-x and
the owner and group is agendaglm nobody
I have all valid users in the smbpasswd and /etc/passwd
This is the smb.conf...........................THANKS!
[global]
workgroup = GLMSA
server
2013 Jul 19
4
Error read.csv
Estimados
Tengo un archivo CSV con 1.200.000 registros separados por ";" y cuando
quiero abrirlo me da el siguiente error:
form<-read.csv("Usr1.csv" , sep=';' , na.strings = "NA", header=T)
Mensajes de aviso perdidos
In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
entrada inválida encontrada en la conexión de entrada
2013 Nov 15
2
Virtio: 32bit CentOS 6.4 on VirtualBox to oVirt on Fedora 19 64bit via virt-v2v
Hello,
I've trying to move a 32bit CentOS 6.4 on VirtualBox to oVirt on
Fedora 19 64bit via virt-v2v. The command I'm currently using is:
virt-v2v -i libvirtxml -of qcow2 -oa sparse -o rhev -osd
xxx.xxx.xxx.xxx:/usr/local/ovirt/exports --network
ovirtmgmt /usr1/home/williams/Downloads/OpenAthens/VMs/OpenAthensLARuntime2.2.xml
The exciting bit of the XML is:
<devices>
2015 Mar 02
2
Problems with 2 DCs.
Le 02/03/2015 12:58, Rowland Penny a ?crit :
> On 02/03/15 11:02, Jean-Fran?ois Morcillo wrote:
>> Le 06/02/2015 17:49, Marc Muehlfeld a ?crit :
>>> Hello Jean-Fran?ois,
>>>
>>> Am 04.02.2015 um 17:51 schrieb Jean-Fran?ois Morcillo:
>>>> Troubles come into the place when I try to create a user on the 2nd
>>>> DC,
>>>> I get
2006 Sep 08
4
Debugging not triggered...
I tried using the
killall -USR1 mongrel_rails
to check on a problem, and all I get is
mongrel_rails: no process killed
Nothing shows in the log. Any ideas? I''m using the latest
pre-release, and a ''ps'' shows my cluster is running.
Cheers,
Brett
2014 Dec 10
0
Tiny suggestion for upslog.c
Hi Andy,
On Dec 8, 2014, at 7:07 PM, Andy Juniper <ajuniper at freeuk.com> wrote:
> It adds a signal handler for the USR1 signal, which simply triggers it to abort the current sleep and log the requested now.
I will admit that I'm not an expert on how signals interrupt system calls on all systems, but for what it's worth, the code looks good to me. Is it correct to assume that
2018 Jun 15
2
After logrotation Dovecot still writes to old log file
Thanks man
You suggesting the same as https://wiki2.dovecot.org/Logging says?
postrotate
kill -s 0 `cat /var/run/dovecot/master.pid` || kill -s USR1 `cat /var/run/dovecot/master.pid`
endscript
Well, I already tried that and didn't work. Hence my guess that it's
something else.
On 15/06/18 13:19, Stephen Satchell wrote:
> From the manpage:
> SIGNALS
> Dovecot
1999 Jun 24
1
Little problem
Hi all.
IF Iam WRITING TO WRONG SAMBA LIST PLEASE TELL ME THAT,
I GOT A LITTLE CONFUSED ABOUT THE LIST NAMES
I just suscribed to this list and i want to say that i started use
samba
moustly for file and printer sharing. All ok till now , only two
cuestions
I need to set up a share folder for two users only , i made some like
[folder]
valid users usr1 usr2
printable no
writable yes
2006 Aug 16
8
Mongrel 0.3.13.4 Pre-Release -- QUERY_STRING Fixed
Hello Everyone,
I just posted another pre-release of Mongrel that fixes a bug which
caused Mongrel to claim it was getting parsing errors because the
QUERY_STRINGs were too long. In actuality it was shift in the parser
that made empty queries (/test?) become negative. This is fixed up now.
Here''s the full list of changes:
* It has a couple of fixes for win32, but I still have to
2015 Mar 03
1
Problems with 2 DCs.
Le 02/03/2015 19:44, Rowland Penny a ?crit :
> On 02/03/15 18:12, Jean-Fran?ois Morcillo wrote:
>> Le 02/03/2015 12:58, Rowland Penny a ?crit :
>>> On 02/03/15 11:02, Jean-Fran?ois Morcillo wrote:
>>>> Le 06/02/2015 17:49, Marc Muehlfeld a ?crit :
>>>>> Hello Jean-Fran?ois,
>>>>>
>>>>> Am 04.02.2015 um 17:51 schrieb
2001 Nov 14
2
Share shows up but is not accessible.
In Windows explorer the computer (Penguin) and share (Ring) show up, but when I try to access the share, I get the following message:
\\Penguin\Ring is not accessible
The share name was not found. Be shure you typed it correctly.
I have Samba set up on another Linux machine (OldPenguin) in the same network, and it works fine. Both computers run Red Hat 7.1 and Samba 2.0.7 (which came
2013 Nov 15
1
Re: Virtio: 32bit CentOS 6.4 on VirtualBox to oVirt on Fedora 19 64bit via virt-v2v
Matt,
On Fri, 2013-11-15 at 14:05 +0000, Matthew Booth wrote:
> On Fri, 2013-11-15 at 10:47 +0000, Owen Williams wrote:
> > Hello,
> > I've trying to move a 32bit CentOS 6.4 on VirtualBox to oVirt on
> > Fedora 19 64bit via virt-v2v. The command I'm currently using is:
> >
> > virt-v2v -i libvirtxml -of qcow2 -oa sparse -o rhev -osd
> >