| Autor | Sõnum | 
| maamiis Pingviini aktivist
 
  
  
 Vanus: 67
 Liitunud: 30.01.2008
 Postitused: 247
 Asukoht: Rakvere
 Distributsioon: Mageia 7,1
 
  
   |  
 
 
| 
| 
 |  
| Sättisin ennast ka uue Mageia kasutajate hulka. Väga rahul. Masin on kiire ja väga vaikselt töötab. Aga nagu ikka on ka väiksed probleemid. Nimelt, ei saa kmaili käima. Ütleb, Personaalse teabe haldus käivitatakse, peale seda tuleb , Akonadi personaalse teabe halduse teenus ei tööta. Üksikasjad on siin Akonadi Server Self-Test Report
 ===============================
 
 Test 1:  SUCCESS
 --------
 
 Database driver found.
 Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration and was found on your system.
 
 File content of '/home/isa/.config/akonadi/akonadiserverrc':
 [%General]
 Driver=QMYSQL
 
 [QMYSQL]
 Name=akonadi
 Host=
 Options="UNIX_SOCKET=/home/isa/.local/share/akonadi/socket-localhost/mysql.socket"
 ServerPath=/usr/sbin/mysqld
 StartServer=true
 
 
 Test 2:  SUCCESS
 --------
 
 Akonadi is not running as root
 Details: Akonadi is not running as a root/administrator user, which is the recommended setup for a secure system.
 
 Test 3:  SUCCESS
 --------
 
 MySQL server found.
 Details: You have currently configured Akonadi to use the MySQL server '/usr/sbin/mysqld'.
 Make sure you have the MySQL server installed, set the correct path and ensure you have the necessary read and execution rights on the server executable. The server executable is typically called 'mysqld'; its location varies depending on the distribution.
 
 Test 4:  SUCCESS
 --------
 
 MySQL server is executable.
 Details: MySQL server found: /usr/sbin/mysqld  Ver 5.5.10 for Linux on i686 (Mageia - MySQL Community Edition (GPL))
 
 
 Test 5:  ERROR
 --------
 
 MySQL server log contains errors.
 Details: The MySQL server error log file '<a href='/home/isa/.local/share/akonadi/db_data/mysql.err'>/home/isa/.local/share/akonadi/db_data/mysql.err</a>' contains errors.
 
 File content of '/home/isa/.local/share/akonadi/db_data/mysql.err':
 110607 22:25:18 InnoDB: The InnoDB memory heap is disabled
 110607 22:25:18 InnoDB: Mutexes and rw_locks use GCC atomic builtins
 110607 22:25:18 InnoDB: Compressed tables use zlib 1.2.5
 110607 22:25:18 InnoDB: Using Linux native AIO
 110607 22:25:18 InnoDB: Initializing buffer pool, size = 80.0M
 110607 22:25:18 InnoDB: Completed initialization of buffer pool
 110607 22:25:18 InnoDB: highest supported file format is Barracuda.
 InnoDB: No valid checkpoint found.
 InnoDB: If this error appears when you are creating an InnoDB database,
 InnoDB: the problem may be that during an earlier attempt you managed
 InnoDB: to create the InnoDB data files, but log file creation failed.
 InnoDB: If that is the case, please refer to
 InnoDB: http://dev.mysql.com/doc/refman/5.5/en/error-creating-innodb.html
 110607 22:25:18 [ERROR] Plugin 'InnoDB' init function returned error.
 110607 22:25:18 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
 110607 22:25:18 [ERROR] Unknown/unsupported storage engine: innodb
 110607 22:25:18 [ERROR] Aborting
 
 110607 22:25:18 [Note] /usr/sbin/mysqld: Shutdown complete
 
 
 
 Test 6:  SUCCESS
 --------
 
 MySQL server default configuration found.
 Details: The default configuration for the MySQL server was found and is readable at <a href='/etc/akonadi/mysql-global.conf'>/etc/akonadi/mysql-global.conf</a>.
 
 File content of '/etc/akonadi/mysql-global.conf':
 #
 # Global Akonadi MySQL server settings,
 # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
 #
 # Based on advice by Kris Köhntopp <kris@mysql.com>
 #
 [mysqld]
 skip_grant_tables
 skip_networking
 
 # strict query parsing/interpretation
 # TODO: make Akonadi work with those settings enabled
 #sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat
 #sql_mode=strict_trans_tables
 
 # use InnoDB for transactions and better crash recovery
 default_storage_engine=innodb
 # case-insensitive table names, avoids trouble on windows
 lower_case_table_names=1
 character_set_server=utf8
 collation_server=utf8_general_ci
 table_cache=200
 thread_cache_size=3
 #log_bin=mysql-bin
 #expire_logs_days=3
 #sync_bin_log=0
 # error log file name, relative to datadir
 log_error=mysql.err
 log_warnings=2
 # log all queries, useful for debugging but generates an enormous amount of data
 #log=mysql.full
 # log queries slower than n seconds, log file name relative to datadir (for debugging only)
 #log_slow_queries=mysql.slow
 #long_query_time=1
 # log queries not using indices, debug only, disable for production use
 #log_queries_not_using_indexes=1
 # maximum blob size
 max_allowed_packet=32M
 max_connections=256
 # makes sense when having the same query multiple times
 # makes no sense with prepared statements and/or transactions
 query_cache_type=0
 query_cache_size=0
 
 innodb_file_per_table=1
 innodb_log_buffer_size=1M
 innodb_additional_mem_pool_size=1M
 # messure database size and adjust
 # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
 innodb_buffer_pool_size=80M
 # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
 innodb_log_file_size=64M
 innodb_flush_log_at_trx_commit=2
 
 # Do not drop the connection to the DB after 8 hours of inactivity
 wait_timeout=1296000
 
 [client]
 default-character-set=utf8
 
 
 Test 7:  SKIP
 --------
 
 MySQL server custom configuration not available.
 Details: The custom configuration for the MySQL server was not found but is optional.
 
 Test 8:  SUCCESS
 --------
 
 MySQL server configuration is usable.
 Details: The MySQL server configuration was found at <a href='/home/isa/.local/share/akonadi/mysql.conf'>/home/isa/.local/share/akonadi/mysql.conf</a> and is readable.
 
 File content of '/home/isa/.local/share/akonadi/mysql.conf':
 #
 # Global Akonadi MySQL server settings,
 # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
 #
 # Based on advice by Kris Köhntopp <kris@mysql.com>
 #
 [mysqld]
 skip_grant_tables
 skip_networking
 
 # strict query parsing/interpretation
 # TODO: make Akonadi work with those settings enabled
 #sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat
 #sql_mode=strict_trans_tables
 
 # use InnoDB for transactions and better crash recovery
 default_storage_engine=innodb
 # case-insensitive table names, avoids trouble on windows
 lower_case_table_names=1
 character_set_server=utf8
 collation_server=utf8_general_ci
 table_cache=200
 thread_cache_size=3
 #log_bin=mysql-bin
 #expire_logs_days=3
 #sync_bin_log=0
 # error log file name, relative to datadir
 log_error=mysql.err
 log_warnings=2
 # log all queries, useful for debugging but generates an enormous amount of data
 #log=mysql.full
 # log queries slower than n seconds, log file name relative to datadir (for debugging only)
 #log_slow_queries=mysql.slow
 #long_query_time=1
 # log queries not using indices, debug only, disable for production use
 #log_queries_not_using_indexes=1
 # maximum blob size
 max_allowed_packet=32M
 max_connections=256
 # makes sense when having the same query multiple times
 # makes no sense with prepared statements and/or transactions
 query_cache_type=0
 query_cache_size=0
 
 innodb_file_per_table=1
 innodb_log_buffer_size=1M
 innodb_additional_mem_pool_size=1M
 # messure database size and adjust
 # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
 innodb_buffer_pool_size=80M
 # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
 innodb_log_file_size=64M
 innodb_flush_log_at_trx_commit=2
 
 # Do not drop the connection to the DB after 8 hours of inactivity
 wait_timeout=1296000
 
 [client]
 default-character-set=utf8
 
 
 Test 9:  SUCCESS
 --------
 
 akonadictl found and usable
 Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
 Result:
 Akonadi 1.5.2
 
 
 Test 10:  ERROR
 --------
 
 Akonadi control process not registered at D-Bus.
 Details: The Akonadi control process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.
 
 Test 11:  ERROR
 --------
 
 Akonadi server process not registered at D-Bus.
 Details: The Akonadi server process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.
 
 Test 12:  ERROR
 --------
 
 Nepomuk search service not registered at D-Bus.
 Details: The Nepomuk search service is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.
 
 Test 13:  SKIP
 --------
 
 Protocol version check not possible.
 Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.
 
 Test 14:  ERROR
 --------
 
 No resource agents found.
 Details: No resource agents have been found, Akonadi is not usable without at least one. This usually means that no resource agents are installed or that there is a setup problem. The following paths have been searched: '/usr/share/akonadi/agents'. The XDG_DATA_DIRS environment variable is set to '/usr/share:/usr/share:/usr/local/share'; make sure this includes all paths where Akonadi agents are installed.
 
 Directory listing of '/usr/share/akonadi/agents':
 birthdaysresource.desktop
 contactsresource.desktop
 facebookresource.desktop
 gcalresource.desktop
 googledataresource.desktop
 icalresource.desktop
 imapresource.desktop
 kabcresource.desktop
 kcalresource.desktop
 knutresource.desktop
 kolabproxyresource.desktop
 localbookmarksresource.desktop
 maildirresource.desktop
 maildispatcheragent.desktop
 mboxresource.desktop
 microblog.desktop
 mtdummyresource.desktop
 nepomukcalendarfeeder.desktop
 nepomukcontactfeeder.desktop
 nepomuktagresource.desktop
 nntpresource.desktop
 notesresource.desktop
 pop3resource.desktop
 vcarddirresource.desktop
 vcardresource.desktop
 
 Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/share:/usr/local/share'
 
 Test 15:  ERROR
 --------
 
 Current Akonadi server error log found.
 Details: The Akonadi server reported errors during its current startup. The log can be found in <a href='/home/isa/.local/share/akonadi/akonadiserver.error'>/home/isa/.local/share/akonadi/akonadiserver.error</a>.
 
 File content of '/home/isa/.local/share/akonadi/akonadiserver.error':
 Database process exited unexpectedly during initial connection!
 executable: "/usr/sbin/mysqld"
 arguments: ("--defaults-file=/home/isa/.local/share/akonadi//mysql.conf", "--datadir=/home/isa/.local/share/akonadi/db_data/", "--socket=/home/isa/.local/share/akonadi/socket-localhost/mysql.socket")
 stdout: ""
 stderr: ""
 exit code: 1
 process error: "Unknown error"
 "[
 0: akonadiserver(_Z11akBacktracev+0x35) [0x80864f5]
 1: akonadiserver() [0x8086a8c]
 2: [0xffffe400]
 3: [0xffffe430]
 4: /lib/i686/libc.so.6(gsignal+0x51) [0xb7033181]
 5: /lib/i686/libc.so.6(abort+0x17e) [0xb7034cae]
 6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb766a9aa]
 7: [(nil)]
 ]
 "
 
 
 Test 16:  ERROR
 --------
 
 Previous Akonadi server error log found.
 Details: The Akonadi server reported errors during its previous startup. The log can be found in <a href='/home/isa/.local/share/akonadi/akonadiserver.error.old'>/home/isa/.local/share/akonadi/akonadiserver.error.old</a>.
 
 File content of '/home/isa/.local/share/akonadi/akonadiserver.error.old':
 Database process exited unexpectedly during initial connection!
 executable: "/usr/sbin/mysqld"
 arguments: ("--defaults-file=/home/isa/.local/share/akonadi//mysql.conf", "--datadir=/home/isa/.local/share/akonadi/db_data/", "--socket=/home/isa/.local/share/akonadi/socket-localhost/mysql.socket")
 stdout: ""
 stderr: ""
 exit code: 1
 process error: "Unknown error"
 "[
 0: akonadiserver(_Z11akBacktracev+0x35) [0x80864f5]
 1: akonadiserver() [0x8086a8c]
 2: [0xffffe400]
 3: [0xffffe430]
 4: /lib/i686/libc.so.6(gsignal+0x51) [0xb6ece181]
 5: /lib/i686/libc.so.6(abort+0x17e) [0xb6ecfcae]
 6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb75059aa]
 7: [(nil)]
 ]
 "
 
 
 Test 17:  SUCCESS
 --------
 
 No current Akonadi control error log found.
 Details: The Akonadi control process did not report any errors during its current startup.
 
 Test 18:  SUCCESS
 --------
 
 No previous Akonadi control error log found.
 Details: The Akonadi control process did not report any errors during its previous startup.
 |  
