Displaying 20 results from an estimated 500 matches similar to: "Failed to modify entry for user in samba with tdb backend"
2016 Jan 12
0
Failed to modify entry for user in samba with tdb backend
On 12/01/16 13:21, Anton Renner wrote:
> Hi Samba List
>
> I have the problem to modify an entry for a user in samba with tdb backend.
>
> My OS is OpenSuSE 13.1, Samba 4.1.21. Samba NT'Style, no AD, no LDAP,
> passdb backend = tdbsam
>
> I managed to delete a User in my NIS/passwd File before I
> deleted it in my Samba tdb. No the problem is, I can't modify the
2023 Mar 13
1
tcl tk: set the position button
Dear Rodrigo,
Try tkwm.geometry(win1, "-0+0"), which should position win1 at the top
right.
I hope this helps,
John
--
John Fox, Professor Emeritus
McMaster University
Hamilton, Ontario, Canada
web: https://socialsciences.mcmaster.ca/jfox/
On 2023-03-12 8:41 p.m., Rodrigo Badilla wrote:
> Hi all,
> I am using tcltk2 library to show buttons and messages. Everything
> work
2023 Mar 13
1
tcl tk: set the position button
Hi all,
I am using tcltk2 library to show buttons and messages. Everything
work fine but I would like set the tk2button to the right of my screen, by default it display at the left of my screen.
my script example:
library(tcltk2) win1 <- tktoplevel() butOK <- tk2button(win1, text = "TEST", width = 77) tkgrid(butOK)
Thanks in advance
Saludos
Rodrigo?
--
Este correo electr?nico ha
2008 Dec 10
6
WIndows 2008, Quard Core Opteron, xen
Hello
I have trouble with Quard Core Opteron and windows 2008(x86).
By the way Windows device manager show 4 processors, BUT task manager
show only one core.
I found that my problem is not new. But solutions, provided by those
people did not helped me.
By the way, my windows is enterprise version, and as far as I know, it
allows up to 8 processor sockets, so the trouble is not, that windows
2018 Jun 11
2
Rgui 3.5.0 print issue
Dear all,
I would like to have your opinion about an issue I have recently run into
while using tcltk in R 3.5.0 under Windows 7 64bit.
Here is a reproducible example of the issue, along with information about
platform and OS.
###############################################################
# R 3.5.0 issue: print does not work properly for data.frames #
# when called
2007 Apr 27
9
can''t mount vfat fs on lvm created by winxp guest
Greetings,
I''ve had no success with mounting a vfat file system created by a
Windows XP guest on a lvm volume.
# mount -t vfat /dev/vg1/win1 /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/vg1/win1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
# dmesg
FAT: invalid media value (0xb9)
VFS:
2020 Sep 01
2
[PATCH 07/28] 53c700: improve non-coherent DMA handling
On Wed, 2020-08-19 at 08:55 +0200, Christoph Hellwig wrote:
> Switch the 53c700 driver to only use non-coherent descriptor memory
> if it really has to because dma_alloc_coherent fails. This doesn't
> matter for any of the platforms it runs on currently, but that will
> change soon.
>
> To help with this two new helpers to transfer ownership to and from
> the device are
2010 Nov 02
4
Windows 2008 SBS suddenly disappearing on Xen 4.0.0
Hi all,
when running Windows 2008 SBS on Xen 4.0.0, it disappears after some time (longest time I had it running was 20 minutes). In /var/log/xen/qemu-dm-win1.log I find:
xc_map_foreign_batch: mmap failed: Cannot allocate memory
xc_map_foreign_bulk error 12
Anyone any idea how to troubleshoot this? The Hypervisor has 16 GB of RAM, currently 2 GB are allocated to Dom0. This specific DomU has 8
2003 May 28
2
visio
hi,
i'm new using wine.
i've just installed it from debian /testing.
i want to run visio 2002.
but when i run "wine Visio.exe"(in visio's dir.) i get this error:
---------------------
When you are running with a native NT directory specify
'Profile=<profiledirectory>' or disable loading of Windows
registry (LoadWindowsRegistryFiles=N)
2020 Sep 01
1
[PATCH 07/28] 53c700: improve non-coherent DMA handling
On Tue, Sep 01, 2020 at 07:52:40AM -0700, James Bottomley wrote:
> I think this looks mostly OK, except for one misnamed parameter below.
> Unfortunately, the last non-coherent parisc was the 700 series and I no
> longer own a box, so I can't test that part of it (I can fire up the
> C360 to test it on a coherent arch).
I have a 715/50 that probably hasn't been powered on in
2020 Sep 01
2
[PATCH 07/28] 53c700: improve non-coherent DMA handling
On 01.09.20 17:22, James Bottomley wrote:
> On Tue, 2020-09-01 at 16:05 +0100, Matthew Wilcox wrote:
>> On Tue, Sep 01, 2020 at 07:52:40AM -0700, James Bottomley wrote:
>>> I think this looks mostly OK, except for one misnamed parameter
>>> below. Unfortunately, the last non-coherent parisc was the 700
>>> series and I no longer own a box, so I can't test
2016 Apr 28
4
Interdependencies of variable types, logical expressions and NA
Hi All,
my script tries to do the following on factors:
> ## Check for case 3: Umsatz = 0 & Kunde = 1
> for (year in 2011:2015) {
+ Umsatz <- paste0("Umsatz_", year)
+ Kunde <- paste0("Kunde01_", year)
+ Check <- paste0("Check_U_0__Kd_1_", year)
+
+ cat('Creating', Check, 'from', Umsatz, "and", Kunde,
2004 Aug 06
2
Requesting some support...
Hi all,
Sorry if I ask something too basic, but I've just started with icecast and I
don't know if I have done something wrong.
I have downloaded and compiled icecast. I have modified the configuration
file and added a test mp3 file in /usr/local/icecast/static/ann.mp3.
Finally, I have started it obtaining the following:
[chris@linux2 bin]$ ./icecast
Icecast Version 1.3.12
2011 Sep 22
1
getent passwd fails inside freebsd jail using samba 3.4.14
I've been messing around with running samba 3.4.14 inside a freebsd jail over
the last couple of days, and am running into an odd problem where wbinfo -u
and wbinfo -g succeed, but getent passwd fails (insofar that it shows only
local users, but none of the domain users).
Here's my smb.conf:
[global]
interfaces =192.168.0.16/32
bind interfaces only =yes
security
2012 Jun 14
0
fixed trimmed mean for j-group
Hello...i want to find the empirical rate for type 1 error using fixed
trimmed mean. To make it easy, i'm referring to journal given by this
website
http://www.academicjournals.org/ajmcsr/PDF/pdf2011/Yusof%20et%20al.pdf.
I already run the programme and there is no error in it but i got zero for
the empirical rate of type 1 error. The empirical rate for the type 1 error
given in the journal
2016 Apr 28
0
Interdependencies of variable types, logical expressions and NA
Hi
Your script is not reproducible.
Creating Check_U_0__Kd_1_2011 from Umsatz_2011 and Kunde01_2011
Error in ifelse(Kunden01[[Umsatz]] == 0 & Kunden01[[Kunde]] == 1, 1, 0) :
object 'Kunden01' not found
>
This is interesting
x <- c(NA, FALSE, TRUE)
names(x) <- as.character(x)
outer(x, x, "&") ## AND table
<NA> FALSE TRUE
<NA> NA FALSE
2001 May 03
0
newbie in trouble with saaaaaaaaaaaaaamba :(
Hi!
I'm an old user of Microsoft, we have two local networks, one of
windows95/98 whose workgroup is called win1, and one of NT4 workstations and
NT4 Server whose domain is called emagin.I have installed linux mandrake7.2
with my NT workstation,
I have installed samba, the workgroup is linux.I have created a user with
the same login and passwd's of the administrator of NTserver called
2012 Jul 07
0
fixed trimmed mean for group
Hello,
I haven't found errors in your code. I implemented the test in the paper
(the first, fixed symetric mean) and it also gives me zero Type I
errors, when alpha = 0.05. Try to see the value of min(pv) or to plot
the histogram of 'pv', hist(pv) and you'll see that there are no
significant p-values, at that level.
Anyway I'll continue to look at it, but my first
2006 Aug 11
1
PrintPreview extremely slow with Samba network printers
I am using Microsoft .NET (2.0) PrintPreviewDialog to
preview reports, and all works well when the Windows
default printer is set to a local printer or a
network printer on a Windows server, but if I set it
to a Samba network printer, it slows down to a
crawl. With a Windows server network printer, it
takes about 10 seconds to render 100 pages. With a
Samba network printer, it takes over 5
2001 Jun 13
1
Wine won't run
Hi,
I got the last stripped version of wine (010611-stripped) and no program runs
on it (for me) the facts is that neither the programs that run on my old wine
(010525-stripped)
It just displays this:
wine --winver win98 winamp273_full.exe
err:seh:UnhandledExceptionFilter Couldn't start debugger (debugger/winedbg
134661728 32) (2)
Read the Wine Developers Guide on how to set up winedbg or