Skocz do zawartości

SDC

Użytkownicy
  • Zawartość

    18
  • Rejestracja

  • Ostatnia wizyta

Profile Information

  • Skąd
    Poznań

SDC's Achievements

Młodszy Użytkownik

Młodszy Użytkownik (4/16)

0

Reputacja

  1. Jednak dalej problem, pobiera jakieś pliki i.. kuba@localhost ~]$ su Hasło: [root@localhost kuba]# yum clean all --noplugins Czyszczenie wszystkiego [root@localhost kuba]# yum check-update --noplugins fedora/metalink | 27 kB 00:01 fedora | 3.8 kB 00:00 fedora/primary_db | 8.4 MB 01:20 google-chrome | 951 B 00:00 google-chrome/primary | 3.1 kB 00:00 google-chrome 5/5 Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module> yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 311, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain.py", line 180, in main result, resultmsgs = base.doCommands() File "/usr/share/yum-cli/cli.py", line 349, in doCommands self._getTs(needTsRemove) File "/usr/lib/python2.6/site-packages/yum/depsolve.py", line 100, in _getTs self._getTsInfo(remove_only) File "/usr/lib/python2.6/site-packages/yum/depsolve.py", line 111, in _getTsInfo pkgSack = self.pkgSack File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 702, in <lambda> pkgSack = property(fget=lambda self: self._getSacks(), File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 538, in _getSacks self.repos.populateSack(which=repos) File "/usr/lib/python2.6/site-packages/yum/repos.py", line 277, in populateSack sack.populate(repo, mdtype, callback, cacheonly) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 164, in populate if self._check_db_version(repo, mydbtype): File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 222, in _check_db_version return repo._check_db_version(mdtype) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1222, in _check_db_version repoXML = self.repoXML File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1386, in <lambda> repoXML = property(fget=lambda self: self._getRepoXML(), File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1378, in _getRepoXML self._loadRepoXML(text=self) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1368, in _loadRepoXML return self._groupLoadRepoXML(text, ["primary"]) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1351, in _groupLoadRepoXML if self._commonLoadRepoXML(text): File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1197, in _commonLoadRepoXML result = self._getFileRepoXML(local, text) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 976, in _getFileRepoXML cache=self.http_caching == 'all') File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 797, in _getFile result = self.grab.urlgrab(misc.to_utf8(relative), local, File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 498, in <lambda> grab = property(lambda self: self._getgrab()) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 493, in _getgrab self._setupGrab() File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 482, in _setupGrab self._grab = mgclass(self._grabfunc, self.urls, File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 655, in <lambda> urls = property(fget=lambda self: self._geturls(), File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 652, in _geturls self._baseurlSetup() File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 606, in _baseurlSetup mirrorurls.extend(self._getMirrorList()) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1625, in _getMirrorList print "Could not retrieve mirrorlist %s error was\n%s" % (url, e) File "/usr/lib/python2.6/codecs.py", line 351, in write data, consumed = self.encode(object, self.errors) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 153: ordinal not in range(128) [root@localhost kuba]#
  2. Pomogło. Cały czas stosowałem yum search update. Od kilku wydań fedory. Dzięki za pomoc:
  3. Witam, występuje problem z aktualizacją. Jak to rozwiązać? [root@localhost kuba]# yum search update Wczytane wtyczki: dellsysidplugin2, refresh-packagekit Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module> yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 311, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain.py", line 180, in main result, resultmsgs = base.doCommands() File "/usr/share/yum-cli/cli.py", line 353, in doCommands return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds) File "/usr/share/yum-cli/yumcommands.py", line 628, in doCommand return base.search(extcmds) File "/usr/share/yum-cli/cli.py", line 804, in search for (po, keys, matched_value) in matching: File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 1922, in searchGenerator for sack in self.pkgSack.sacks.values(): File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 702, in <lambda> pkgSack = property(fget=lambda self: self._getSacks(), File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 538, in _getSacks self.repos.populateSack(which=repos) File "/usr/lib/python2.6/site-packages/yum/repos.py", line 277, in populateSack sack.populate(repo, mdtype, callback, cacheonly) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 164, in populate if self._check_db_version(repo, mydbtype): File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 222, in _check_db_version return repo._check_db_version(mdtype) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1222, in _check_db_version repoXML = self.repoXML File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1386, in <lambda> repoXML = property(fget=lambda self: self._getRepoXML(), File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1378, in _getRepoXML self._loadRepoXML(text=self) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1368, in _loadRepoXML return self._groupLoadRepoXML(text, ["primary"]) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1351, in _groupLoadRepoXML if self._commonLoadRepoXML(text): File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1197, in _commonLoadRepoXML result = self._getFileRepoXML(local, text) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 976, in _getFileRepoXML cache=self.http_caching == 'all') File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 797, in _getFile result = self.grab.urlgrab(misc.to_utf8(relative), local, File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 498, in <lambda> grab = property(lambda self: self._getgrab()) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 493, in _getgrab self._setupGrab() File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 482, in _setupGrab self._grab = mgclass(self._grabfunc, self.urls, File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 655, in <lambda> urls = property(fget=lambda self: self._geturls(), File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 652, in _geturls self._baseurlSetup() File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 606, in _baseurlSetup mirrorurls.extend(self._getMirrorList()) File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1625, in _getMirrorList print "Could not retrieve mirrorlist %s error was\n%s" % (url, e) File "/usr/lib/python2.6/codecs.py", line 351, in write data, consumed = self.encode(object, self.errors) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 153: ordinal not in range(128)
  4. Opis błędu: Błędy testu transakcji: file /usr/share/locale/pl/LC_MESSAGES/kdgantt.mo from install of kde-l10n-Polish-4.2.1-1.fc10.noarch conflicts with file from package kde-i18n-Polish-1:3.5.10-1.fc10.noarch Z poziomu YUM-a mam to samo.
  5. Temat zamknięty. Źle ustawiłem wcześniej router.
  6. Jednak to chyba coś z ruterem: Bo to on nie przepuszcza dalej tak jakby chciał znać usera i hasło. 220 router FTP version 1.0 ready at Thu Jan 08 17:26:09 2009 <-- to jest info rutera USER janek 331 Entering PASS command PASS *********** 530 User janek cannot log in Retry: Wait 5 sec Router jaki mam to Pentagram Cerbeus P 6331-42
  7. Wcześniej używałem (używam jeszcze) proftpd i tam używałem maskarady. Bez tego mi nie działał ftp. Ruter jest ok. Loga nie mam łączę się w wincmd, pokazuje komunikat o błędnym haśle lub użytkowniku: "530 Login incorrect." i to wszystko. Tak się tyko spytam co to Tagi Code?
  8. # Example config file /etc/vsftpd/vsftpd.conf # nopriv_user=ftp anonymous_enable=NO local_enable=YES write_enable=YES # local_umask=022 #anon_upload_enable=YES #anon_mkdir_write_enable=YES dirmessage_enable=YES # Activate logging of uploads/downloads. xferlog_enable=YES # Make sure PORT transfer connections originate from port 20 (ftp-data). connect_from_port_20=YES chroot_local_user=YES secure_chroot_dir=/var/chroot/vsftpd chroot_list_enable=YES chroot_list_file=/var/chroot/vsftpd/vsftpd.chroot_list setproctitle_enable=YES text_userdb_names=YES max_clients=10 max_per_ip=3 # # If you want, you can arrange for uploaded anonymous files to be owned by # a different user. Note! Using "root" for uploaded files is not # recommended! #chown_uploads=YES #chown_username=whoever # # You may override where the log file goes if you like. The default is shown # below. xferlog_file=/var/log/vsftpd/vsftpd.log # # If you want, you can have your log file in standard ftpd xferlog format. # Note that the default log file location is /var/log/xferlog in this case. xferlog_std_format=YES # # You may change the default value for timing out an idle session. idle_session_timeout=600 # # You may change the default value for timing out a data connection. data_connection_timeout=120 # # It is recommended that you define on your system a unique user which the # ftp server can use as a totally isolated and unprivileged user. #nopriv_user=ftpsecure # # Enable this and the server will recognise asynchronous ABOR requests. Not # recommended for security (the code is non-trivial). Not enabling it, # however, may confuse older FTP clients. #async_abor_enable=YES # # By default the server will pretend to allow ASCII mode but in fact ignore # the request. Turn on the below options to have the server actually do ASCII # mangling on files when in ASCII mode. # Beware that on some FTP servers, ASCII support allows a denial of service # attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd # predicted this attack and has always been safe, reporting the size of the # raw file. # ASCII mangling is a horrible feature of the protocol. #ascii_upload_enable=YES #ascii_download_enable=YES # # You may fully customise the login banner string: ftpd_banner=Welcome to blah FTP service. # # You may specify a file of disallowed anonymous e-mail addresses. Apparently # useful for combatting certain DoS attacks. #deny_email_enable=YES # (default follows) #banned_email_file=/etc/vsftpd/banned_emails # # You may specify an explicit list of local users to chroot() to their home # directory. If chroot_local_user is YES, then this list becomes a list of # users to NOT chroot(). #chroot_list_enable=YES # (default follows) #chroot_list_file=/etc/vsftpd/chroot_list # # You may activate the "-R" option to the builtin ls. This is disabled by # default to avoid remote users being able to cause excessive I/O on large # sites. However, some broken FTP clients such as "ncftp" and "mirror" assume # the presence of the "-R" option, so there is a strong case for enabling it. #ls_recurse_enable=YES # # When "listen" directive is enabled, vsftpd runs in standalone mode and # listens on IPv4 sockets. This directive cannot be used in conjunction # with the listen_ipv6 directive. listen=YES # # This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6 # sockets, you must run two copies of vsftpd whith two configuration files. # Make sure, that one of the listen options is commented !! #listen_ipv6=YES pam_service_name=vsftpd userlist_enable=YES tcp_wrappers=YES use_localtime=YES
  9. Witam, na F9 mam zainstalowane i tak mi się wydaje że skonfigurowane Very Secure FTPD. Lokalnie po sieci loguje się bez problemów. Mam Ruter pentagram i nesotrade i nie mogę się zalogować z "zewnątrz", czyli poprzez internet. Podaje ip z rutera jakie przypisuje tpsa. Mam virtual serwer na ruterze dobrze skonfigurowany. Pojawia się monit o podanie użytkownika i hasła, więc łączy się z serwerem. Jednak przy próbie logowania dostaje info o błędnym userze lub jego haśle. A lokalnie działa. Co jest nie tak? sdc
  10. Przy pobieraniu listy aktualizacji pojawia się komunikat: A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.PackageKit.Transaction" member "GetUpdates" error name "(unset)" destination "org.freedesktop.PackageKit") Co mam zrobić? Wcześniej było ok.
  11. Czy jest jakiś program który potrafi wypalać większość obrazów płyt? iso, mdf etc.
  12. SDC

    Partycje Windows

    Ech, nie ma tematu. Synek zainstalował pod windą GTA3, po odinstalowaniu jest ok. Chociaż dziwne to trochę..
  13. Witam, po ostatniej aktualizacji (_znikły_ → zniknęły) ORT mi partycje Windowsowe. Co może być przyczyną też mieliście taki przypadek?
  14. SDC

    Czas Serwera

    USE_LOCALTIME=YES Pogrzebałem w man i znalazłem, Może komuś się przyda.
  15. Witam, ustawiłem sobie vsftpd. Jednak jak ustawić czas zapisywania/modyfikacji plików aby był zgodny z aktualnym czasem? Aktualnie np. zapisuje plik 11:00 a pojawia się 9:00. Pewnie ma to związek ze strefami czasowymi. Ale nie wiem za bardzo jak ugryźć temat. Proszę o pomoc SDC
×
×
  • Dodaj nową pozycję...