Forum Index > Open Source > Linux

#0 by System at 2006-08-25 20:23:38 (986 săptămâni în urmă) - [Link]Top
Linux talk...


Mesaj util ?   Da   44 puncte

1 2 3 4 5 6 7 8 9 10 ... 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 ... 363 364 365 366 367 368 369 370 371 372
<< Precedenta      Următoarea >>

#5626 by Hopespis (...) (0 mesaje) at 2010-05-20 19:15:26 (791 săptămâni în urmă) - [Link]Top
#5625 dann, shi cum sal instalez pe debian sa aiba shi web interface?


Mesaj util ?   Da   0 puncte
#5627 by System at 2010-05-20 19:23:33 (791 săptămâni în urmă) - [Link]Top
#5626 Hopespis, apt-get install transmission, ca si orice alt soft


Mesaj util ?   Da   0 puncte
#5628 by Hopespis (...) (0 mesaje) at 2010-05-20 19:27:31 (791 săptămâni în urmă) - [Link]Top
#5627 dann, lol shi mai departe?


Mesaj util ?   Da   0 puncte
#5629 by System at 2010-05-20 19:55:47 (791 săptămâni în urmă) - [Link]Top
#5628 Hopespis, mai departe citeste Kamasutra


Mesaj util ?   Da   0 puncte
#5630 by MrDeath Velo Club (Power User) (0 mesaje) at 2010-05-20 20:40:38 (791 săptămâni în urmă) - [Link]Top
#5624 Hopespis, ktorrent


Mesaj util ?   Da   0 puncte
#5631 by sharky1984 (Олд Юзер) (0 mesaje) at 2010-05-21 00:17:31 (791 săptămâni în urmă) - [Link]Top
#5626 Hopespis, rtorrent + WebUI care seaman cu uTorrent.... Eu am pus pe BSD. Daq vrei incearca
http://www.lissyara.su/rtorrent+utorrent_webui/ numaq asta pentru BSD... Adapteaza dupa linux




Mesaj util ?   Da   0 puncte
#5632 by Vitok (Power User) (0 mesaje) at 2010-05-21 09:06:22 (791 săptămâni în urmă) - [Link]Top
#5631 sharky1984, "... Adapteaza dupa linux ..." - nu trebuie de adaptat nimic dupa linux, aceasta deacuma au facut-o altii p/u noi :)
Uite un how to scris si verificat de mine pe ubuntu 9.10 dupa mai multe forumuri:
rtorrent + rutorrent (web interface)

#1.Instalareapachetelor necesare p/u rtorrent
sudo apt-get install apache2.2-common apache2-utils autoconf automake autotools-dev binutils build-essential bzip2 ca-certificates comerr-dev cpp cpp-4.1 dpkg-dev file g++ g++-4.1 gawk gcc gcc-4.1 libapache2-mod-php5 libapr1 libaprutil1 libc6-dev libcurl3 libcurl4-openssl-dev libexpat1 libidn11 libidn11-dev libkdb5-4 libkrb5-dev libmagic1 libncurses5-dev libneon26 libpcre3 libpq5 libsigc++-2.0-dev libsqlite0 libsqlite3-0 libssl-dev libssp0-dev libstdc++6-4.1-dev libsvn1 libtool libxml2 lighttpd linux-libc-dev lynx m4 make mime-support ntp ntpdate openssl patch perl perl-modules php5 php5-cgi php5-common php5-sqlite php5-cli pkg-config screen sqlite subversion ucf zlib1g-dev php5-xmlrpc libapache2-mod-scgi

# Edit Apache default server config:
sudo nano /etc/apache2/sites-enabled/000-default
# Add the following lines, above the last “< /VirtualHost >”
LoadModule scgi_module /usr/lib/apache2/modules/mod_scgi.so
SCGIMount /RPC2 127.0.0.1:5000
# restart the webserver
sudo /etc/init.d/apache2 restart

cd /usr/local/
# http://libtorrent.rakshasa.no/  Latest stable version
wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.6.tar.gz
wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.6.tar.gz

sudo tar xvf libtorrent-0.12.6.tar.gz
cd libtorrent-0.12.6
./autogen.sh
./configure --prefix=/usr
make
sudo make install
cd ..
rm -rf libtorrent-0.12.6.tar.gz

svn co https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced/
# Compile xmlrpc-c
cd advanced
./configure --disable-cplusplus
make
sudo make install
cd ..

sudo tar xvf rtorrent-0.8.6.tar.gz
cd rtorrent-0.8.6
./autogen.sh
./configure --with-xmlrpc-c
make
sudo make install
sudo ldconfig
cd ..
rm -rf rtorrent-0.8.6.tar.gz
#2.Configurarea rotorrent
touch /home/engineer/.rtorrent.rc
nano /home/engineer/.rtorrent.rc
#contentu la .rtorrent.rc:
port_range = 10000-10005
check_hash = yes
directory = /home/engineer/torrent
session = /home/engineer/torrent/.session
tos = default
upload_rate = 0
download_rate = 0
scgi_port = 127.0.0.1:5000
#cream directoriile necesare.
mkdir /home/engineer/torrent
mkdir /home/engineer/torrent/.session
#3. Instalam rutorrent
cd /var/www/
sudo wget http://rutorrent.googlecode.com/files/rtorrent-2.7.tar.gz
sudo tar -xvzf rtorrent-2.7.tar.gz
sudo rm *.tar.gz
sudo chmod 777 rtorrent
#4. Pornim rotrrent cu comenzile
rtorrent
screen rtorrent
#5. P/u a porni rtorrent la bootare:
cd /etc/init.d
sudo wget http://libtorrent.rakshasa.no/raw-attachment/wiki/RTorrentCommonTasks/rtorrentInit.sh
sudo nano rtorrentInit.sh
#cautam rindul 34 cu: user="user" si schimbam "user" pe utilizatorul nostru
sudo chmod +x rtorrentInit.sh
sudo update-rc.d rtorrentInit.sh defaults
sudo /etc/init.d/rtorrentInit.sh start
#6. P/u a ne intoarce pe rtorrent in terminal tapam:
screen -r
#7. Cum sa inchidem rtorrent corect:
Ctrl-q
ÎnchideЗакрыть
In punctul 3 este scris cum de instalat rutorrent versiunea stabila 2.7, dar poti sa instalezi in loc de ea versiuea 3.0 beta, merge tot foarte bine, p/u ea in loc de punctul 3 vezi rutorrent 3.0 beta


