[arch-general] MaraDNS and Zonetransfer

2013-03-27 Thread Δημήτρης Ζέρβας
I want am using MaraDNS and I want to enable zonetransfer. When I try to
enable zonetransfer service via systemd, I get failed status and this in my
messages.log:
Mar 27 18:01:53 localhost systemd[1]: Starting Zone AXFR service for
MaraDNS server...
Mar 27 18:01:53 localhost systemd[1]: Started Zone AXFR service for
MaraDNS server.
Mar 27 18:01:53 localhost systemd[1]: zoneserver.service: main process
exited, code=exited, status=3/NOTIMPLEMENTED
Mar 27 18:01:53 localhost systemd[1]: Unit zoneserver.service entered
failed state

I am able to start zonetransfer with duende zonetransfer -f /etc/mararc.
Also, I am able to start zonetranfer via systemd when I bring maradns down,
then if I start maradns I'll get the same errors in my messages.log

BTW: journalctl is disabled because it was resource hungry. So, all
messages go @/var/log/messages.log

Thank you.


[arch-general] Avermedia Volar Green A835

2013-01-22 Thread Δημήτρης Ζέρβας
I am trying to make avertv a835 work. I tried this (found in gentoo forums):
cd /lib/firmware
sudo wget http://xgazza.altervista.org/Linux/DVB/dvb-usb-af9035-01.fw
cd ~
mkdir TV
cd TV
wget
http://xgazza.altervista.org/Linux/DVB/Drivers/AF9035_xgaz_3.0.0.tar.bz2
tar -xjf AF9035_xgaz_3.0.0.tar.bz2
cd AF9035_xgaz_3.0.0
make
sudo make install

I replaced linux-headers with linux in the Makefile, but I can't compile
it, I get error in include/dvb_frontend.h


Re: [arch-general] ati mobility radeon x2300

2012-12-24 Thread Δημήτρης Ζέρβας
Laptop has a TFT screen. I've attatched my Xorg.0.log and my xorg.conf
Vesa works. Of course awful graphics


Xorg.0.log
Description: Binary data


xorg.conf
Description: Binary data


[arch-general] ati mobility radeon x2300

2012-12-23 Thread Δημήτρης Ζέρβας
I have an hp laptop with a m64-s. I can't get X output. I've tried catalyst
proprietary but I found out that my gpu isn't supported since long time
ago. so I try to setup with opensource drivers. also if i don't nomodeset
on boot, the pc is hungs on boot.
when i startx with the radeon mod loaded I get:
Screen 0 deleted because of no matching config section.
and then
no screens found


[arch-general] evdev and touchscreen

2012-12-15 Thread Δημήτρης Ζέρβας
I have the Samsung Galaxy Note 10.1 and I set up a chroot environment with
Arch. I run Xorg server successfully, the S-Pen (digital pen) works out of
the box with evdev driver, however I can't get the touchscreen to work.
It's on /dev/input/event1 and I've tried: mtrack, multitouch, synaptics and
it just don't work. no errors at all. I tried evdev and when I touch the
screen it throws this [1] and dies.
I also tried xf86-input-evdev-multitouch-git but it throws the same errors
as the regular evdev
I run e17, but I think that it's not a problem.
my xorg.conf [2]

[1]: http://pastebin.com/aGAWwDmh
[2]: http://pastebin.com/TCeT9qr7


Re: [arch-general] Executing a command of a chroot outside of the chroot

2012-12-06 Thread Δημήτρης Ζέρβας
the main system is android and the chroot is Arch linux, so I have no ldd
nor readelf...


Re: [arch-general] No suspend in systemd

2012-12-03 Thread Δημήτρης Ζέρβας
try executing the command as root


[arch-general] PowerDNS has new dependencies

2012-11-11 Thread Δημήτρης Ζέρβας
pdns needs openmpi and hwloc. Also wildcard option in configuration is not
supported any more.
Can you update the package please?
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


Re: [arch-general] consolekit removal - a question

2012-10-31 Thread Δημήτρης Ζέρβας
pacman -Rsc consolekit prompts me to remove half KDE.
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Wed, Oct 31, 2012 at 10:56 PM, Arno Gaboury arnaud.gabo...@gmail.comwrote:

 On 31/10/12||20:46, mike cloaked wrote:
  For people who have converted to systemd it seems that consolekit is no
  longer needed.
 
  When removing it should one do pacman -R consolekit or pacman -Rs
  consolekit - I was unsure whether the dependencies should also be
 removed
  or not?
 
  Thanks
 
  --
  mike c

 Best practice is to allways #pacman -Rs

 I removed consolekit one hour ago, and if your system is up to date, you
 will not find any dependencies.



[arch-general] PowerDNS systemd script

2012-10-31 Thread Δημήτρης Ζέρβας
Does anyone have a systemd unit for pdns?
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


Re: [arch-general] PowerDNS systemd script

2012-10-31 Thread Δημήτρης Ζέρβας
thank you! :)
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Thu, Nov 1, 2012 at 12:29 AM, Tom Gundersen t...@jklm.no wrote:

 On Wed, Oct 31, 2012 at 10:08 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  Does anyone have a systemd unit for pdns?

 I just moved it to community, where Alexander Rødseth will adopt it. I
 expect a unit to appear shortly :-)

 Cheers,

 Tom



Re: [arch-general] bind9, apache 2 sftp management

2012-09-09 Thread Δημήτρης Ζέρβας
ok, i found the solution!
I use powerdns  mod_dbd_mysql (I will also you pam with mysql)
I develop an ncurses based panel to control the domain records

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Thu, Sep 6, 2012 at 11:36 AM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

 hmm, very nice!
 thank you!
 but about bind  apache?
 is there any module so i can manage the from a DB?

 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Thu, Sep 6, 2012 at 7:06 AM, C Anthony Risinger anth...@xtfx.mewrote:

 On Tue, Sep 4, 2012 at 4:59 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  i know that, my problem is central management so my users can add
 their
  domains etc.

 http://www.proftpd.org/docs/contrib/mod_sftp.html

 ... at work we run a setup that uses PAM to authenticate, but the PAM
 module ONLY looks at a Django database for users/etc (per a custom PAM
 service name) ... then we run proftpd specifically for SFTP-only
 access by external vendors.  postgres is the DB in use (which, of
 course, there is no reason to run anything else because postgres is
 phenomenally more powerful and simple than ... others ;-).

 the files have been scrubbed (via regex, possibly subtly broken in
 process) but it should get you going; things to note as they will
 likely need attention:

  - targets debian, arch will need uid/gid tweaks, among others?
  - requires bcrypt django auth (if used)
  - requires pgcrypto for the target DB (if used )

 ... all files are pretty well commented tho. HTH.

 https://gist.github.com/3651050

 # tree
 .
 `-- etc
 |-- pam.d
 |   `-- stuff
 |-- stuff
 |   `-- proftpd.conf.head
 |-- stuff.pam_pgsql.conf
 `-- stuff.proftpd.conf

 --

 C Anthony





Re: [arch-general] bind9, apache 2 sftp management

2012-09-06 Thread Δημήτρης Ζέρβας
hmm, very nice!
thank you!
but about bind  apache?
is there any module so i can manage the from a DB?
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Thu, Sep 6, 2012 at 7:06 AM, C Anthony Risinger anth...@xtfx.me wrote:

 On Tue, Sep 4, 2012 at 4:59 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  i know that, my problem is central management so my users can add their
  domains etc.

 http://www.proftpd.org/docs/contrib/mod_sftp.html

 ... at work we run a setup that uses PAM to authenticate, but the PAM
 module ONLY looks at a Django database for users/etc (per a custom PAM
 service name) ... then we run proftpd specifically for SFTP-only
 access by external vendors.  postgres is the DB in use (which, of
 course, there is no reason to run anything else because postgres is
 phenomenally more powerful and simple than ... others ;-).

 the files have been scrubbed (via regex, possibly subtly broken in
 process) but it should get you going; things to note as they will
 likely need attention:

  - targets debian, arch will need uid/gid tweaks, among others?
  - requires bcrypt django auth (if used)
  - requires pgcrypto for the target DB (if used )

 ... all files are pretty well commented tho. HTH.

 https://gist.github.com/3651050

 # tree
 .
 `-- etc
 |-- pam.d
 |   `-- stuff
 |-- stuff
 |   `-- proftpd.conf.head
 |-- stuff.pam_pgsql.conf
 `-- stuff.proftpd.conf

 --

 C Anthony



[arch-general] bind9, apache 2 sftp management

2012-09-04 Thread Δημήτρης Ζέρβας
hello, I have a small VPS and I want my few users (~10) to be able to
manage their sub/domains.
I don't care about the UI, either command line interface (via jailed ssh)
or web ui.
I would really like to have only SFTP and not any FTP daemon.
however, if ftp is so much easier, then ok, ftp daemon...
Thank you in advance!

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


Re: [arch-general] bind9, apache 2 sftp management

2012-09-04 Thread Δημήτρης Ζέρβας
i know that, my problem is central management so my users can add their
domains etc.
On Sep 5, 2012 12:21 AM, Sebastian Günther a...@teageek.de wrote:


 Hi

 * Δημήτρης Ζέρβας (01tto...@gmail.com) [04.09.12 21:48]:
  I would really like to have only SFTP and not any FTP daemon.
  however, if ftp is so much easier, then ok, ftp daemon...

 https://wiki.archlinux.org/index.php/SFTP-chroot

 this should help for the SFTP only access.

 HTH
 Sebastian

 --
   Religion ist das Opium des Volkes.   |   _   ASCII ribbon campaign
   Karl Marx  |  ( )   against HTML e-mail
  SEB@STI@N GÜNTHER   |   X   against M$ attachments
  mailto:a...@teageek.de  |  / \   www.asciiribbon.org



Re: [arch-general] secondary dns with zone transfer