|  |  |  |  
| _________________
 Linuxi päralt on tulevik
 
 |  | 
|  |   | 
| sander85 Vana Pingviin
 
  
  
 Vanus: 40
 Liitunud: 08.08.2005
 Postitused: 4359
 Asukoht: Tallinn (vahel ka Virtsu)
 Distributsioon: Mageia, Debian, CentOS
 
  
   |  
 
 
| 
| 
 |  
| proovi käsurealt root kasutajana käivitada käsk service mysqld restart 
 mida selle peale öeldakse?
 |  
|  |  |  |  
| _________________
 
       
 |  | 
|  |    | 
| maamiis Pingviini aktivist
 
  
  
 Vanus: 67
 Liitunud: 30.01.2008
 Postitused: 247
 Asukoht: Rakvere
 Distributsioon: Mageia 7,1
 
  
   |  
 
 
| 
| 
 |  
| Selline vastus siis: [isa@localhost ~]$ su Password:
 [root@localhost isa]# service mysqld restart
 Cannot find mysqld service
 Usage: service -[Rfshv] SERVICE ARGUMENTS
 -f|--full-restart:      Do a fullrestart of the service.
 -R|--full-restart-all:  Do a fullrestart of all running services.
 -s|--status-all:        Print a status of all services.
 -d|--debug:             Launch with debug.
 -h|--help:              This help.
 [root@localhost isa]#
 |  
