Forum Index > Open Source > Sisteme de operare > Fedora - Support Line

#0 by vsx Donor (The Infernal Brothers) (0 mesaje) at 2007-04-09 22:59:20 (953 săptămâni în urmă) - [Link]Top
Română:
Tema este destinată suportului şi discuţiilor relatate numai la Fedora Core şi a proiectelor afiliate.
Restul întrebărilor, care nu sînt specifice pentru Fedora, vă rugăm să le plasaţi în tema lipită aferentă distribuţiei Linux utilizate, sau în tema generală.

Înainte de a lasă mesajul în tema curentă, verificaţi - posibil întrebarea deja se conţine în FAQ nostru.

Pe site-ul afiliat FedoraMD.org puteţi găsi Întrebări frecvente, noutăţi Fedora, recomandări setare şi instalare, articole şi răspunsul la întrebare "Ce este Fedora?" - totul ce vă va ajuta în utilizare simplă şi eficientă a sistemului Fedora Linux.

Alte metode de a obţine support vezi FedoraProject: Communicate

Russian:
Тема предназначена для обсуждения вопросов касающихся только Fedora Core и сопутствующих проектов.
Вопросы не специфичные для Fedora просим размещать в теме соответствующего дистрибутива или в общей теме.

Перед тем как написать в эту тему, проверьте - возможно ваш вопрос уже содержится в FAQ.

На сайте FedoraMD.org вы сможете найти FAQ, новости Fedora, рекомендации по настройке и установке, статьи и ответ на вопрос "Что такое Fedora Core ?" - все что позволит вам просто и эффективно использовать этот дистрибутив Linux.

Также для получения поддержки см. Общение и Получение Помощи


Скачать/Descarcă Fedora:
HTTP/FTP: http://fedoraproject.org/wiki/Distribution/Download
Torrent: http://torrent.fedoraproject.org/ http://torrent.fedoramd.org/
MD-IX repo: http://repo.fedoramd.org/



Userbar:






Editat de către vsx la 2008-05-10 17:06:31




Mesaj util ?   Da   2 puncte

1 2 3 4 5 6 7 8 9 10 ... 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ... 140 141 142 143 144 145 146 147 148 149
<< Precedenta      Următoarea >>

#2001 by jekader Donor (Besatzungsarmee) (0 mesaje) at 2008-01-26 00:57:27 (912 săptămâni în urmă) - [Link]Top
#2000 D2G, :w00t: 2000 пост! Fedora Support = труЪ

по аналогии
service proftpd start
но там нужно в конфиге раскомментировать строки для анонимного доступа

по мне - так проще поставить апач, или запустить его - он скорей всего и так установлен...

И тогда кидать файлы в /var/www/htdocs/


Mesaj util ?   Da   0 puncte
#2002 by D2G (User) (0 mesaje) at 2008-01-26 00:58:29 (912 săptămâni în urmă) - [Link]Top
[root@host-static-86-106-209-147 ~]# httpd start
Usage: httpd [-D name] [-d directory] [-f file]
            [-C "directive"] [-c "directive"]
            [-k start|restart|graceful|graceful-stop|stop]
            [-v] [-V] [-h] [-l] [-L] [-t] [-S]
Options:
  -D name            : define a name for use in <IfDefine name> directives
  -d directory      : specify an alternate initial ServerRoot
  -f file            : specify an alternate ServerConfigFile
  -C "directive"    : process directive before reading config files
  -c "directive"    : process directive after reading config files
  -e level          : show startup errors of level (see LogLevel)
  -E file            : log startup errors to file
  -v                : show version number
  -V                : show compile settings
  -h                : list available command line options (this page)
  -l                : list compiled in modules
  -L                : list available configuration directives
  -t -D DUMP_VHOSTS  : show parsed settings (currently only vhost settings)
  -S                : a synonym for -t -D DUMP_VHOSTS
  -t -D DUMP_MODULES : show all loaded modules
  -M                : a synonym for -t -D DUMP_MODULES
  -t                : run syntax check for config files
[root@host-static-86-106-209-147 ~]#