2012-08-24 Thread Δημήτρης Ζέρβας
ok, thank you! I will check and I'll report back.
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Fri, Aug 24, 2012 at 4:38 PM, szu-han chen sjc...@sjchen.com wrote:

 On Aug 24, 2012 8:20 AM, Menachem Moystoviz moyst...@g.jct.ac.il
 wrote:
 
  On Wed, Aug 22, 2012 at 6:37 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
   is there any free secondary dns provider that supports zone transfer?
   BTW: well, this is kind of off topic as it hasn't to do with arch, but
 help
   is needed... :P
   thanks in advance!
  
   --
   (\_ /) copy the bunny to your profile
   (0.o ) to help him achieve world domination.
   ( ) come join the dark side.
   /_|_\ (we have cookies.)
 
  freedns.afraid.org apparently allows this:
 
   If you put a domain in afraid.org, you can edit TTL, Minimum,
 Allow/Deny AXFR's, and approve/disapprove others from using hosts on your
 domain. You can also share  your domain with the users of afraid.org, or
 your own web site visitors using our 'webclude' feature
 
  But I never actually tested it.
 
  Gesh

 dns.he.net serves dual stack slave zones for free.

 Linode allows slaving and AXFR for its five ns*, but you do need at least
 one active service to use it.



Re: [arch-general] dovecot postfix + mysql

2012-08-22 Thread Δημήτρης Ζέρβας
well, I can se all the emails in /home/vmail/
t...@dimitrisze.com/new/numbers_numbers.ns1!
strange 1:
I have 2 paths:
/home/vmail/t...@dimitrisze.com
/home/vmail/dimitrisze.com/t...@dimitrisze.com

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Wed, Aug 22, 2012 at 12:54 AM, Δημήτρης Ζέρβας 01tto...@gmail.comwrote:

 yes, you were right :P
 ug 21 16:46:19 localhost postfix/smtpd[12628]: connect from
 oiujoidjwiodjwodij.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:16 localhost postfix/trivial-rewrite[12643]: warning: do not
 list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:16 localhost postfix/smtpd[12628]: 64A403FC9C: client=
 ijdoijdoijwdoiwjdoj.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:23 localhost postfix/cleanup[12701]: 64A403FC9C: message-id=
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: from=
 t...@test.com, size=220, nrcpt=1 (queue active)
 Aug 21 16:47:23 localhost postfix/trivial-rewrite[12643]: warning: do not
 list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:23 localhost postfix/virtual[12710]: 64A403FC9C: to=
 t...@dimitrisze.com, relay=virtual, delay=53, delays=53/0.01/0/0.01,
 dsn=2.0.0, status=sent (delivered to maildir)
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: removed


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 12:50 AM, Jean-Luc Bassereau 
 j...@onetoserve.netwrote:

 Le Wed, 22 Aug 2012 00:39:27 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  O.o nothing!
 
  WTF?

 Can you try to grep my t...@test.com in your logfile ?





Re: [arch-general] dovecot postfix + mysql

2012-08-22 Thread Δημήτρης Ζέρβας
problem solved:
postfix would store the emails in /home/vmail/user
dovecot would read the emails from /home/vmail/domain/user
the solution is to change in /etc/webapps/postfixadmin/config.inc.php from:
$CONF['domain_in_mailbox'] = 'NO';
to:
$CONF['domain_in_mailbox'] = 'YES';

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Wed, Aug 22, 2012 at 3:37 PM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

 well, I can se all the emails in /home/vmail/
 t...@dimitrisze.com/new/numbers_numbers.ns1!
 strange 1:
 I have 2 paths:
 /home/vmail/t...@dimitrisze.com
 /home/vmail/dimitrisze.com/t...@dimitrisze.com


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 12:54 AM, Δημήτρης Ζέρβας 01tto...@gmail.comwrote:

 yes, you were right :P
 ug 21 16:46:19 localhost postfix/smtpd[12628]: connect from
 oiujoidjwiodjwodij.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:16 localhost postfix/trivial-rewrite[12643]: warning: do not
 list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:16 localhost postfix/smtpd[12628]: 64A403FC9C: client=
 ijdoijdoijwdoiwjdoj.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:23 localhost postfix/cleanup[12701]: 64A403FC9C:
 message-id=
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: from=
 t...@test.com, size=220, nrcpt=1 (queue active)
 Aug 21 16:47:23 localhost postfix/trivial-rewrite[12643]: warning: do not
 list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:23 localhost postfix/virtual[12710]: 64A403FC9C: to=
 t...@dimitrisze.com, relay=virtual, delay=53, delays=53/0.01/0/0.01,
 dsn=2.0.0, status=sent (delivered to maildir)
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: removed


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 12:50 AM, Jean-Luc Bassereau 
 j...@onetoserve.netwrote:

 Le Wed, 22 Aug 2012 00:39:27 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  O.o nothing!
 
  WTF?

 Can you try to grep my t...@test.com in your logfile ?






Re: [arch-general] dovecot postfix + mysql

2012-08-22 Thread Δημήτρης Ζέρβας
sorry, domain_path :)

guys thank you very much for all the help and patience! :)
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Wed, Aug 22, 2012 at 4:22 PM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

 problem solved:
 postfix would store the emails in /home/vmail/user
 dovecot would read the emails from /home/vmail/domain/user
 the solution is to change in /etc/webapps/postfixadmin/config.inc.php from:
 $CONF['domain_in_mailbox'] = 'NO';
 to:
 $CONF['domain_in_mailbox'] = 'YES';


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 3:37 PM, Δημήτρης Ζέρβας 01tto...@gmail.comwrote:

 well, I can se all the emails in /home/vmail/
 t...@dimitrisze.com/new/numbers_numbers.ns1!
 strange 1:
 I have 2 paths:
 /home/vmail/t...@dimitrisze.com
 /home/vmail/dimitrisze.com/t...@dimitrisze.com


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 12:54 AM, Δημήτρης Ζέρβας 01tto...@gmail.comwrote:

 yes, you were right :P
 ug 21 16:46:19 localhost postfix/smtpd[12628]: connect from
 oiujoidjwiodjwodij.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:16 localhost postfix/trivial-rewrite[12643]: warning: do
 not list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:16 localhost postfix/smtpd[12628]: 64A403FC9C: client=
 ijdoijdoijwdoiwjdoj.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:23 localhost postfix/cleanup[12701]: 64A403FC9C:
 message-id=
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: from=
 t...@test.com, size=220, nrcpt=1 (queue active)
 Aug 21 16:47:23 localhost postfix/trivial-rewrite[12643]: warning: do
 not list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:23 localhost postfix/virtual[12710]: 64A403FC9C: to=
 t...@dimitrisze.com, relay=virtual, delay=53, delays=53/0.01/0/0.01,
 dsn=2.0.0, status=sent (delivered to maildir)
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: removed


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 12:50 AM, Jean-Luc Bassereau j...@onetoserve.net
  wrote:

 Le Wed, 22 Aug 2012 00:39:27 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  O.o nothing!
 
  WTF?

 Can you try to grep my t...@test.com in your logfile ?







[arch-general] secondary dns with zone transfer

2012-08-22 Thread Δημήτρης Ζέρβας
is there any free secondary dns provider that supports zone transfer?
BTW: well, this is kind of off topic as it hasn't to do with arch, but help
is needed... :P
thanks in advance!

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


[arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
I've setup a mail server according to arch linux wiki post:
https://wiki.archlinux.org/index.php/Simple_Virtual_User_Mail_System
while everything works without any error, I can send email from roundcube
but can't receive any.
please tell me what more info you need to help me figure out the problem

thanks in advance

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
I get no bounce...
and no errors at all...
here is my mail.log: http://pastebin.com/raw.php?i=3pmRGEK5

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Tue, Aug 21, 2012 at 12:26 PM, Nicolás de la Torre
ndelato...@gmail.comwrote:

 2012/8/21 Δημήτρης Ζέρβας 01tto...@gmail.com:
  I've setup a mail server according to arch linux wiki post:
  https://wiki.archlinux.org/index.php/Simple_Virtual_User_Mail_System
  while everything works without any error, I can send email from roundcube
  but can't receive any.
  please tell me what more info you need to help me figure out the problem
 
  thanks in advance
 
  --
  (\_ /) copy the bunny to your profile
  (0.o ) to help him achieve world domination.
  ( ) come join the dark side.
  /_|_\ (we have cookies.)

 Hello, maybe a email bounce if you get any or maybe you can watch at
 your postfix logs to track the problem.

 Cheers



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
well, I run smtps, so try:
openssl s_client -connect dimitrisze.com:465

as well ass IMAPS (port 993)
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Tue, Aug 21, 2012 at 2:10 PM, Jean-Luc Bassereau j...@onetoserve.netwrote:

 Le Tue, 21 Aug 2012 12:44:04 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  I get no bounce...
  and no errors at all...
  here is my mail.log: http://pastebin.com/raw.php?i=3pmRGEK5
 

 Hello,

 The MX set for your domain does not seem to answer :

 # telnet mail.dimitrisze.com 25
 Trying 158.255.215.159...
 ...

 and times out.

 Is your MTA (postfix ?) started ?
 No firewall ?


 Cheers.



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
port 25 is now open and postfix listen to it
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Tue, Aug 21, 2012 at 3:04 PM, Jean-Luc Bassereau j...@onetoserve.netwrote:

 Le Tue, 21 Aug 2012 14:45:38 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  well, I run smtps, so try:
  openssl s_client -connect dimitrisze.com:465
 
  as well ass IMAPS (port 993)


 You need to have a MTA listening on port 25, if not, no one would be
 able to send you email.



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
nope :(
take a look, /var/log/mail.log:
Aug 21 15:21:28 localhost postfix/smtpd[6461]: disconnect from
x.google.com[xxx..xxx.xxx]
Aug 21 15:21:44 localhost postfix/smtpd[6578]: connect from
xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx]
Aug 21 15:21:44 localhost postfix/smtpd[6578]: SSL_accept error from
xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx]: -1
Aug 21 15:21:44 localhost postfix/smtpd[6578]: warning: TLS library
problem: 6578:error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http
request:s23_srvr.c:418:
Aug 21 15:21:44 localhost postfix/smtpd[6578]: lost connection after
CONNECT from xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx]
Aug 21 15:21:44 localhost postfix/smtpd[6578]: disconnect from
xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx]


