search for: ivory

Displaying 20 results from an estimated 37 matches for "ivory".

2015 Feb 26
1
Back with my UID problems
On Thu, 26 Feb 2015 22:45:02 +0000 Rowland Penny <rowlandpenny at googlemail.com> wrote: > > Just what do you mean by 'allow no connections' ?? where from ? how? ivory:~ wynkoop$ smbclient -L prd2 Receiving SMB: Server stopped responding protocol negotiation failed ivory:~ wynkoop$ and on the server with the samba-tool built config I have these samba related processes: root at prd2:/usr/local/etc # ps ax | grep samba 962 - I 0:00.01 samba: task[s3fs...
2014 Dec 18
2
Samba 4 problems
...e from. The install was from FreeBSD ports and much to my surprise it did not install a sample smb4.conf file, so I went casting about the internet and came up with what I posted here, but I do not remember where I found this. Removing the line above produced a totally non-working samba install: ivory:~ wynkoop$ smbclient -L sambahost Error connecting to X.X.X.X (Connection refused) Connection to sambahost failed (Error NT_STATUS_CONNECTION_REFUSED) ivory:~ wynkoop$ -Brett -- wynkoop at wynn.com http://prd4.wynn.com/wynkoop/pgp-keys.txt 917-642-6925 929-272-0000 A free peopl...
1999 Jul 26
0
UNSUBSCIBE SAMBA
...2178 > SAMBA Digest 2178 > >For information on unsubscribing see http://samba.org/listproc/ >Topics covered in this issue include: > > 1) strange share violation > by "Marek Les" <marek@ryston.cz> > 2) Re: Printing from UNIX to WIN? > by Kevin Ivory <Ivory@SerNet.de> > 3) AW: SAMBA digest 2177 > by Axel Neumann <amn@cromemco.com> > 4) Re: Paradox on a Samba share > by Paulo Almeida <seth@mail.telepac.pt> > 5) Samba and Quickbooks > by "Rickey Bell" <RickeyBell@TechnicalSolutionsSC.Com&g...
2009 Oct 27
1
lasso plot using LARS
...g solid lines broken up by asterisks at the break points. I'm using the following code. larsfit <- lars(X,y,type="lasso") larsfit plot(larsfit,breaks=F,lty="solid") Any suggestions in removing the asterisks and plotting truly solid lines? Thanks Russell Ivory AVP Senior Modeling Manager Merrick Bank 10705 South Jordan Gateway South Jordan, UT 84095 801 545-6640 office 801 545-6340 fax ****************************************************************************This e-mail and any files transmitted with it are confidential and are inten...
2015 Feb 26
2
Back with my UID problems
On Wed, 25 Feb 2015 19:48:07 +0000 Rowland Penny <rowlandpenny at googlemail.com> wrote: > OK, you would appear to be running samba4 in AD mode, i.e. you > provisioned it. > > You have now tried to add things to your smb.conf to make it work > like samba3, this will not work! Put your smb.conf back to what it > was like just after the provision and then go and read the
2010 Jun 17
1
library(...,pos=) is not consistent
...ckage:stats" "package:graphics" [7] "package:grDevices" "package:utils" "package:caret" "package:datasets" "package:methods" "Autoloads" [13] "package:base" > Thanks Russell Ivory Merrick Bank South Jordan, UT ****************************************************************************This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom it is addressed. If you are not the intended recipient...
2017 Apr 11
3
OT: systemd Poll
...heavy-handed way in which systemd has been implemented and I totally agree. "You will conform" - no exceptions. What I fear is that we will lose the ability to control the name, MAC address association at some future point because "no one needs to do that" (speaking from their ivory tower). ----- Original Message ----- From: "John R Pierce" <pierce at hogranch.com> To: "centos" <centos at centos.org> Sent: Monday, April 10, 2017 4:36:48 PM Subject: Re: [CentOS] OT: systemd Poll On 4/10/2017 2:27 PM, Valeri Galtsev wrote: > Without intent t...
2009 Feb 26
0
[LLVMdev] Garbage collection
...more custom as the project develops. > It also seems to me that even radically different collector designs > could utilize some common building blocks for heap management, work > queuing, and so on. Yes. > Of course, there is always a danger when creating libraries of the > "ivory tower syndrome", putting a lot of effort into components that > don't actually get used. This is why it would be even better to > create a > standard, high performance collector for LLVM that actually uses these > methods. <many good thoughts trimmed> What you see in...
1999 Jul 23
1
Security preferences with Samba 2.0.5
Hallo you, I previously worked with Samba 2.0.4b (with SuSE Linux 6.1) and have a Windows NT 4.0 Server as PDC in my Domain. I set the security level to DOMAIN in samba.cfg. Now I upgraded the version of Samba to 2.0.5 an the security level DOMAIN doesn't work anymore. Everytime I try to reach a share of my Samba server, he asks me for a username and password. So I set
1999 Jul 13
1
Printing to NT: problem with smbprint
Hi, Maybe someone can help me. I am running FreeBSD 3.2 with Samba 2.0.4b and NT Server 4.0 with SP3 and I added the BSD machine to its server list. My printer is setup on my NT for print sharing. Well if I connect to the share name of the printer via smbclient ( ./smbclient \\\\ESAU\\EPSON -U login%password) I am able to successfully access it and even print. However, when I use the
2009 Apr 26
4
Failed to load wine, winecfg, wineconsole, etc.
Hopefully somebody has info on this topic. I have just installed Wine on OpenSuse 11.1. I've tried to install MSOffice 2003 but when double clicking on setup.exe nothing happens. I also tried by typping "wine /media/MSOfficeCD/setup.exe" but I get this error X Error of failed request: XF86VidModeExtensionDisabled Major opcode of failed request: 135 (XFree86-VidModeExtension)
2009 Feb 26
7
[LLVMdev] Garbage collection
...riers - so the library could provide several implementations of such. Similarly, there are only so many ways to "stop the world" (for concurrent collectors that require this), and this could be provided as well. Of course, there is always a danger when creating libraries of the "ivory tower syndrome", putting a lot of effort into components that don't actually get used. This is why it would be even better to create a standard, high performance collector for LLVM that actually uses these methods. As I see it, such a collector would include two tracing strategies, one...
2009 Feb 27
6
[LLVMdev] Garbage collection
...> 4. A very simple language implementation that uses the facilities, on > the order of complexity as the kaleidoscope tutorial. > > As far as I know, there is nothing that prevents this from happening > today, we just need leadership in the area to drive it. To avoid the > "ivory tower" problem, I'd strongly recommend starting with a simple > GC and language and get the whole thing working top to bottom. From > there, the various pieces can be generalized out etc. This ensures > that there is always a *problem being solved* and something that works >...
2009 Jun 23
1
Error in .subset(x, j) : only 0's may be mixed with negative subscripts
...-datastep5$RESPONDED] Error in .subset(x, j) : only 0's may be mixed with negative subscripts > I cannot find anything different about this new data set, other than a few rows and column G104 removed and the error message it too vague. Any ideas are greatly appreciated! Russell Ivory Merrick Bank South Jordan, UT ****************************************************************************This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom it is addressed. If you are not the intended r...
2011 Sep 01
1
Background fill and border for a legend in dotplot
Dear R help group I've been working on this plot for a while now and now getting around to the minor adjusments. I would like to be able to put a border and background fill around the legend in this plot. I understand the legend 'bty' should do this have this capablity but not sure how the syntax works in this case ###### initalise library("lattice")
2009 Feb 27
2
[LLVMdev] Garbage collection
...argin.) But this in no way prevents providing GC building blocks for projects that are not working with existing runtimes and GCs. > As far as I know, there is nothing that prevents this from happening > today, we just need leadership in the area to drive it. To avoid > the "ivory tower" problem, I'd strongly recommend starting with a > simple GC and language and get the whole thing working top to > bottom. From there, the various pieces can be generalized out etc. > This ensures that there is always a *problem being solved* and > something tha...
2009 Feb 27
0
[LLVMdev] Garbage collection
...le language implementation that uses the facilities, on >> the order of complexity as the kaleidoscope tutorial. >> >> As far as I know, there is nothing that prevents this from happening >> today, we just need leadership in the area to drive it. To avoid the >> "ivory tower" problem, I'd strongly recommend starting with a simple >> GC and language and get the whole thing working top to bottom. From >> there, the various pieces can be generalized out etc. This ensures >> that there is always a *problem being solved* and something that...
2010 Jan 12
2
Lineage 2 (Gracia part 3 : Final) & Wine
Hi everybody, I've played Lineage2 since a long time ago on Windows. Now, I discover the joices of ubuntu (9.10), and try to make this game work through Wine. Why the hell it doesn't work, i don't know, but that's it : Firts time i've tried, i had the latest wine version (1.1.31), i have installed Lineage (part 3, gracia final, so), i tried to launch L2.exe and... nothing.
1999 Jul 26
2
SAMBA digest 2177
...e: Users Cannot Use smbpasswd to Change Samba Passwords > by "Stephen L Arnold" <arnold.steve@ensco.com> > 8) Re: Banner page/cover sheet > by "Stephen L Arnold" <arnold.steve@ensco.com> > 9) Re: Printing to NT: problem with smbprint > by Kevin Ivory <Ivory@SerNet.de> > 10) Re: unsubscribe > by "Hugo D. Cardenas" <cardenash@ci.worcester.ma.us> > 11) SMBLib > by Brent Fulgham <bfulgham@xpsystems.com> > 12) Re: [oplock_break] Re: Nasty Samba Locking Problems > by "ISArte" <isa@artso...
2018 Dec 26
2
Re: avoiding PCI bus 8 / using PCI function / virt-install
Thanks. Maybe I'm missing something but when I try virt-install --dry-run --print-xml it generates this snippet of XML: <interface type="bridge"> <source bridge="ge_0_0_0_77"/> <mac address="52:54:00:01:00:4e"/> <model type="virtio"/> </interface> but what i need (and get from virsh dumpxml)