Перейти к содержанию

ko-antoha

Members
  • Постов

    5
  • Зарегистрирован

  • Посещение

    Никогда

Достижения ko-antoha

  1. Вобщем есть машина ubuntu 6.10. без графического интерфейса. использыеться как шлюз в офисе. инет через сквида в iptables 25 и 110 порты натятся. провайдер дает слушать радио. в их инструкции описание как это сделать на винде, а именно поставить галку оповещение sap и радоваться жизни. Мне нужно этот поток перекидывать в свою локалку. Варианта 2. Либо ставить на сервак vlc и командами настраивать стрим. Почитав хелп я непонял как это делать. Нужно ли мне знать ip адрес каждого потока который дает провайдер? Вариант второй, позвонив провайдеру они сказали что можно и без vlc обойтись. а именно разрешить мультикаст в iptables и еще где то в ядре (причем компилировать ненужно). Тогда юзвери мои просто настраивают на своей винде также как и у них в мануале. Подскажите как это сделать?
  2. на какую папку? у меня на /opt/postgresql 0777 стоит и на /tmp тоже
  3. ko-antoha

    postgresql

    Немогу инициализировать служебную базу данных root@Router:~# /opt/postgresql/bin/initdb initdb: no data directory specified You must identify the directory where the data for this database system will reside. Do this with either the invocation option -D or the environment variable PGDATA. root@Router:~# /opt/postgresql/bin/initdb PGDATA initdb: cannot be run as root Please log in (using, e.g., "su") as the (unprivileged) user that will own the server process. postgres@Router:~$ /opt/postgresql/bin/initdb initdb: no data directory specified You must identify the directory where the data for this database system will reside. Do this with either the invocation option -D or the environment variable PGDATA. postgres@Router:~$ /opt/postgresql/bin/initdb PGDATA The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale ru_RU.UTF-8. The default database encoding has accordingly been set to UTF8. creating directory PGDATA ... initdb: could not create directory "PGDATA": Permission denied
  4. Resin не может загрузить com.sun.tools.javac.Main. Обычно это происходит из-за того, что JDK tools.jar пропал из classpath, возможно из-за использования JRE в место JDK. Вы можете добавить tools.jar в classpath, или сменить компилятор на внешний компилятор строкой <java compiler='javac'/>. 1. root@Router:~# java compiler='javac'/ Exception in thread "main" java.lang.NoClassDefFoundError: compiler=javac/ 2. где взять этот tools.jar и где находиться classpath??
  5. Пытаюсь сделать биллинг npj.ru/cake все делаю по инструкции после установки resin при входе на http://my_ip:8080/ пишет: Resin can't load com.sun.tools.javac.Main. Usually this means that the JDK tools.jar is missing from the classpath, possibly because of using a JRE instead of the JDK. You can either add tools.jar to the classpath or change the compiler to an external one with <java compiler='javac'/> or jikes. java.lang.ClassNotFoundException: com.sun.tools.javac.Main Resin-3.0.23 (built Thu, 31 Aug 2006 09:20:10 PDT) в чем трабла? и как ее можно решить?
×
×
  • Создать...