Login
Username:

Password:

Remember me



Lost Password?

Register now!
Main Menu
Who is Online
66 user(s) are online (51 user(s) are browsing Forum)

Members: 0
Guests: 66

more...


Browsing this Thread:   1 Anonymous Users




(1) 2 »


Re: Icaros 1.1 issues
#16
Home away from home
Home away from home


See User information
Actually I found out that i forgot to configure the network again ^^, being in virtual machine every aros version is a different filedisk, and i did not deleted the old one, also because i still use it for some experimentation...

so YAFS run fine, but the marranoFTP problems remains.

Saimon69

Posted on: 2009/4/9 16:43
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Icaros 1.1 issues
#15
Just can't stay away
Just can't stay away


See User information
Hi,

I haven't installed Icaros yet. There are so many things going on right now :) But good thinking with wait 5. As you said, maybe a longer delay is one solution.

Posted on: 2009/4/9 12:09
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Icaros 1.1 issues
#14
Home away from home
Home away from home


See User information
Quote:

XeLeCtRoX wrote:
Hi,

If YAFS is started before the DHCP client gets an IP address things may conflict (server uses 127.0.0.1 but the real IP address is something else). Maybe YAFS should be started with a delay of like 60 s to ensure that the system is up and running. Also remember that YAFS can simply be run from its drawer by just double-click on it's icon (I think this will work, I'm not sure how Icaros is configured). This will also give you an output window and you should be able to se error messages, addresses and stuff... Keep asking now that exec is up again :)


If you look an Icaros installation, you'll notice a script in s: called yafs-startup:

Quote:

if $AROSTCP/Autorun EQ "True"
wait 5
cd Extras:Networking/Apps/MSS.AROS-i386/YAFS/bin/AROS-i386/
run YAFSAROS <NIL: >NIL:
endif


notice the "wait 5" line: this asks Icaros to wait 5 seconds and then run YAFSAROS. I needed to add this wait time in order to get the TCP/IP stack already initialized and configured. Maybe Saimon's computer needs more time. Try raising '5' to '10' and you should be fine. Obviously, at boot time the system will need 5 seconds more to boot.

Posted on: 2009/4/9 8:18
p.bes
Icaros Desktop AROS distribution mantainer
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Icaros 1.1 issues
#13
Just can't stay away
Just can't stay away


See User information
Hi,

I'm the author of YAFS and have some suggestions. If YAFS encounter problems during initialization the server will in most cases simply quit (with return value -1 which can be usefull to detect if the server failed to run). In some cases the server will fill in safe default values for some parameters. This can for example be the IP address (I think so but I'm not sure, have to look at the sources). If the server is unable to retrieve an IP address from the operating system it will default to 127.0.0.1, which is the local host address and will in most cases get the server up and running. This is why I choose this approach, I wanted the server to get up and running at any price without exposing local files in an unsafe way.
If YAFS is started before the DHCP client gets an IP address things may conflict (server uses 127.0.0.1 but the real IP address is something else). Maybe YAFS should be started with a delay of like 60 s to ensure that the system is up and running. Also remember that YAFS can simply be run from its drawer by just double-click on it's icon (I think this will work, I'm not sure how Icaros is configured). This will also give you an output window and you should be able to se error messages, addresses and stuff... Keep asking now that exec is up again :)

Posted on: 2009/4/9 7:12
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Icaros 1.1 issues
#12
Home away from home
Home away from home


See User information
Second thing: YAFS

Sometimes YAFS start the server in the virtual machine but from the windows side i cannot connect, i dont know why. Filezilla tries again and again to connect to the given address and receive no response from the virtual machine.
Other times YAFS simply boot fine, like two das ago but yesterday no way. wonder if is because some ip conflict on the network?

Saimon69

Posted on: 2009/4/8 18:04
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Icaros 1.1 issues
#11
Home away from home
Home away from home


See User information
Number one: MarranoFTP

looks like if marranoFTP is run the first time has to be quitted using the "quit" button and not the close gadget else will not save addresses in the address book, plus, to save addersses need to be used the "change" button and not the "save button".

Last but not least the windows FTP directory style is not suppored.

This was a group finding on the IRC channel last morning.

Saimon69

Posted on: 2009/4/8 17:32
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Icaros 1.1 issues
#10
Home away from home
Home away from home


See User information
Please use this topic to submit any issue you encountered using Icaros 1.1. It will help me addressing them and (hopefully) fixing them before 1.1.1.

Posted on: 2009/4/8 13:00
p.bes
Icaros Desktop AROS distribution mantainer
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Icaros 1.1 issues
#9
Home away from home
Home away from home


See User information
Programs that still try to open muimaster v41 could have their executables patched to change the version number (using FileX for example).

Posted on: 2009/4/6 17:36
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Icaros 1.1 issues
#8
Home away from home
Home away from home


See User information
Quote:
mazze wrote:
This is one of the applications which have to be recompiled:
http://aros-exec.org/modules/newbb/viewtopic.php?post_id=27470#forumpost27470


Ah. I assumed that as it was included in IcAROS 1.1 that the recompilation had occurred. Oh well.

Posted on: 2009/4/6 14:25
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Icaros 1.1 issues
#7
Home away from home
Home away from home


See User information
Quote:

HenryCase wrote:
When trying to open MUIBuilder on IcAROS VE 1.1, get the message: "Failed to open muimaster.library V41". Any idea why?


This is one of the applications which have to be recompiled:
http://aros-exec.org/modules/newbb/viewtopic.php?post_id=27470#forumpost27470

Posted on: 2009/4/6 14:10
AROS - Make code, not war :knuddel:
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 




(1) 2 »



You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[Advanced Search]


Search
Top Posters
1 paolone
paolone
4462
2 nikolaos
nikolaos
4206
3 magorium
magorium
4095
4 phoenixkonsole
phoenixkonsole
3942
5 deadwood
deadwood
2917
6 ncafferkey
ncafferkey
2810
7 mazze
mazze
2222
8 Kalamatee
Kalamatee
2212
9 clusteruk
clusteruk
2114
Powered by XOOPS © 2001-2025 The XOOPS Project