da a esli u menea tam papkaa da 200gb?

am o mapa cu muzica si vreu sa fac ca o padruga sa intre ca pe ftp sa copie mzucia de lam ine din pc


Mesaj util ?   Da   0 puncte
#2003 by jekader Donor (Besatzungsarmee) (0 mesaje) at 2008-01-26 01:13:53 (912 săptămâni în urmă) - [Link]Top
#2002 D2G, "... # httpd start ..." - ты упускаешь команду service :)

чтоб расшарить папочку, открой конфиг
/etc/proftpd.conf

и процитируй мне - посмотреть сейчас негде.


Mesaj util ?   Da   0 puncte
#2004 by D2G (User) (0 mesaje) at 2008-01-26 01:17:04 (912 săptămâni în urmă) - [Link]Top
lol da nu gasesc unde sa scriu linku la mapa

sis tormoz :) unde linku sela


Mesaj util ?   Da   0 puncte
#2005 by jekader Donor (Besatzungsarmee) (0 mesaje) at 2008-01-26 01:22:44 (912 săptămâni în urmă) - [Link]Top
#2004 D2G, для твоей ситуации лучше proftpd подойдёт


покажи его стандартный конфиг. У меня только дебиановский в наличии есть


Mesaj util ?   Da   0 puncte
#2006 by D2G (User) (0 mesaje) at 2008-01-26 01:24:14 (912 săptămâni în urmă) - [Link]Top
# This is the ProFTPD configuration file

ServerName "ProFTPD server"
ServerIdent on "FTP Server ready."
ServerAdmin root@localhost
ServerType standalone
#ServerType inetd
DefaultServer on
AccessGrantMsg "User %u logged in."
#DisplayConnect /etc/ftpissue
#DisplayLogin /etc/ftpmotd
#DisplayGoAway /etc/ftpgoaway
DeferWelcome off

# Use this to excude users from the chroot
DefaultRoot ~ !adm

# Use pam to authenticate (default) and be authoritative
AuthPAMConfig proftpd
AuthOrder mod_auth_pam.c* mod_auth_unix.c

# Do not perform ident nor DNS lookups (hangs when the port is filtered)
IdentLookups off
UseReverseDNS off

# Port 21 is the standard FTP port.
Port 21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

# Default to show dot files in directory listings
ListOptions "-a"

# See Configuration.html for these (here are the default values)
#MultilineRFC2228 off
#RootLogin off
#LoginPasswordPrompt on
#MaxLoginAttempts 3
#MaxClientsPerHost none
#AllowForeignAddress off # For FXP

# Allow to resume not only the downloads but the uploads too
AllowRetrieveRestart on
AllowStoreRestart on

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 20

# Set the user and group that the server normally runs at.
User nobody
Group nobody

# Disable sendfile by default since it breaks displaying the download speeds in
# ftptop and ftpwho
UseSendfile no

# This is where we want to put the pid file
ScoreboardFile /var/run/proftpd.score

# Normally, we want users to do a few things.
<Global>
  AllowOverwrite yes
  <Limit ALL SITE_CHMOD>
    AllowAll
  </Limit>
</Global>

# Define the log formats
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"

# TLS
# Explained at http://www.castaglia.org/proftpd/modules/mod_tls.html
#TLSEngine on
#TLSRequired on
#TLSRSACertificateFile /etc/pki/tls/certs/proftpd.pem
#TLSRSACertificateKeyFile /etc/pki/tls/certs/proftpd.pem
#TLSCipherSuite ALL:!ADH:!DES
#TLSOptions NoCertRequest
#TLSVerifyClient off
##TLSRenegotiate ctrl 3600 data 512000 required off timeout 300
#TLSLog /var/log/proftpd/tls.log

# SQL authentication Dynamic Shared Object (DSO) loading
# See README.DSO and howto/DSO.html for more details.
#<IfModule mod_dso.c>
#  LoadModule mod_sql.c
#  LoadModule mod_sql_mysql.c
#  LoadModule mod_sql_postgres.c
#</IfModule>

