Thank you for your comments. I'll definitely try stage 3.
On 7/27/07, Geoffrey S. Mendelson <[EMAIL PROTECTED]> wrote:
>
> Before you attempt to get
> Linux to run on it, it would be a good idea to make sure there
> is not a hardware problem.
I started the process with a machine running Solaris.
Dear Guy & Hetz,
Thanks for all your suggestions!
Uri.
=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]
On Thu, Jul 26, 2007 at 07:19:53PM +0300, Nadav Shemer wrote:
> Hi. I have a Sun Ultra 45 and I've tried (unsuccessfully) to install
> some kind of Linux distribution on it.
> I've tried Debian netinst (both stable and testing) and Gentoo (stage2)
> CDs, but after boot the keyboard stops working (I
Hi. I have a Sun Ultra 45 and I've tried (unsuccessfully) to install
some kind of Linux distribution on it.
I've tried Debian netinst (both stable and testing) and Gentoo (stage2)
CDs, but after boot the keyboard stops working (It only has USB
keyboard&mouse).
Booting from the serial console, It h
Hi. I have a Sun Ultra 45 and I've tried (unsuccessfully) to install
some kind of Linux distribution on it.
I've tried Debian netinst (both stable and testing) and Gentoo (stage2)
CDs, but after boot the keyboard stops working (It only has USB
keyboard&mouse).
Booting from the serial console, It ha
On 27/07/07, Shachar Shemesh <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> Is it possible to conduct initiated TCP communication while binding to a
> certain IP address, but still use the anonymous port range?
In the sockaddr_in struct you pass to bind(2), specify the IP address you
want and leave t
Shachar Shemesh wrote:
Hi all,
Is it possible to conduct initiated TCP communication while binding to a
certain IP address, but still use the anonymous port range?
At the moment, I know of two modes of work:
1. Bind to a specific port, whether on a specific IP the machine has or
all IPs (IPADDR
On 27/07/07, ik <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> While the following link is not what you would expect, it might give
> you a way to start...
> http://wiki.lazarus.freepascal.org/FPC_and_Apache_Modules
Thanks - but the book it mentions is circa 1999, Apache 2 alpha was release
at 2000 with
Hi all,
Is it possible to conduct initiated TCP communication while binding to a
certain IP address, but still use the anonymous port range?
At the moment, I know of two modes of work:
1. Bind to a specific port, whether on a specific IP the machine has or
all IPs (IPADDR_ANY)
2. Do not bind - le