Re: [arch-general] how to migrate installs between hard drives?

2009-07-29 Thread solsTiCe d'Hiver
 Why, out of curiosity?

dd copy the data of the raw device. i.e the files but also the
filesystem data and metadata. which you don't really need or wish to
copy to another partition/disk.

i said it's the worst, not that it does not work. but you have to take
extra step after you have used dd (to resize filesystem and so on)...




[arch-general] Bind 9.6.1-1 patched against dynamic update ddos?

2009-07-29 Thread Fredrik Eriksson

Hi,
I've seen that there's a dynamic update ddos attack that is widely 
available on the net and after looking for the solution it seems that 
bind's latest patch (9.6.1-P1) solves this problem.


So my question is more like this, is extra/bind 9.6.1-1 in the 
repository the same as bind 9.6.1-P1?
The build date of the current package in extra/ says the 18 July but the 
homepage of BIND says the latest patch was published the 28 July.


Best regards
Fredrik Eriksson


Re: [arch-general] Bind 9.6.1-1 patched against dynamic update ddos?

2009-07-29 Thread Damien Churchill
2009/7/29 Fredrik Eriksson fredrik.eriks...@gigabit.nu:
 Hi,
 I've seen that there's a dynamic update ddos attack that is widely available
 on the net and after looking for the solution it seems that bind's latest
 patch (9.6.1-P1) solves this problem.

 So my question is more like this, is extra/bind 9.6.1-1 in the repository
 the same as bind 9.6.1-P1?
 The build date of the current package in extra/ says the 18 July but the
 homepage of BIND says the latest patch was published the 28 July.

 Best regards
 Fredrik Eriksson


Judging by the Ubuntu package version it is P2 that fixes the current
ddos issue, not read too much into it though so I could be wrong.


Re: [arch-general] Bind 9.6.1-1 patched against dynamic update ddos?

2009-07-29 Thread Fredrik Eriksson

Damien Churchill skrev:

2009/7/29 Fredrik Eriksson fredrik.eriks...@gigabit.nu:
  

Hi,
I've seen that there's a dynamic update ddos attack that is widely available
on the net and after looking for the solution it seems that bind's latest
patch (9.6.1-P1) solves this problem.

So my question is more like this, is extra/bind 9.6.1-1 in the repository
the same as bind 9.6.1-P1?
The build date of the current package in extra/ says the 18 July but the
homepage of BIND says the latest patch was published the 28 July.

Best regards
Fredrik Eriksson




Judging by the Ubuntu package version it is P2 that fixes the current
ddos issue, not read too much into it though so I could be wrong.

  
I checked their mail sent (again just to be sure :P) to FD this morning. 
Their patches were for versions 9.3.2-2, 9.4.2 P2 and 9.5.0 P2.


Best regards
Fredrik Eriksson


Re: [arch-general] Latest updates messed up kdemod3 libjpeg.so.62?

2009-07-29 Thread David Rosenstrauch

David C. Rankin wrote:

Listmates,

Up until this past week kdemod3 and kde4-unstable had lived
side-by-side quite harmoniously. However, now kcontol in kdemod3 will
not run until the following link is created:

ln -s /usr/lib/libjpeg.so.7 /usr/lib/libjpeg.so.62


Don't do that.  Fix it by installing libjpe6 from AUR.

DR


Re: [arch-general] Latest updates messed up kdemod3 libjpeg.so.62?

2009-07-29 Thread David Rosenstrauch

Thomas Bächler wrote:

Eric Bélanger schrieb:
report that to Chakra. Looks like kdemod3 needs to be rebuilt against 
libjpeg 7.




Reports about libjpeg+kdemod breakage have been coming in for a while. 
The SONAME bump was announced on arch-dev-public, then packages went to 
testing a week later, then the packages stayed in testing for another 
two weeks - so they had 3 weeks to fix their stuff, thus it really can't 
be our fault.


Given the popularity of kdemod, it is sad that they can't seem to keep 
up with Arch's development.


They're generally pretty good about keeping up to date.  I think the 
package maintainer is just currently buried in some work/school insanity 
right now.


DR


Re: [arch-general] Latest updates messed up kdemod3 libjpeg.so.62?

2009-07-29 Thread David Rosenstrauch

José M. Prieto wrote:

2009/7/28 David C. Rankin drankina...@suddenlinkmail.com:

Up until this past week kdemod3 and kde4-unstable had lived
side-by-side quite harmoniously. However, now kcontol in kdemod3
will not run until the following link is created:

ln -s /usr/lib/libjpeg.so.7 /usr/lib/libjpeg.so.62


I also use kdemod-legacy on one computer. As the symlink doesn't work
 I simply untarred ibjpeg.so.62 from the old libjpeg pakage.


Better to install libjpeg6 from aur.  It's generally a bad idea to 
manually install system files.  You should let pacman do that.


DR


Re: [arch-general] Bind 9.6.1-1 patched against dynamic update ddos?

2009-07-29 Thread RedShift

Fredrik Eriksson wrote:

Hi,
I've seen that there's a dynamic update ddos attack that is widely 
available on the net and after looking for the solution it seems that 
bind's latest patch (9.6.1-P1) solves this problem.


So my question is more like this, is extra/bind 9.6.1-1 in the 
repository the same as bind 9.6.1-P1?
The build date of the current package in extra/ says the 18 July but the 
homepage of BIND says the latest patch was published the 28 July.


Best regards
Fredrik Eriksson




According to a commenter on the slashdot news article about this issue, this 
should provide a temporary countermeasure:

iptables -A INPUT -p udp --dport 53 -j DROP -m u32 --u32 '30270xF=5'

haven't tested it myself though...


Glenn


Re: [arch-general] Latest updates messed up kdemod3 libjpeg.so.62?

2009-07-29 Thread Daenyth Blank
On Wed, Jul 29, 2009 at 11:48, David Rosenstrauchdar...@darose.net wrote:
 Better to install libjpeg6 from aur.  It's generally a bad idea to manually
 install system files.  You should let pacman do that.

 DR

And best to actually _fix_ the issue: recompile the software against libjpeg7


Re: [arch-general] Latest updates messed up kdemod3 libjpeg.so.62?

2009-07-29 Thread David Rosenstrauch

Daenyth Blank wrote:

On Wed, Jul 29, 2009 at 11:48, David Rosenstrauchdar...@darose.net wrote:

Better to install libjpeg6 from aur.  It's generally a bad idea to manually
install system files.  You should let pacman do that.

DR


And best to actually _fix_ the issue: recompile the software against libjpeg7


Certainly!  But until the maintainer gets around to doing that, this 
would be the appropriate band-aid.


DR


[arch-general] VirtualBox keeps crashing

2009-07-29 Thread Tim Gelter
Hello listmates,
I'm having semi-frequent virtualbox crashes with existing and newly
created virtual machines. Here is a snippet from
/var/log/kernel.log :

Jul 29 08:24:17 guapArch kernel: VirtualBox[5142] trap int3
ip:7f7dde81dd9a sp:7f7dd003bf00 error:0
Jul 29 11:38:43 guapArch kernel: VirtualBox[6559] trap int3
ip:7f4bcedacd9a sp:7f4bc0b74f00 error:0
Jul 29 11:56:47 guapArch kernel: VirtualBox[6589] trap int3
ip:7f1fd205ad9a sp:7f1fc4622f00 error:0
Jul 29 13:47:46 guapArch kernel: hda-intel: IRQ timing workaround is
activated for card #0. Suggest a bigger bdl_pos_adj.
Jul 29 14:08:30 guapArch kernel: VirtualBox[7034] trap int3
ip:7f8f29938d9a sp:7f8f154e3f00 error:0

I've googled around a bit and don't see anything anywhere. Do any of you
happen to have any ideas as to what is going on here?

root ~ #  pacman -Q virtualbox_bin
virtualbox_bin 3.0.2-2
root ~ #  uname -r
2.6.30-ARCH
root ~ #  pacman -Q kernel26
kernel26 2.6.30.2-1
root ~ #  pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 kdemod-core is up to date
 kdemod-extragear is up to date
 kdemod-playground is up to date
:: Starting full system upgrade...
 local database is up to date

Thanks!
Tim



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] VirtualBox keeps crashing

