search for: win1

Displaying 20 results from an estimated 26 matches for "win1".

Did you mean: win
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 tc...
2008 Dec 10
6
WIndows 2008, Quard Core Opteron, xen
...tions, 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 treats 4 cores as 4 different processors. My machine config file is next: [root@loft1569 ~]# cat /etc/xen/win1 name = "win1" uuid = "c95bf204-b312-5f1b-0784-da44c9cb63f3" maxmem = 3584 memory = 3584 vcpus = 4 timer = 1 #I tried ALL variants of CPUID provided here #cpuid = [''1:edx=xxx1xxxxxxxxxxxxxxxxxxxxxxxxxxxx,ebx=xxxxxxxx00010000xxxxxxxxxxxxxxxx''] #cpuid = ['...
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 sido analizado en busca de virus por el software antivirus de Avast. www.avast.com [[alternative HTML version deleted]]
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: Can''t find a valid FAT filesystem on dev dm-0....
2016 Jan 12
2
Failed to modify entry for user in samba with tdb backend
...server:~ # pdbedit -L -v c360 Unix username: c360 NT username: Account Flags: [U ] User SID: S-1-5-21-1600395701-3193598224-1356783458-8526 Primary Group SID: S-1-5-21-1600395701-3193598224-1356783458-513 Full Name: Kunde C360 Home Directory: \\win1\winhome\c360 HomeDir Drive: P: Logon Script: logon.bat Profile Path: \\win1\profiles\c360 Domain: WINDY3 Account desc: Workstations: Munged dial: Logon time: 0 Logoff time: 9223372036854775807 seconds since the Epoch Kickoff time: 9223...
2018 Jun 11
2
Rgui 3.5.0 print issue
...issue starts with R 3.5.0, and is still there # # in R 3.5.0 patched build for Windows, as well as in # # R-Devel. # ############################################################### # Reproducible example library(tcltk) data(cars) win1 <- tktoplevel() butOK <- tkbutton(win1, text = "OK", command = function() print(cars)) tkgrid(butOK) # NOTE: Upon pressing OK, the rownames of cars are not printed on # screen, but end up into R's prompt. ################################ # R version and platfo...
2004 Aug 06
2
Requesting some support...
...[Clients: 0] [Admins: 1] [Uptime: 1 seconds] -> [08/Oct/2002:22:47:20] Starting relay connector thread... When I point any browser or winamp to http://martescooh.org:8000 or http://martescooh.org:8000/ann.mp3 the cosole shows the following: -> -> [08/Oct/2002:22:47:39] Kicking unknown 1 [win1.martescooh.org] [No encoder], connected for 0 seconds -> [08/Oct/2002:22:47:52] Kicking unknown 2 [win1.martescooh.org] [No encoder], connected for 0 seconds -> [08/Oct/2002:22:47:56] Kicking unknown 3 [win1.martescooh.org] [No encoder], connected for 0 seconds -> [08/Oct/2002:22:48:13] Ki...
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 GB. thx, B. ___________________________________________...
2016 Jan 12
0
Failed to modify entry for user in samba with tdb backend
...Unix username: c360 > NT username: > Account Flags: [U ] > User SID: S-1-5-21-1600395701-3193598224-1356783458-8526 > Primary Group SID: S-1-5-21-1600395701-3193598224-1356783458-513 > Full Name: Kunde C360 > Home Directory: \\win1\winhome\c360 > HomeDir Drive: P: > Logon Script: logon.bat > Profile Path: \\win1\profiles\c360 > Domain: WINDY3 > Account desc: > Workstations: > Munged dial: > Logon time: 0 > Logoff time: 9223372036854775807 secon...
2012 Jun 14
0
fixed trimmed mean for j-group
...ized mean x1=(1-r1)*mat1[k1+1]+r1*mat1[k1] x2=(1-r2)*mat2[k2+1]+r2*mat2[k2] x3=(1-r3)*mat3[k3+1]+r3*mat3[k3] x4=(1-r4)*mat4[k4+1]+r4*mat4[k4] u1=(1-r1)*mat1[n1-k1]+r1*mat1[n1-k1+1] u2=(1-r2)*mat2[n2-k2]+r2*mat2[n2-k2+1] u3=(1-r3)*mat3[n3-k3]+r3*mat3[n3-k3+1] u4=(1-r4)*mat4[n4-k4]+r4*mat4[n4-k4+1] win1=1/n1* (sum(mat1[e1:f1])+k1*(x1+u1)) win2=1/n2* (sum(mat2[e2:f2])+k2*(x2+u2)) win3=1/n3* (sum(mat3[e3:f3])+k3*(x3+u3)) win4=1/n4* (sum(mat4[e4:f4])+k4*(x4+u4)) ## g-winsorized sum of squared deviations ssd1=sum((mat1[e1:f1]-win1)^2) + k1*((mat1[k1+1]-win1)^2 + (mat1[n1-k1]-win1)^2) ssd2=sum((mat2[...
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 server1. I have...
2003 May 28
2
visio
...les\Microsoft Office\Visio10\Visio.exe) failed (error -1073741801). ------------------------ Strage is that Vislib.dll is in the same dir as the .exe. i configured wine using winesetuptk. i'm sending my .wine/config in attachment. How can i set the profile? i've tried: wine Profile=/mnt/win1/Documents\ and\ Settings/Joel\ Alexandre/ Visio.exe but i get : "cannot find 'Profile=/mnt/win1/Documents and Settings/Joel Alexandre/'" Can someone give me a hand? Thanks Joel -------------- next part -------------- WINE REGISTRY Version 2 ;; All keys relative to \\Machine...
2012 Jul 07
0
fixed trimmed mean for group
...3*mat3[__k3] > x4=(1-r4)*mat4[k4+1]+r4*mat4[__k4] > > u1=(1-r1)*mat1[n1-k1]+r1*mat1[__n1-k1+1] > u2=(1-r2)*mat2[n2-k2]+r2*mat2[__n2-k2+1] > u3=(1-r3)*mat3[n3-k3]+r3*mat3[__n3-k3+1] > u4=(1-r4)*mat4[n4-k4]+r4*mat4[__n4-k4+1] > > win1=1/n1* (sum(mat1[e1:f1])+k1*(x1+u1)) > win2=1/n2* (sum(mat2[e2:f2])+k2*(x2+u2)) > win3=1/n3* (sum(mat3[e3:f3])+k3*(x3+u3)) > win4=1/n4* (sum(mat4[e4:f4])+k4*(x4+u4)) > > ## g-winsorized sum of squared deviations > > ssd1=sum((mat1[e1:f1]-w...
2001 Jun 13
1
Wine won't run
...e=/dev/xx (only if you want to allow raw device access) ;; [Drive A] "Type" = "floppy" "Path" = "/floppy" "Label" = "/floppy" "Device" = "/dev/fd0" [Drive C] "Type" = "hd" "Path" = "/win1" "Label" = "/win1" "FS" = "win95" [Drive D] "Type" = "hd" "Path" = "/win2" "Label" = "/win2" "FS" = "win95" [Drive E] "Type" = "cdrom" "Path"...
2018 Jun 13
0
Rgui 3.5.0 print issue
...in R 3.5.0 patched build for Windows, as well as in # > > # R-Devel. # > > ############################################################### > > # Reproducible example > > library(tcltk) > > data(cars) > > win1 <- tktoplevel() > > butOK <- tkbutton(win1, text = "OK", command = function() print(cars)) > > tkgrid(butOK) > > # NOTE: Upon pressing OK, the rownames of cars are not printed on > > # screen, but end up into R's prompt. > > > > &g...
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
2011 Sep 22
1
getent passwd fails inside freebsd jail using samba 3.4.14
...d 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 =ads realm =domain.net password server =awpsvc-win1.domain.net workgroup =DOMAIN idmap uid =10000-20000 idmap gid =10000-20000 idmap config DOMAIN: backend = ad idmap config DOMAIN : range = 40000-60000 winbind nss info =rfc2307 winbind enum users =yes winbind enum groups...
2005 Oct 03
1
Authentication stops working after approx 5 mins -getent passwd fixes it for 5-10 mins
...amba config file created using SWAT # from 127.0.0.1 (127.0.0.1) # Date: 2005/09/30 15:27:17 # Global parameters [global] workgroup = PCM realm = PCM.PUK.AC.ZA server string = ITBSJB se SAMBA security = ADS password server = dc1-nt.pcm.puk.ac.za db-win1.pcm.puk.ac.za log file = /var/log/samba/%m.log max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = No ldap ssl = no idmap uid = 16777216-33554431 idmap gid = 16777216-33554431 winbind separa...
2011 Jun 01
0
Memory management
I am trying to run a very large Bradley-Terry model using the BradleyTerry2 package. (There are 288 "players" in the BT model). My problem is that I ran the model below successfully. WLMat is a win-loss matrix that is 288 by 288 WLdf<-countsToBinomial(WLMat) mod1<-BTm(cbind(win1,win2),player1,player2,~player,id="player",data=WLdf) Then I needed to run the same model with a subset of the observations that went into the win-loss matrix. So I created my new win-loss matrix and tried to run a new model. Now I get: Error: cannot allocate vector of size 90.5 Mb I...
2010 Aug 26
0
No subject
- the Ribbon Menu (the one used in RibbonNotePad demo) doesn't work - the subitems doesn't work - ribbon drop downs in general doesn't work - ribbon hints doesn't work In the attched screenshots you can see what in Windows works ok and not on Wine. I put 4 screenshots called Win1, Win2, Win3, Win4 that show the correct behaviour of RibbonNotePadDemo in Windows 7, and I put a screenshot of clicking on Application Menu in Wine/Linux. download zip from here: http://www.devexpress.com/Support/Center/GetSCAttachment.ashx?id=bd561e0e-b510-4932-9d2b-f2eef0aec5b8 I attach here als...