MOSNet 1.1
  • Order of the Butterfly
    Order of the Butterfly
    Posts: 408 from 2004/7/15
    From: Russia, Moscow
    MOSNet 1.1 is out! Unfortunately MorphZone's uploads are still broken , i couldn't upload the file itself, only give a link.
    Get it here!
    The speed is expected to increase significantly. Please test it. Also please look at new documentation in AmigaGuide format.
    Any feedbacks please direct to this thread, this will make me easier to separate them and read at work. My email is still inactive and i don't know when i'll reveal it. :(
    iPod, iBook, iMac,... iRobot?
  • »28.05.06 - 16:29
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Robin
    Posts: 741 from 2003/2/24
    dns slowness seems to be fixed and it feels
    really much faster ...
  • »28.05.06 - 16:41
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Toto
    Posts: 268 from 2003/4/20
    Transfering files with smbfs is about twice as fast now. Thanks Sonic.
  • »28.05.06 - 16:58
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Motosampy
    Posts: 199 from 2004/8/14
    From: Järvenp&a...
    IBrowse 2.3 became almost unusable, weird delays, loads data for a couple of seconds then stalls for 2-3 seconds, repeats this all the time.
    Also if I try to input data into a form in a web page while the page is still loading the input goes crazy, like I'd be holding down the keys constantly.

    MOS 1.4.5 , latest MUI 4 alpha, latest Ambient daily build...
  • »28.05.06 - 18:32
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Kaczus
    Posts: 199 from 2003/9/6
    From: Poland / Lodz
    I don't know why, but dhcp client doesn't start... I can see
    information that it couldn't load miami.library, but snoopdos shows
    that the problem is rather with bsdsocket.library... Maybe archive is
    broken?
    Kaczus/BlaBla & AUG-Lodz Happy Pegasos User
  • »28.05.06 - 18:41
    Profile Visit Website
  • MorphOS Developer
    March
    Posts: 91 from 2003/7/30
    From: Warsaw, Poland
    Transfers from Samba Server 2.0.7 running on MOS to Windows or Linux clients became slow as hell with this version. :( I played a bit with MOSNET setting and Samba setting but nothing helped. Small files are copied rapidly, but larger ones (over 200KB) are copied with constant speed 120KB/s.
    Marek Szyprowski ...... happy MorphOS, AmigaOS and Debian/Linux user ........
  • »28.05.06 - 18:41
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Framiga
    Posts: 363 from 2003/7/11
    From: Milan-Italy
    WOW! amazing Sonic! i get now full speed on my 4Mb connection (480-500Kb dwn speed from an italian debian server, which i use for testing pourposes)

    Great!

    TCP_SendSpace=32768
    TCP_RecvSpace=32768

    Look also to the Fab reply here about usergroups.library ant the latest Ambient CVS.



    [ Edited by Framiga on 2006/5/28 20:12 ]
  • »28.05.06 - 19:28
    Profile
  • MorphOS Developer
    March
    Posts: 91 from 2003/7/30
    From: Warsaw, Poland
    There is one more problem. New MOSNet causes a lot of hits on my system. Here is debuglog: http://march.w.staszic.waw.pl/systemlog
    Marek Szyprowski ...... happy MorphOS, AmigaOS and Debian/Linux user ........
  • »28.05.06 - 20:22
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Framiga
    Posts: 363 from 2003/7/11
    From: Milan-Italy
    ohhh! sh#t here too. pity :-/

    Syslog here (MOS 1.4.5 PowerUP)



    [ Edited by Framiga on 2006/5/28 20:48 ]
  • »28.05.06 - 20:31
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Posts: 408 from 2004/7/15
    From: Russia, Moscow
    2 Kaczus:

    1. Start syslog viewer. Looks like miami.library version mismatches bsdsocket.library version. If it's true it will tell this. I'll recheck my archive today.
    2. If (1) shows a problem try to copy miami.library manually. Verify that no previous version is there on your system.

    [ Edited by Sonic on 2006/5/29 8:37 ]
    iPod, iBook, iMac,... iRobot?
  • »29.05.06 - 06:33
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Posts: 408 from 2004/7/15
    From: Russia, Moscow
    Quote:


    Framiga wrote:
    ohhh! sh#t here too. pity :-/

    Syslog here (MOS 1.4.5 PowerUP)




    Thank you very much for your debuglogs. I already suggest where the problem is (forgot to replace some free() with bsd_free()). Probably it causes IBrowse problems. By some luck i haven't notice this bug myself.
    iPod, iBook, iMac,... iRobot?
  • »29.05.06 - 06:36
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Framiga
    Posts: 363 from 2003/7/11
    From: Milan-Italy
    nice! Thanks to you for the hard job!

    MosNET 1.1 is really fast. Having "NoLogServer" activated (long story) i haven't noticed the hits (thanks March) but only the very high speed gain
  • »29.05.06 - 11:09
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Posts: 408 from 2004/7/15
    From: Russia, Moscow
    I've looked at my code and found the stupidest bug ever. If anyone can code in C he can try to fix it and tell me the results. In file bsdsocket/netinet/tcp_subr.c find this call:

    free(tp, M_PCB);

    and replace it with:

    bsd_free(tp, M_PCB);

    You can verify other kernel code, there must not be any free() calls there, only bsd_free().

    This should fix all the problems with memcorruption. Sorry. :( I don't know when i can upload a fixed version. If someone wishes i can allow CVS access to be my right hand temporarily until my situation becomes better ;-)
    iPod, iBook, iMac,... iRobot?
  • »29.05.06 - 15:03
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Framiga
    Posts: 363 from 2003/7/11
    From: Milan-Italy
    well perfect! erm ... about the CVS access ... no idea ... waiting for a volunteer!
  • »29.05.06 - 15:17
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Acill
    Posts: 1915 from 2003/10/19
    From: Port Hueneme, Ca.
    Looking forward to a fixed version, I'll wait for it before I try to install this one. It sounds great though!
    Powermac Dual 2.0 GHZ G5 PCI-X (Registration #1894)
    Powerbook 1.67GHZ
    Powermac Dual 2.0 GHZ G5 PCIE (Registration #6130)
    A4000T CSPPC, Mediator
    Need Repairs, upgrades or a recap in the USA? Visit my website at http://www.acill.com
  • »29.05.06 - 16:51
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Kaczus
    Posts: 199 from 2003/9/6
    From: Poland / Lodz
    OK it works, but there is problem with hits (March wrote about it) :)
    Kaczus/BlaBla & AUG-Lodz Happy Pegasos User
  • »29.05.06 - 21:18
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    amiades
    Posts: 231 from 2005/6/2
    From: Asturies, Spain
    Send me the fixed files, and I can upload it to a server temporaly... at last until everything is fixed.
  • »29.05.06 - 21:18
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Posts: 408 from 2004/7/15
    From: Russia, Moscow
    Quote:


    amiades wrote:
    Send me the fixed files, and I can upload it to a server temporaly... at last until everything is fixed.


    If i could send them to you, i could upload them directly. ;-) In fact in my work tree it's already fixed. BTW, netstat is also already upgraded, i've downloaded the FreeBSD code on sunday when i was online.
    Then problem is just that everything-is-forbidden. Even the fact i'm talking here is illegal, but, well, this takes ~10 minutes and i do it before the working time starts, if we're so strict ;-)
    iPod, iBook, iMac,... iRobot?
  • »30.05.06 - 06:20
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Acill
    Posts: 1915 from 2003/10/19
    From: Port Hueneme, Ca.
    Is internet access to much money for you at home or something? Even dialup would be okay for small updates like this I would think.
    Powermac Dual 2.0 GHZ G5 PCI-X (Registration #1894)
    Powerbook 1.67GHZ
    Powermac Dual 2.0 GHZ G5 PCIE (Registration #6130)
    A4000T CSPPC, Mediator
    Need Repairs, upgrades or a recap in the USA? Visit my website at http://www.acill.com
  • »30.05.06 - 20:50
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    amiades
    Posts: 231 from 2005/6/2
    From: Asturies, Spain
    Quote:

    If i could send them to you, i could upload them directly


    Oh... I thought the problem was the incoming/outgoing traffic amount...
  • »30.05.06 - 21:44
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Posts: 408 from 2004/7/15
    From: Russia, Moscow
    Quote:


    amiades wrote:
    Oh... I thought the problem was the incoming/outgoing traffic amount...

    No, the problem is simply that it's strictly forbidden to perform any information exchange using removable medias here. In other words, i'm not allowed to bring some disc, insert it into the PC and copy something. My new company really cares about information safety.
    iPod, iBook, iMac,... iRobot?
  • »31.05.06 - 07:16
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    jcmarcos
    Posts: 1178 from 2003/3/13
    From: Pinto, Madrid ...
    Quote:

    Sonic wrote:

    i'm not allowed to bring some disc, insert it into the PC and copy something. My new company really cares about information safety.


    Interesting! How about sending files here, to MorphZone, as attachments in posts?
    It's a pity such a talent of yours is locked inside a firewall...
  • »31.05.06 - 09:29
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    amiades
    Posts: 231 from 2005/6/2
    From: Asturies, Spain
    Quote:

    My new company really cares about information safety.


    Sure they do :P. Spain is different, hehe... That kind of restriction would be excesive here... I think that here it wouldn't be correct even in airport, or governmental work places.
  • »31.05.06 - 10:04
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Crumb
    Posts: 730 from 2003/2/24
    From: aGaS & CUAZ Al...
    [OFFTOPIC]
    @amiades

    That restrictions are also very common in Spain if you work for big companies like Accenture, Coritel, IT-Deusto, DMR... and most of consulting companies.

    Small companies usually don't have so much security but lots of them don't give internet access to their LANs and put a pair of "Hotdesk" computers to allow you to search info or read your email. Sometimes you create programs for isolated computers because personal data is very important and it would be risky for the company to avoid having proper security (they could lose a lot of money).

    Other companies give you access but log the webpages you visit etc...

    It's not so unusual to forbid any data interchange with the outside world, specially if you work for companies that care a little about security or your project requires that.

    Anyway with so much subcontractors here in Spain it's very funny because for example in Telecommunications companies you usually have lots of companies working for ALL the Telecomm companies so a single worker could access almost everything from all the Telecomm companies if he really wanted (it's difficult to check that a worker hasn't saved valuable data in his usb mp3 player for example).

    [ Edited by Crumb on 2006/5/31 11:06 ]
  • »31.05.06 - 11:06
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    amiades
    Posts: 231 from 2005/6/2
    From: Asturies, Spain
    Quote:

    That restrictions are also very common in Spain if you work for big companies like Accenture, Coritel, IT-Deusto, DMR... and most of consulting companies.


    Then Microsoft is different too :P
  • »01.06.06 - 18:56
    Profile