Mesaj util ?   Da   0 puncte
#5633 by Cram (îndrăgostit de limba română) (0 mesaje) at 2010-06-01 10:36:55 (789 săptămâni în urmă) - [Link]Top
Nu-mi reuşeşte să configurez serverul SAMBA...

Ce vreau să realizez:
O structură de mape cu diferite niveluri de acces:
ACCES - mapa în care să poată intra 3 utilizatori cu drepturi r-x.
Această mapă conţine alte trei mape:
COMUNA - în care au acces rwx toţi trei useri.
Mapa MOF - în care MO şi VP au acces recursiv rwx, ED nu are acces.
Mapa EDF - în care ED şi VP au acces recursiv rwx, MO nu are acces.

Ce am făcut:
Am adăugat în sistem utilizatorii VP, MO şi ED.
Am adăugat grupurile GRP, MO şi ED.
În grupul GRP intră toţi trei utilizatori,
în grupul MO intră utilizatorii MO şi VP,
în grupul ED intră utilizatorii ED şi VP.
(numele utilizatorilor şi a grupuri.lor cu litere mici le-am scris peste tot)

Am creat mapele.

Am setat drepturile de acces:
ACCES:  550 [VP] [GRP]
COMUNA: 770 [VP] [GRP]
MO: 770 [VP] [MO]
ED: 770 [VP] [ED]

Am adăugat în samba utilizatorii, le-am dat aceleaşi parole ca şi în sistem

Am setat următorul smb.conf :
text ascunsскрытый текст

[global]
workgroup = WORKGROUP
netbios name = fileserver
passdb backend = tdbsam
printing = cups
server string = smb fileserver
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
usershare allow guests = Yes
add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
domain logons = No
domain master = No
security = share
Log file = /var/log/samba/log.%m
Max Log file = 100
encrypt passwords = yes

[acces]
path = /access
valid users = vp, mo, ed
public = no
writable = yes
ÎnchideЗакрыть

Rezultat:
Cînd indic security = share - nu îmi dă acces din reţea în această mapă.
Acelaşi rezultat dacă încerc să o conectez ca mapă de reţea cu nume şi parolă unora dintre cei trei.

Dacă indic security = user - indiferent de metoda de conectare care o aleg îmi deschide repetat caseta de autentificare, chiar dacă întroduc numele şi parola corectă - nu arată nicio eroare.


Unde greşesc?
Este problemă de realizare sau însăşi logica după care mă conduc e greşită?
Bucuros pentru orice sugestie! :)


Mesaj util ?   Da   0 puncte
#5634 by Vitok (Power User) (0 mesaje) at 2010-06-01 11:12:14 (789 săptămâni în urmă) - [Link]Top
#5633 Cram, ceea ce vrei sa realizezi este foarte interesant, daca iti reuseste pina la sfirsit ai putea sa faci un tutorial cum ai realizat si sa te imparti, cred ca va fi de folos la multi.


Mesaj util ?   Da   0 puncte
#5635 by Cram (îndrăgostit de limba română) (0 mesaje) at 2010-06-01 11:47:38 (789 săptămâni în urmă) - [Link]Top
#5634 Vitok, o fac cu mare plăcere, doar să o scot la capăt.


Mesaj util ?   Da   0 puncte
#5636 by Dumbledore (User) (0 mesaje) at 2010-06-01 19:43:57 (789 săptămâni în urmă) - [Link]Top
ma ajuta cineva sa restabilesc grub bootloader-u dupa ce am reinstalat windowsu?... as fi cautat in google, da nu am internet :blush:


Mesaj util ?   Da   0 puncte
#5637 by sharky1984 (Олд Юзер) (0 mesaje) at 2010-06-02 00:31:05 (789 săptămâni în urmă) - [Link]Top
#5636 Dumbledore, "... da nu am internet ..." - da cum scrii pe forum dara? :|


Mesaj util ?   Da   0 puncte
#5638 by Dumbledore (User) (0 mesaje) at 2010-06-02 00:32:57 (789 săptămâni în urmă) - [Link]Top
#5637 sharky1984, asta asa fignea se intampla cand nu platesti internetu la moldtelecom... externu il deconecteaza... da internu- nu


Mesaj util ?   Da   0 puncte
#5639 by sharky1984 (Олд Юзер) (0 mesaje) at 2010-06-02 00:35:17 (789 săptămâni în urmă) - [Link]Top
#5638 Dumbledore, poti avea si extern... treb numai sa citesti oleaca aishi http://torrentsmd.com/forum.php?action=viewtopic&topicid=355314


Mesaj util ?   Da   0 puncte
#5640 by Dumbledore (User) (0 mesaje) at 2010-06-02 00:54:43 (789 săptămâni în urmă) - [Link]Top
#5639 sharky1984, chiar crezi ca nu am incercat?)


Mesaj util ?   Da   0 puncte
#5641 by sharky1984 (Олд Юзер) (0 mesaje) at 2010-06-02 02:26:08 (789 săptămâni în urmă) - [Link]Top
#5640 Dumbledore, chiar cred...


