aaaaTrzeba żyć, a nie tylko istnieć.aaaa
Mam też problem, gdy chce stworzyć bazę:
[list]# bin/mysqladmin create bazadanych
bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: NO)'
[list]
Problem jest także gdy chce zrobić to użytkownikiem mysql:
[list]$ bin/mysqladmin create baza
bin/mysqladmin: CREATE DATABASE failed; error: 'Access denied for user: '@localhost' to database 'baza''
[list]
:?
PS. Mysqld is alive
czytalem wczesniej ten post...
zamienilem w pliku config.inc.php i dopisalem tam haslo.
MySQL user
$cfg['Servers'][$i]['password'] = 'haslo'
pomoglo tak troche. teraz pisze w programie, ze obydwie uslugi mi dzialaja (apache i mysql). sprawdzalem tez na konsloli mysql i wejde tam po wpisaniu hasla.
problem nadal mi pozostal, gdy chce wejsc na phpmyadmin. pisze na calej stronie:
phpMyAdmin próbował połączyć się z serwerem MySQL, a serwer odrzucił połączenie. Powinieneś sprawdzić nazwę hosta, nazwę użytkownika i hasło w pliku config.inc.php i upewnić się, że odpowiadają one informacjom danym przez administratora serwera MySQL.
Błąd
MySQL zwrócił komunikat:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
http://drupal.org/node/97193
or example, to increase the limit on uploaded files to 10 MB:
* Add the below to the relevant php.ini file (recommended, if you have access). Note that for some hosts this is a system-wide setting. However, for hosts running PHP as a CGI script with suexec (for example) you may be able to put these directives in a php.ini file in your Drupal root directory.
o upload_max_filesize = 10M ;
o post_max_size = 20M ;
* Add the below to your .htaccess file in the you Drupal root directory.
o php_value upload_max_filesize 10M
o php_value post_max_size 20M
Probuje odpalic Virtualboksa:
You don't have write access to /dev/vboxdrv!
Correct this situation or contact with your system administrator.
sprawdzam:
ls -l /dev/vboxdrv
crw-rw---- 1 root vbox 10, 58 11-02 10:25 /dev/vboxdrv
Wiec tradycyjnie dodaje sie do grupy vbox, ale po dodaniu i przelogowaniu VB krzyczy to samo, zatem sprawdzam:
[qwiat@sputnik ~]$ id
uid=1000(qwiat) gid=1000(users) grupy=10(wheel),23(audio),27(cdrom),84(fuse),1000(users)
wtf? nie ma mnie w grupie vbox? Jednak jestem:
[qwiat@sputnik ~]$ grep ^vbox: /etc/group
vbox:!:221:qwiat
a teraz tak:
[qwiat@sputnik ~]$ id qwiat
uid=1000(qwiat) gid=1000(users) grupy=1000(users),10(wheel),23(audio),84(fuse),27(cdrom),221(vbox)
tu tez jestem w grupie. na koniec cos z basha:
[qwiat@sputnik ~]$ [ -w /dev/vboxdrv ] && echo OK
i nic ni pisze. Jakies pomysly? Dziwne jest to ze co innego pokazuje id i id $user
glibc-2.11-1.i686 i 2.10
VirtualBox-3.0.8-3.i686
to by byla druga paczka, ktora zbudowalbym, gdyby nie problemy brrr
z ftpcopy poradzilem sobie. wystarczylo #builder ftpcopy i poszlo
teraz jak robie #builder ggrelay to otrzymuje taki wynik
[root@chello081018201111:~]#builder ggrelay
U ggrelay.spec
warning: No cvs access defined for SOURCES
--23:32:42-- ftp://distfiles.pld-linux.org/distfiles/by-md5/4/6/46e1d32d2e809083a9fc8bfe9eb45b47/ggrelay-1.4.tar.gz
=> `ggrelay-1.4.tar.gz'
Translacja distfiles.pld-linux.org... 217.73.17.113
Łączenie się z distfiles.pld-linux.org|217.73.17.113|:21... połączono.
Logowanie się jako anonymous ... Zalogowano się!
==> SYST ... zrobiono. ==> PWD ... zrobiono.
==> TYPE I ... zrobiono. ==> CWD /distfiles/by-md5/4/6/46e1d32d2e809083a9fc8bfe9eb45b47 ... zrobiono.
==> PASV ... zrobiono. ==> RETR ggrelay-1.4.tar.gz ... zrobiono.
Długość: 83,740 (82K) (nie autorytatywne)
100%[=========================================================================================>] 83,740 39.11K/s
23:32:45 (39.03 KB/s) - zapisano `ggrelay-1.4.tar.gz' [83740]
Error: some source, patch or icon files not stored in CVS repo. (ggrelay-init.patch)
niestety nie wiem co jest grane. brakuje mu jakichs zrodel, ale skad je wziac? i w jaki sposob?
jakies sugestie?
Witam
Na wstepie chciałem zaznaczyc, ze jestem dość zielony w temacie. Odziedziczyłem serwer z systemem i powoli ucze sie go obsługiwac.
Dzis rano zaskoczyła mnie ogromna ilość maili (przychodziły co 1 minute) od tego serwera o tresci:
Nadawca: Cron <root@linux>
Temat: chown root:root /var/tmp/r00t && chmod 4755 /var/tmp/r00t && rm -rf /etc/cron.d/core && kill -USR1 538
Treść:
- 4 pierwsze wiadomosci: /bin/sh: line 0: kill: (538) - No such process
- 4 nastepne: /bin/sh: line 1: 7942 Segmentation fault chmod 4755 /var/tmp/r00t
- pozostałe: chown: cannot access `/var/tmp/r00t': No such file or directory
Wyrzuciłem to z crona i przestały przychodzic, ale skad to sie wzięło i co dokładnie znaczy to za bardzo nie wiem
Chciałem wejsć na konsiole przez putty,ale ssh tez przesało działac. Przez webmina zatrzymałem sshd, ale juz nie mogłem go uruchomić. Pokazywał sie komunikat:
Nie udało się uruchomić serwera SSH :
Uruchamianie sshd: /etc/ssh/sshd_config: line 74: Bad configuration option: GSSAPIAuthentication
/etc/ssh/sshd_config: line 76: Bad configuration option: GSSAPICleanupCredentials
/etc/ssh/sshd_config: line 87: Bad configuration option: UsePAM
/etc/ssh/sshd_config: terminating, 3 bad configuration options
[ZAWI�D�]
Zaremowałem te 3 linie i teraz działa.
Jeszcze jedno. Taki komunikat podczas próby backupu bazy danych:
8537 Naruszenie ochrony pamięci tar -cjf $OUT /mnt/dane/backup/mysql/oferty.sql >/dev/null
Gdzie i jak mam szukac przyczyn takiego zachowania serwera ??
Prosze o jakies podpowiedzi
Pzdr, Piotr
XBMC 9.11: Beta2
This new release is mainly a bug fix release; it has the same feature set as previous beta1, among other things a totally revamped installer. This release uses the default debian installer, allowing much more control on the destination system, including partitioning. The old installer is discontinued and Live USB disks will have to be created using unetbootin - or similar.
Pls note that once installed on hard disk, the default user used for running XBMC is the user that was created during the installation, hence credentials for remote access (ssh, sftp) are the ones specified during the installation. As per USB flash disks created with unetbootin, the "traditional" combination xbmc/xbmc applies.
A second new feature is the ability to execute custom scripts automatically during boot (as root). Hopefully this will allow an easier path to system customization of live systems. More on this in due time.
Before going on, check the Wiki FAQ on XBMC Live.
Other details about this release:
* Based on Ubuntu Karmic - uses grub legacy though... (time for grub2 will come)
* NVIDIA drivers: 190.42 (VDPAU included on supported GPUs)
* ATI/AMD drivers: Catalyst 9.11
* Intel drivers: default xorg
* Natively supports MCEUSB remotes
* Uses duduke's great "spinner black" usplash theme!
* Boot script automatically increasing the system audio volume
* Includes the magic tvheadend package, which brings live TV in XBMCLive. The PVR branch of XBMC is not yet ready, but read this thread to understand how to interact with tvh. The default credentials for the web interface are xbmc/xbmc.
The XBMC repositories sources are already configured and topfs2's cool script "Aptitude" is included, so updating XBMC to follow the new releases will hopefully be easy!
The plugin "SVN Repo Installer" is also included, thus installing new scripts/plugins/skins will be easier.
A quick TOC of what has been already asked; note that these posts are related to previous releases so instructions are not 100% accurate. I will revise them as soon as possible.
DOWNLOAD
zanotowane.pldoc.pisz.plpdf.pisz.plbrytfanna.keep.pl