-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Tue, Aug 21, 2012 at 3:43 PM, Jean-Luc Bassereau j...@onetoserve.netwrote:

 Le Tue, 21 Aug 2012 15:19:38 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  port 25 is now open and postfix listen to it


 And is it working now ?
 Does postfix receive email ?



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
inbox is empty... :(
should I allow IMAP normal? (not SSL)

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Tue, Aug 21, 2012 at 8:08 PM, Menachem Moystoviz moyst...@g.jct.ac.ilwrote:

 On Tue, Aug 21, 2012 at 4:47 PM, Jean-Luc Bassereau j...@onetoserve.net
 wrote:
  Le Tue, 21 Aug 2012 15:54:37 +0300
  Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :
 
  nope :(
  take a look, /var/log/mail.log:
  Aug 21 15:21:28 localhost postfix/smtpd[6461]: disconnect from
  x.google.com[xxx..xxx.xxx]
  Aug 21 15:21:44 localhost postfix/smtpd[6578]: connect from
  xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx]
  Aug 21 15:21:44 localhost postfix/smtpd[6578]: SSL_accept error from
  xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx]: -1
  Aug 21 15:21:44 localhost postfix/smtpd[6578]: warning: TLS library
  problem: 6578:error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http
  request:s23_srvr.c:418:
  Aug 21 15:21:44 localhost postfix/smtpd[6578]: lost connection after
  CONNECT from xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx]
  Aug 21 15:21:44 localhost postfix/smtpd[6578]: disconnect from
  xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx]
 
 
  I just tried to send you an email by telneting your server on port 25
  and it seems to work :
 
  telnet mail.dimitrisze.com 25
  Trying 158.255.215.159...
  Connected to mail.dimitrisze.com.
  Escape character is '^]'.
  220 ns1.dimitrisze.com ESMTP Postfix
  helo toto.com
  250 ns1.dimitrisze.com
  mail from:t...@test.com
  250 2.1.0 Ok
  rcpt to:t...@dimitrisze.com
  250 2.1.5 Ok
  data
  354 End data with CRLF.CRLF
  test
 
 
  .
  250 2.0.0 Ok: queued as 64A403FC9C
  quit
  221 2.0.0 Bye
  Connection closed by foreign host.
 
 
  Check your logs with this.
 
 
  Cheers

 I also sent an email, for redundancy:

 20:05 telnet mail.dimitrisze.com 25
 Trying 158.255.215.159...
 Connected to mail.dimitrisze.com.
 Escape character is '^]'.
 220 ns1.dimitrisze.com ESMTP Postfix
 helo gesh.uni.cx
 250 ns1.dimitrisze.com
 mail from:g...@gesh.uni.cx
 250 2.1.0 Ok
 rcpt to:t...@dimitrisze.com
 250 2.1.5 Ok
 data
 354 End data with CRLF.CRLF
 Hello Dimitri,
 This is a test message sent by telnet to port 25 on your server.
 If this arrives safely, please confirm by return email.
 Good night,

 Gesh
 .
 250 2.0.0 Ok: queued as 4BE743FC9C
 quit
 221 2.0.0 Bye
 Connection closed by foreign host.

 So long,

 Gesh



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
O.o nothing!

WTF?
On Aug 22, 2012 12:12 AM, Jean-Luc Bassereau j...@onetoserve.net wrote:

 Le Tue, 21 Aug 2012 21:17:28 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  inbox is empty... :(
  should I allow IMAP normal? (not SSL)
 


 what does your logfile says about the email we sent ?



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
yes, you were right :P
ug 21 16:46:19 localhost postfix/smtpd[12628]: connect from
oiujoidjwiodjwodij.net[xxx.xxx.xxx.xxx]
Aug 21 16:47:16 localhost postfix/trivial-rewrite[12643]: warning: do not
list domain dimitrisze.com in BOTH mydestination and virtual_mailbox_domains
Aug 21 16:47:16 localhost postfix/smtpd[12628]: 64A403FC9C: client=
ijdoijdoijwdoiwjdoj.net[xxx.xxx.xxx.xxx]
Aug 21 16:47:23 localhost postfix/cleanup[12701]: 64A403FC9C: message-id=
Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: from=
t...@test.com, size=220, nrcpt=1 (queue active)
Aug 21 16:47:23 localhost postfix/trivial-rewrite[12643]: warning: do not
list domain dimitrisze.com in BOTH mydestination and virtual_mailbox_domains
Aug 21 16:47:23 localhost postfix/virtual[12710]: 64A403FC9C: to=
t...@dimitrisze.com, relay=virtual, delay=53, delays=53/0.01/0/0.01,
dsn=2.0.0, status=sent (delivered to maildir)
Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: removed

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Wed, Aug 22, 2012 at 12:50 AM, Jean-Luc Bassereau j...@onetoserve.netwrote:

 Le Wed, 22 Aug 2012 00:39:27 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  O.o nothing!
 
  WTF?

 Can you try to grep my t...@test.com in your logfile ?



[arch-general] fprint with gdm

2012-08-17 Thread Δημήτρης Ζέρβας
hello,

can anyone help me use fprint with gdm?
su, sudo and login works just nice
also, when I try to fprint-enroll wether i specify -f left-index-finger or
not, it will ask for my right index

thank you in advance!

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


Re: [arch-general] simple trick to make dealing with python 2/3 scripts easier

2012-08-17 Thread Δημήτρης Ζέρβας
genius! :)
maybe a cronjob? (every 24 hours overwrite the script) (silly one)
maybe a startup overwrite?
or an aur package? (with interactive question if PYTHON is not set!)

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Fri, Aug 17, 2012 at 9:09 PM, Ben Booth benwbo...@gmail.com wrote:

 Lots of python scripts still use #!/usr/bin/python instead of explicitly
 stating which version of python to use. Here's quick trick to make running
 various python version 2 or 3 scripts easier:

 remove the /usr/bin/python symlink and replace with this shell script:

 #!/usr/bin/env bash
 exec /usr/bin/${PYTHON:-python3} $@

 Now you can set the PYTHON environment variable to be either python2 or
 python3, depending on which version of python the script expects. Just
 don't
 set PYTHON=python, or you'll get a recursive loop! The only problem with
 this approach is that /usr/bin/python is owned by the python package, so if
 you upgrade the python package it might create problems. Any one know of
 some way to work around this problem?




Re: [arch-general] simple trick to make dealing with python 2/3 scripts easier

2012-08-17 Thread Δημήτρης Ζέρβας
but which of is going to be executed?
/usr/bin or /usr/local/bin?

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)

On Fri, Aug 17, 2012 at 9:09 PM, Ben Booth benwbo...@gmail.com wrote:

 Lots of python scripts still use #!/usr/bin/python instead of explicitly
 stating which version of python to use. Here's quick trick to make running
 various python version 2 or 3 scripts easier:

 remove the /usr/bin/python symlink and replace with this shell script:

 #!/usr/bin/env bash
 exec /usr/bin/${PYTHON:-python3} $@

 Now you can set the PYTHON environment variable to be either python2 or
 python3, depending on which version of python the script expects. Just
 don't
 set PYTHON=python, or you'll get a recursive loop! The only problem with
 this approach is that /usr/bin/python is owned by the python package, so
 if
 you upgrade the python package it might create problems. Any one know of
 some way to work around this problem?





Re: [arch-general] simple trick to make dealing with python 2/3 scripts easier

2012-08-17 Thread Δημήτρης Ζέρβας
well, you're right... :P
so, no cronjobs XD
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Sat, Aug 18, 2012 at 1:36 AM, Damjan gdam...@gmail.com wrote:

 but which of is going to be executed?
 /usr/bin or /usr/local/bin?


 /usr/local/bin is before /usr/bin in your PATH environment variable, so
 the shell will first look there for programs. Check echo $PATH to see
 what your path is.

 --
 дамјан



Re: [arch-general] IRC channel

2012-08-05 Thread Δημήτρης Ζέρβας
thank you!!
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Sun, Aug 5, 2012 at 3:05 PM, Øyvind Heggstad mrelen...@har-ikkje.netwrote:

 On Wed, 1 Aug 2012 16:03:54 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

  well, I use gmail, searching for add-on to fix this :)
  so, what do you recommend for very light client with text  voice chat
  support?
  maybe teamspeak?

 pidgin/xmpp or mumble.



[arch-general] IRC channel

2012-08-01 Thread Δημήτρης Ζέρβας
hello, I want a private IRC channel for 10 users. with voice chat ability.
Do I have to set up my own server, or I can find a free provider for this?
Also, if i've to set up a server, which ircd do you recommend?
I want it to support voice chat and be very lightweight!

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


Re: [arch-general] IRC channel

2012-08-01 Thread Δημήτρης Ζέρβας
with password-protected channels?
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Wed, Aug 1, 2012 at 3:47 PM, Jean-Luc Bassereau j...@onetoserve.netwrote:

 Le 01/08/2012 14:37, Δημήτρης Ζέρβας a écrit :

  hello, I want a private IRC channel for 10 users. with voice chat
 ability.
 Do I have to set up my own server, or I can find a free provider for this?
 Also, if i've to set up a server, which ircd do you recommend?
 I want it to support voice chat and be very lightweight!


 Hello,

 You can do this on almost all IRC network like Freenode, IRCnet, Efnet
 But you are free to set up your own server. Just pay attention to the
 security, !



Re: [arch-general] IRC channel

2012-08-01 Thread Δημήτρης Ζέρβας
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Wed, Aug 1, 2012 at 3:52 PM, Mantas Mikulėnas graw...@gmail.com wrote:

 On Wed, Aug 1, 2012 at 3:50 PM, Kwpolska kwpol...@gmail.com wrote:
  1. DO NOT TOP POST.
  2. There is NO voice chat on IRC.  Get something else.
  3. This is OT.

ok, I GOT IT!
TURN OFF THE CAPS LOCK


 I believe discussions regarding top-posting vs bottom-posting are OT here.

 --
 Mantas Mikulėnas

well, I use gmail, searching for add-on to fix this :)
so, what do you recommend for very light client with text  voice chat
support?
maybe teamspeak?


Re: [arch-general] BTRFS USB key fails to boot

2012-07-31 Thread Δημήτρης Ζέρβας
well, I can format to ext4, but it would actually kill my sd
On Jul 31, 2012 11:15 AM, Leonidas Spyropoulos artafi...@gmail.com
wrote:

 On 31 Jul 2012 01:49, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:
 
  yaffs2 would be faster than ext2?
  On Jul 31, 2012 3:21 AM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:
 
   hm... I curently use ext2 and I have installation in a partition of my
 sd
   card. wich fs would be better than ext2, given that I need quich r/w
 but as
   less writes as possible?

 Usually you are limited by hardware not by the file system.

   On Jul 31, 2012 3:18 AM, Leonardo Dagnino leodag@gmail.com
 wrote:
  
   Well, I don't think it will destroy the flash... As it is made of
 NAND
   flash, I suppose that it reacts pretty much like an SSD. Anyway, it
 should
   take a considerable time until it wears out, and if you use it only to
   install an OS, it won't have any writes, what means that it shouldn't
 wear
   out for some years (or at least I hope so)
   For what I remember, btrfs uses a pretty big amount of space, what
 means
   more writes.
  
   Leonardo Dagnino
  
   Obs.: NAND flash only has a limited amount of erases/writes, not
 reads.
  
  
   2012/7/30 Zhengyu Xu xzy3...@gmail.com
  