|  |  |  |  
| _________________
 Linuxi päralt on tulevik
 
 |  | 
|  |   | 
| sander85 Vana Pingviin
 
  
  
 Vanus: 40
 Liitunud: 08.08.2005
 Postitused: 4359
 Asukoht: Tallinn (vahel ka Virtsu)
 Distributsioon: Mageia, Debian, CentOS
 
  
   |  
 
 
| 
| 
 |  
| kas pakk mysql on paigaldatud? kui mitte, siis proovi see paigaldada ja pärast seda uuesti antud käsku jooksutada |  
|  |  |  |  
| _________________
 
       
 |  | 
|  |    | 
| maamiis Pingviini aktivist
 
  
  
 Vanus: 67
 Liitunud: 30.01.2008
 Postitused: 247
 Asukoht: Rakvere
 Distributsioon: Mageia 7,1
 
  
   |  
 
 
| 
| 
 |  
| Ütleb, et sellist pakki ei ole:[isa@localhost ~]$ su Password:
 [root@localhost isa]# urpmi mysqld
 Paketti nimega mysqld ei ole
 mysqld sisaldub järgmistes pakettides: libmysqld-devel, libmysqld0
 Kõigi nende kasutamiseks tuleks anda "-a"
 [root@localhost isa]# -a
 bash: -a: käsku ei ole
 [root@localhost isa]# urpmi mysqld
 Paketti nimega mysqld ei ole
 mysqld sisaldub järgmistes pakettides: libmysqld-devel, libmysqld0
 Kõigi nende kasutamiseks tuleks anda "-a"
 [root@localhost isa]# "-a"
 bash: -a: käsku ei ole
 [root@localhost isa]#
 |  