# A basic anonymous configuration, with an upload directory.
#<Anonymous ~ftp>
#  User ftp
#  Group ftp
#  AccessGrantMsg "Anonymous login ok, restrictions apply."
#
#  # We want clients to be able to login with "anonymous" as well as "ftp"
#  UserAlias anonymous ftp
#
#  # Limit the maximum number of anonymous logins
#  MaxClients 10 "Sorry, max %m users -- try again later"
#
#  # Put the user into /pub right after login
#  #DefaultChdir /pub
#
#  # We want 'welcome.msg' displayed at login, '.message' displayed in
#  # each newly chdired directory and tell users to read README* files.
#  DisplayLogin /welcome.msg
#  DisplayFirstChdir .message
#  DisplayReadme README*
#
#  # Some more cosmetic and not vital stuff
#  DirFakeUser on ftp
#  DirFakeGroup on ftp
#
#  # Limit WRITE everywhere in the anonymous chroot
#  <Limit WRITE SITE_CHMOD>
#    DenyAll
#  </Limit>
#
#  # An upload directory that allows storing files but not retrieving
#  # or creating directories.
#  <Directory uploads/*>
#    AllowOverwrite no
#    <Limit READ>
#      DenyAll
#    </Limit>
#
#    <Limit STOR>
#      AllowAll
#    </Limit>
#  </Directory>
#
#  # Don't write anonymous accesses to the system wtmp file (good idea!)
#  WtmpLog off
#
#  # Logging for the anonymous transfers
#  ExtendedLog /var/log/proftpd/access.log WRITE,READ default
#  ExtendedLog /var/log/proftpd/auth.log AUTH auth
#
#</Anonymous>


Mesaj util ?   Da   0 puncte
#2007 by jekader Donor (Besatzungsarmee) (0 mesaje) at 2008-01-26 01:28:15 (912 săptămâni în urmă) - [Link]Top
#2006 D2G, "... # A basic anonymous configuration, with an upload directory. ..." - начиная с
#<Anonymous ~ftp>
и до самого конца - сними по ОДНОМУ символу # вначале строки. Тобишь раскомментируй.
затем - сними вторую решётку # в строке
# #DefaultChdir /pub
и замени /pub на свою папку с музыкой

таким образом, у любого человека без логина и пароля будет доступ на чтение к этой папке










Edit: ну и потом - service proftpd restart

Editat de către jekader la 2008-01-26 01:33:21




Mesaj util ?   Da   0 puncte
#2008 by D2G (User) (0 mesaje) at 2008-01-26 01:32:44 (912 săptămâni în urmă) - [Link]Top
inca odata si sa sterg?


Mesaj util ?   Da   0 puncte
#2009 by jekader Donor (Besatzungsarmee) (0 mesaje) at 2008-01-26 01:35:36 (912 săptămâni în urmă) - [Link]Top
#2008 D2G,
<Anonymous ~ftp>
  User ftp
  Group ftp
  AccessGrantMsg "Anonymous login ok, restrictions apply."

  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias anonymous ftp

  # Limit the maximum number of anonymous logins
  MaxClients 10 "Sorry, max %m users -- try again later"

  # Put the user into /pub right after login
DefaultChdir/mnt/path/to/music

  # We want 'welcome.msg' displayed at login, '.message' displayed in
  # each newly chdired directory and tell users to read README* files.
  DisplayLogin /welcome.msg
  DisplayFirstChdir .message
  DisplayReadme README*

  # Some more cosmetic and not vital stuff
  DirFakeUser on ftp
  DirFakeGroup on ftp

  # Limit WRITE everywhere in the anonymous chroot
  <Limit WRITE SITE_CHMOD>
    DenyAll
  </Limit>

# # An upload directory that allows storing files but not retrieving
# # or creating directories.
# <Directory uploads/*>
  #  AllowOverwrite no
  # <Limit READ>
    #  DenyAll
  #  </Limit>
#
#  <Limit STOR>
  #    AllowAll
  # </Limit>