I've no idea on how btrfs performs with a flash disk actually. My
 btrfs
partition just locates on a normal hdd so I have never thought about
 it
   :-)
   
Regards,
Zhengyu Xu
   
On 2012-7-31, at 8:27, Δημήτρης Ζέρβας01tto...@gmail.com wrote:
   
 is it actually safe to format an usb flash to btrfs? won't it
 destroy
   the
 flash because of the read/writes?
 On Jul 31, 2012 2:20 AM, Zhengyu Xu xzy3...@gmail.com wrote:

 On Mon, 2012-07-30 at 17:36 -0400, Kyle wrote:
 Trying to install Arch on a USB key, I am having trouble getting
 a
 bootable system. I created a basic BTRFS filesystem and mounted
 it
   with
SSD
 optimizations and compression. I didn't create any subvolumes or
anything
 else that is said to be problematic when booting to a BTRFS
   filesystem.
 From that point, I followed the installation guide for a normal
   install.
 However, after reading the documentation for GRUB and Syslinux,
 my
   newly
 created install doesn't boot. I looked at the wiki entry for
   installing
to
 a USB key, but it is still written for AIF and grub-legacy.
 However,
   the
 main difference I can find doesn't seem to apply, because
 although it
 mentions that the USB key where grub-legacy is installed is
 always
hd0,0,
 grub2 is supposed to look for the UUID of the disk, which matches
correctly
 in /boot/grub/grub.cfg. I also tried setting up this install to
 boot
using
 Syslinux, but both bootloaders just drop me into some kind of
 shell
   and
 refuse to boot. Unfortunately, since I am
 visually impaired and use speech to install and use Arch, I am
   unable
to
 see whether I am in a normal shell or a rescue shell, or even
 what
kind
 of issue the bootloaders are having that keeps them from finding
 a
kernel.
 Should I be using a different filesystem other than BTRFS, even
   though
both
 bootloaders are said to support it? Should I not be using
 compression
on my
 filesystem? Could this be a problem that is entirely unrelated to
 the
 filesystem I'm using? Any help is greatly appreciated.
 ~Kyle

 Did you add usb and btrfs to the hooks array in your
 mkinitcpio.conf?

 Regards,
 Zhengyu Xu



   
  
  



Re: [arch-general] BTRFS USB key fails to boot

2012-07-31 Thread Δημήτρης Ζέρβας
I'm sorry Kyle for screwing your topic...
well, I think that you need an ext boot partition.
then, try to add the btrfs to modprobe.d (I don't remember exactly how...)
or to rc.conf (if using init scripts and not systemd) by adding btrfs to
the MODULES array
On Aug 1, 2012 12:38 AM, Kyle k...@gmx.ca wrote:

 More information about my initial problem: I was able to take a picture of
 part of my screen using my phone, and Google is telling me that GRUB is
 loading into rescue mode with an error that says something about unknown
 filesystem. Sorry, I can't get much more detailed than that, because the
 text conversion wasn't exactly perfect. My /boot/grub/grub.cfg is inserting
 the btrfs module, so I am at a total loss. Maybe I need to take out all the
 if syntax and only search for the UUID. i realize this is a somewhat
 nonstandard install, as I am trying to get a bootable USB key with a BTRFS
 filesystem using the Arch install media that I have written to another USB
 Key in a computer that is running Windows XP, but I do hope this is
 possible. Note that since this is a USB boot, I'm not at all concerned
 about booting the Windows XP OS on the hard disk, because I can boot it as
 long as I don't choose USB boot or remove the USB key from the computer. I
 hope I have provided enough information.
 ~Kyle
 --
 Kyle is a droid.
 The whole world knows it.
 This e-mail shows it.



Re: [arch-general] BTRFS USB key fails to boot

2012-07-31 Thread Δημήτρης Ζέρβας
PS: WOW man, how can you even install Arch by being visually impaired???
You must be GENIUS
On Aug 1, 2012 12:43 AM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

 I'm sorry Kyle for screwing your topic...
 well, I think that you need an ext boot partition.
 then, try to add the btrfs to modprobe.d (I don't remember exactly how...)
 or to rc.conf (if using init scripts and not systemd) by adding btrfs to
 the MODULES array
 On Aug 1, 2012 12:38 AM, Kyle k...@gmx.ca wrote:

 More information about my initial problem: I was able to take a picture
 of part of my screen using my phone, and Google is telling me that GRUB is
 loading into rescue mode with an error that says something about unknown
 filesystem. Sorry, I can't get much more detailed than that, because the
 text conversion wasn't exactly perfect. My /boot/grub/grub.cfg is inserting
 the btrfs module, so I am at a total loss. Maybe I need to take out all the
 if syntax and only search for the UUID. i realize this is a somewhat
 nonstandard install, as I am trying to get a bootable USB key with a BTRFS
 filesystem using the Arch install media that I have written to another USB
 Key in a computer that is running Windows XP, but I do hope this is
 possible. Note that since this is a USB boot, I'm not at all concerned
 about booting the Windows XP OS on the hard disk, because I can boot it as
 long as I don't choose USB boot or remove the USB key from the computer. I
 hope I have provided enough information.
 ~Kyle
 --
 Kyle is a droid.
 The whole world knows it.
 This e-mail shows it.




Re: [arch-general] BTRFS USB key fails to boot

2012-07-31 Thread Δημήτρης Ζέρβας
PS2: I'm not trying to say ANYTHING bad about you and I'm sorry, if I
offended you, I just think that it's very difficult...
On Aug 1, 2012 12:47 AM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

 PS: WOW man, how can you even install Arch by being visually impaired???
 You must be GENIUS
 On Aug 1, 2012 12:43 AM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

 I'm sorry Kyle for screwing your topic...
 well, I think that you need an ext boot partition.
 then, try to add the btrfs to modprobe.d (I don't remember exactly
 how...) or to rc.conf (if using init scripts and not systemd) by adding
 btrfs to the MODULES array
 On Aug 1, 2012 12:38 AM, Kyle k...@gmx.ca wrote:

 More information about my initial problem: I was able to take a picture
 of part of my screen using my phone, and Google is telling me that GRUB is
 loading into rescue mode with an error that says something about unknown
 filesystem. Sorry, I can't get much more detailed than that, because the
 text conversion wasn't exactly perfect. My /boot/grub/grub.cfg is inserting
 the btrfs module, so I am at a total loss. Maybe I need to take out all the
 if syntax and only search for the UUID. i realize this is a somewhat
 nonstandard install, as I am trying to get a bootable USB key with a BTRFS
 filesystem using the Arch install media that I have written to another USB
 Key in a computer that is running Windows XP, but I do hope this is
 possible. Note that since this is a USB boot, I'm not at all concerned
 about booting the Windows XP OS on the hard disk, because I can boot it as
 long as I don't choose USB boot or remove the USB key from the computer. I
 hope I have provided enough information.
 ~Kyle
 --
 Kyle is a droid.
 The whole world knows it.
 This e-mail shows it.




Re: [arch-general] BTRFS USB key fails to boot

2012-07-31 Thread Δημήτρης Ζέρβας
:-) nothing more to say (well the real challenge it to also have your hands
tied on your back :-P )

um, well, grub in my opinion is pretty unstable...
it's like a woman you never know! I always try to install grub in my arch
installations, but sometimes it just fails! so, syslinux could be an
option too... does it support btrfs at all?
can you send us the photo?
On Aug 1, 2012 1:07 AM, Kyle k...@gmx.ca wrote:



 According to Δημήτρης Ζέρβας:
 #PS: WOW man, how can you even install Arch by being visually
 #impaired???
 #You must be GENIUS

 Lol I use Chris Brannon's Talking Arch install media.
 http://the-brannons.com/tarch
 I stand on the shoulders of giants. :)

  #PS2: I'm not trying to say ANYTHING bad about you and I'm sorry, if I
 #offended you, I just think that it's very difficult...

 No more difficult than it is for anyone else. I have speech using Speakup
 and the eSpeak speech synthesizer as soon as the install media boots. If I
 get this thing to the point where I can install a desktop environment,
 likely either GNOME or LXDE, I'll be able to get speech using the same
 eSpeak speech synthesizer and a screen reader called Orca. No, I'm not
 offended at all, and I am actually trying to let the world know just how
 easy it can be to install a Linux system without eyes. In this case,
 questions are a good thing(tm). Hope this helps.

 I'll try this install with a 100MB ext2 /boot, although GRUB isn't
 supposed to need this extra partition. Maybe I found a bug in GRUB's BTRFS
 module.
 ~Kyle
 --
 Kyle is a droid.
 The whole world knows it.
 This e-mail shows it.



Re: [arch-general] BTRFS USB key fails to boot

