We have moved to a new IP! Please head to the IP Switch wiki page for a quick guide on how to connect again.

The Outbreak servers are open source.

short notes for those not reading all the forums
User avatar
Isles487
Sr. Member
Posts: 1299
Joined: Sat Jul 27, 2013 6:10 pm

Re: Plans to go open source

Postby Isles487 » Wed Jun 03, 2020 11:11 pm

Hey Isles487, thanks for the info I really appreciate it 8)

I was able to install php7.3-fpm. My new issue is after restarting Apache and checking the DNAS Server instead of getting the "41" in the check, I get: failed: Name or service not known. unable to resolve host address 'gate1.jp.dnas.playstation.org'

I'm sure I did something wrong on my end.

I do have a Pi4 coming in this week, I'll restart there and install php7.3-fpm there too.

Damn, so excited to get this working. Hopefully I can post some good news this week one my Pi comes in :ugeek:
Unable to resolve is a DNS error - did you make sure to point the DNS setting in your outbreak network settings to your server ip address?
Image

r5gamer
Newbie
Posts: 2
Joined: Thu Jun 04, 2020 8:47 pm

Re: Plans to go open source

Postby r5gamer » Thu Jun 04, 2020 8:51 pm

Hello i have download on virtual box (Debien 32bits) but i have this error on server file 1 :

Thu Jun 04 14:34:20 MDT 2020 Lobbyserver constructor exception caught!
Thu Jun 04 14:34:20 MDT 2020 Gameserver IP: /192.168.56.1
Thu Jun 04 14:34:21 MDT 2020 Gameserver constructor exception caught!
Jun 04, 2020 2:34:21 PM bioserver.Patch <init>
SEVERE: null
java.io.FileNotFoundException: patch.raw (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at bioserver.Patch.<init>(Patch.java:43)
at bioserver.PacketHandler.run(PacketHandler.java:100)
at java.lang.Thread.run(Thread.java:748)
Thu Jun 04 14:34:21 MDT 2020 Patch loaded: 0 bytes
Thu Jun 04 14:34:22 MDT 2020 server started

Thank you !

User avatar
hobbes_182
Sr. Member
Posts: 269
Joined: Thu Jan 23, 2014 12:08 am
Location: _mobius
Contact:

Re: Plans to go open source

Postby hobbes_182 » Fri Jun 05, 2020 3:41 am

Hey Isles487, thanks for the info I really appreciate it 8)

I was able to install php7.3-fpm. My new issue is after restarting Apache and checking the DNAS Server instead of getting the "41" in the check, I get: failed: Name or service not known. unable to resolve host address 'gate1.jp.dnas.playstation.org'

I'm sure I did something wrong on my end.

I do have a Pi4 coming in this week, I'll restart there and install php7.3-fpm there too.

Damn, so excited to get this working. Hopefully I can post some good news this week one my Pi comes in :ugeek:
Unable to resolve is a DNS error - did you make sure to point the DNS setting in your outbreak network settings to your server ip address?
Yeah I changed the IP to my server IP. Not sure if there is anything I missed.

My raspberry Pi finally came in (setting it up now), hopefully, we have smooth sailing and I can get this up and running :ugeek:

>> EDIT 06.05.2020 <<

So I managed to reach the SETTING UP DNS section and ran into another issue :'( (I am working on my Pi4 via SSH)

When I run

Code: Select all

nano /etc/dnsmasq.conf
I get a FILE IS UNWRITABLE error:

Image

Is there a way to make the file writable? I did some Googling and from what I understand I tried:

Code: Select all

sudo chmod +w /etc/dnsmasq.conf
but no luck.

>> EDIT #2 06.05.2020 <<

Nevermind, I ran:

Code: Select all

sudo nano /etc/dnsmasq.conf
and was able to make my edits :geek:

r5gamer
Newbie
Posts: 2
Joined: Thu Jun 04, 2020 8:47 pm

Re: Plans to go open source

Postby r5gamer » Fri Jun 05, 2020 8:06 pm

Anyone can help me ?

User avatar
hobbes_182
Sr. Member
Posts: 269
Joined: Thu Jan 23, 2014 12:08 am
Location: _mobius
Contact:

Re: Plans to go open source

Postby hobbes_182 » Sat Jun 06, 2020 4:17 am

So I made more progress on my Pi4 last night.

However, I am stuck on the DNAS server check:

Code: Select all

wget --no-check-certificate -O - https://gate1.jp.dnas.playstation.org/gai-gw/v2.5_i-connect
(Everything up until this step had been working fine)

It all happened when I restarted Apache (which was previously running fine). After I restarted I got this error:

Image

I checked "systemctl status apache.service" and got: (feel free to open image in new tab)

Image

So the log is telling me that there is a "syntax error on line 527, perhaps misspelled or defined by a module not included in the server configuration"

I then checked line 527 which is where "RewriteEngine" starts: (feel free to open image in new tab)

Image

One thing that also caught my eye was the line that reads: "SetHandler "proxy:Unix:/var/run/php/php7.0-fpm.sock|fcgi://127.0.0.1"

What I did for my setup was install php7.3-fpm since I could not install php7.0-fpm