|  |  |  |  
| _________________
 Linuxi päralt on tulevik
 
 |  | 
|  |   | 
| sander85 Vana Pingviin
 
  
  
 Vanus: 40
 Liitunud: 08.08.2005
 Postitused: 4359
 Asukoht: Tallinn (vahel ka Virtsu)
 Distributsioon: Mageia, Debian, CentOS
 
  
   |  
 
 
| 
| 
 |  
| pakk oli küll mysql, aga see pole hetkel oluline, ma vist juhtisin sind natuke valele teele.. mis juhtub, kui proovid käivitada käsku /usr/sbin/mysqld ? 
 esialgu võib proovida tavakasutajana, kui see ei õnnestu, siis root kasutajana
 
 (tuleb tunnistada, et ma ei ole Kmaili kasutaja ja seega koban ise ka suht udus
  ) |  
|  |  |  |  
| _________________
 
       
 |  | 
|  |    | 
| maamiis Pingviini aktivist
 
  
  
 Vanus: 67
 Liitunud: 30.01.2008
 Postitused: 247
 Asukoht: Rakvere
 Distributsioon: Mageia 7,1
 
  
   |  
 
 
| 
| 
 |  
| Nüüd siis selline vastus:[isa@localhost ~]$ /usr/sbin/mysqld 110608  0:33:41 [Warning] Can't create test file /var/lib/mysql/localhost.lower-test
 110608  0:33:41 [Warning] Can't create test file /var/lib/mysql/localhost.lower-test
 110608  0:33:41 [Warning] One can only use the --user switch if running as root
 
 110608  0:33:41 [ERROR] Can't open shared library '/usr/lib/mysql/plugin/ha_archive.so' (errno: 0 cannot open shared object file: No such file or directory)
 110608  0:33:41 [ERROR] Can't open shared library '/usr/lib/mysql/plugin/ha_blackhole.so' (errno: 0 cannot open shared object file: No such file or directory)
 110608  0:33:41 [ERROR] Can't open shared library '/usr/lib/mysql/plugin/ha_federated.so' (errno: 0 cannot open shared object file: No such file or directory)
 /usr/sbin/mysqld: Table 'mysql.plugin' doesn't exist
 110608  0:33:41 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
 110608  0:33:41 InnoDB: The InnoDB memory heap is disabled
 110608  0:33:41 InnoDB: Mutexes and rw_locks use GCC atomic builtins
 110608  0:33:41 InnoDB: Compressed tables use zlib 1.2.5
 110608  0:33:41 InnoDB: Using Linux native AIO
 110608  0:33:41 InnoDB: Initializing buffer pool, size = 128.0M
 110608  0:33:41 InnoDB: Completed initialization of buffer pool
 110608  0:33:41  InnoDB: Operating system error number 13 in a file operation.
 InnoDB: The error means mysqld does not have the access rights to
 InnoDB: the directory.
 InnoDB: File name ./ibdata1
 InnoDB: File operation call: 'create'.
 InnoDB: Cannot continue operation.
 [isa@localhost ~]$ su
 Password:
 [root@localhost isa]# /usr/sbin/mysqld
 110608  0:35:20 [ERROR] Can't open shared library '/usr/lib/mysql/plugin/ha_archive.so' (errno: 0 cannot open shared object file: No such file or directory)
 110608  0:35:20 [ERROR] Can't open shared library '/usr/lib/mysql/plugin/ha_blackhole.so' (errno: 0 cannot open shared object file: No such file or directory)
 110608  0:35:20 [ERROR] Can't open shared library '/usr/lib/mysql/plugin/ha_federated.so' (errno: 0 cannot open shared object file: No such file or directory)
 /usr/sbin/mysqld: Table 'mysql.plugin' doesn't exist
 110608  0:35:20 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
 110608  0:35:20 InnoDB: The InnoDB memory heap is disabled
 110608  0:35:20 InnoDB: Mutexes and rw_locks use GCC atomic builtins
 110608  0:35:20 InnoDB: Compressed tables use zlib 1.2.5
 110608  0:35:20 InnoDB: Using Linux native AIO
 110608  0:35:20 InnoDB: Initializing buffer pool, size = 128.0M
 110608  0:35:20 InnoDB: Completed initialization of buffer pool
 InnoDB: The first specified data file ./ibdata1 did not exist:
 InnoDB: a new database to be created!
 110608  0:35:20  InnoDB: Setting file ./ibdata1 size to 10 MB
 InnoDB: Database physically writes the file full: wait...
 110608  0:35:20  InnoDB: Log file ./ib_logfile0 did not exist: new to be created
 InnoDB: Setting log file ./ib_logfile0 size to 5 MB
 InnoDB: Database physically writes the file full: wait...
 110608  0:35:21  InnoDB: Log file ./ib_logfile1 did not exist: new to be created
 InnoDB: Setting log file ./ib_logfile1 size to 5 MB
 InnoDB: Database physically writes the file full: wait...
 InnoDB: Doublewrite buffer not found: creating new
 InnoDB: Doublewrite buffer created
 InnoDB: 127 rollback segment(s) active.
 InnoDB: Creating foreign key constraint system tables
 InnoDB: Foreign key constraint system tables created
 110608  0:35:21  InnoDB: Waiting for the background threads to start
 110608  0:35:22 InnoDB: 1.1.5 started; log sequence number 0
 110608  0:35:22 [ERROR] /usr/sbin/mysqld: unknown option '--federated'
 110608  0:35:22 [ERROR] Aborting
 
 110608  0:35:22  InnoDB: Starting shutdown...
 110608  0:35:24  InnoDB: Shutdown completed; log sequence number 1595675
 110608  0:35:24 [Note] /usr/sbin/mysqld: Shutdown complete
 
 [root@localhost isa]#
 |  