2009-07-29 Thread Roman Kyrylych
On Wed, Jul 29, 2009 at 23:14, Tim Geltertgel...@gurulabs.com wrote:
 Hello listmates,
 I'm having semi-frequent virtualbox crashes with existing and newly
 created virtual machines. Here is a snippet from
 /var/log/kernel.log :

 Jul 29 08:24:17 guapArch kernel: VirtualBox[5142] trap int3
 ip:7f7dde81dd9a sp:7f7dd003bf00 error:0
 Jul 29 11:38:43 guapArch kernel: VirtualBox[6559] trap int3
 ip:7f4bcedacd9a sp:7f4bc0b74f00 error:0
 Jul 29 11:56:47 guapArch kernel: VirtualBox[6589] trap int3
 ip:7f1fd205ad9a sp:7f1fc4622f00 error:0
 Jul 29 13:47:46 guapArch kernel: hda-intel: IRQ timing workaround is
 activated for card #0. Suggest a bigger bdl_pos_adj.
 Jul 29 14:08:30 guapArch kernel: VirtualBox[7034] trap int3
 ip:7f8f29938d9a sp:7f8f154e3f00 error:0

 I've googled around a bit and don't see anything anywhere. Do any of you
 happen to have any ideas as to what is going on here?

What guest system(s) are you using? Arch?
Anyway I suggest reporting the bug
at http://www.virtualbox.org/wiki/Bugtracker
and providing as much details as you can
(kernel logs, virtual hardware config, if VT-x/SVM is enabled)
Arch is officially supported by VirtualBox,
so there are quite high chances that it will be fixed
(if the problem is in VirtualBox, which it seems to be).

-- 
Roman Kyrylych (Роман Кирилич)


Re: [arch-general] VirtualBox keeps crashing

2009-07-29 Thread Tim Gelter
Roman Kyrylych wrote:
 On Wed, Jul 29, 2009 at 23:14, Tim Geltertgel...@gurulabs.com wrote:
 Hello listmates,
 I'm having semi-frequent virtualbox crashes with existing and newly
 created virtual machines. Here is a snippet from
 /var/log/kernel.log :

 Jul 29 08:24:17 guapArch kernel: VirtualBox[5142] trap int3
 ip:7f7dde81dd9a sp:7f7dd003bf00 error:0
 Jul 29 11:38:43 guapArch kernel: VirtualBox[6559] trap int3
 ip:7f4bcedacd9a sp:7f4bc0b74f00 error:0
 Jul 29 11:56:47 guapArch kernel: VirtualBox[6589] trap int3
 ip:7f1fd205ad9a sp:7f1fc4622f00 error:0
 Jul 29 13:47:46 guapArch kernel: hda-intel: IRQ timing workaround is
 activated for card #0. Suggest a bigger bdl_pos_adj.
 Jul 29 14:08:30 guapArch kernel: VirtualBox[7034] trap int3
 ip:7f8f29938d9a sp:7f8f154e3f00 error:0

 I've googled around a bit and don't see anything anywhere. Do any of you
 happen to have any ideas as to what is going on here?
 
 What guest system(s) are you using? Arch?
 Anyway I suggest reporting the bug
 at http://www.virtualbox.org/wiki/Bugtracker
 and providing as much details as you can
 (kernel logs, virtual hardware config, if VT-x/SVM is enabled)
 Arch is officially supported by VirtualBox,
 so there are quite high chances that it will be fixed
 (if the problem is in VirtualBox, which it seems to be).
 
I'll do that. Thanks!
-Tim



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] Latest updates messed up kdemod3 libjpeg.so.62?

2009-07-29 Thread Attila
On Dienstag, 28. Juli 2009 23:08 Thomas Bächler wrote:

 Given the popularity of kdemod, it is sad that they can't seem to keep
 up with Arch's development.

I think the problem is more kdemod3 because the packages were built with the
older gcc and if they really want to rebuilt them than this could be a very
hard work. So from my view using the libjpeg6 from aur would be the best
compromise.

See you, Attila



[arch-general] Run commands as user once network is up (NetworkManager)

2009-07-29 Thread Magnus Therning
I'm currently using NetworkManager's ability to run scripts once the
network is up[1], but that seems to only be on a system level.  Is
there some way of also running scripts/programs as the logged in user
once network is up?

Especially I want to start dropbox only when the network is available.
 It seems completely incapable of coping with a network that appears
after it's been started.

/M

[1]: I've put a short script in /etc/NetworkManager/dispatcher.d/ that
will start and stop openntpd when the network goes up and down.

-- 
Magnus Therning(OpenPGP: 0xAB4DFBA4)
magnus@therning.org  Jabber: magnus@therning.org
http://therning.org/magnus identi.ca|twitter: magthe


Re: [arch-general] how to migrate installs between hard drives?

2009-07-29 Thread Will Siddall
Here's another update.  Using Mike's advice and I tried a simple 'cp
-av' on my home directory.  After everything was completed, I do a 'ls
-al' and find that everything is set to root / root.  Modes are
intact, but that's it.
I've tried this from the Ubuntu livecd and running from my original
hard disk.  Tonight, I'm going to give it another try and use

