Search the web
Sign In
New User? Sign Up
frontierkernel · Frontier Kernel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3510 - 3539 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3510
So, I've got a weird behavior. Every so often, my databases (including mainResponder) don't open on startup. Here's the background: I've got a script that runs...
David Gewirtz
zatzdiagnostic
Offline Send Email
Feb 2, 2008
10:29 pm
3511
... Are you sure that there's not another instance of Frontier not yet completely stopped that's causing your relaunch to run into a permissions or file lock...
Alan German
alan_german
Offline Send Email
Feb 2, 2008
10:51 pm
3512
I don't think there's another instance, because flaunch.exe doesn't launch Frontier unless it sees that there's no currently running Frontier. But it could be...
David Gewirtz
zatzdiagnostic
Offline Send Email
Feb 2, 2008
10:58 pm
3513
Hi David, I see this a lot on one Windows machine. Multiple User logins, usually via Remote Desktop or at the machine. fLaunch launches an instance in another...
Steve Hooker
stevemhooker
Offline Send Email
Feb 3, 2008
12:45 am
3514
I've not used flaunch, but there's a handy program on windows called "tasklist" You can use it in a script to check for, and kill, other tasks by name. For...
Bill Kearney
wkearney99
Offline Send Email
Feb 3, 2008
1:47 am
3515
Steve, I definitely Remote Desktop into our servers, but I'm the only person who logs in remotely. My remote connection does drop sometimes and I have to...
David Gewirtz
zatzdiagnostic
Offline Send Email
Feb 3, 2008
9:31 pm
3516
... Having scripts that deal with RDP sessions correctly has been on my "To Do" list for YEARS. I've always been displeased there wasn't an easy way to deal...
Bill Kearney
wkearney99
Offline Send Email
Feb 4, 2008
5:34 am
3517
Hi, I am running Frontier 10.1a11 on Leopard Server. It seems to work ok, but every now and then, the menu bar goes all grey, and the menus are effectively...
dennenbill
Offline Send Email
Feb 4, 2008
3:56 pm
3518
... and ... the ... Yes I have noticed the same problem (running on Leopard but not Leopard server), but the problem has not shown up for a while. I thought it...
russellgum
Offline Send Email
Feb 4, 2008
4:50 pm
3519
Thanks. I just upgraded to Frontier 10.1.a15. Perhaps this fixes it? The Frontier Kernel download page says that 10.1a11 is the latest: ...
dennenbill
Offline Send Email
Feb 4, 2008
4:53 pm
3520
... see. :) ... I just looked at http://frontierkernel.org/download and could not find 10.1.a15. Am I missing something?...
russellgum
Offline Send Email
Feb 4, 2008
6:10 pm
3521
... Exactly. 10.1a15 is available from: http://sourceforge.net/project/showfiles.php?group_id=120666...
Bill Dennen
dennenbill
Offline Send Email
Feb 4, 2008
6:16 pm
3522
Hello all, As far as I know there have been no specific changes made to the source code to address this issue. v10.1a15 on my G4 Mirrored Door show this issue...
creecode@...
creecode
Offline Send Email
Feb 4, 2008
7:49 pm
3523
I updated to version a15. Replaced a10 with the new version. Everything worked except I got a 500 server error from a custom script in mainresponderWebsites...
russellgum
Offline Send Email
Feb 5, 2008
12:11 am
3524
I just downloaded the trunk from subversion and opened up the Frontier Universal Binary xcode project in XCode 2.5 on Leopard. I built the Frontier target...
Michael Carney
carneyweb
Offline Send Email
Feb 5, 2008
3:19 pm
3525
Michael, I noticed this posting and I didn't want it to go completely unresponded. First, I need to admit that I'm a PC developer, so I can't tell you if...
David Gewirtz
zatzdiagnostic
Offline Send Email
Feb 10, 2008
8:54 am
3526
table.surepath(scratchpad.moddates.buttons) returns (in quick script) false moddates not defined It should (I think) have made a table moddates in the...
russellgum
Offline Send Email
Feb 10, 2008
8:08 pm
3527
Sorry, my mistake, you just need to enclose the path in quotes...
russellgum
Offline Send Email
Feb 10, 2008
8:16 pm
3528
Hi there, I am using the latest version of Frontier on OSX Server 10.5.1. Frontier keeps crashes when I do things like "Load Image File". The 'choose file"...
dennenbill
Offline Send Email
Feb 12, 2008
3:12 pm
3529
when I try to run system.verbs.builtins.sqlite.examples.createTable I get a message "Error in kernel call. The verb "open" does not exist, or isn't set up to...
russellgum
Offline Send Email
Mar 9, 2008
5:47 am
3530
Hello Russ, What version of the kernel are you running? Are you running a roll your own version? I believe that SQLite made it's first appearance in the...
creecode
Offline Send Email
Mar 9, 2008
6:08 pm
3531
Don't forget -- you also need the SQLite verb glue. It's in the latest build....
David Gewirtz
zatzdiagnostic
Offline Send Email
Mar 9, 2008
6:39 pm
3532
... I was running 10.1a10. When I replaced that with 10.1a11 I got it to run -sort of- When I debug the examples.createTable everything seems to go fine until...
russellgum
Offline Send Email
Mar 10, 2008
1:18 am
3533
Hello Russ, ... run -sort of- ... until ... closes and the script ... "result" in the lookup ... I'll bet you have a syntax error and compileQuery isn't as...
creecode
Offline Send Email
Mar 10, 2008
3:27 am
3534
... here is the script from the examples table with a couple of foos added for breakpoints. local ( databaseId, f, query, queryId, result ); bundle { // f ...
russellgum
Offline Send Email
Mar 10, 2008
4:25 am
3535
Hello Russ, Ah, my mistake, looks like you're working with a virtually unchanged script. OK. What values do you have on the stack for databaseId, f and query ...
creecode
Offline Send Email
Mar 10, 2008
5:34 am
3536
... databaseId is 364668688 f is Big Mac:Users:russgum:Library:Caches:TemporaryItems:states.db3 (this file does not exist) but a fie with the name (name...
russellgum
Offline Send Email
Mar 10, 2008
5:39 pm
3537
Have you tried running the query outside of Frontier? One of the best debugging techniques I use (both for SQLite and MySQL) is to use one of the client...
David Gewirtz
zatzdiagnostic
Offline Send Email
Mar 10, 2008
6:22 pm
3538
Hello Russ, ... This looks OK. ... (this file does not ... exist I suspect this ... I don't think colons are the problem, they get translated by the OS. Since...
creecode
Offline Send Email
Mar 10, 2008
10:38 pm
3539
... I don't think the file is in the expected location. It is not at Big Mac:Users:russgum:Library:Caches:TemporaryItems:states.db3 It is in the top level of...
russellgum
Offline Send Email
Mar 10, 2008
11:56 pm
Messages 3510 - 3539 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help