|  |  |  |  
| _________________
 Linuxi päralt on tulevik
 
 |  | 
|  |   | 
| sander85 Vana Pingviin
 
  
  
 Vanus: 40
 Liitunud: 08.08.2005
 Postitused: 4359
 Asukoht: Tallinn (vahel ka Virtsu)
 Distributsioon: Mageia, Debian, CentOS
 
  
   |  
 
 
| 
| 
 |  
| hmm, kas see on sul äkki kuidagi viisi uuendatud süsteem, mitte päris värske paigaldus? 
 110608 0:35:20 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
 
 proovi jooksutada käsku mysql_upgrade
 |  
|  |  |  |  
| _________________
 
       
 |  | 
|  |    | 
| maamiis Pingviini aktivist
 
  
  
 Vanus: 67
 Liitunud: 30.01.2008
 Postitused: 247
 Asukoht: Rakvere
 Distributsioon: Mageia 7,1
 
  
   |  
 
 
| 
| 
 |  
| Mul töötas ennem Mandriva 2009,1 official. Uuenduse tegin Mageia 1 live plaadilt. Esmalt jätsin home samaks. Teistkordsel vormindasin nii juurika kui home. Küsimus selline, mida see akonadi üldse teeb, äkki prooviks võtta ta üldse maha. Viimane käsk andis sellise tulemuse:[isa@localhost ~]$ su Password:
 [root@localhost isa]# mysql_upgrade
 Looking for 'mysql' as: mysql
 Looking for 'mysqlcheck' as: mysqlcheck
 Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/var/lib/mysql/mysql.sock'
 mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) when trying to connect
 FATAL ERROR: Upgrade failed
 [root@localhost isa]#
 |  