2012-07-31 Thread Δημήτρης Ζέρβας
+1 for the ext2 boot partition
why isn't it necessary? is it loaded by default? because udev isn't
running...
On Aug 1, 2012 1:25 AM, Tom Gundersen t...@jklm.no wrote:

 On Tue, Jul 31, 2012 at 11:43 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  I'm sorry Kyle for screwing your topic...
  well, I think that you need an ext boot partition.
  then, try to add the btrfs to modprobe.d (I don't remember exactly
 how...)
  or to rc.conf (if using init scripts and not systemd) by adding btrfs
 to
  the MODULES array

 Kyle: a btrfs module (in rc.conf or otherwise) should not be necessary.

 In my experience, life is much easier with /boot on an ext partition
 (I tend to stick with ext2, but that's just because I don't have much
 confidence in boot loaders).

 Also, usind syslinux rather than grub is usually much simpler
 (assuming you don't require some feature that is only required by
 grub.

 Cheers,

 Tom

 PS
 If you have more debug output, you could put picturesup somewhere, and
 I'm sure we could do a better job at interpreting it than Google (I
 didn't even know Google could do that to be honest).



Re: [arch-general] BTRFS USB key fails to boot

2012-07-30 Thread Δημήτρης Ζέρβας
is it actually safe to format an usb flash to btrfs? won't it destroy the
flash because of the read/writes?
On Jul 31, 2012 2:20 AM, Zhengyu Xu xzy3...@gmail.com wrote:

 On Mon, 2012-07-30 at 17:36 -0400, Kyle wrote:
  Trying to install Arch on a USB key, I am having trouble getting a
 bootable system. I created a basic BTRFS filesystem and mounted it with SSD
 optimizations and compression. I didn't create any subvolumes or anything
 else that is said to be problematic when booting to a BTRFS filesystem.
 From that point, I followed the installation guide for a normal install.
 However, after reading the documentation for GRUB and Syslinux, my newly
 created install doesn't boot. I looked at the wiki entry for installing to
 a USB key, but it is still written for AIF and grub-legacy. However, the
 main difference I can find doesn't seem to apply, because although it
 mentions that the USB key where grub-legacy is installed is always hd0,0,
 grub2 is supposed to look for the UUID of the disk, which matches correctly
 in /boot/grub/grub.cfg. I also tried setting up this install to boot using
 Syslinux, but both bootloaders just drop me into some kind of shell and
 refuse to boot. Unfortunately, since I am
  visually impaired and use speech to install and use Arch, I am unable to
 see whether I am in a normal shell or a rescue shell, or even what kind
 of issue the bootloaders are having that keeps them from finding a kernel.
 Should I be using a different filesystem other than BTRFS, even though both
 bootloaders are said to support it? Should I not be using compression on my
 filesystem? Could this be a problem that is entirely unrelated to the
 filesystem I'm using? Any help is greatly appreciated.
  ~Kyle

 Did you add usb and btrfs to the hooks array in your mkinitcpio.conf?

 Regards,
 Zhengyu Xu





Re: [arch-general] BTRFS USB key fails to boot

2012-07-30 Thread Δημήτρης Ζέρβας
well, I will make a good try to add btrfs support to android kernel! I will
start with siyah kernel for galaxy s2, I'm a kernel newbie, so any help is
greatly appreciated! (I will also try to reformat some system partitions to
btrfs...)
trying to figure out the partition table of the android...
sorry for being off-topic!
On Jul 31, 2012 2:56 AM, Zhengyu Xu xzy3...@gmail.com wrote:

 I've no idea on how btrfs performs with a flash disk actually. My btrfs
 partition just locates on a normal hdd so I have never thought about it :-)

 Regards,
 Zhengyu Xu

 On 2012-7-31, at 8:27, Δημήτρης Ζέρβας01tto...@gmail.com wrote:

  is it actually safe to format an usb flash to btrfs? won't it destroy the
  flash because of the read/writes?
  On Jul 31, 2012 2:20 AM, Zhengyu Xu xzy3...@gmail.com wrote:
 
  On Mon, 2012-07-30 at 17:36 -0400, Kyle wrote:
  Trying to install Arch on a USB key, I am having trouble getting a
  bootable system. I created a basic BTRFS filesystem and mounted it with
 SSD
  optimizations and compression. I didn't create any subvolumes or
 anything
  else that is said to be problematic when booting to a BTRFS filesystem.
  From that point, I followed the installation guide for a normal install.
  However, after reading the documentation for GRUB and Syslinux, my newly
  created install doesn't boot. I looked at the wiki entry for installing
 to
  a USB key, but it is still written for AIF and grub-legacy. However, the
  main difference I can find doesn't seem to apply, because although it
  mentions that the USB key where grub-legacy is installed is always
 hd0,0,
  grub2 is supposed to look for the UUID of the disk, which matches
 correctly
  in /boot/grub/grub.cfg. I also tried setting up this install to boot
 using
  Syslinux, but both bootloaders just drop me into some kind of shell and
  refuse to boot. Unfortunately, since I am
  visually impaired and use speech to install and use Arch, I am unable
 to
  see whether I am in a normal shell or a rescue shell, or even what
 kind
  of issue the bootloaders are having that keeps them from finding a
 kernel.
  Should I be using a different filesystem other than BTRFS, even though
 both
  bootloaders are said to support it? Should I not be using compression
 on my
  filesystem? Could this be a problem that is entirely unrelated to the
  filesystem I'm using? Any help is greatly appreciated.
  ~Kyle
 
  Did you add usb and btrfs to the hooks array in your mkinitcpio.conf?
 
  Regards,
  Zhengyu Xu
 
 
 



Re: [arch-general] BTRFS USB key fails to boot

2012-07-30 Thread Δημήτρης Ζέρβας
hm... I curently use ext2 and I have installation in a partition of my sd
card. wich fs would be better than ext2, given that I need quich r/w but as
less writes as possible?
On Jul 31, 2012 3:18 AM, Leonardo Dagnino leodag@gmail.com wrote:

 Well, I don't think it will destroy the flash... As it is made of NAND
 flash, I suppose that it reacts pretty much like an SSD. Anyway, it should
 take a considerable time until it wears out, and if you use it only to
 install an OS, it won't have any writes, what means that it shouldn't wear
 out for some years (or at least I hope so)
 For what I remember, btrfs uses a pretty big amount of space, what means
 more writes.

 Leonardo Dagnino

 Obs.: NAND flash only has a limited amount of erases/writes, not reads.


 2012/7/30 Zhengyu Xu xzy3...@gmail.com

  I've no idea on how btrfs performs with a flash disk actually. My btrfs
  partition just locates on a normal hdd so I have never thought about it
 :-)
 
  Regards,
  Zhengyu Xu
 
  On 2012-7-31, at 8:27, Δημήτρης Ζέρβας01tto...@gmail.com wrote:
 
   is it actually safe to format an usb flash to btrfs? won't it destroy
 the
   flash because of the read/writes?
   On Jul 31, 2012 2:20 AM, Zhengyu Xu xzy3...@gmail.com wrote:
  
   On Mon, 2012-07-30 at 17:36 -0400, Kyle wrote:
   Trying to install Arch on a USB key, I am having trouble getting a
   bootable system. I created a basic BTRFS filesystem and mounted it
 with
  SSD
   optimizations and compression. I didn't create any subvolumes or
  anything
   else that is said to be problematic when booting to a BTRFS
 filesystem.
   From that point, I followed the installation guide for a normal
 install.
   However, after reading the documentation for GRUB and Syslinux, my
 newly
   created install doesn't boot. I looked at the wiki entry for
 installing
  to
   a USB key, but it is still written for AIF and grub-legacy. However,
 the
   main difference I can find doesn't seem to apply, because although it
   mentions that the USB key where grub-legacy is installed is always
  hd0,0,
   grub2 is supposed to look for the UUID of the disk, which matches
  correctly
   in /boot/grub/grub.cfg. I also tried setting up this install to boot
  using
   Syslinux, but both bootloaders just drop me into some kind of shell
 and
   refuse to boot. Unfortunately, since I am
   visually impaired and use speech to install and use Arch, I am unable
  to
   see whether I am in a normal shell or a rescue shell, or even what
  kind
   of issue the bootloaders are having that keeps them from finding a
  kernel.
   Should I be using a different filesystem other than BTRFS, even though
  both
   bootloaders are said to support it? Should I not be using compression
  on my
   filesystem? Could this be a problem that is entirely unrelated to the
   filesystem I'm using? Any help is greatly appreciated.
   ~Kyle
  
   Did you add usb and btrfs to the hooks array in your mkinitcpio.conf?
  
   Regards,
   Zhengyu Xu
  
  
  
 



Re: [arch-general] BTRFS USB key fails to boot

2012-07-30 Thread Δημήτρης Ζέρβας
yaffs2 would be faster than ext2?
On Jul 31, 2012 3:21 AM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

 hm... I curently use ext2 and I have installation in a partition of my sd
 card. wich fs would be better than ext2, given that I need quich r/w but as
 less writes as possible?
 On Jul 31, 2012 3:18 AM, Leonardo Dagnino leodag@gmail.com wrote:

 Well, I don't think it will destroy the flash... As it is made of NAND
 flash, I suppose that it reacts pretty much like an SSD. Anyway, it should
 take a considerable time until it wears out, and if you use it only to
 install an OS, it won't have any writes, what means that it shouldn't wear
 out for some years (or at least I hope so)
 For what I remember, btrfs uses a pretty big amount of space, what means
 more writes.

 Leonardo Dagnino

 Obs.: NAND flash only has a limited amount of erases/writes, not reads.


 2012/7/30 Zhengyu Xu xzy3...@gmail.com

  I've no idea on how btrfs performs with a flash disk actually. My btrfs
  partition just locates on a normal hdd so I have never thought about it
 :-)
 
  Regards,
  Zhengyu Xu
 
  On 2012-7-31, at 8:27, Δημήτρης Ζέρβας01tto...@gmail.com wrote:
 
   is it actually safe to format an usb flash to btrfs? won't it destroy
 the
   flash because of the read/writes?
   On Jul 31, 2012 2:20 AM, Zhengyu Xu xzy3...@gmail.com wrote:
  
   On Mon, 2012-07-30 at 17:36 -0400, Kyle wrote:
   Trying to install Arch on a USB key, I am having trouble getting a
   bootable system. I created a basic BTRFS filesystem and mounted it
 with
  SSD
   optimizations and compression. I didn't create any subvolumes or
  anything
   else that is said to be problematic when booting to a BTRFS
 filesystem.
   From that point, I followed the installation guide for a normal
 install.
   However, after reading the documentation for GRUB and Syslinux, my
 newly
   created install doesn't boot. I looked at the wiki entry for
 installing
  to
   a USB key, but it is still written for AIF and grub-legacy. However,
 the
   main difference I can find doesn't seem to apply, because although it
   mentions that the USB key where grub-legacy is installed is always
  hd0,0,
   grub2 is supposed to look for the UUID of the disk, which matches
  correctly
   in /boot/grub/grub.cfg. I also tried setting up this install to boot
  using
   Syslinux, but both bootloaders just drop me into some kind of shell
 and
   refuse to boot. Unfortunately, since I am
   visually impaired and use speech to install and use Arch, I am
 unable
  to
   see whether I am in a normal shell or a rescue shell, or even what
  kind
   of issue the bootloaders are having that keeps them from finding a
  kernel.
   Should I be using a different filesystem other than BTRFS, even
 though
  both
   bootloaders are said to support it? Should I not be using compression
  on my
   filesystem? Could this be a problem that is entirely unrelated to the
   filesystem I'm using? Any help is greatly appreciated.
   ~Kyle
  
   Did you add usb and btrfs to the hooks array in your mkinitcpio.conf?
  
   Regards,
   Zhengyu Xu
  
  
  
 