Mesaj util ?   Da   0 puncte
#5642 by mishunika (/dev/null) (0 mesaje) at 2010-06-02 08:03:26 (789 săptămâni în urmă) - [Link]Top
#5639 sharky1984, proiectul e mort din câte știu %)

#5636 Dumbledore, te bootezi de pe vre'un linux Live cd, îi dai de sub root comanda grub, și apoi
root (hd[identificator_hdd],[numarul_partitiei])
setup (hd[identificator_hdd])

Unde: [identificator_hdd] - pentru sda sau hda este 0, pentru sdb 1 șamd %)
[numarul_partitiei] - este cu unu mai puțin decât numărul fizic din /dev... adică pentru sda1 o să fie root (hd0,0)

Editat de către mishunika la 2010-06-02 08:47:12




Mesaj util ?   Da   0 puncte
#5643 by MrDeath Velo Club (Power User) (0 mesaje) at 2010-06-02 08:24:43 (789 săptămâni în urmă) - [Link]Top
#5642 mishunika, matinca l-ai incurcat mai tare :D


Mesaj util ?   Da   0 puncte
#5644 by Dumbledore (User) (0 mesaje) at 2010-06-02 17:01:37 (789 săptămâni în urmă) - [Link]Top
#5642 mishunika, yo, merci... acus incerc)

#5643 MrDeath, "... matinca l-ai incurcat mai tare :D ..." - de ce? parca tot e destul de simplu de inteles)

update: multumesc mult... a mers ca pe roate)


Mesaj util ?   Da   0 puncte
#5645 by Cram (îndrăgostit de limba română) (0 mesaje) at 2010-06-14 11:45:16 (788 săptămâni în urmă) - [Link]Top
am o problemă...
Se restartează serverul pe opensuse 11.2 x32.
Am verificat temperatura procesorului, memoria, hardurile - sînt în regulă.

Mă uit prin loguri - parcă nimic suspect.
Ce ar putea fi?


Mesaj util ?   Da   0 puncte
#5646 by MrDeath Velo Club (Power User) (0 mesaje) at 2010-06-14 11:50:59 (788 săptămâni în urmă) - [Link]Top
#5645 Cram, PSU ai verificat ?


Mesaj util ?   Da   0 puncte
#5647 by KilyGonzales (Da Sempre Superiori) (0 mesaje) at 2010-06-14 11:56:23 (788 săptămâni în urmă) - [Link]Top
#5646 MrDeath, uhu, au fost chiar la noi cîteva cazuri pe pseudo-servere cu PSU-uri ieftine.


Mesaj util ?   Da   0 puncte
#5648 by Cram (îndrăgostit de limba română) (0 mesaje) at 2010-06-14 11:56:40 (788 săptămâni în urmă) - [Link]Top
ultimele mesaje din log:
text ascunsскрытый текст

