Displaying 20 results from an estimated 1000 matches similar to: "samba / tdb recovery"
2010 Jun 28
2
sip add header
It seems that for local channels (asterisk 1.4.33) the variable
Variable: SIPADDHEADER="Alert-Info: Ring Answer"
(call polycom phones and ring then auto answer)
Is ignored, Is this just an oversite or is there some reason?
It works fine with I call the SIP phone directly - however -
when I first call the Local channel - then Dial the SIP phone
the SIPADDHEADER doesnt seem to do
2017 Sep 22
1
webkit on CentOS 7.4
On 09/22/2017 08:43 AM, Jerry Geis wrote:
> hi Johhny
>
> thanks - I am using the second link webkitgtk4.
>
> I could not find anything mediasource or media_source in the build log.
> Is that an "oversite" in the upstream? Can it be enabled for all and
> rebuilt and posted? (I'd rather not compile webkit).
CentOS doesn't and cannot alter upstream source
2002 Oct 15
3
Share names causing big troubles
I work for a school dist, and I am having a bit of trouble with the "Student
Server" We have about 3000 students all with their own accounts. I had the
samba server setup to share their home directories but their home
directories are the same as their login name. So jamie.mcparland would be an
example of a share name. But in Win 9X it gets truncated to jamie.mcparla
then we get the error
2004 Jan 12
1
samba w/tdb recovery
Experienced a server crash on a site that's using Samba 3.01 for a PDC,
using tdb database.
I have all of the information to recover Samba properly, including unix
accounts, etc.
However, can someone point me to a resource regarding recovery of linux
user accounts and passwords?
Thanks....
Jon Johnston
Creative Business Solutions
IBM, Lotus, Microsoft Consultants
http://www.cbsol.com
2006 Oct 27
0
seamonkey and new command mozilla-xremote-client
All,
For 4.4 mozilla is out and seamonkey is in.
In the old mozilla there was no command mozilla-xremote-client.
In the new seamonkey there is a command mozilla-xremote-client.
Under mozilla you could do "mozilla -remote "openurl(www.cnn.com)"
and it would set the current page to the url.
Trying this under seamonkey does not work.
however, I just found the new command
2017 Sep 22
0
webkit on CentOS 7.4
hi Johhny
thanks - I am using the second link webkitgtk4.
I could not find anything mediasource or media_source in the build log.
Is that an "oversite" in the upstream? Can it be enabled for all and
rebuilt and posted? (I'd rather not compile webkit).
Thanks,
Jerry
2002 Oct 22
1
2.2.6 configure problems
[username@localhost source]# ./configure --with-fhs --prefix=/usr
--sysconfdir=/etc --with-privatedir=/etc/samba
--with-lockdir=/var/state/samba --localstatedir=/var --with-netatalk
--with-smbmount --with-pam --with-syslog --with-sambabook --with-utmp
--with-acl-support > ~/myconfig.out 2>&1
[username@localhost source]# cat ~/myconfig.out | grep acl
checking for sys/acl.h... yes
2006 Apr 15
1
xentrace failure...
Hello,
I''ve been trying to get xenmon.py and xentrace to work, but I consistently get
the following (on a couple of different machines/kernels):
kibab kibab # xentrace /root/xentrace.log
ERROR: Failure to get trace buffer pointer from Xen (22 = Invalid argument)
Did I miss an option that has to be turned on or something? Is there some
other setting that I need so that everything
2024 Apr 08
1
Exceptional slowness with read.csv
data.table's fread is also fast. Not sure about error handling. But I can
merge 300 csvs with a total of 0.5m lines and 50 columns in a couple of
minutes versus a lifetime with read.csv or readr::read_csv
On Mon, 8 Apr 2024, 16:19 Stevie Pederson, <stephen.pederson.au at gmail.com>
wrote:
> Hi Dave,
>
> That's rather frustrating. I've found vroom (from the package
2017 Sep 22
3
webkit on CentOS 7.4
Hello is the webkit with CentOS 7.4 compiled with ENABLE_MEDIASOURCE ?
When I call the set_media_source function with TRUE and then ask
get_media_source function for the value it returns TRUE. I presume it would
no return TRUE if its not enabled.
However, my webpage with a video tag using webkit is not finding the
MediaSource.
Thanks,
Jerry
2003 Oct 15
3
net groupmap modify ntgroup="Domain Admins" ... succeeds but fails
After reading through the documentation, I realized that as a part of the
migration process from Samba-2.2.X to Samba-3.0.0 I needed to convert
everyone in my smbadmin group (previously domain admin group = @smbadmin) to
the "Domain Admins" group w/rid=512. So, I issued the following command:
[root@localhost profile]# net groupmap modify ntgroup="Domain Admins"
2014 Dec 18
1
virsh list shows no vm after downgrade
Hi,
I was running libvirt 1.2.2 and qemu 2.0 which are from icehouse cloud
archive repo on ubuntu 12.04, "virsh list --all" showed correct instances
after launching several VMs,
Then I just downgraded libvirt to 0.9.13 and qemu to 1.0, but kept the VMs
running. However, when I run "virsh list --all" after downgrade, I can't
see any VMs. Seems that the old version libvirt
2020 Jul 10
2
Strange behaviour of methods::slot() when returning a tibble
I have an S4 object class defined in a Bioconductor package which contains multiple slots, some of which are tibbles, whilst others are vectors. If I call
slot(object, name)
where 'name' is an slot that contains a vector, everything works as expected. However, when I call slot(object, name) where 'name' is an slot that contains a tibble I get the following warning:
Warning
2014 Nov 05
1
old vm cannot be migrated, new vm can be migrated
scenario:
i run a mix of libvirt 1.1.1 and 1.2.2 on the source hosts, 1.2.2 on the
destination hosts
qemu: 1.5.0+dfsg-3ubuntu5.3~cloud0 on all the hosts
openstack havana and icehouse
description:
i have many compute nodes running libvirt+kvm, when i try to migrate
guest that were created months ago it fails, if i create a vm and then
migrate it works
the problem is that libvirt cannot
2010 Jul 20
1
Call to rgamma using .C causes R to hang
Hi,
I've been trying to get this working for ages, but it causes R to hang.
Here is my C code saved as test1.c
# include <R.h>
# include <Rmath.h>
void test1 (double *x, double *result)
{
result[0] = rgamma(*x, 2.0);
}
This was compiled using R CMD SHLIB test1.c & loaded in R using:
dyn.load("test1.dll")
out <-
2024 Apr 08
2
Exceptional slowness with read.csv
Hi Dave,
That's rather frustrating. I've found vroom (from the package vroom) to be
helpful with large files like this.
Does the following give you any better luck?
vroom(file_name, delim = ",", skip = 2459465, n_max = 5)
Of course, when you know you've got errors & the files are big like that it
can take a bit of work resolving things. The command line tools awk
2005 Aug 04
1
SAMBA LOG: tdb/tdbutil.c:tdb_log(725) tdb(unnamed): tdb_open_ex: /var/cache/samba/unexpected.tdb (835, 457947) is already open in this process
Please, What's this?
Please, please, how to resolve ?
[root@neosaldina-lj003 samba]# more nmbd.log
tdb(unnamed): tdb_open_ex: /var/cache/samba/unexpected.tdb (835,457947) is
alr
eady open in this process
[2005/08/04 00:12:51, 2] tdb/tdbutil.c:tdb_log(725)
tdb(unnamed): tdb_open_ex: /var/cache/samba/unexpected.tdb (835,457947) is
alr
eady open in this process
[2005/08/04
2024 Oct 23
1
OSX-specific Bug in randomForest
I've cc'd this to the package maintainer, Andy Liaw
<andy_liaw at merck.com>. I'm not sure he reads this list.
Duncan Murdoch
On 2024-10-23 1:26 a.m., Stevie Pederson wrote:
> Hi,
>
> It appears there is an OSX-specific bug in the function
> `randomForest.default()` Going by the source code at
>
2004 Oct 03
0
brlock.tdb/locking.tdb permissions problem?
I'm running 2.11, and I've noticed a number of log entries that look
like so:
angie.log: tdb(/usr/local/samba/var/locks/locking.tdb): expand_file
ftruncate to 8192 failed (Permission denied)
[2004/10/03 15:14:36, 0] tdb/tdbutil.c:tdb_log(531)
tdb(/usr/local/samba/var/locks/brlock.tdb): expand_file ftruncate to
8192 failed (Permission denied)
The files in question look like this:
2002 Jun 20
1
brlock.tdb and locking.tdb always missing on RH 7.2
Hi!
I've been fighting with Samba for over a week now and I can't seem to work
it out. It all started when I installed the standard samba (2.2.1a-4) which
came with RH7.2.
I ran "smbstatus" and got the following error:
Failed to open byte range locking database
ERROR: Failed to initialise locking database
Can't initialise locking module - exiting.
I've tried the