[arch-general] BIND 9 problem

2012-07-27 Thread Δημήτρης Ζέρβας
hello,

I'm trying to set up my own DNS server but I can't...
I registered ns1.mydomain.com as a nameserver and I ponted it to my VPS's
IP.
the I listed ns1.mydomain.com as the nameserver of mydomain.com.

I don't know if I've done something wrong with my registrar or my
zones/configs are wrong...
the logs are absolutely empty!

all my confs/zones: http://pastebin.com/z23HRyAh
the ONLY thing altered in the confs is the domain
thank you in advance!

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


Re: [arch-general] BIND 9 problem

2012-07-27 Thread Δημήτρης Ζέρβας
thanks a million man...
yes, you're right, domains are public :P
didn't know about named-check*!

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Fri, Jul 27, 2012 at 7:17 PM, Mantas Mikulėnas graw...@gmail.com wrote:

 On Fri, Jul 27, 2012 at 5:55 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  I'm trying to set up my own DNS server but I can't...
  I registered ns1.mydomain.com as a nameserver and I ponted it to my
 VPS's
  IP.
  the I listed ns1.mydomain.com as the nameserver of mydomain.com.
 
  I don't know if I've done something wrong with my registrar or my
  zones/configs are wrong...
  the logs are absolutely empty!
 
  all my confs/zones: http://pastebin.com/z23HRyAh
  the ONLY thing altered in the confs is the domain

 1. You are missing a $ORIGIN line at the top of your zone file:

 $ORIGIN dimitrisze.com.

 (Don't forget the dot after com!)

 2. Your SOA record has a wrong MNAME (master DNS server name) field –
 it should point to a DNS server such as ns1.mydomain.com. (or just
 ns1 if you have $ORIGIN), not to the domain itself.

 3. Your SOA field is missing the RNAME (responsible person name) field
 between MNAME and the serial number. It should point to an email
 address in DNS syntax, e.g. 01ttouch.gmail.com. or
 hostmaster.mydomain.com. (or just hostmaster).

 http://pastebin.com/xPMzG8m2 should be correct. Use named-checkzone
 to verify zone files:

 named-checkzone mydomain.com /etc/named/domain-enabled/mydomain.com.db

 By the way, hiding the domain is 1) pointless since domain names are
 public anyway, 2) makes it much harder to answer such questions when I
 cannot look at the real information with `dig` and such. (You forgot
 to change line 63, though.)

 Also, using notify no is a poor idea – makes DNS updates a bit slower.

 --
 Mantas Mikulėnas



Re: [arch-general] BIND 9 problem

2012-07-27 Thread Δημήτρης Ζέρβας
is the IP 0.0.0.0 ok? or do I have to change it to the actual public IP
(it's static, so it won't be a problem)
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Fri, Jul 27, 2012 at 9:29 PM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

 thanks a million man...
 yes, you're right, domains are public :P
 didn't know about named-check*!


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Fri, Jul 27, 2012 at 7:17 PM, Mantas Mikulėnas graw...@gmail.comwrote:

 On Fri, Jul 27, 2012 at 5:55 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  I'm trying to set up my own DNS server but I can't...
  I registered ns1.mydomain.com as a nameserver and I ponted it to my
 VPS's
  IP.
  the I listed ns1.mydomain.com as the nameserver of mydomain.com.
 
  I don't know if I've done something wrong with my registrar or my
  zones/configs are wrong...
  the logs are absolutely empty!
 
  all my confs/zones: http://pastebin.com/z23HRyAh
  the ONLY thing altered in the confs is the domain

 1. You are missing a $ORIGIN line at the top of your zone file:

 $ORIGIN dimitrisze.com.

 (Don't forget the dot after com!)

 2. Your SOA record has a wrong MNAME (master DNS server name) field –
 it should point to a DNS server such as ns1.mydomain.com. (or just
 ns1 if you have $ORIGIN), not to the domain itself.

 3. Your SOA field is missing the RNAME (responsible person name) field
 between MNAME and the serial number. It should point to an email
 address in DNS syntax, e.g. 01ttouch.gmail.com. or
 hostmaster.mydomain.com. (or just hostmaster).

 http://pastebin.com/xPMzG8m2 should be correct. Use named-checkzone
 to verify zone files:

 named-checkzone mydomain.com/etc/named/domain-enabled/mydomain.com.db

 By the way, hiding the domain is 1) pointless since domain names are
 public anyway, 2) makes it much harder to answer such questions when I
 cannot look at the real information with `dig` and such. (You forgot
 to change line 63, though.)

 Also, using notify no is a poor idea – makes DNS updates a bit slower.

 --
 Mantas Mikulėnas





Re: [arch-general] BIND 9 problem

2012-07-27 Thread Δημήτρης Ζέρβας
I thought that it would be translated to my public ip... :P
A dig proved that I was wrong, I fixed it, but now I have to wait 2 hours
(TTL 7200) to update the zone?
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Fri, Jul 27, 2012 at 9:54 PM, Mantas Mikulėnas graw...@gmail.com wrote:

 On Fri, Jul 27, 2012 at 9:35 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  is the IP 0.0.0.0 ok? or do I have to change it to the actual public IP

 Why would you want to have 0.0.0.0 in DNS anyway? If you don't want to
 have a www or imap or other subdomains, just delete them
 completely... (But for ns1, you must use the real public address of
 the server.)

 --
 Mantas Mikulėnas



Re: [arch-general] BIND 9 problem

2012-07-27 Thread Δημήτρης Ζέρβας
tracepath dimitrisze.com:
 1:  192.168.1.300.038ms pmtu 1500
 1:  192.168.1.1 0.529ms asymm  2
 1:  192.168.1.1 0.517ms asymm  2
 2:  no reply
 3:  no reply

ping dimitrisze.com:
PING dimitrisze.com (158.255.215.159) 56(84) bytes of data.
64 bytes from 159-215-255-158.static.edis.at (158.255.215.159): icmp_req=1
ttl=49 time=99.5 ms
64 bytes from 159-215-255-158.static.edis.at (158.255.215.159): icmp_req=2
ttl=49 time=105 ms
--- dimitrisze.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 99.507/102.559/105.611/3.052 ms

dig dimitrisze.com:

;  DiG 9.9.1-P2  dimitrisze.com
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 11827
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;dimitrisze.com.IN  A

;; ANSWER SECTION:
dimitrisze.com. 2369IN  A   158.255.215.159

;; Query time: 65 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Jul 27 20:06:55 2012
;; MSG SIZE  rcvd: 59