|  |  |  |  
| _________________
 Linuxi päralt on tulevik
 
 |  | 
|  |   | 
| sander85 Vana Pingviin
 
  
  
 Vanus: 40
 Liitunud: 08.08.2005
 Postitused: 4359
 Asukoht: Tallinn (vahel ka Virtsu)
 Distributsioon: Mageia, Debian, CentOS
 
  
   |  
 
 
| 
| 
 |  
| Ava menüüst Tööriistad -> Akonaditray 
 Selle peale peaks alla nurka tekkima ikoon, kui sealt valid paremklõpsu alt Seadista..., siis mida kuvatakse ressursside seadistamise all? Kas seal on midagi või pole? Kas ta suudab selle halduse üldse käivitada?
 |  
|  |  |  |  
| _________________
 
       
 |  | 
|  |    | 
| maamiis Pingviini aktivist
 
  
  
 Vanus: 67
 Liitunud: 30.01.2008
 Postitused: 247
 Asukoht: Rakvere
 Distributsioon: Mageia 7,1
 
  
   |  
 
 
| 
| 
 |  
| Ei suuda avada. Pall põrkab mingi aja ja ongi kõik |  
|  |  |  |  
| _________________
 Linuxi päralt on tulevik
 
 |  | 
|  |   | 
| sander85 Vana Pingviin
 
  
  
 Vanus: 40
 Liitunud: 08.08.2005
 Postitused: 4359
 Asukoht: Tallinn (vahel ka Virtsu)
 Distributsioon: Mageia, Debian, CentOS
 
  
   |  
 
 
| 
| 
 |  
| aga kui tavakasutajana käsurealt käivitad käsu akonaditray ? |  
|  |  |  |  
| _________________
 
       
 |  | 
|  |    | 
| maamiis Pingviini aktivist
 
  
  
 Vanus: 67
 Liitunud: 30.01.2008
 Postitused: 247
 Asukoht: Rakvere
 Distributsioon: Mageia 7,1
 
  
   |  
 
 
| 
| 
 |  