# </Directory>

  # Don't write anonymous accesses to the system wtmp file (good idea!)
  WtmpLog off

  # Logging for the anonymous transfers
  ExtendedLog /var/log/proftpd/access.log WRITE,READ default
  ExtendedLog /var/log/proftpd/auth.log AUTH auth

</Anonymous>

иду спать. Должно сработать.
service proftpd restart

и потом дай ей адрес:
ftp://86.106.209.147
пусть заходит и качает :)


Mesaj util ?   Da   0 puncte
#2010 by D2G (User) (0 mesaje) at 2008-01-26 01:54:39 (912 săptămâni în urmă) - [Link]Top
a kakoi adres u menea budet
:)

seva nu eise la mine

caroce eu cind fack loghin apu ini apare id parca mas loga la linux si nu vad papak montata

# This is the ProFTPD configuration file

ServerName "ProFTPD server"
ServerIdent on "FTP Server ready."
ServerAdmin root@localhost
ServerType standalone
#ServerType inetd
DefaultServer on
AccessGrantMsg "User %u logged in."
#DisplayConnect /etc/ftpissue
#DisplayLogin /etc/ftpmotd
#DisplayGoAway /etc/ftpgoaway
DeferWelcome off

# Use this to excude users from the chroot
DefaultRoot ~ !adm

# Use pam to authenticate (default) and be authoritative
AuthPAMConfig proftpd
AuthOrder mod_auth_pam.c* mod_auth_unix.c

# Do not perform ident nor DNS lookups (hangs when the port is filtered)
IdentLookups off
UseReverseDNS off

# Port 21 is the standard FTP port.
Port 21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

# Default to show dot files in directory listings
ListOptions "-a"

# See Configuration.html for these (here are the default values)
#MultilineRFC2228 off
#RootLogin off
#LoginPasswordPrompt on
#MaxLoginAttempts 3
#MaxClientsPerHost none
#AllowForeignAddress off # For FXP

# Allow to resume not only the downloads but the uploads too
AllowRetrieveRestart on
AllowStoreRestart on

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 20

# Set the user and group that the server normally runs at.
User nobody
Group nobody

# Disable sendfile by default since it breaks displaying the download speeds in
# ftptop and ftpwho
UseSendfile no

# This is where we want to put the pid file
ScoreboardFile /var/run/proftpd.score

# Normally, we want users to do a few things.
<Global>
  AllowOverwrite yes
  <Limit ALL SITE_CHMOD>
    AllowAll
  </Limit>
</Global>

# Define the log formats
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"

# TLS
# Explained at http://www.castaglia.org/proftpd/modules/mod_tls.html
#TLSEngine on
#TLSRequired on
#TLSRSACertificateFile /etc/pki/tls/certs/proftpd.pem
#TLSRSACertificateKeyFile /etc/pki/tls/certs/proftpd.pem
#TLSCipherSuite ALL:!ADH:!DES
#TLSOptions NoCertRequest
#TLSVerifyClient off
##TLSRenegotiate ctrl 3600 data 512000 required off timeout 300
#TLSLog /var/log/proftpd/tls.log

# SQL authentication Dynamic Shared Object (DSO) loading
# See README.DSO and howto/DSO.html for more details.
#<IfModule mod_dso.c>
#  LoadModule mod_sql.c
#  LoadModule mod_sql_mysql.c
#  LoadModule mod_sql_postgres.c
#</IfModule>

