*nix. Задай вопрос - получи ответ

Discussion in 'Linux, Freebsd, *nix' started by Xszz, 10 Jan 2008.

  1. m00c0w

    m00c0w Banned

    Joined:
    25 Dec 2011
    Messages:
    104
    Likes Received:
    14
    Reputations:
    5
    лицоладонь :(
     
  2. blesse

    blesse Member

    Joined:
    18 Jan 2012
    Messages:
    175
    Likes Received:
    8
    Reputations:
    1
    Как узнать когда последний раз ребутался сервак или апач и как часто вообще ребутают(права 33-www)
     
  3. b3

    b3 Banned

    Joined:
    5 Dec 2004
    Messages:
    2,174
    Likes Received:
    1,157
    Reputations:
    202

    Code:
    [15:30][root@shkaff][~]# uptime
     15:30:33 up 20:31,  1 user,  load average: 0.01, 0.01, 0.00
    [15:30][root@shkaff][~]# last reboot
    reboot   system boot  2.6.32-5-686     Thu Feb  7 18:59 - 15:30  (20:31)
    reboot   system boot  2.6.32-5-686     Thu Feb  7 18:56 - 18:57  (00:00)
    reboot   system boot  2.6.32-5-686     Thu Feb  7 18:54 - 18:56  (00:01)
    reboot   system boot  2.6.32-5-686     Thu Feb  7 18:48 - 18:52  (00:03)
    reboot   system boot  2.6.32-5-686     Thu Feb  7 18:16 - 18:48  (00:31)
    reboot   system boot  2.6.32-5-686     Thu Feb  7 18:11 - 18:12  (00:01)
    reboot   system boot  2.6.32-5-686     Thu Feb  7 18:01 - 18:07  (00:05)
    
    wtmp begins Thu Feb  7 18:01:48 2013
    [15:30][root@shkaff][~]#
     
    1 person likes this.
  4. GAiN

    GAiN Elder - Старейшина

    Joined:
    2 Apr 2011
    Messages:
    2,550
    Likes Received:
    172
    Reputations:
    99
    установка ubuntu с флешки ultraiso

    установка ubuntu с флешки, программы ultraiso, unetbootin
    ставил по разному, но при перезагрузке мигает курсор на черном фоне, также светодиод на флешке мигает, но ждал минут 30 так и ничего не продвинулось.
    как записать ubuntu live iso на флешку ?
    ставлю эту систему, рабочая, проверял с dvd диска
    http://alternativesave.com/load/software/unix/ubuntu_neon/10-1-0-247
     
  5. YaBtr

    YaBtr Members of Antichat

    Joined:
    30 May 2012
    Messages:
    601
    Likes Received:
    350
    Reputations:
    652
    Здраствуйте,господа!
    Есть программа,которую запускаю nohup ./Progname --option.
    Но она вылетает,может через час,а может и через 10. Подскажите,пожалуйста,как мне ее запускать снова после остановки?
    Спасибо за внимание!
     
  6. b3

    b3 Banned

    Joined:
    5 Dec 2004
    Messages:
    2,174
    Likes Received:
    1,157
    Reputations:
    202
    while true; do nohup ./Progname --option ; done;
     
  7. YaBtr

    YaBtr Members of Antichat

    Joined:
    30 May 2012
    Messages:
    601
    Likes Received:
    350
    Reputations:
    652
    Спасибо большое!
    Но каждый раз,когда скрипт запускается, он перезаписывает данные в nohup.out. Можно ли так сделать,чтобы он дописывал в конец файла и,соответственно,данные,полученные при работе,оставались!
     
    #2087 YaBtr, 20 Feb 2013
    Last edited: 20 Feb 2013
  8. b3

    b3 Banned

    Joined:
    5 Dec 2004
    Messages:
    2,174
    Likes Received:
    1,157
    Reputations:
    202
    Перенаправь stdout и stderr в файл с до записью
     
  9. YaBtr

    YaBtr Members of Antichat

    Joined:
    30 May 2012
    Messages:
    601
    Likes Received:
    350
    Reputations:
    652
    Извините,я Вас правильно понял?

    #!/bin/bash

    while (true) do
    cd /home/user;
    nohup ./Programm -option;
    2>&1 >> logfile;
    done
     
  10. taha

    taha Elder - Старейшина

    Joined:
    20 Aug 2006
    Messages:
    399
    Likes Received:
    330
    Reputations:
    251
    нет



    Code:
    cd /home/user
    while true; do nohup ./Programm -option 2>&1 >> logfile; done;
    
     
  11. blesse

    blesse Member

    Joined:
    18 Jan 2012
    Messages:
    175
    Likes Received:
    8
    Reputations:
    1
    Клава razer blackwindow есть доп клавиши 5шт почему они не биндятся на действия различные?как их активировать?

    И еще очистка экрана ctrl+alt+d как перебиндить?
    (BT 5 R3 gnome )
     
  12. Billar

    Billar Banned

    Joined:
    9 Jul 2012
    Messages:
    15
    Likes Received:
    5
    Reputations:
    5
    Кто знает, как на сервере ngnix,апач увеличить лимит входящих соединений от одного юзера? Сейчас стоит 1 параллельное и этого мало
     
  13. YaBtr

    YaBtr Members of Antichat

    Joined:
    30 May 2012
    Messages:
    601
    Likes Received:
    350
    Reputations:
    652

    Работает,записывает,но все равно вылетает без последующего запуска, а точнее,иногда запускается,а иногда нет.
    Не подскажете,в чем проблема может быть?

    _____________
    С Уважением,YaBTR!
     
  14. ph1l1ster

    ph1l1ster Elder - Старейшина

    Joined:
    11 Mar 2008
    Messages:
    396
    Likes Received:
    153
    Reputations:
    19
    ребятки, что случилось? помогите профиксить. не силён я в линьке:

    Code:
    apt-get upgrade
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    17 not fully installed or removed.
    After this operation, 0B of additional disk space will be used.
    Do you want to continue [Y/n]? y
    Setting up gdebi (0.6.0ubuntu2) ...
      File "/usr/bin/pycentral", line 87
        raise ValueError, 'unknown version info %s' % vinfo
                        ^
    SyntaxError: invalid syntax
    dpkg: error processing gdebi (--configure):
     subprocess installed post-installation script returned error exit status 1
    Setting up nvidia-common (0.2.23) ...
      File "/usr/bin/nvidia-detector", line 9
        except NoDatadirError, e:
                             ^
    SyntaxError: invalid syntax
    dpkg: error processing nvidia-common (--configure):
     subprocess installed post-installation script returned error exit status 1
    Setting up python-appindicator (0.0.19-0ubuntu4) ...
      File "/usr/bin/pycentral", line 87
        raise ValueError, 'unknown version info %s' % vinfo
                        ^
    SyntaxError: invalid syntax
    dpkg: error processing python-appindicator (--configure):
     subprocess installed post-installation script returned error exit status 1
    Setting up python-xdg (0.18-1ubuntu2) ...
      File "/usr/sbin/update-python-modules", line 52
        print x
              ^
    SyntaxError: invalid syntax
    dpkg: error processing python-xdg (--configure):
     subprocess installed post-installation script returned error exit status 1
    No apport report written because MaxReports is reached already
                                                                  dpkg: dependency problems prevent configuration of python-gmenu:
     python-gmenu depends on python-xdg (>= 0.18-1ubuntu2); however:
      Package python-xdg is not configured yet.
    dpkg: error processing python-gmenu (--configure):
     dependency problems - leaving unconfigured
    No apport report written because MaxReports is reached already
                                                                  Setting up python-gnomekeyring (2.30.0-0ubuntu1.1) ...
      File "/usr/sbin/update-python-modules", line 52
        print x
              ^
    SyntaxError: invalid syntax
    dpkg: error processing python-gnomekeyring (--configure):
     subprocess installed post-installation script returned error exit status 1
    No apport report written because MaxReports is reached already
                                                                  Setting up python-launchpad-integration (0.1.35) ...
      File "/usr/bin/pycentral", line 87
        raise ValueError, 'unknown version info %s' % vinfo
                        ^
    SyntaxError: invalid syntax
    dpkg: error processing python-launchpad-integration (--configure):
     subprocess installed post-installation script returned error exit status 1
    No apport report written because MaxReports is reached already
                                                                  Setting up python-notify (0.1.1-2build3) ...
      File "/usr/sbin/update-python-modules", line 52
        print x
              ^
    SyntaxError: invalid syntax
    dpkg: error processing python-notify (--configure):
     subprocess installed post-installation script returned error exit status 1
    No apport report written because MaxReports is reached already
                                                                  Setting up python-qt4-phonon (4.7.3-1ubuntu2~lucid1~ppa3) ...
      File "/usr/sbin/update-python-modules", line 52
        print x
              ^
    SyntaxError: invalid syntax
    dpkg: error processing python-qt4-phonon (--configure):
     subprocess installed post-installation script returned error exit status 1
    No apport report written because MaxReports is reached already
                                                                  Setting up python-webkit (1.1.7-1) ...
      File "/usr/sbin/update-python-modules", line 52
        print x
              ^
    SyntaxError: invalid syntax
    dpkg: error processing python-webkit (--configure):
     subprocess installed post-installation script returned error exit status 1
    No apport report written because MaxReports is reached already
                                                                  Setting up python-xkit (0.4.2.2) ...
      File "/usr/bin/pycentral", line 87
        raise ValueError, 'unknown version info %s' % vinfo
                        ^
    SyntaxError: invalid syntax
    dpkg: error processing python-xkit (--configure):
     subprocess installed post-installation script returned error exit status 1
    No apport report written because MaxReports is reached already
                                                                  Setting up python-iniparse (0.3.1-1) ...
      File "/usr/sbin/update-python-modules", line 52
        print x
              ^
    SyntaxError: invalid syntax
    dpkg: error processing python-iniparse (--configure):
     subprocess installed post-installation script returned error exit status 1
    No apport report written because MaxReports is reached already
                                                                  dpkg: dependency problems prevent configuration of wicd-daemon:
     wicd-daemon depends on python-iniparse; however:
      Package python-iniparse is not configured yet.
    dpkg: error processing wicd-daemon (--configure):
     dependency problems - leaving unconfigured
    No apport report written because MaxReports is reached already
                                                                  dpkg: dependency problems prevent configuration of wicd-gtk:
     wicd-gtk depends on wicd-daemon (= 1.7.0+ds1-2ubuntu0.1); however:
      Package wicd-daemon is not configured yet.
    dpkg: error processing wicd-gtk (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of wicd:
     wicd depends on wicd-daemon (= 1.7.0+ds1-2ubuntu0.1); however:
      Package wicd-daemon is not configured yet.
     wicd depends on wicd-gtk (= 1.7.0+ds1-2ubuntu0.1) | wicd-curses (= 1.7.0+ds1-2ubuntu0.1) | wicd-cli (= 1.7.0+ds1-2ubuntu0.1) | wicd-client; however:
      Package wicd-gtk is not configured yet.
      Package wicd-curses is not installed.
      Package wicd-cli is not installed.
      Package wicd-client is not installed.
      Package wicd-gtk which provides wicd-client is not configured yet.
    dpkg: error processing wicd (--configure):
     dependency problems - leaving unconfigured
    Setting up python-aptdaemon (0.11+bzr345-0ubuntu4.1) ...
    No apport report written because MaxReports is reached already
                                                                  No apport report written because MaxReports is reached already
                                                                                                                                  File "/usr/bin/pycentral", line 87
        raise ValueError, 'unknown version info %s' % vinfo
                        ^
    SyntaxError: invalid syntax
    dpkg: error processing python-aptdaemon (--configure):
     subprocess installed post-installation script returned error exit status 1
    dpkg: dependency problems prevent configuration of python-aptdaemon-gtk:
     python-aptdaemon-gtk depends on python-aptdaemon (= 0.11+bzr345-0ubuntu4.1); however:
      Package python-aptdaemon is not configured yet.
    dpkg: error processing python-aptdaemon-gtk (--configure):
     dependency problems - leaving unconfigured
    No apport report written because MaxReports is reached already
                                                                  No apport report written because MaxReports is reached already
                                                                                                                                Errors were encountered while processing:
     gdebi
     nvidia-common
     python-appindicator
     python-xdg
     python-gmenu
     python-gnomekeyring
     python-launchpad-integration
     python-notify
     python-qt4-phonon
     python-webkit
     python-xkit
     python-iniparse
     wicd-daemon
     wicd-gtk
     wicd
     python-aptdaemon
     python-aptdaemon-gtk
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    
     
  15. mironich

    mironich Elder - Старейшина

    Joined:
    27 Feb 2011
    Messages:
    733
    Likes Received:
    73
    Reputations:
    19
    , это именно в скрипте апргрейда ошибка....
    А вобще похоже что тот скрипт под вторую ветку питона заточен, а запускаеться на 3, вывод ошибку и в гугол.
    Ибо это не нормально(баг).
    А переписывать руками скрипт закалебаешся.
     
  16. blesse

    blesse Member

    Joined:
    18 Jan 2012
    Messages:
    175
    Likes Received:
    8
    Reputations:
    1
    OS=>BT5r3+гном
    Хочу перенести папки /root/ and /var/www на флешку usb(3.0) (работаю под рутом),как бы это сделать попроще и не будет ли лагать.
    Мысль такая чтоб вставил флешку в комп=>включил=>работаешь все ок
    А не вставишь раб стол пустой файлов юзера нету,/var/www тоже пусто.
     
  17. b3

    b3 Banned

    Joined:
    5 Dec 2004
    Messages:
    2,174
    Likes Received:
    1,157
    Reputations:
    202
    По идее через fstab прописать монтируемые точки с указанимем флешки по UID чтоб только эту флешку монтировало а не все подряд в нужные разделы.
     
  18. daniel777

    daniel777 Elder - Старейшина

    Joined:
    8 Jul 2010
    Messages:
    517
    Likes Received:
    90
    Reputations:
    37
    Есть VPS с установленной CentOS без панели управления.
    У неё есть основной IP адрес, и уже привязаны два дополнительных.
    Как правильно на один из дополнительных IP адресов привязать домен?
     
  19. b3

    b3 Banned

    Joined:
    5 Dec 2004
    Messages:
    2,174
    Likes Received:
    1,157
    Reputations:
    202
    http://httpd.apache.org/docs/2.2/bind.html
     
  20. snAKe33

    snAKe33 Active Member

    Joined:
    10 Feb 2009
    Messages:
    13
    Likes Received:
    169
    Reputations:
    24
    наверно банальный вопрос..но к ответу придти сам не смог..не нашел нужной инфы..
    У меня есть скрипт с расширением .sh с полными настройками для компа, скрипт находится на другом компьютере в сети.. Что мне нужно написать в терминале, что бы все погрузилось?))
    ubuntu 10.04