Jun 14 11:31:40 intranet kernel: imklog 4.4.1, log source = /proc/kmsg started.
Jun 14 11:31:40 intranet rsyslogd: [origin software="rsyslogd" swVersion="4.4.1" x-pid="1293" x-info="http://www.rsyslog.com"] (re)start
Jun 14 11:31:40 intranet kernel: [    8.712037] fuse init (API version 7.12)
Jun 14 11:31:40 intranet kernel: [    9.367077] type=1505 audit(1276504298.620:2): operation="profile_load" pid=1190 name=/bin/ping
Jun 14 11:31:40 intranet kernel: [    9.405022] type=1505 audit(1276504298.658:3): operation="profile_load" pid=1191 name=/sbin/klogd
Jun 14 11:31:40 intranet kernel: [    9.475839] type=1505 audit(1276504298.728:4): operation="profile_load" pid=1192 name=/sbin/syslog-ng
Jun 14 11:31:40 intranet kernel: [    9.555004] type=1505 audit(1276504298.807:5): operation="profile_load" pid=1193 name=/sbin/syslogd
Jun 14 11:31:40 intranet kernel: [    9.629630] type=1505 audit(1276504298.882:6): operation="profile_load" pid=1194 name=/usr/sbin/avahi-daemon
Jun 14 11:31:40 intranet kernel: [    9.695434] type=1505 audit(1276504298.948:7): operation="profile_load" pid=1195 name=/usr/sbin/identd
Jun 14 11:31:40 intranet kernel: [    9.771291] type=1505 audit(1276504299.024:8): operation="profile_load" pid=1196 name=/usr/sbin/mdnsd
Jun 14 11:31:40 intranet kernel: [    9.852660] type=1505 audit(1276504299.105:9): operation="profile_load" pid=1197 name=/usr/sbin/nscd
Jun 14 11:31:40 intranet kernel: [    9.957033] type=1505 audit(1276504299.210:10): operation="profile_load" pid=1198 name=/usr/sbin/ntpd
Jun 14 11:31:40 intranet kernel: [  10.023009] type=1505 audit(1276504299.276:11): operation="profile_load" pid=1199 name=/usr/sbin/traceroute
Jun 14 11:31:40 intranet kernel: [  11.595709] powernow: This module only works with AMD K7 CPUs
Jun 14 11:31:41 intranet kernel: [  11.895978] ip6_tables: (C) 2000-2006 Netfilter Core Team
Jun 14 11:31:41 intranet kernel: [  11.939601] ip_tables: (C) 2000-2006 Netfilter Core Team
Jun 14 11:31:41 intranet SuSEfirewall2: batch committing...
Jun 14 11:31:41 intranet SuSEfirewall2: Firewall rules set to CLOSE.
Jun 14 11:31:41 intranet kernel: [  11.954341] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Jun 14 11:31:41 intranet ifup:    lo
Jun 14 11:31:41 intranet ifup:    lo
Jun 14 11:31:41 intranet ifup: IP address: 127.0.0.1/8
Jun 14 11:31:41 intranet ifup:
Jun 14 11:31:41 intranet ifup:
Jun 14 11:31:41 intranet ifup: IP address: 127.0.0.2/8
Jun 14 11:31:41 intranet ifup:
Jun 14 11:31:42 intranet gdm[1493]: WARNING: GdmDisplay: display lasted 1.238222 seconds
Jun 14 11:31:42 intranet ifup:    eth0      device: Intel Corporation 82541GI Gigabit Ethernet Controller (rev 05)
Jun 14 11:31:42 intranet ifup:              No configuration found for eth0
Jun 14 11:31:42 intranet ifup:    eth1      device: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02)
Jun 14 11:31:42 intranet kernel: [  13.671423] e1000e 0000:00:19.0: irq 27 for MSI/MSI-X
Jun 14 11:31:42 intranet kernel: [  13.722170] e1000e 0000:00:19.0: irq 27 for MSI/MSI-X
Jun 14 11:31:42 intranet kernel: [  13.722404] ADDRCONF(NETDEV_UP): eth1: link is not ready
Jun 14 11:31:42 intranet ifup:    eth1
Jun 14 11:31:42 intranet ifup: IP address: 93.113.75.11/24
Jun 14 11:31:42 intranet ifup:
Jun 14 11:31:42 intranet ifup:
Jun 14 11:31:42 intranet ifup: IP address: 10.4.2.19/24
Jun 14 11:31:42 intranet ifup:
Jun 14 11:31:43 intranet gdm[1493]: WARNING: GdmDisplay: display lasted 1.147797 seconds
Jun 14 11:31:43 intranet SuSEfirewall2: /var/lock/SuSEfirewall2.booting exists which means system boot in progress, exit.
Jun 14 11:31:43 intranet kernel: Kernel logging (proc) stopped.
Jun 14 11:31:43 intranet kernel: imklog 4.4.1, log source = /proc/kmsg started.
Jun 14 11:31:43 intranet rsyslogd: [origin software="rsyslogd" swVersion="4.4.1" x-pid="2067" x-info="http://www.rsyslog.com"] (re)start
Jun 14 11:31:44 intranet audispd: priority_boost_parser called with: 4
Jun 14 11:31:44 intranet audispd: max_restarts_parser called with: 10
Jun 14 11:31:44 intranet audispd: af_unix plugin initialized
Jun 14 11:31:44 intranet audispd: audispd initialized with q_depth=80 and 1 active plugins
Jun 14 11:31:44 intranet auditd[2113]: Started dispatcher: /sbin/audispd pid: 2115
Jun 14 11:31:44 intranet webmin[2102]: Webmin starting
Jun 14 11:31:44 intranet auditd[2113]: Init complete, auditd 1.7.13 listening for events (startup state disable)
Jun 14 11:31:44 intranet kernel: [  15.127265] e1000e: eth1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
Jun 14 11:31:44 intranet kernel: [  15.127269] 0000:00:19.0: eth1: 10/100 speed: disabling TSO
Jun 14 11:31:44 intranet kernel: [  15.127481] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Jun 14 11:31:44 intranet gdm[1493]: WARNING: GdmDisplay: display lasted 1.156832 seconds
Jun 14 11:31:45 intranet kernel: [  15.791073] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
Jun 14 11:31:45 intranet avahi-daemon[2265]: Found user 'avahi' (UID 101) and group 'avahi' (GID 104).
Jun 14 11:31:45 intranet avahi-daemon[2265]: Successfully dropped root privileges.
Jun 14 11:31:45 intranet avahi-daemon[2265]: avahi-daemon 0.6.25 starting up.
Jun 14 11:31:45 intranet avahi-daemon[2265]: Loading service file /etc/avahi/services/sftp-ssh.service.
Jun 14 11:31:45 intranet avahi-daemon[2265]: Loading service file /etc/avahi/services/ssh.service.
Jun 14 11:31:45 intranet avahi-daemon[2265]: Joining mDNS multicast group on interface eth1.IPv4 with address 10.4.2.19.
Jun 14 11:31:45 intranet avahi-daemon[2265]: New relevant interface eth1.IPv4 for mDNS.
Jun 14 11:31:45 intranet avahi-daemon[2265]: Network interface enumeration completed.
Jun 14 11:31:45 intranet avahi-daemon[2265]: Registering new address record for fe80::215:17ff:fe26:ed70 on eth1.*.
Jun 14 11:31:45 intranet avahi-daemon[2265]: Registering new address record for 10.4.2.19 on eth1.IPv4.
Jun 14 11:31:45 intranet avahi-daemon[2265]: Registering new address record for 93.113.75.11 on eth1.IPv4.
Jun 14 11:31:45 intranet avahi-daemon[2265]: Registering HINFO record with values 'I686'/'LINUX'.
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=26]
Jun 14 11:31:45 intranet smartd[2325]: smartd 5.39 2009-08-08 r2872~ [i686-pc-linux-gnu] (openSUSE RPM)#012Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net#012
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/chargen-udp [file=/etc/xinetd.d/chargen-udp] [line=14]
Jun 14 11:31:45 intranet smartd[2325]: Opened configuration file /etc/smartd.conf
Jun 14 11:31:45 intranet smartd[2325]: Drive: DEVICESCAN, implied '-a' Directive on line 26 of file /etc/smartd.conf
Jun 14 11:31:45 intranet smartd[2325]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/cups-lpd [file=/etc/xinetd.d/cups-lpd] [line=15]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=11]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/daytime-udp [file=/etc/xinetd.d/daytime-udp] [line=14]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=15]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/discard-udp [file=/etc/xinetd.d/discard-udp] [line=14]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=15]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/echo-udp [file=/etc/xinetd.d/echo-udp] [line=14]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/netstat [file=/etc/xinetd.d/netstat] [line=15]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/rsync [file=/etc/xinetd.d/rsync] [line=16]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/sane-port [file=/etc/xinetd.d/sane-port] [line=12]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/servers [file=/etc/xinetd.d/servers] [line=14]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/services [file=/etc/xinetd.d/services] [line=14]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/swat [file=/etc/xinetd.d/swat] [line=14]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/systat [file=/etc/xinetd.d/systat] [line=12]
Jun 14 11:31:45 intranet smartd[2325]: Device: /dev/sda, type changed from 'scsi' to 'sat'
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/tftp [file=/etc/xinetd.d/tftp] [line=17]
Jun 14 11:31:45 intranet smartd[2325]: Device: /dev/sda [SAT], opened
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=15]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/time-udp [file=/etc/xinetd.d/time-udp] [line=15]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/vnc [file=/etc/xinetd.d/vnc] [line=15]
Jun 14 11:31:45 intranet xinetd[2334]: Reading included configuration file: /etc/xinetd.d/vsftpd [file=/etc/xinetd.d/vsftpd] [line=88]
Jun 14 11:31:45 intranet xinetd[2334]: xinetd Version 2.3.14 started with libwrap loadavg options compiled in.
Jun 14 11:31:45 intranet xinetd[2334]: Started working: 2 available services
Jun 14 11:31:45 intranet sshd[2356]: Server listening on 0.0.0.0 port 22.
Jun 14 11:31:45 intranet sshd[2356]: Server listening on :: port 22.
Jun 14 11:31:45 intranet smartd[2325]: Device: /dev/sda [SAT], found in smartd database.
Jun 14 11:31:45 intranet smbd[2483]: [2010/06/14 11:31:45,  0] smbd/server.c:457(smbd_open_one_socket)
Jun 14 11:31:45 intranet smbd[2483]:  smbd_open_once_socket: open_socket_in: Address already in use
Jun 14 11:31:45 intranet smbd[2483]: [2010/06/14 11:31:45,  0] smbd/server.c:457(smbd_open_one_socket)
Jun 14 11:31:45 intranet smbd[2483]:  smbd_open_once_socket: open_socket_in: Address already in use
Jun 14 11:31:45 intranet smartd[2325]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
Jun 14 11:31:45 intranet smartd[2325]: Device: /dev/sda [SAT], state read from /var/lib/smartmontools/smartd.ST3250310AS-6RYAF096.ata.state
Jun 14 11:31:45 intranet smartd[2325]: Device: /dev/sdb, type changed from 'scsi' to 'sat'
Jun 14 11:31:45 intranet smartd[2325]: Device: /dev/sdb [SAT], opened
Jun 14 11:31:45 intranet smartd[2325]: Device: /dev/sdb [SAT], found in smartd database.
Jun 14 11:31:45 intranet gdm[1493]: WARNING: GdmDisplay: display lasted 1.169691 seconds
Jun 14 11:31:45 intranet smartd[2325]: Device: /dev/sdb [SAT], is SMART capable. Adding to "monitor" list.
Jun 14 11:31:45 intranet smartd[2325]: Device: /dev/sdb [SAT], state read from /var/lib/smartmontools/smartd.ST3250310AS-6RYAHMSF.ata.state
Jun 14 11:31:45 intranet smartd[2325]: Monitoring 2 ATA and 0 SCSI devices
Jun 14 11:31:46 intranet avahi-daemon[2265]: Server startup complete. Host name is intranet.local. Local service cookie is 1799586816.
Jun 14 11:31:46 intranet smartd[2325]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 64 to 65
Jun 14 11:31:46 intranet smartd[2325]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 36 to 35
Jun 14 11:31:46 intranet smartd[2325]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.ST3250310AS-6RYAF096.ata.state
Jun 14 11:31:46 intranet smartd[2325]: Device: /dev/sdb [SAT], state written to /var/lib/smartmontools/smartd.ST3250310AS-6RYAHMSF.ata.state
Jun 14 11:31:46 intranet smartd[2647]: smartd has fork()ed into background mode. New PID=2647.
Jun 14 11:31:46 intranet /usr/sbin/cron[2696]: (CRON) STARTUP (V5.0)
Jun 14 11:31:46 intranet SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
Jun 14 11:31:46 intranet SuSEfirewall2: Warning: no default firewall zone defined, assuming 'ext'
Jun 14 11:31:46 intranet SuSEfirewall2: using default zone 'ext' for interface eth0
Jun 14 11:31:46 intranet SuSEfirewall2: batch committing...
Jun 14 11:31:46 intranet SuSEfirewall2: Firewall rules successfully set
Jun 14 11:31:46 intranet avahi-daemon[2265]: Service "intranet" (/etc/avahi/services/ssh.service) successfully established.
Jun 14 11:31:46 intranet avahi-daemon[2265]: Service "SFTP File Transfer on intranet" (/etc/avahi/services/sftp-ssh.service) successfully established.
Jun 14 11:31:47 intranet gdm[1493]: WARNING: GdmDisplay: display lasted 1.155994 seconds
Jun 14 11:31:47 intranet kernel: [  17.987409] bootsplash: status on console 0 changed to on
Jun 14 11:31:47 intranet nmbd[1991]: [2010/06/14 11:31:47,  0] nmbd/nmbd_namequery.c:108(query_name_response)
Jun 14 11:31:47 intranet nmbd[1991]:  query_name_response: Multiple (2) responses received for a query on subnet 10.4.2.19 for name WORKGROUP<1d>.
Jun 14 11:31:47 intranet nmbd[1991]:  This response was from IP 10.4.2.18, reporting an IP address of 10.4.2.18.
Jun 14 11:31:47 intranet nmbd[1991]: [2010/06/14 11:31:47,  0] nmbd/nmbd_namequery.c:108(query_name_response)
Jun 14 11:31:47 intranet nmbd[1991]:  query_name_response: Multiple (2) responses received for a query on subnet 93.113.75.11 for name WORKGROUP<1d>.
Jun 14 11:31:47 intranet nmbd[1991]:  This response was from IP 93.113.75.10, reporting an IP address of 93.113.75.10.
Jun 14 11:31:48 intranet gdm[1493]: WARNING: GdmDisplay: display lasted 1.607537 seconds
Jun 14 11:31:48 intranet gdm[1493]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
Jun 14 11:31:55 intranet kernel: [  25.896380] eth1: no IPv6 routers present
Jun 14 11:32:25 intranet sshd[4127]: Accepted keyboard-interactive/pam for root from 10.4.2.18 port 50195 ssh2
Jun 14 11:43:02 intranet smbd[4910]: [2010/06/14 11:43:02,  0] lib/util_sock.c:738(write_data)
Jun 14 11:43:02 intranet smbd[4910]: [2010/06/14 11:43:02,  0] lib/util_sock.c:1491(get_peer_addr_internal)
Jun 14 11:43:02 intranet smbd[4910]:  getpeername failed. Error was Transport endpoint is not connected
Jun 14 11:43:02 intranet smbd[4910]:  write_data: write failure in writing to client 0.0.0.0. Error Connection reset by peer
Jun 14 11:43:02 intranet smbd[4910]: [2010/06/14 11:43:02,  0] smbd/process.c:62(srv_send_smb)
Jun 14 11:43:02 intranet smbd[4910]:  Error writing 4 bytes to client. -1. (Transport endpoint is not connected)