# A basic anonymous configuration, with an upload directory.
#<Anonymous ~ftp>
#  User ftp
#  Group ftp
#  AccessGrantMsg "Anonymous login ok, restrictions apply."
#
#  # We want clients to be able to login with "anonymous" as well as "ftp"
#  UserAlias anonymous ftp
#
#  # Limit the maximum number of anonymous logins
#  MaxClients 10 "Sorry, max %m users -- try again later"
#
#  # Put the user into /pub right after login
#  #DefaultChdir/media/FreeAgent Drive/Music
#
#  # We want 'welcome.msg' displayed at login, '.message' displayed in
#  # each newly chdired directory and tell users to read README* files.
#  DisplayLogin /welcome.msg
#  DisplayFirstChdir .message
#  DisplayReadme README*
#
#  # Some more cosmetic and not vital stuff
#  DirFakeUser on ftp
#  DirFakeGroup on ftp
#
#  # Limit WRITE everywhere in the anonymous chroot
#  <Limit WRITE SITE_CHMOD>
#    DenyAll
#  </Limit>
#
#  # An upload directory that allows storing files but not retrieving
#  # or creating directories.
#  <Directory uploads/*>
#    AllowOverwrite no
#    <Limit READ>
#      DenyAll
#    </Limit>
#
#    <Limit STOR>
#      AllowAll
#    </Limit>
#  </Directory>
#
#  # Don't write anonymous accesses to the system wtmp file (good idea!)
#  WtmpLog off
#
#  # Logging for the anonymous transfers
#  ExtendedLog /var/log/proftpd/access.log WRITE,READ default
#  ExtendedLog /var/log/proftpd/auth.log AUTH auth
#
#</Anonymous>

nu lucreaza nsii o sula  :PPPP


Mesaj util ?   Da   0 puncte
#2011 by jekader Donor (Besatzungsarmee) (0 mesaje) at 2008-01-26 12:43:07 (912 săptămâni în urmă) - [Link]Top
#2010 D2G, "... a kakoi adres u menea budet ..." - ну ведь даже адрес я написал тебе...
И ту часть, которую нужно раскомментировать...


