|
We're using SSH with public key authentication.
The user can connect from one machine, but not from another machine on a different network.
He was previously able to connect.
When we run ssh with -vvv we can see that our server is reached, but the ssh...
Started by Steve McLeod on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
When this does not work it is....
Have you tried looking for his traffic by running tcpdump on the server?
hi,
try to telnet to your ssh server: telnet ssh-server 30000 .
That sounds like there was no TCP connection, rather than an authentication failure .
|
|
I'll start out by giving you the code I'm working on so that you can follow what I'm saying (sorry for the french, I realise all of you don't speak french but I'm making this website for a french-speaking school). I've edited out what I don't think is...
Started by Shawn on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
E.g., on the server side, lets say you received the request with nom & pays parameter; you could generate a link from server side code... .
You could generate a URL on the server side without the nom parameter instead of doing it in client-side JavaScript .
|
|
It's right there, in the package that it should be indexing. Still, when I call
JAXBContext jc = JAXBContext.newInstance("my.package.name");
I get a JAXBException saying that
"my.package.name" doesnt contain ObjectFactory.class or jaxb.index
although ...
Started by Hanno Fietz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Is not that surprising and not even that complicated:
JAXB can't find jaxb.index, because by default, newInstance, but I couldn't figure out how, and the above solution seems safe to me..
|
Ask your Facebook Friends
|
Tearing my hair out. I created an as3 class - blah.Foo, which extends MovieClip. it is not in a package, cos Flash CS3 complained about nested packages, so it's a 'bare' class.
And yes it's nested in myproj/as/blah/Foo.as And yes, it imports flash.display...
Started by helpless on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Remember:
Although private classes have not been yet implemented in ECMAScript, declaring... .
Have a read
hope this helps.
Actionscript 3.0 doesn't work like AS2
try this
package blah { import flash.display.Movieclip; public class Foo extends MovieClip { .. .
|
|
I was using PAR::Packer to package my Perl application on Cygwin and then running it on HPUX.
A simple hello world works well, e.g.:
pp -p hello.pl
That results in a.par and then on HPUX:
parl a.par
It works great.
However when package a bigger application...
Started by Ville M on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Platform, and a pure-Perl version is not already available, you may be out of luck but still related error:
Can't locate Socket.pm in @INC (@INC contains: CODE(0x406ab018) CODE.
|
|
Why can't they find out who killed tupac?
Started by Jasmine Thompson on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at yahoo):
Check out thedoggstar.com to learn more..
Thats what happened to MJ too.
why they can't figure it out, they would be able to figure it out! Source(s): Common sence.
|
|
My nant script fails when I run it under cruise-control on (Windows Server 2003), but works fine when run on the console.
nant script (relevant section):
<target name="compile" depends="init"> <echo message="Build Directory is ${build.dir}" /...
Started by Sam Mackrill on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For some reason I haven't figured out yet the Local System account can't.
Problem we were having.
|
|
I'm trying to do a system wide install of PEAR on my web server. When I execute go-pear.bat in the PHP installation folder from the command line I get the following error windows popping up:
php.exe - Unable To Locate Component This application has failed...
Started by Kev on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It turns out that php.exe needs to see the PHP.
From the command line:
extension_dir ="C:\PHP\ext"
Solved.
|
|
I do "#include <stdlib.h>" at the top of the source.
Example compilation:
/usr/bin/colorgcc -std=c99 -fgnu89-inline -g -Wall -I/usr/include -I./ -I../ -I../../ -I../../../ -I../../../../ -O3 -o f8 f8.c In file included from f8.c:7: ctype-cmp.c: ...
Started by SetJmp on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
As an alternative, you can.
Chances, but you need to figure out the macros that are defined/not defined implicitly thereby too, which is why you needed to specify something to get the new C99 features).
|
|
I have a simple Rails app deployed on a 500 MB Slicehost VPN. I'm the only one who uses the app. When I run it on my laptop, it's fast enough. But the deployed version is insanely slow. It take 6 to 10 seconds to load the login screen.
I would like to...
Started by Ethan on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
You'll need to find a good profiler, and as I don't actually work in Ruby on Rails, I can't suggest any: google....
Use Firefox and the Firebug.
First, find out if there's a particularly slow response from the server.
Into that.
|