And Solstice, I understand your point but everything else hasn't
worked for me yet.  I'm going to do a dd on the whole disk tonight and
try a workaround.

Thanks again everyone

On Wed, Jul 29, 2009 at 7:52 AM, solsTiCe
d'Hiversolstice.dhi...@gmail.com wrote:
 Why, out of curiosity?

 dd copy the data of the raw device. i.e the files but also the
 filesystem data and metadata. which you don't really need or wish to
 copy to another partition/disk.

 i said it's the worst, not that it does not work. but you have to take
 extra step after you have used dd (to resize filesystem and so on)...





[arch-general] Archlinux added a choice for OS selection at bugs.kde.org

2009-07-29 Thread David C. Rankin
Listmates,

You should now be able to choose Archlinux as the OS when filing bugs 
at bugs.kde.org. 

-- 
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


[arch-general] pppoe-start resets eth0 MTU

2009-07-29 Thread b4283

Hi,
I usually set my eth0 adapter's MTU value to 7200 to get reach of Jumbo 
Frame function of my hub.
But after I run pppoe-start (comes from rp-pppoe), it seems that the 
program will automatically reset the MTU value of eth0 to 1500, which is 
a big bugger.
Does anyone know how to prevant this from happening that I wouldn't have 
to run sudo ifconfig eth0 mtu 7200 again?


--
b4283.


[arch-general] vim syntax file broken??

2009-07-29 Thread David C. Rankin
Listmates,

Attempting to enable syntax in vim, I received the following:

Error detected while processing /usr/share/vim/vim72/syntax/syntax.vim:
line   42:
E216: No such group or event: filetypedetect BufRead
Press ENTER or type command to continue

It has always worked before, so this is something new.

-- 
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


Re: [arch-general] vim syntax file broken??

2009-07-29 Thread Patrick Brisbin
this was the same error i got and fixed with

  sudo ln -s /usr/share/vim/vim72 /usr/share/vim/vimcurrent

but i'm told this vimcurrent stuff will go away soon, and another user
on bbs has a line one could put in ~/.vimrc to fix this as well... cant
remember it now though.

up to you how to proceed.

cheers.


On 07/29/09 at 07:55pm, David C. Rankin wrote:
 Listmates,
 
   Attempting to enable syntax in vim, I received the following:
 
 Error detected while processing /usr/share/vim/vim72/syntax/syntax.vim:
 line   42:
 E216: No such group or event: filetypedetect BufRead
 Press ENTER or type command to continue
 
   It has always worked before, so this is something new.
 
 -- 
 David C. Rankin, J.D.,P.E.
 Rankin Law Firm, PLLC
 510 Ochiltree Street
 Nacogdoches, Texas 75961
 Telephone: (936) 715-9333
 Facsimile: (936) 715-9339
 www.rankinlawfirm.com

-- 
patrick brisbin 


Re: [arch-general] how to migrate installs between hard drives?

2009-07-29 Thread Jonathan Brown

Yes I would dd (or ddrescue or dd_rescue - the rescues give you progress 
output) the whole drive, not the individual partitions.  Then just use Parted 
Magic Live CD or GParted Live CD and expand the partitions.  I've done this 
many many times without issue.. and usually you don't even have to repair grub 
afterwards...

Another solution is using Clonezilla (use disk to local disk), (which I think 
might even have a switch to expand at the same time but I've never used that 
option) and then use Parted Magic Live CD which has Gparted in it to expand.

BTW Parted Magic Live CD has Clonezilla as well so it's really all you need 
(I'm sure all the dd tools are on it too)

-Jon


- Original Message 

From: Will Siddall will.sidd...@gmail.com
To: General Discusson about Arch Linux arch-general@archlinux.org
Sent: Wednesday, July 29, 2009 6:22:08 PM
Subject: Re: [arch-general] how to migrate installs between hard drives?


And Solstice, I understand your point but everything else hasn't
worked for me yet.  I'm going to do a dd on the whole disk tonight and
try a workaround.

Thanks again everyone


  


[arch-general] where is xorgversion.m4

2009-07-29 Thread David C. Rankin
Listmates,

I can't build the radeonhd driver any longer due to a missing 
xorgversion.m4. I have both 

m4 1.4.13-1
xorg-util-macros 1.2.2-1

installed but I can't find the xorgversion file. Any ideas?


-- 
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com