Mesaj util ?   Da   0 puncte
#2012 by D2G (User) (0 mesaje) at 2008-01-26 13:18:08 (912 săptămâni în urmă) - [Link]Top
da eu am gasit ip meu 10x si poliubomu nu lcureaza :(

[root@host-static-86-106-209-147 D2G]# /etc/init.d/proftpd start
Starting proftpd:                                          [FAILED]
[root@host-static-86-106-209-147 D2G]#


Mesaj util ?   Da   0 puncte
#2013 by D2G (User) (0 mesaje) at 2008-01-26 14:40:55 (912 săptămâni în urmă) - [Link]Top
jekader iaka mie ini trebu ca sa se deskida de pe ftp  papka Music care se afla pe usb hdd FreeAgent Drive
[root@host-static-86-106-209-147 D2G]# cd /media
[root@host-static-86-106-209-147 media]# ls
FreeAgent Drive
si eu nu inteleg cu msa fac asta?


Mesaj util ?   Da   0 puncte
#2014 by jekader Donor (Besatzungsarmee) (0 mesaje) at 2008-01-26 14:53:32 (912 săptămâni în urmă) - [Link]Top
# This is the ProFTPD configuration file

ServerName "ProFTPD server"
ServerIdent on "FTP Server ready."
ServerAdmin root@localhost
ServerType standalone
#ServerType inetd
DefaultServer on
AccessGrantMsg "User %u logged in."
#DisplayConnect /etc/ftpissue
#DisplayLogin /etc/ftpmotd
#DisplayGoAway /etc/ftpgoaway
DeferWelcome off

# Use this to excude users from the chroot
DefaultRoot ~ !adm

# Use pam to authenticate (default) and be authoritative
AuthPAMConfig proftpd
AuthOrder mod_auth_pam.c* mod_auth_unix.c

# Do not perform ident nor DNS lookups (hangs when the port is filtered)
IdentLookups off
UseReverseDNS off

# Port 21 is the standard FTP port.
Port 21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

# Default to show dot files in directory listings
ListOptions "-a"

# See Configuration.html for these (here are the default values)
#MultilineRFC2228 off
#RootLogin off
#LoginPasswordPrompt on
#MaxLoginAttempts 3
#MaxClientsPerHost none
#AllowForeignAddress off # For FXP

# Allow to resume not only the downloads but the uploads too
AllowRetrieveRestart on
AllowStoreRestart on

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 20

# Set the user and group that the server normally runs at.
User nobody
Group nobody

# Disable sendfile by default since it breaks displaying the download speeds in
# ftptop and ftpwho
UseSendfile no

# This is where we want to put the pid file
ScoreboardFile /var/run/proftpd.score

# Normally, we want users to do a few things.
<Global>
AllowOverwrite yes
<Limit ALL SITE_CHMOD>
  AllowAll
</Limit>
</Global>

# Define the log formats
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"

# TLS
# Explained at http://www.castaglia.org/proftpd/modules/mod_tls.html
#TLSEngine on
#TLSRequired on
#TLSRSACertificateFile /etc/pki/tls/certs/proftpd.pem
#TLSRSACertificateKeyFile /etc/pki/tls/certs/proftpd.pem
#TLSCipherSuite ALL:!ADH:!DES
#TLSOptions NoCertRequest
#TLSVerifyClient off
##TLSRenegotiate ctrl 3600 data 512000 required off timeout 300
#TLSLog /var/log/proftpd/tls.log

# SQL authentication Dynamic Shared Object (DSO) loading
# See README.DSO and howto/DSO.html for more details.
#<IfModule mod_dso.c>
#  LoadModule mod_sql.c
#  LoadModule mod_sql_mysql.c
#  LoadModule mod_sql_postgres.c
#</IfModule>

# A basic anonymous configuration, with an upload directory.
<Anonymous ~ftp>
  User ftp
  Group ftp
  AccessGrantMsg "Anonymous login ok, restrictions apply."

  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias anonymous ftp

  # Limit the maximum number of anonymous logins
  MaxClients 10 "Sorry, max %m users -- try again later"

  # Put the user into /pub right after login
  DefaultChdir /media/FreeAgent\ Drive/Music

  # We want 'welcome.msg' displayed at login, '.message' displayed in
  # each newly chdired directory and tell users to read README* files.
  DisplayLogin /welcome.msg
  DisplayFirstChdir .message
  DisplayReadme README*

  # Some more cosmetic and not vital stuff
  DirFakeUser on ftp
  DirFakeGroup on ftp

  # Limit WRITE everywhere in the anonymous chroot
  <Limit WRITE SITE_CHMOD>
    DenyAll
  </Limit>

#  # An upload directory that allows storing files but not retrieving
#  # or creating directories.
#  <Directory uploads/*>
#    AllowOverwrite no
#    <Limit READ>
#      DenyAll
#    </Limit>
#
#    <Limit STOR>
#      AllowAll
#    </Limit>
#  </Directory>

  # Don't write anonymous accesses to the system wtmp file (good idea!)
  WtmpLog off

  # Logging for the anonymous transfers
  ExtendedLog /var/log/proftpd/access.log WRITE,READ default
  ExtendedLog /var/log/proftpd/auth.log AUTH auth

</Anonymous>

вот это сохрани, как конфиг


Mesaj util ?   Da   0 puncte
#2015 by Leolik Donor (white socks lover) (0 mesaje) at 2008-01-26 23:32:31 (911 săptămâni în urmă) - [Link]Top
am probleme mari si de data asta nus eu de vina!
am facut update, nimic neobisnuit adiq #yum update iar dupa restartarea calculatorului imi apare o ferestruica nmymai cu grub
grub>

ce sa fac ca sa reintorc sistea la initial fara a pierde nimic de pe hard :?:


Mesaj util ?   Da   0 puncte
#2016 by D2G (User) (0 mesaje) at 2008-01-27 01:15:21 (911 săptămâni în urmă) - [Link]Top
leolik da si latine apare grub dar nu apare optiunea de a alege sistema sau ai numai linux isntalat? eu cred ca cel mai bine la inceput ar fi un live cd sa iti pastrezi info si apoi sa te clarifici. asta asa un sfat de lamer in linux :D


Mesaj util ?   Da   0 puncte
#2017 by D2G (User) (0 mesaje) at 2008-01-27 01:18:27 (911 săptămâni în urmă) - [Link]Top




Jekader am salvat configu si iaka si imi apare (vezi image) da amindoua mape sunt goale :)

apropo tipa papka music iii Owner: root
group: root