WTF? ping  dig ok, but tracepath  reports no reply!
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Fri, Jul 27, 2012 at 10:44 PM, Damjan gdam...@gmail.com wrote:

 all my confs/zones: http://pastebin.com/z23HRyAh
 the ONLY thing altered in the confs is the domain


 1. You are missing a $ORIGIN line at the top of your zone file:

  $ORIGIN dimitrisze.com.

  (Don't forget the dot after com!)


 That $ORIGIN is implied by bind from the
   zone dimitrisze.com IN { ... }
 setting, so it's not necessary.

 I've avoided it usually since it allows me to have the same zone file for
 two zones that need to be kept in lock-step, for ex. domain.info and
 domain.com


 --
 дамјан



Re: [arch-general] iPod HOWTO?

2012-06-21 Thread Δημήτρης Ζέρβας
On Jun 21, 2012 10:31 AM, David Benfell benf...@parts-unknown.org wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi,

 This is a facepalm moment. I'm utterly failing to find the correct way
 to do this.

 The Arch wiki entry is https://wiki.archlinux.org/index.php/IPod

 It's out of date because HAL has been deprecated for a while now.

 Like an idiot, I managed to overlook that. And I think I got HAL sort
 of working. But Banshee gets permission denied when I try to copy
 music onto by iPod.

 I don't even have a clue which way to go with this. As near as I can
 tell, only root can write to the iPod, but I had the notion that I
 should run Banshee as my regular user. I can't even change the
 ownership of the mount point:

 graton# chown benfell:users /media/iPod
 chown: changing ownership of '/media/iPod': Operation not permitted

 What now?

chown as root


[arch-general] create Arch based distro

2012-06-19 Thread Δημήτρης Ζέρβας
hello, how can I create an Arch based distro, ex. with KDE pre-installed?


Re: [arch-general] create Arch based distro

2012-06-19 Thread Δημήτρης Ζέρβας
no, no, it was just an example...
On Jun 20, 2012 12:08 AM, Ike Devolder ike.devol...@gmail.com wrote:

 Op woensdag 20 juni 2012 00:05:01 schreef Δημήτρης Ζέρβας:
  chakra??

 chakra project: kde-centric originally arch based distro
 http://www.chakra-project.org/

 a full list:
 https://wiki.archlinux.org/index.php/Arch_Based_Distributions

 --Ike



Re: [arch-general] create Arch based distro

2012-06-19 Thread Δημήτρης Ζέρβας
thank you, I'll give it a shot!


Re: [arch-general] VPS can't access after update filesystem?

2012-06-12 Thread Δημήτρης Ζέρβας
hmmm... the second time you updated, did you have any packages installed?

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 6:34 PM, Bill Sun cap.sensit...@gmail.com wrote:

 Hi,

 I rent a VPS from a not-so-famous provider, and they use XEN. After I
 updated my system on Jun 10 (I update my system every Sundays), My VPS
 seems dead. I can't ssh to it, I can't ping to it, I can't do anything
 to it. I don't get any error message from the SolusVM control panel---it
 says: 'online'

 The service of my provider is not that good, so I really don't get any
 useful info from them. I re-installed the OS (they provide
 Archlinux-2011.7-x86-64), and the VPS is accessible again. But after I
 update that new system, The VPS stopped working, same as above.

 All I know is that update includes 'filesystem' package. So I suspect
 the updated 'filesystem' package is the culprit. Maybe the 'init'
 process encountered some errors.

 No error log (probably won't get anything anyway), so...

 Again, VPS provider info:
 Supervisor (is that right?): XEN
 Control panel: SolusVM
 System: Archlinux-2011.7-x86-64

 Regards.



Re: [arch-general] VPS can't access after update filesystem?

2012-06-12 Thread Δημήτρης Ζέρβας
yes like VNC? don't you have any other access than SSH?

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 6:48 PM, Kevin Chadwick ma1l1i...@yahoo.co.ukwrote:

 On Tue, 12 Jun 2012 23:34:01 +0800
 Bill Sun wrote:

  VPS provider info

 Sometimes they will have or attach upon request a KVM that you can
 connect to usually via crappy JAVA?

 arpnetworks.com have serial over ssh etc.. too



Re: [arch-general] VPS can't access after update filesystem?

2012-06-12 Thread Δημήτρης Ζέρβας
so? why don't you access it my serial?
PS: serial console? WTF? 50 years ago???

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 7:05 PM, Szu-Han Chen sjc...@sjchen.com wrote:

 On Tue, Jun 12, 2012 at 06:53:43PM +0300, Δημήτρης Ζέρβας wrote:
  yes like VNC? don't you have any other access than SSH?
 
  (\_ /) copy the bunny to your profile
  (0.o ) to help him achieve world domination.
  ( ) come join the dark side.
  /_|_\ (we have cookies.)
 
 
  On Tue, Jun 12, 2012 at 6:48 PM, Kevin Chadwick ma1l1i...@yahoo.co.uk
 wrote:
 
   On Tue, 12 Jun 2012 23:34:01 +0800
   Bill Sun wrote:
  
VPS provider info
  
   Sometimes they will have or attach upon request a KVM that you can
   connect to usually via crappy JAVA?
  
   arpnetworks.com have serial over ssh etc.. too
  

 Yes, usually vps hosts using solusvm will have serial console access.

 --
 --Szu-Han Chen (sjchen.com)
 O ascii ribbon campaign - stop html mail - www.asciiribbon.org



[arch-general] DNS server help

2012-06-12 Thread Δημήτρης Ζέρβας
I have a VPS and i want to set up a DNS server.
first of all do i need a secondary NS? why? no money for second VPS...
ideas?
also can ANYONE explain me the zones in detail? i've read the wiki a lot of
times...
thank you!

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


Re: [arch-general] can not login after upgrade

2012-06-12 Thread Δημήτρης Ζέρβας
another guy had problems with his VPS...
when he updated he lost any connection with the VPS
do you have /boot on a separate partition?

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 10:47 PM, Arno Gaboury arnaud.gabo...@gmail.comwrote:

 Hi all,

 I am running a fresh update X86_64 Archlinux on BTRFS.

 I left my box unused for near one month (15/05-12/06). I did a system
 update today, following all latest news:
 -first updated pacman
 - moved to systemd and libusbx, did all the updates. Everything went OK.
 -upgraded the filesystem with the --force option.

 No errors at all.

 When rebooting, I did not see the usual init process details with all
 services, going to the login prompt VERY quickly (a few sec).
 At the login prompt, here is what I have:

 Archlinux 3.4.2-1-ARCH
 (none)login:


 I can type whatever I want (all user names, or anything else), I am always
 back to the propmt. I can no more login.

 I dual boot with Ubuntu. From Ubuntu, I see my Arch /boot folder is empty!!

 I have no proposal in Grub2 to boot from a previous version.

 So now, what shall I do ?

 TY for any help, as I am a litle disapointed and first time with such a
 big problem.




Re: [arch-general] DNS server help

2012-06-12 Thread Δημήτρης Ζέρβας
the main reason that i want to have my own primary DNS is that i want to
have an ISP Panel that i'm building from scratch in python.
thank you for your help!
can you help me with the zones?
i heared that you can manage BIND from a MySQL DB, is it true? archwiki
page?

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 10:50 PM, Mantas Mikulėnas graw...@gmail.comwrote:

 On Tue, Jun 12, 2012 at 10:29 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  I have a VPS and i want to set up a DNS server.
  first of all do i need a secondary NS? why? no money for second VPS...

 It's not necessary from the technical point of view, but almost all
 registrars require at least two servers for reliability -- if there's
 only one server and it goes down, your entire domain (with subdomains,
 mail, web, everything) goes down.

 However, there are several free secondary NS services:

 - https://dns.he.net/
 - http://freedns.afraid.org/
 - http://www.buddyns.com/
 - http://www.zoneedit.com/
 - Others, google.

 Some VPS hosts, such as Linode, also offer secondary NS for customers.

 (Most of them also offer primary NS, but it's usually managed through
 a crappy web UI, so let your own server be primary.)

  also can ANYONE explain me the zones in detail? i've read the wiki a lot
 of
  times...

 If you could please ask something more specific...

 --
 Mantas Mikulėnas



Re: [arch-general] can not login after upgrade

2012-06-12 Thread Δημήτρης Ζέρβας
oh yes, it's not mounted at all, that's why you can't see it from ubuntu
(arch  ubuntu? how could you? :P)
it's not a problem, just mount the boot partition to /arch-mount/boot
and the /boot partition CAN'T be empty, because you can't login, but you
actually boot!

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 10:52 PM, Mateusz Loskot mate...@loskot.net wrote:

 On 12 June 2012 20:50, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:
  another guy had problems with his VPS...
  when he updated he lost any connection with the VPS
  do you have /boot on a separate partition?

 Indeed, and if it is on separate partition it's probably not
 getting mounted properly.
 May be issue with changes regarding using fstab/labels vs UUID.

 Best regards,
 --
 Mateusz Loskot, http://mateusz.loskot.net



Re: [arch-general] can not login after upgrade

2012-06-12 Thread Δημήτρης Ζέρβας
add the Hook back and rebuilt the image. O_o

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 10:59 PM, Arno Gaboury arnaud.gabo...@gmail.comwrote:

 Le 12. 06. 12 21:47, Arno Gaboury a écrit :

  Hi all,

 I am running a fresh update X86_64 Archlinux on BTRFS.

 I left my box unused for near one month (15/05-12/06). I did a system
 update today, following all latest news:
 -first updated pacman
 - moved to systemd and libusbx, did all the updates. Everything went OK.
 -upgraded the filesystem with the --force option.

 No errors at all.

 When rebooting, I did not see the usual init process details with all
 services, going to the login prompt VERY quickly (a few sec).
 At the login prompt, here is what I have:

 Archlinux 3.4.2-1-ARCH
 (none)login:


 I can type whatever I want (all user names, or anything else), I am
 always back to the propmt. I can no more login.

 I dual boot with Ubuntu. From Ubuntu, I see my Arch /boot folder is
 empty!!

 I have no proposal in Grub2 to boot from a previous version.

 So now, what shall I do ?

 TY for any help, as I am a litle disapointed and first time with such a
 big problem.


 After some reading across the forum, I see I am not the only one with this
 issue. my /usr and /boot are both on a separate partition from /. It seems
 this cause the issue.
 As far as I can understand, the solution seems to add the Hook back and
 rebuilt the image.

 Is this correct??

 How can I do that? Form a live cd? Or can I do anything from Ubuntu?



Re: [arch-general] DNS server help

2012-06-12 Thread Δημήτρης Ζέρβας
no, not web UI... ncurses UI :)
lack of features?
what features? a DNS is a Domain Name Server! it can't serve domains? xD
i can't imagine any feature apart from connectivity (mysql, zones etc.) and
performance

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 11:00 PM, Mantas Mikulėnas graw...@gmail.comwrote:

 On Tue, Jun 12, 2012 at 10:54 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  can you help me with the zones?

 Sure.

  i heared that you can manage BIND from a MySQL DB, is it true?

 There's a BIND driver for that, http://mysql-bind.sourceforge.net/,
 but I never got around to trying it.

 There also is MyDNS http://mydns.bboy.net/ (and MyDNS-ng
 http://www.mydns-ng.com/), an entire DNS server written to use MySQL
 from the beginning. It seems to severely lack features, though.

 At least for editing zone files, I personally find a text editor (Vim)
 more convenient than a web UI.

 --
 Mantas Mikulėnas



Re: [arch-general] DNS server help

2012-06-12 Thread Δημήτρης Ζέρβας
ok, but i need only A,MX,NS records, master server and MySQL
what are forwaders?

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 11:19 PM, Mantas Mikulėnas graw...@gmail.comwrote:

 On Tue, Jun 12, 2012 at 11:04 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  no, not web UI... ncurses UI :)

 Ah, better.

  lack of features?
  what features? a DNS is a Domain Name Server! it can't serve domains? xD
  i can't imagine any feature apart from connectivity (mysql, zones etc.)
 and
  performance

 Sure, it can serve domains. But there /is/ more than that:

 various storage formats (flat files, MySQL, LDAP, Active Directory);
 replication (IXFR, multi-master);
 less-common record types (SSHFP, SRV, CERT, HINFO, or arbitrary types);
 protocol features (NOTIFY and EDNS);
 security (TKEY, DNSSEC, DLV);
 dynamic updates (plain and secure, manual or integrated with dhcpd);
 DNS64 translation;
 forwarder zones...
 even such basics as performing recursive lookups (for putting in
 resolv.conf) and ability to be a secondary server (which MyDNS
 cannot).

 [Also, technically DNS means Domain Name *System*, not Server.]

 --
 Mantas Mikulėnas



Re: [arch-general] can not login after upgrade

2012-06-12 Thread Δημήτρης Ζέρβας
i would advise you to have only Arch and just deal with it (hours and
hours was eaten to just make something the arch way) ... but it's out of
the subject
did you find any solutions?

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 11:20 PM, Arno Gaboury arnaud.gabo...@gmail.comwrote:

 Le 12. 06. 12 21:57, Δημήτρης Ζέρβας a écrit :

 oh yes, it's not mounted at all, that's why you can't see it from ubuntu
 (arch  ubuntu? how could you? :P)

 it's not a problem, just mount the boot partition to /arch-mount/boot
 and the /boot partition CAN'T be empty, because you can't login, but you
 actually boot!

 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 (  ) come join the dark side.
 /_|_\ (we have cookies.)


 On Tue, Jun 12, 2012 at 10:52 PM, Mateusz Loskotmate...@loskot.net
  wrote:

  On 12 June 2012 20:50, Δημήτρης Ζέρβας01tto...@gmail.com  wrote:

 another guy had problems with his VPS...
 when he updated he lost any connection with the VPS
 do you have /boot on a separate partition?


 Indeed, and if it is on separate partition it's probably not
 getting mounted properly.
 May be issue with changes regarding using fstab/labels vs UUID.

 Best regards,
 --
 Mateusz Loskot, http://mateusz.loskot.net


 As for Ubuntu and Arch on same machine, Ubutnu was a good way for me to
 learn. Once I felt comfortable, I switched to Arch, and NEVER LOOK BACK !!
  :-)
 But I am still a, let's say a n00b++, and this issue is puzzling me.
 Yes, /boot and /usr are not on the root /, and you are right, the boot CAN
 NOT be empty, it is just NOT mounted.
 It seems I can do everything from Ubuntu, but I am not so sure to know
 how. I will try to figure out, and LEARN, again and again...