Jun 14 11:49:04 intranet kernel: imklog 4.4.1, log source = /proc/kmsg started.
Jun 14 11:49:04 intranet kernel: [    9.995999] type=1505 audit(1276505342.247:2): operation="profile_load" pid=1162 name=/bin/ping
Jun 14 11:49:04 intranet kernel: [  10.034983] type=1505 audit(1276505342.286:3): operation="profile_load" pid=1163 name=/sbin/klogd
Jun 14 11:49:04 intranet kernel: [  10.118037] type=1505 audit(1276505342.369:4): operation="profile_load" pid=1164 name=/sbin/syslog-ng
Jun 14 11:49:04 intranet kernel: [  10.197486] type=1505 audit(1276505342.449:5): operation="profile_load" pid=1165 name=/sbin/syslogd
Jun 14 11:49:04 intranet kernel: [  10.272005] type=1505 audit(1276505342.523:6): operation="profile_load" pid=1166 name=/usr/sbin/avahi-daemon
Jun 14 11:49:04 intranet kernel: [  10.345021] type=1505 audit(1276505342.596:7): operation="profile_load" pid=1167 name=/usr/sbin/identd
Jun 14 11:49:04 intranet kernel: [  10.413873] type=1505 audit(1276505342.665:8): operation="profile_load" pid=1168 name=/usr/sbin/mdnsd
Jun 14 11:49:04 intranet kernel: [  10.491614] type=1505 audit(1276505342.743:9): operation="profile_load" pid=1169 name=/usr/sbin/nscd
Jun 14 11:49:04 intranet kernel: [  10.591588] type=1505 audit(1276505342.843:10): operation="profile_load" pid=1170 name=/usr/sbin/ntpd
Jun 14 11:49:04 intranet kernel: [  10.657227] type=1505 audit(1276505342.909:11): operation="profile_load" pid=1171 name=/usr/sbin/traceroute
Jun 14 11:49:04 intranet rsyslogd: [origin software="rsyslogd" swVersion="4.4.1" x-pid="1272" x-info="http://www.rsyslog.com"] (re)start
Jun 14 11:49:04 intranet kernel: [  12.543977] powernow: This module only works with AMD K7 CPUs
Jun 14 11:49:05 intranet kernel: [  13.480359] ip6_tables: (C) 2000-2006 Netfilter Core Team
Jun 14 11:49:05 intranet kernel: [  13.504536] ip_tables: (C) 2000-2006 Netfilter Core Team
Jun 14 11:49:05 intranet kernel: [  13.517560] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Jun 14 11:49:05 intranet SuSEfirewall2: batch committing...
Jun 14 11:49:05 intranet SuSEfirewall2: Firewall rules set to CLOSE.
Jun 14 11:49:06 intranet gdm[1451]: WARNING: GdmDisplay: display lasted 1.243404 seconds
Jun 14 11:49:06 intranet ifup:    lo
Jun 14 11:49:06 intranet ifup:    lo
Jun 14 11:49:06 intranet ifup: IP address: 127.0.0.1/8
Jun 14 11:49:06 intranet ifup:
Jun 14 11:49:06 intranet ifup:
Jun 14 11:49:06 intranet ifup: IP address: 127.0.0.2/8
Jun 14 11:49:06 intranet ifup:
Jun 14 11:49:07 intranet ifup:    eth0      device: Intel Corporation 82541GI Gigabit Ethernet Controller (rev 05)
Jun 14 11:49:07 intranet ifup:              No configuration found for eth0
Jun 14 11:49:07 intranet ifup:    eth1      device: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02)
Jun 14 11:49:07 intranet gdm[1451]: WARNING: GdmDisplay: display lasted 1.161895 seconds
Jun 14 11:49:07 intranet ifup:    eth1
Jun 14 11:49:07 intranet ifup: IP address: 93.113.75.11/24
Jun 14 11:49:07 intranet ifup:
Jun 14 11:49:07 intranet kernel: [  15.471360] e1000e 0000:00:19.0: irq 27 for MSI/MSI-X
Jun 14 11:49:07 intranet kernel: [  15.523067] e1000e 0000:00:19.0: irq 27 for MSI/MSI-X
Jun 14 11:49:07 intranet kernel: [  15.523380] ADDRCONF(NETDEV_UP): eth1: link is not ready
Jun 14 11:49:07 intranet ifup:
Jun 14 11:49:07 intranet ifup: IP address: 10.4.2.19/24
Jun 14 11:49:07 intranet ifup:
Jun 14 11:49:08 intranet SuSEfirewall2: /var/lock/SuSEfirewall2.booting exists which means system boot in progress, exit.
Jun 14 11:49:08 intranet kernel: Kernel logging (proc) stopped.
Jun 14 11:49:08 intranet kernel: imklog 4.4.1, log source = /proc/kmsg started.
Jun 14 11:49:08 intranet rsyslogd: [origin software="rsyslogd" swVersion="4.4.1" x-pid="2040" x-info="http://www.rsyslog.com"] (re)start
Jun 14 11:49:08 intranet gdm[1451]: WARNING: GdmDisplay: display lasted 1.164127 seconds
Jun 14 11:49:08 intranet auditd[2092]: Started dispatcher: /sbin/audispd pid: 2094
Jun 14 11:49:08 intranet audispd: priority_boost_parser called with: 4
Jun 14 11:49:08 intranet audispd: max_restarts_parser called with: 10
Jun 14 11:49:08 intranet audispd: af_unix plugin initialized
Jun 14 11:49:08 intranet audispd: audispd initialized with q_depth=80 and 1 active plugins
Jun 14 11:49:08 intranet webmin[2068]: Webmin starting
Jun 14 11:49:08 intranet auditd[2092]: Init complete, auditd 1.7.13 listening for events (startup state disable)
Jun 14 11:49:09 intranet kernel: [  16.973342] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
Jun 14 11:49:09 intranet kernel: [  17.084302] e1000e: eth1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
Jun 14 11:49:09 intranet kernel: [  17.084313] 0000:00:19.0: eth1: 10/100 speed: disabling TSO
Jun 14 11:49:09 intranet kernel: [  17.084573] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Jun 14 11:49:09 intranet avahi-daemon[2293]: Found user 'avahi' (UID 101) and group 'avahi' (GID 104).
Jun 14 11:49:09 intranet avahi-daemon[2293]: Successfully dropped root privileges.
Jun 14 11:49:09 intranet avahi-daemon[2293]: avahi-daemon 0.6.25 starting up.
Jun 14 11:49:09 intranet avahi-daemon[2293]: Loading service file /etc/avahi/services/sftp-ssh.service.
Jun 14 11:49:09 intranet avahi-daemon[2293]: Loading service file /etc/avahi/services/ssh.service.
Jun 14 11:49:09 intranet avahi-daemon[2293]: Joining mDNS multicast group on interface eth1.IPv4 with address 10.4.2.19.
Jun 14 11:49:09 intranet avahi-daemon[2293]: New relevant interface eth1.IPv4 for mDNS.
Jun 14 11:49:09 intranet avahi-daemon[2293]: Network interface enumeration completed.
Jun 14 11:49:09 intranet avahi-daemon[2293]: Registering new address record for fe80::215:17ff:fe26:ed70 on eth1.*.
Jun 14 11:49:09 intranet avahi-daemon[2293]: Registering new address record for 10.4.2.19 on eth1.IPv4.
Jun 14 11:49:09 intranet avahi-daemon[2293]: Registering new address record for 93.113.75.11 on eth1.IPv4.
Jun 14 11:49:09 intranet avahi-daemon[2293]: Registering HINFO record with values 'I686'/'LINUX'.
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=26]
Jun 14 11:49:09 intranet smartd[2273]: smartd 5.39 2009-08-08 r2872~ [i686-pc-linux-gnu] (openSUSE RPM)#012Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net#012
Jun 14 11:49:09 intranet smartd[2273]: Opened configuration file /etc/smartd.conf
Jun 14 11:49:09 intranet smartd[2273]: Drive: DEVICESCAN, implied '-a' Directive on line 26 of file /etc/smartd.conf
Jun 14 11:49:09 intranet smartd[2273]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
Jun 14 11:49:09 intranet smartd[2273]: Device: /dev/sda, type changed from 'scsi' to 'sat'
Jun 14 11:49:09 intranet smartd[2273]: Device: /dev/sda [SAT], opened
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/chargen-udp [file=/etc/xinetd.d/chargen-udp] [line=14]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/cups-lpd [file=/etc/xinetd.d/cups-lpd] [line=15]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=11]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/daytime-udp [file=/etc/xinetd.d/daytime-udp] [line=14]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=15]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/discard-udp [file=/etc/xinetd.d/discard-udp] [line=14]
Jun 14 11:49:09 intranet smartd[2273]: Device: /dev/sda [SAT], found in smartd database.
Jun 14 11:49:09 intranet sshd[2332]: Server listening on 0.0.0.0 port 22.
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=15]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/echo-udp [file=/etc/xinetd.d/echo-udp] [line=14]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/netstat [file=/etc/xinetd.d/netstat] [line=15]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/rsync [file=/etc/xinetd.d/rsync] [line=16]
Jun 14 11:49:09 intranet sshd[2332]: Server listening on :: port 22.
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/sane-port [file=/etc/xinetd.d/sane-port] [line=12]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/servers [file=/etc/xinetd.d/servers] [line=14]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/services [file=/etc/xinetd.d/services] [line=14]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/swat [file=/etc/xinetd.d/swat] [line=14]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/systat [file=/etc/xinetd.d/systat] [line=12]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/tftp [file=/etc/xinetd.d/tftp] [line=17]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=15]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/time-udp [file=/etc/xinetd.d/time-udp] [line=15]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/vnc [file=/etc/xinetd.d/vnc] [line=15]
Jun 14 11:49:09 intranet xinetd[2318]: Reading included configuration file: /etc/xinetd.d/vsftpd [file=/etc/xinetd.d/vsftpd] [line=88]
Jun 14 11:49:09 intranet xinetd[2318]: xinetd Version 2.3.14 started with libwrap loadavg options compiled in.
Jun 14 11:49:09 intranet xinetd[2318]: Started working: 2 available services
Jun 14 11:49:09 intranet smbd[2447]: [2010/06/14 11:49:09,  0] smbd/server.c:457(smbd_open_one_socket)
Jun 14 11:49:09 intranet smbd[2447]:  smbd_open_once_socket: open_socket_in: Address already in use
Jun 14 11:49:09 intranet smbd[2447]: [2010/06/14 11:49:09,  0] smbd/server.c:457(smbd_open_one_socket)
Jun 14 11:49:09 intranet smbd[2447]:  smbd_open_once_socket: open_socket_in: Address already in use
Jun 14 11:49:09 intranet smartd[2273]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
Jun 14 11:49:09 intranet smartd[2273]: Device: /dev/sda [SAT], state read from /var/lib/smartmontools/smartd.ST3250310AS-6RYAF096.ata.state
Jun 14 11:49:09 intranet smartd[2273]: Device: /dev/sdb, type changed from 'scsi' to 'sat'
Jun 14 11:49:09 intranet smartd[2273]: Device: /dev/sdb [SAT], opened
Jun 14 11:49:09 intranet smartd[2273]: Device: /dev/sdb [SAT], found in smartd database.
Jun 14 11:49:09 intranet gdm[1451]: WARNING: GdmDisplay: display lasted 1.248525 seconds
Jun 14 11:49:10 intranet smartd[2273]: Device: /dev/sdb [SAT], is SMART capable. Adding to "monitor" list.
Jun 14 11:49:10 intranet smartd[2273]: Device: /dev/sdb [SAT], state read from /var/lib/smartmontools/smartd.ST3250310AS-6RYAHMSF.ata.state
Jun 14 11:49:10 intranet smartd[2273]: Monitoring 2 ATA and 0 SCSI devices
Jun 14 11:49:10 intranet avahi-daemon[2293]: Server startup complete. Host name is intranet.local. Local service cookie is 1326738322.
Jun 14 11:49:10 intranet /usr/sbin/cron[2651]: (CRON) STARTUP (V5.0)
Jun 14 11:49:10 intranet smartd[2273]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.ST3250310AS-6RYAF096.ata.state
Jun 14 11:49:10 intranet smartd[2273]: Device: /dev/sdb [SAT], state written to /var/lib/smartmontools/smartd.ST3250310AS-6RYAHMSF.ata.state
Jun 14 11:49:10 intranet smartd[2675]: smartd has fork()ed into background mode. New PID=2675.
Jun 14 11:49:10 intranet SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
Jun 14 11:49:10 intranet SuSEfirewall2: Warning: no default firewall zone defined, assuming 'ext'
Jun 14 11:49:10 intranet SuSEfirewall2: using default zone 'ext' for interface eth0
Jun 14 11:49:11 intranet SuSEfirewall2: batch committing...
Jun 14 11:49:11 intranet SuSEfirewall2: Firewall rules successfully set
Jun 14 11:49:11 intranet gdm[1451]: WARNING: GdmDisplay: display lasted 1.176497 seconds
Jun 14 11:49:11 intranet avahi-daemon[2293]: Service "intranet" (/etc/avahi/services/ssh.service) successfully established.
Jun 14 11:49:11 intranet avahi-daemon[2293]: Service "SFTP File Transfer on intranet" (/etc/avahi/services/sftp-ssh.service) successfully established.
Jun 14 11:49:11 intranet kernel: [  19.153370] bootsplash: status on console 0 changed to on
Jun 14 11:49:12 intranet nmbd[1965]: [2010/06/14 11:49:12,  0] nmbd/nmbd_namequery.c:108(query_name_response)
Jun 14 11:49:12 intranet nmbd[1965]:  query_name_response: Multiple (2) responses received for a query on subnet 10.4.2.19 for name WORKGROUP<1d>.
Jun 14 11:49:12 intranet nmbd[1965]:  This response was from IP 10.4.2.18, reporting an IP address of 10.4.2.18.
Jun 14 11:49:12 intranet nmbd[1965]: [2010/06/14 11:49:12,  0] nmbd/nmbd_namequery.c:108(query_name_response)
Jun 14 11:49:12 intranet nmbd[1965]:  query_name_response: Multiple (2) responses received for a query on subnet 93.113.75.11 for name WORKGROUP<1d>.
Jun 14 11:49:12 intranet nmbd[1965]:  This response was from IP 93.113.75.10, reporting an IP address of 93.113.75.10.
Jun 14 11:49:12 intranet gdm[1451]: WARNING: GdmDisplay: display lasted 1.599958 seconds
Jun 14 11:49:12 intranet gdm[1451]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
Jun 14 11:49:19 intranet kernel: [  27.601131] eth1: no IPv6 routers present
Jun 14 11:50:40 intranet sshd[3742]: Accepted keyboard-interactive/pam for root from 10.4.2.18 port 54466 ssh2
ÎnchideЗакрыть

Doar fizic pot verifica înlocuindu-l?
e de tip rack - pot conecta un psu simplu?


Mesaj util ?   Da   0 puncte
#5649 by MrDeath Velo Club (Power User) (0 mesaje) at 2010-06-14 12:00:19 (788 săptămâni în urmă) - [Link]Top
#5648 Cram, "... conecta un psu simplu? ..." - riskni :D


Mesaj util ?   Da   0 puncte
#5650 by KilyGonzales (Da Sempre Superiori) (0 mesaje) at 2010-06-14 12:02:32 (788 săptămâni în urmă) - [Link]Top
#5648 Cram, dacă are 2 procesoare vei avea nevoie de un adapter molex -> 4/8 pin.


Mesaj util ?   Da   0 puncte

1 2 3 4 5 6 7 8 9 10 ... 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 ... 363 364 365 366 367 368 369 370 371 372
<< Precedenta      Următoarea >>

Forum Index > Open Source > Linux


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.