Mesaj util ?   Da   0 puncte
#2018 by vsx Donor (The Infernal Brothers) (0 mesaje) at 2008-01-27 01:34:07 (911 săptămâni în urmă) - [Link]Top
#2015 Leolik, asemea situatie este posibilă dacă GRUB nu poate accesa fişierul de configuraţie.
Pentru verificare, in shell grub:
grub> root (hd0,0)
root (hd0,0)
 Filesystem type is ext2fs, partition type 0x83
grub> configfile /grub/menu.lst
configfile /grub/menu.lst

Press any key to enter the menu

sau va apărea mesaj de eroare.
Dacă fişierul de configuratie este eronat (lipsa, gol) încercăm să-l restabilim. Pentru asta încărcăm RescueCD  sau Fedora Live , montăm sistemul de fisiere /boot (rescue cd o va face automat), găsim fisierul de configuratie (/boot/grub/menu.lst sau /boot/grub/grub.conf - hardlink la ultimul) şi-i restabilim conţinutul. Spre exemplu ceva asemănător cu (versiunile kernel şi căile spre fisiere necesită adaptare):
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
quiet
        initrd /initrd-2.6.23.14-107.fc8.img
title Fedora (2.6.23.9-85.fc8)
        root (hd0,0)
        kernel /vmlinuz-2.6.23.9-85.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
        initrd /initrd-2.6.23.9-85.fc8.img



#2017 D2G, încearcă din nou după executarea comenzii
sudo /usr/sbin/setenforce 0
altfel urmează sfat universal - vezi log'urile (/var/log/messages, /var/log/xferlog)


Mesaj util ?   Da   0 puncte
#2019 by D2G (User) (0 mesaje) at 2008-01-27 01:35:59 (911 săptămâni în urmă) - [Link]Top
Vsx o intrebare asa in curiozitate: dar dinscu cu install la fedora 8 n use poate de folosit ca rescue ?


Mesaj util ?   Da   0 puncte
#2020 by vsx Donor (The Infernal Brothers) (0 mesaje) at 2008-01-27 01:38:13 (911 săptămâni în urmă) - [Link]Top
#2019 D2G, DVD de instalare are si mod rescue. se activeaza la introducerea comenzii
linux rescue
in primul meniu


Mesaj util ?   Da   0 puncte
#2021 by jekader Donor (Besatzungsarmee) (0 mesaje) at 2008-01-27 01:41:39 (911 săptămâni în urmă) - [Link]Top
#2017 D2G, значит сейчас тебя кидает в другую папку... или в /pub или в /home/ftp - проверь наличие этих директорий, посоздавай файлы и проверь, появились-ли там файлы


Mesaj util ?   Da   0 puncte
#2022 by D2G (User) (0 mesaje) at 2008-01-27 01:48:27 (911 săptămâni în urmă) - [Link]Top
jekader sozdal papku v /var/ftp/pub i ona poiaavilasi
:wink:


Mesaj util ?   Da   0 puncte
#2023 by D2G (User) (0 mesaje) at 2008-01-27 01:49:28 (911 săptămâni în urmă) - [Link]Top




vezi imaginea mesaj scurt


Mesaj util ?   Da   0 puncte
#2024 by vsx Donor (The Infernal Brothers) (0 mesaje) at 2008-01-27 01:54:28 (911 săptămâni în urmă) - [Link]Top
#2023 D2G, есть одна "хитрость"
sudo mount --bind /media/FreeAgent\ Drive/Music /var/ftp/pub


Mesaj util ?   Da   0 puncte
#2025 by D2G (User) (0 mesaje) at 2008-01-27 01:55:28 (911 săptămâni în urmă) - [Link]Top
ok dar la mine o sa inteleaga comanda sudo? ca ea parimise nui configurata la min ca super user


Mesaj util ?   Da   0 puncte

1 2 3 4 5 6 7 8 9 10 ... 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ... 140 141 142 143 144 145 146 147 148 149
<< Precedenta      Următoarea >>

Forum Index > Open Source > Sisteme de operare > Fedora - Support Line


Navigare rapidă:


Comunitatea digitală din Moldova. Să adunăm și să organizăm conținutul autohton de pe întreg internet pe un singur site web.