search for: saga

Displaying 20 results from an estimated 161 matches for "saga".

Did you mean: sagar
2009 Aug 28
4
Ether Saga Online Error??? Help!!!
Hi, i don't know a lot about linux. But i wanted to play Ether Saga Online... Anyways, When i ran Launcher.exe Code: wine Launcher.exe
2008 Oct 10
4
how to convert source code in windows package for linux (ubuntu)
Hi All, I was wondering if anyone here as successfully converted a package for windows to one that will work in Linux? What are the necessary steps if you have the source code? Thanks, Josh
2012 Feb 24
1
Producing KML files
Hi, I am very new to R and I am trying to write KML files. I am running R-2.13.1 and I have the following packages: - AKIMA - RGDAL - RSAGA - SP I was trying to run the simple example that I found at the following web page: http://spatial-analyst.net/wiki/index.php?title=Export_maps_to_GE The lines that I can run are: data(meuse.grid) coordinates(meuse.grid) <- ~x+y gridded(meuse.grid) <- TRUE proj4string(meuse.grid...
2011 Nov 11
2
Lost Saga / Rusty Hearts compatibility
Hello everyone, I'm a big fan of Lost Saga but despite we can finally use the launcher and update the game, it'll still not start because of X-trap (like Rusty Hearts). I read that Wine's developers doesn't want to solve the problem because of privacies problems, but personally I don't care that much [Wink] If they want t...
2008 Aug 11
1
Unexpected parameter problem using rsaga.geoprocessor() {RSAGA}
Hello, I discovered SAGA, an interesting free GIS, a few days ago and now, I would like to use it from within R 2.6.2 using the RSAGA package. I read the documentation for this package and thought that I understood it correctly for trying to call some of the SAGA modules. For getting the information on the usage of and...
2003 Oct 26
0
The saga continues
Shorewall 1.4.7c is now available and continues the saga with "<zone>_frwd" chains. My apologies for this mess.... -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2010 Jul 26
2
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
Attached is the 5th and final patch of the beginning of COFF support for MC. It simply makes the X86 backend use it on Win32 targets and tests it. - Michael Spencer -------------- next part -------------- A non-text attachment was scrubbed... Name: ms-coff-patch-5.patch Type: application/octet-stream Size: 23435 bytes Desc: not available URL:
2010 Jul 26
0
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
On 26 July 2010 04:35, Michael Spencer <bigcheesegs at gmail.com> wrote: > Attached is the 5th and final patch of the beginning of COFF support > for MC. It simply makes the X86 backend use it on Win32 targets and > tests it. > > You probably want to add Cygwin and MinGW32 Triples as well :- case Triple::Win32: + case Triple::Cygwin: + case Triple::MinGW32: return
2010 Jul 26
0
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
On 26 July 2010 18:08, Michael Spencer <bigcheesegs at gmail.com> wrote: > On Mon, Jul 26, 2010 at 12:04 PM, Aaron Gray <aaronngray.lists at gmail.com> > wrote: > > You probably want to add Cygwin and MinGW32 Triples as well :- > > case Triple::Win32: > > + case Triple::Cygwin: > > + case Triple::MinGW32: > > return new
2005 Aug 10
0
The CDex and Flac saga continues
Hello all, I seem to be in a bit of a bind. Below is the email which I sent to the list a while back. I wrote the vast majority of my CD collection to Flac and checked them with the Flac test (the -t option of Flac), they played fine and all seemed wonderful. Sadly life is no longer roses and chocolates. Now as I come to rip the whole lot to Vorbis files, Oggenc is spewing an error that the
2005 Aug 13
0
The CDex and Flac saga continues
At 01:42 AM 8/13/2005, you wrote: > > It would actually be easier to rerip all your CDs using EAC. I rip to > > ogg vorbis with EAC and it comes out fine. I can give you a website URL > > that will give you the info on how to setup EAC to use ogg vorbis. And I > > use -q 8 so they sound good. > >Thanks for the suggestion, Jon, but I would rather not re-rip them. I
2011 Jul 12
1
CentOS 6: the ongoing saga
We'll ignore that the group name for KDE changed, and so, since we had it on the same line as X, neither was installed. However, more of an annoyance: to get nfs working, I had to install: pam-krb5 ncsd then fix /etc/init.d/autofs (when I did a service restart, it told me automount was running, and did not stop it), then after some research, found I had to manually start rpcbind, *then*
2011 Aug 15
0
Ongoing VM saga ....
.... I have a 64-bit CentOS 5.6 VM running on a 64-bit FC-14 host. I was originally using the stock NAT networking on the guest, which could access the host, but nothing else on the network. I eventually found some links on how to setup routed networking on the guest using a specifically setup bridge. I followed the example a bit too closely, bridging my eth0 interface, which is the one I
2011 Aug 15
0
The saga continues ....
.... I have a 64-bit CentOS 5.6 VM running on a 64-bit FC14 host. Actually, I *HAD* a 64-bit CentOS 5.6 VM :-) .... After a read of the virt-install man page, I concluded that I could lose the current VM (but *NOT* its HDD image) & recreate it fairly easily w/ the right combo of arguments to virt-install. The proceedings: [root at Q6600:/etc, Mon Aug 15, 04:30 PM] 1163 # virsh list
2003 Oct 15
1
Samba 3.0 + OpenLDAP 2.1 Saga (LDAP Attacks!)
Oh Wise Ones, For the past two days, I have contested with the Samba documentation and other sources of lore in a vain attempt to achieve Samba/LDAP integration. My test system is running RedHat 9 with updates applied, along with OpenLDAP & OpenSSL from redhat-rawhide, and the Samba 3.0.1pre1 RPM from the Samba website. A couple of questions: The HOWTOs instruct one to slapadd a file
2010 Jul 26
2
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
On Mon, Jul 26, 2010 at 12:04 PM, Aaron Gray <aaronngray.lists at gmail.com> wrote: > You probably want to add Cygwin and MinGW32 Triples as well :- >    case Triple::Win32: > +  case Triple::Cygwin: > +  case Triple::MinGW32: >      return new WindowsX86AsmBackend (T); > Aaron Can someone test this on those platforms? That change would effect quite a few people. -
2003 Nov 08
1
Samba 3 doesn't compile - the saga continues...
Please see my post from 24 hours ago for the background on my efforts to get Samba to run. I received instructions to modify include/includes.h to change the #include <compat.h> to #include <compat_ap.h>. Needless to say, this solved nothing other than a bunch of harmless warnings. It also caused a different warning to spew forth eternally from gcc, and more importantly, it
2010 Jul 31
0
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
On Fri, Jul 30, 2010 at 7:54 PM, Michael Spencer <bigcheesegs at gmail.com> wrote: > On Fri, Jul 30, 2010 at 2:34 PM, Daniel Dunbar <daniel at zuster.org> wrote: >> On Fri, Jul 30, 2010 at 11:05 AM, Michael Spencer <bigcheesegs at gmail.com> wrote: >>> I tried setting these to false, but the resulting executable (made >>> with link.exe) crashed. I
2012 Jun 20
0
"idmap backend = ad" saga continues
Hello All, Been a week or three since I could return to this puzzle but I've found some time and thought I'd refresh on my progress so far. I'm trying to set up a CentOS_6.2 box running samba 3.5.10-116 to authenticate against a Windows 2008R2 AD for SSH logins. We've previously done this using winbind and local account on each machine matching AD accounts but I'd like to do
2010 Mar 28
1
[PLUG] Ongoing saga with Samba and AD
Ben Love had this to say: > * Mike Leone wrote on [2010-03-27 22:02:38 -0400]: >> I tried to log on as "DACRIB+administrator" at the physical console. I >> was prompted twice for my password (dunno if that's because my password >> has a "!" in it or not). Then it starts to login. I see the motd. I see >> it say that it was trying to create a