| Sama, juba proovitud. Kõige naljakam on see, et Kontakct ise töötab. Kusjuures, kui maili vaatel on siis ekraan on tume ja akonadi veateade on ees, aga mail ise töötab, meilid sisse tulevad. Sama aken on ka ees aadressidel. |  
|  |  |  |  
| _________________
 Linuxi päralt on tulevik
 
 |  | 
|  |   | 
| sander85 Vana Pingviin
 
  
  
 Vanus: 40
 Liitunud: 08.08.2005
 Postitused: 4359
 Asukoht: Tallinn (vahel ka Virtsu)
 Distributsioon: Mageia, Debian, CentOS
 
  
   |  
 
 
| 
| 
 |  
| "Sama, juba proovitud" tähendab mida? Mingi veateate viskab? |  
|  |  |  |  
| _________________
 
       
 |  | 
|  |    | 
| maamiis Pingviini aktivist
 
  
  
 Vanus: 67
 Liitunud: 30.01.2008
 Postitused: 247
 Asukoht: Rakvere
 Distributsioon: Mageia 7,1
 
  
   |  
 
 
| 
| 
 |  
| Sama sinine pall hüpleb mõned sekundid, mingit veateadet ei anna |  
|  |  |  |  
| _________________
 Linuxi päralt on tulevik
 
 |  | 
|  |   | 
| sander85 Vana Pingviin
 
  
  
 Vanus: 40
 Liitunud: 08.08.2005
 Postitused: 4359
 Asukoht: Tallinn (vahel ka Virtsu)
 Distributsioon: Mageia, Debian, CentOS
 
  
   |  
 
 
| 
| 
 |  
| kas ps aux |grep mysql kuvab miskit? |  
|  |  |  |  
| _________________
 
       
 |  | 
|  |    | 
| maamiis Pingviini aktivist
 
  
  
 Vanus: 67
 Liitunud: 30.01.2008
 Postitused: 247
 Asukoht: Rakvere
 Distributsioon: Mageia 7,1
 
  
   |  
 
 
| 
| 
 |  
| [isa@localhost ~]$ su Password:
 [root@localhost isa]# ps aux |grep mysql
 root      9909  0.0  0.0   4412   768 pts/1    S+   20:02   0:00 grep --color mysql
 [root@localhost isa]#
 |  
|  |  |  |  
| _________________
 Linuxi päralt on tulevik
 
 |  | 
|  |   | 
| sander85 Vana Pingviin
 
  
  
 Vanus: 40
 Liitunud: 08.08.2005
 Postitused: 4359
 Asukoht: Tallinn (vahel ka Virtsu)
 Distributsioon: Mageia, Debian, CentOS
 
  
   |  
 
 
| 
| 
 |  
| mis juhtub kui tavakasutajana käivitada järgmine käsk: 
 /usr/sbin/mysqld --defaults-file=/home/isa/.local/share/akonadi/mysql.conf --datadir=/home/isa/.local/share/akonadi/db_data/ --socket=/home/isa/.local/share/akonadi/socket-latitude/mysql.socket
 |  
|  |  |  |  
| _________________
 
       
 |  | 
|  |    | 
| maamiis Pingviini aktivist
 
  
  
 Vanus: 67
 Liitunud: 30.01.2008
 Postitused: 247
 Asukoht: Rakvere
 Distributsioon: Mageia 7,1
 
  
   |  
 
 
| 
| 
 |  
| Selline vastus:[isa@localhost ~]$ su Password:
 [root@localhost isa]# /usr/sbin/mysqld --defaults-file=/home/isa/.local/share/akonadi/mysql.conf --datadir=/home/isa/.local/share/akonadi/db_data/ --socket=/home/isa/.local/share/akonadi/socket-latitude/mysql.socket
 110608 21:07:33 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
 
 110608 21:07:33 [ERROR] Aborting
 
 110608 21:07:33 [Note] /usr/sbin/mysqld: Shutdown complete
 
 [root@localhost isa]#
 |  
|  |  |  |  
| _________________
 Linuxi päralt on tulevik
 
 |  | 
|  |   | 
| sander85 Vana Pingviin
 
  
  
 Vanus: 40
 Liitunud: 08.08.2005
 Postitused: 4359
 Asukoht: Tallinn (vahel ka Virtsu)
 Distributsioon: Mageia, Debian, CentOS
 
  
   |  | 
|  |    | 
|  |