Displaying 20 results from an estimated 100 matches similar to: "WIndows 2008, Quard Core Opteron, xen"
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
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:
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
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
2016 Jan 12
2
Failed to modify entry for user in samba with tdb backend
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 user
because he does not exists, but can not add, because he exists.
The problem
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
2009 Nov 17
4
''lowest common denominator'' cpuid feature set
I want to be able to test live migration... I have an intel box and an
amd box, so live migration between them won''t ''just work''. From what
I''ve read though, I should be able to use cpuid to turn off all the cpu
features which might be different between them. Is this do-able? I''m
willing to accept any resulting loss of performance etc.
James
2010 Aug 27
3
[PATCH 0/2] [RFC] xl: add cpuid config file option
Hi,
xl is currently ignoring the cpuid= variable in the config file. As I
don''t like the current interface xm exposes (basically because it is
complicated, unintuitive and very error prone), I implemented a new
scheme for specifying CPUID flags policy, combining QEMU''s and Xen''s
approach:
cpuid = "<base>,<feature_name>=[01xks]*,...
The patch includes a
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
2008 Dec 29
13
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
Hi,
When dom0 is under heavy load any Vista or Windows 2008 HVM''s that are
running and have multiple cpu''s assigned often BSOD with code
0x00000101 "A clock interrupt was not recevied ona secondary
processor within the allocated time interval"
It only happens if the load in dom0 is high enough to make the mouse
pointer lagged, once the mouse fails to track in
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
2008 Dec 29
13
BSOD "A clock interrupt was not recevied ona secondary processor within the allocated time interval"
Hi,
When dom0 is under heavy load any Vista or Windows 2008 HVM''s that are
running and have multiple cpu''s assigned often BSOD with code
0x00000101 "A clock interrupt was not recevied ona secondary
processor within the allocated time interval"
It only happens if the load in dom0 is high enough to make the mouse
pointer lagged, once the mouse fails to track in
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
2008 Dec 22
3
Error: cannot allocate vector of size 1.8 Gb
> dim(data)
[1] 22283 19
> dm=dist(data, method = "euclidean", diag = FALSE, upper = FALSE, p = 2)
Error: cannot allocate vector of size 1.8 Gb
Hi Guys, thank you in advance for helping. :-D
Recently I ran into the "cannot allocate vector of size 1.8GB" error. I am
pretty sure this is not a hardware limitation because it happens no matter I
ran the R code in a
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)
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
2005 Oct 03
1
Authentication stops working after approx 5 mins -getent passwd fixes it for 5-10 mins
Hi,
I'm running Redhat Enterprise WS 4. with kernel 2.6.9-11. Also I have the following:
[root@itbsjb1 samba]# rpm -qa |grep samba
system-config-samba-1.2.21-1
samba-common-3.0.10-1.4E
samba-swat-3.0.10-1.4E
samba-3.0.10-1.4E
samba-client-3.0.10-1.4E
smb.conf:
[root@itbsjb1 samba]# cat smb.conf
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date:
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
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
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
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