Coder Social home page Coder Social logo

Comments (14)

warlof avatar warlof commented on May 26, 2024

Looks a network issue.
What about your firewall ?

from seat.

 avatar commented on May 26, 2024

I've just flushed iptables but I still have the same issue

from seat.

warlof avatar warlof commented on May 26, 2024

what are your network architecture ? something like a proxy or another firewall ?
Is iptable got a default flag equal to ACCEPT on all kind of route ?

from seat.

 avatar commented on May 26, 2024

All trafic seems allowed after flushing rules :

Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination

No further rules after those

from seat.

leonjza avatar leonjza commented on May 26, 2024

Could you give some more details about your environment? Is this a fresh debian install? What versions etc. At best id like to try and replicate this.

In the mean time, try the following. If you cant get composer create-project to work. Run the following:

  • git clone https://github.com/eveseat/seat.git
  • cd seat
  • composer install
  • Continue with the rest of the install guide.

from seat.

 avatar commented on May 26, 2024

Thanks for your quick replies.

OS is Debian 7 x64.
As it was not a fresh install, I've created a new fresh one in VirtualBox (Debian 7.9 iso minimal with latest package)., I get the exact same issue : "Could not find package eveseat/seat with stability stable.".

Cloning the repository and running manually composer as you wrote seems to work but I'm in front of a new problem, my Php version is too old, I got 5.4.45, and > 5.5.9 is asked.

I think my OS is too old for the requirements of the latest Seat version, so I wil try another fresh Debian install in VirtualBox, but with version 8.2 this time.

from seat.

leonjza avatar leonjza commented on May 26, 2024

Can you post the output of composer create-package eveseat/seat -vvv ?

from seat.

 avatar commented on May 26, 2024

@debian7:/var/www# composer create-package eveseat/seat -vvv

  [Symfony\Component\Console\Exception\CommandNotFoundException]
  Command "create-package" is not defined.

Exception trace:
 () at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:514
 Symfony\Component\Console\Application->find() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:189
 Symfony\Component\Console\Application->doRun() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:167
 Composer\Console\Application->doRun() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:123
 Symfony\Component\Console\Application->run() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:98
 Composer\Console\Application->run() at phar:///usr/local/bin/composer/bin/composer:43
 require() at /usr/local/bin/composer:25

from seat.

leonjza avatar leonjza commented on May 26, 2024

Apologies. I meant create-project.

from seat.

 avatar commented on May 26, 2024

haha no problem, here it is :

@debian7:/var/www# composer create-project eveseat/seat -vvv
Downloading https://packagist.org/packages.json
Writing /root/.composer/cache/repo/https---packagist.org/packages.json into cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2013.json from cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2014.json from cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2015-01.json from cache
Downloading http://packagist.org/p/provider-2015-04%24afedd3b8f9b1aaaa9dcb7d61f36cb4a76f9486a2e784a5bf03b6d592edba9477.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2015-04.json into cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2015-07.json from cache
Downloading http://packagist.org/p/provider-2015-10%2410f5900b65ece440506cfa20bb0f17233b365a93041bd737b587cc0beb6511de.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2015-10.json into cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-archived.json from cache
Downloading http://packagist.org/p/provider-latest%247da3a441b0f61531e83aceee06562a0f9a88d7493fa91e9f3ebc9c0c0f655e89.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-latest.json into cache
Reading /root/.composer/cache/repo/https---packagist.org/provider-eveseat$seat.json from cache



  [InvalidArgumentException]
  Could not find package eveseat/seat with stability stable.



Exception trace:
 () at phar:///usr/local/bin/composer/src/Composer/Command/CreateProjectCommand.php:287
 Composer\Command\CreateProjectCommand->installRootPackage() at phar:///usr/local/bin/composer/src/Composer/Command/CreateProjectCommand.php:141
 Composer\Command\CreateProjectCommand->installProject() at phar:///usr/local/bin/composer/src/Composer/Command/CreateProjectCommand.php:130
 Composer\Command\CreateProjectCommand->execute() at phar:///usr/local/bin/composer/vendor/symfony/console/Command/Command.php:259
 Symfony\Component\Console\Command\Command->run() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:841
 Symfony\Component\Console\Application->doRunCommand() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:192
 Symfony\Component\Console\Application->doRun() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:167
 Composer\Console\Application->doRun() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:123
 Symfony\Component\Console\Application->run() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:98
 Composer\Console\Application->run() at phar:///usr/local/bin/composer/bin/composer:43
 require() at /usr/local/bin/composer:25


create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--keep-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>]

from seat.

 avatar commented on May 26, 2024

The command "composer create-project eveseat/seat seat --keep-vcs --prefer-source --no-dev" works like a charm on Debian 8.2.
I've been able to do all the installation tutorial, I'm at the seat login page, I guess all will be fine now.

So, I think updating my server OS is my solution to avoid the composer problem and to have an up to date Php version (5.6.14).

Is it possible to keep my old Seat MySql database and use it with the new version or do I need to restart from scratch ?

from seat.

leonjza avatar leonjza commented on May 26, 2024

Will investigate the Debian 7 issue.
For now, its a start from scratch, although there is a todo to create some scripts that will migrate data from SeAT 0x to 1x.

from seat.

 avatar commented on May 26, 2024

Thanks for your support, I will check the todo.

As the Php version of this OS is obsolete you should forget the Debian 7 issue and mention that Debian 8 OS is required.
It would be easier to dist-upgrade to Debian 8 instead of manually compiling an up to date Php version..

from seat.

leonjza avatar leonjza commented on May 26, 2024

For the record: https://github.com/eveseat/seat/wiki/FAQ#q-when-i-try-and-install-seat-i-get-an-error-like-invalidargumentexception-could-not-find-package-eveseatseat-with-stability-stable

from seat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.