Re: [arch-general] Shutdown and reboot not working after last weekend update

2012-06-12 Thread Δημήτρης Ζέρβας
three emails for the same subject... :S

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 11:22 PM, Victor Silva vfbsi...@gmail.com wrote:

 I got a ubuntu livecd with gparted lets see what happens. About using
 thesystem as root. I only run pacman related commands as root have  a user
 I use for mostly day tasks. This user is *NOT* on sudo, basically cause I
 like to enforce my self to login as root and think about what I'm doing.
 Also sudo is cumbersome to use in some instances as buil-in commands are
 not avaliable.

 So the only thing I've run as root was the pacman -Syu and followed the
 arch announces regarding the updates. Nothing bad there I'mho. And the
 problem I'm facing now has nothing to do with my system usage. Imho either
 I have a bad sector or something went broken for some instances of the
 system like mine or the other guy who also reported on the forums.

 Regards,
 Victor

 2012/6/12 Attila Vangel vangel.att...@gmail.com

  Hi, I am not familiar with the problem, but I think the easiest way
  (if you are not against graphical tools) is to grab a live cd (or
  live usb dongle) containing gparted (it's not a bad thing to have,
  anyway), but I am not an expert at this.
 
  What really surprises me is that you use your system as root !?! I
  would not dare to do that. I tend to add my user to various groops
  according to the arch wiki documentation where neeeded, and for the
  other commands I think I can safely run as root I alias them to be
  'sudo command', and I maintain this list of safe commands in
  /etc/sudoers (edited by visudo (you can change the editor of it, just
  google it)), so that these commands can be executed without entering
  the password all the time... Maybe not the best thing still, but I
  guess it's OK with me.
 
  Regards,
  Attila
 
  2012/6/12 Victor Silva vfbsi...@gmail.com:
  snip
   Folks after the last upgrade I can no longer shutdown nor reboot my
  machine
   (I'm using it as root). The command simply hangs and nothing happens.
  snip
 
   I was asked to perform a fsck which failed.It reported /dev/sda5 was
   mounted. Is there any proper way I should use to call fsck? I did
 create
  a
   /fsck file on / is there other more appropriate command to do it?
  Problably
   you asked for my fstab expecting an error like this right? Would it be
   better to run fsck from a livecd?
  
   regards,
  
   Victor
 



Re: [arch-general] DNS server help

2012-06-12 Thread Δημήτρης Ζέρβας
hmm, that's good... no mydns?

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Tue, Jun 12, 2012 at 11:43 PM, Mantas Mikulėnas graw...@gmail.comwrote:

 On Tue, Jun 12, 2012 at 11:22 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  what are forwaders?

 A feature where you configure a DNS server to forward certain queries
 to another server instead of replying by itself. (Like a proxy.)

 --
 Mantas Mikulėnas



Re: [arch-general] can not login after upgrade

2012-06-12 Thread Δημήτρης Ζέρβας
i can't think of anything that arch isn't capable of doing...
but i think that i'm just stuck with arch...
you may be right!

(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Wed, Jun 13, 2012 at 12:01 AM, Ralf Mardorf
ralf.mard...@alice-dsl.netwrote:

 On Tue, 2012-06-12 at 23:25 +0300, Δημήτρης Ζέρβας wrote:
  i would advise you to have only Arch and just deal with it

 I would advice to use different distros, that fit best to different
 usages/needs, if there should be different usages/needs.

 ;)
 Ralf




Re: [arch-general] DNS server help

2012-06-12 Thread Δημήτρης Ζέρβας
i didn't understand the PS
as explained above, google didn't help me...
try not to flame...

--
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)


On Wed, Jun 13, 2012 at 12:08 AM, Leonidas Spyropoulos
artafi...@gmail.comwrote:

 On Tue, Jun 12, 2012 at 10:00 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
 wrote:
  wow...
  do you have any resource that explains the zones in detail and so that i
  can actually understand and learn them?
  also guide for setting up mydns? or it works out of the box?
 
 Hello Dimitri,

 A simple google search about 'DNS Zones explained' returns a lot of
 results, also check the zone_file entry in wikipedia.

 PS: take a look at this:
 A: Because it messes up the order in which people normally read text.
 Q: Why is it such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail?

 and please use two dashes over your signature if possible so that
 email clients (and users) can detect that's after that point it's your
 signature and not something related to the post.

  (\_ /) copy the bunny to your profile
  (0.o ) to help him achieve world domination.
  ( ) come join the dark side.
  /_|_\ (we have cookies.)
 
 
  On Tue, Jun 12, 2012 at 11:52 PM, Mantas Mikulėnas graw...@gmail.com
 wrote:
 
  On Tue, Jun 12, 2012 at 11:45 PM, Δημήτρης Ζέρβας 01tto...@gmail.com
  wrote:
   hmm, that's good... no mydns?
 
  MyDNS appears to be unmaintained, but it fits your requirements.
 
  Still, I would recommend learning basic DNS first, without the
  additional complexity of SQL. Host your domain for a while using BIND,
  NSD, or MaraDNS until you can remember the SOA record fields at five
  in the morning, *then* set up MySQL.
 
  --
  Mantas Mikulėnas
 

 --
 Caution: breathing may be hazardous to your health.

 #include stdio.h
 int main(){printf(%s,\x4c\x65\x6f\x6e\x69\x64\x61\x73);}



Re: [arch-general] DNS server help

2012-06-12 Thread Δημήτρης Ζέρβας
thank you!
does it take ages to read?
On Jun 13, 2012 12:22 AM, Squall Lionheart headmastersqu...@gmail.com
wrote:

 
   do you have any resource that explains the zones in detail and so that
 i
   can actually understand and learn them?
   also guide for setting up mydns? or it works out of the box?
 

 I recently setup some name servers using BIND and found this to be a must
 have resource.


 http://www.amazon.com/DNS-BIND-5th-Edition-Cricket/dp/0596100574/ref=sr_1_1?ie=UTF8qid=1339535864sr=8-1

 Squall



Re: [arch-general] OT: DNS server help

2012-06-12 Thread Δημήτρης Ζέρβας
so you want an email like:
Q
A
??? sorry, next time i will ask questions and wait for an answer...
i can' correct the signature right now...
On Jun 13, 2012 12:29 AM, Ralf Mardorf ralf.mard...@alice-dsl.net wrote:

 On Wed, 2012-06-13 at 00:20 +0300, Δημήτρης Ζέρβας wrote:
  i didn't understand the PS

 Irony?

 Question: What is the most annoying thing on usenet and in e-mail?
 Answer: Top-posting.
 Question: Why is it such a bad thing?
 Answer: Because it messes up the order in which people normally read
 text.

 Regarding to the signature, shouldn't it be two dashes + a space? -- 

 --
 Ralf






Re: [arch-general] OT: DNS server help

2012-06-12 Thread Δημήτρης Ζέρβας
i just understood...
On Jun 13, 2012 12:38 AM, David J. Haines djhai...@gmx.com wrote:

 On Wed, Jun 13, 2012 at 12:35:00AM +0300, Δημήτρης Ζέρβας wrote:
  so you want an email like:
  Q
  A
  ??? sorry, next time i will ask questions and wait for an answer...
  i can' correct the signature right now...
  On Jun 13, 2012 12:29 AM, Ralf Mardorf ralf.mard...@alice-dsl.net
wrote:
 
   On Wed, 2012-06-13 at 00:20 +0300, Δημήτρης Ζέρβας wrote:
i didn't understand the PS
  
   Irony?
  
   Question: What is the most annoying thing on usenet and in e-mail?
   Answer: Top-posting.
   Question: Why is it such a bad thing?
   Answer: Because it messes up the order in which people normally read
   text.
  
   Regarding to the signature, shouldn't it be two dashes + a space? --

  
   --
   Ralf
  
  
  
  
 No, we just want you to respond to prior e-mails like I am: at the
 bottom of the string, not the top.
 --
 David J. Haines
 djhai...@gmx.com
understood...
i use gmail from desktop and its a problem


Re: [arch-general] OT: DNS server help

2012-06-12 Thread Δημήτρης Ζέρβας
On Jun 13, 2012 12:46 AM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

 i just understood...

 On Jun 13, 2012 12:38 AM, David J. Haines djhai...@gmx.com wrote:
 
  On Wed, Jun 13, 2012 at 12:35:00AM +0300, Δημήτρης Ζέρβας wrote:
   so you want an email like:
   Q
   A
   ??? sorry, next time i will ask questions and wait for an answer...
   i can' correct the signature right now...
   On Jun 13, 2012 12:29 AM, Ralf Mardorf ralf.mard...@alice-dsl.net
wrote:
  
On Wed, 2012-06-13 at 00:20 +0300, Δημήτρης Ζέρβας wrote:
 i didn't understand the PS
   
Irony?
   
Question: What is the most annoying thing on usenet and in e-mail?
Answer: Top-posting.
Question: Why is it such a bad thing?
Answer: Because it messes up the order in which people normally read
text.
   
Regarding to the signature, shouldn't it be two dashes + a space?
-- 
   
--
Ralf
   
   
   
   
  No, we just want you to respond to prior e-mails like I am: at the
  bottom of the string, not the top.
  --
  David J. Haines
  djhai...@gmx.com
 understood...
 i use gmail from desktop and its a problem

oh god, conversation fucked up... i responded top and then bottom and now i
see the quoted text!!! and your signature! FU gmail!


Re: [arch-general] OT: DNS server help

2012-06-12 Thread Δημήτρης Ζέρβας
scripting mail client! brilliant idea!
i stop quoting from my android...
why is mail server better?