Could this also be an issue? I have followed the pdf, and I have changed the IP to match my server IP. I'm sure it's probably something I missed [again :o ]

refan988
Full Member
Posts: 159
Joined: Wed Jul 10, 2013 6:45 pm

Re: Plans to go open source

Postby refan988 » Sun Jul 12, 2020 9:30 pm

I uploaded a different VirtualBox image that automatically starts both servers on startup. All you got to do is change the IP settings for both servers and possibly the dns if you are trying to play on the server locally. New Server link.

User avatar
Tegato
Jr. Member
Posts: 56
Joined: Wed Jun 01, 2016 3:00 am
Location: Console Master Race

Re: Plans to go open source

Postby Tegato » Mon Jul 13, 2020 5:28 pm

I uploaded a different VirtualBox image that automatically starts both servers on startup. All you got to do is change the IP settings for both servers and possibly the dns if you are trying to play on the server locally. New Server link.
Thank you! I'll give it a go at some point. :)
Console Player:
HN: Blubs
Childhood Playstation 2 (SCPH-50000) and Sony HDD (40G) with OPL
PlayStation 3 4X (2 CECHA01 60G Launch, CECHB01 1 TB, CECHE01 1 TB)

User avatar
hobbes_182
Sr. Member
Posts: 269
Joined: Thu Jan 23, 2014 12:08 am
Location: _mobius
Contact:

Re: Plans to go open source

Postby hobbes_182 » Mon Jul 13, 2020 5:40 pm

I uploaded a different VirtualBox image that automatically starts both servers on startup. All you got to do is change the IP settings for both servers and possibly the dns if you are trying to play on the server locally. New Server link.
Awesome thanks so much! Gonna try running a Virtual Machine on a Pi4 (4gb ram)

Ji29
Newbie
Posts: 35
Joined: Thu Jul 27, 2017 4:03 pm

Re: Plans to go open source

Postby Ji29 » Wed Jul 15, 2020 3:10 am

@refan988
Hey!
so I tried your new image in Vbox and am in an endless loop with loading initial ramdisk >25minutes so far and no boot. I wonder if its an initrd thats too large? Also I removed quiet from the launch line and its still doesnt seem to boot

refan988
Full Member
Posts: 159
Joined: Wed Jul 10, 2013 6:45 pm

Re: Plans to go open source

Postby refan988 » Wed Jul 15, 2020 3:42 am

I'm not sure why it wouldn't run, but I created the appliance file on Version 6.1.8 r137981 (Qt5.6.2). I will download it and try it out to see if it's been corrupted somehow.

Ji29
Newbie
Posts: 35
Joined: Thu Jul 27, 2017 4:03 pm

Re: Plans to go open source

Postby Ji29 » Wed Jul 15, 2020 4:04 am

@refan988

Apologies, It seemed to be my copy with Virtual box 6.0. After a quick update it boots no problem!
I'm not sure what would cause that issue in 6.0 as your previous image worked perfectly!

Many thanks!

refan988
Full Member
Posts: 159
Joined: Wed Jul 10, 2013 6:45 pm

Re: Plans to go open source

Postby refan988 » Wed Jul 15, 2020 4:11 am

Glad it works for you now! Let me know if you need any help setting the server up.

Falkiner
Newbie
Posts: 4
Joined: Mon Jan 06, 2014 1:36 am

Re: Plans to go open source

Postby Falkiner » Sat Jul 25, 2020 3:16 am

Hey everyone!

I was trying to create a server in Debian 10, but as @hobbes_182 when I try to wget the from https://gate1.jp.dnas.playstation.org/g ... _i-connect doesn't work...

But Nslookup is working

Image

Does anyone have a clue?

Thanks!

--------- EDIT 07/25/2020 ---------

I've just needed to edit /etc/resolv.conf and point the nameserver to 127.0.0.1 (I need to make my machine use itself as a dns server https://support.rackspace.com/how-to/ch ... -on-linux/)

Now I'm having SSL Errors
Image

Any help would be greatly appreciated :)
Sup bro

refan988
Full Member
Posts: 159
Joined: Wed Jul 10, 2013 6:45 pm

Re: Plans to go open source

Postby refan988 » Sat Jul 25, 2020 2:51 pm

I had the same issue. The dnas only seems to work in debian 9, not 10.

Falkiner
Newbie
Posts: 4
Joined: Mon Jan 06, 2014 1:36 am

Re: Plans to go open source

Postby Falkiner » Sat Jul 25, 2020 6:00 pm

I had the same issue. The dnas only seems to work in debian 9, not 10.
Hey Refan! Thanks for the reply, I will try creating the server on a Debian 9! :)

--------- EDIT 07/25/2020 ---------

I've managed to get the server working in a Debian 9 machine hosted on Google Cloud! :)

Image

I would like to thank some people:

the_fog (creating the project and making it open source)
refan988 (for trying to create, sharing your problems, your OVA file and telling me to use debian9)
Isles487 (for the java compilation commands and debugging about mysql_query problem)

Also, I've corrected the files for File#1 to use mysqli function instead mysql function so you anyone will be able to use it with PHP7: Download it Here
Sup bro


Return to “News”



Who is online

Users browsing this forum: oniichan and 27 guests