Re: [arch-general] Cisco VPN config

2009-07-26 Thread Angel Velásquez
On Sun, Jul 26, 2009 at 3:33 PM, Thomas Bächler wrote: > Rafa Griman schrieb: >> >> I know it sucks, had to patch it and patch it again when I used openSUSE >> because it didn't work. AFAIK they have no 64 bit VPN client, they have no >> up to date Linux VPN client, ... I'm not a Cisco fan, but my

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

2009-07-26 Thread Sergey Manucharian
On Sun, 26 Jul 2009 14:34:35 -0400 Alexander Lam wrote: > ... > A <- The disk that already has an installation but is smaller > B <- The disk that that you want to put the installation on > > if you dd A onto B, B will get the partition structure from A and > appear smaller. However, you can edit

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

2009-07-26 Thread b4283
Will Siddall 提到: Is there something I'm missing in the second instance that I didn't change a file that should be changed? Is there a better way of copying the partitions so I don't run into this problem? Thanks, Will Not only dd, you could also simply use archive mode of rsync or cp. I've do

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

2009-07-26 Thread Will Siddall
Thanks everyone for their suggestions. I'm really tempted to give each of these methods a try. For the time being, I did get it finished. Without having to take all the hardware apart, I just made a clean base install of arch onto the disk and use the livecd, mounted the iso and copied everythin

Re: [arch-general] Cisco VPN config

2009-07-26 Thread Thomas Bächler
Rafa Griman schrieb: I know it sucks, had to patch it and patch it again when I used openSUSE because it didn't work. AFAIK they have no 64 bit VPN client, they have no up to date Linux VPN client, ... I'm not a Cisco fan, but my company has Cisco gateways/firewalls/whatever and I have no voice

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

2009-07-26 Thread Rafa Griman
Hi :) On Sunday 26 July 2009 20:34:12 Van de Velde Erwin wrote: > Another option is using rsync to copy all files to the other disk. This can > be done with a temporary server storage if necessary. If you use the -a > switch, it keeps permissions intact and works perfectly for Linux, not for > Wi

Re: [arch-general] Cisco VPN config

2009-07-26 Thread Rafa Griman
Hi :) On Sunday 26 July 2009 18:57:07 Thomas Bächler wrote: > Rafa Griman schrieb: > > Got a Cisco VPN connection with my office, but can't manage to get it > > running. I've seen that there's a: > > > > - vpnc package: installed it, but it doesn't import the .pcf file, > > says it can't

Re: [arch-general] archboot stills depends of portmap

2009-07-26 Thread Tobias Powalowski
Am Sonntag 26 Juli 2009 schrieb mathieu p: > 2009/7/26 Tobias Powalowski > > > Am Sonntag 26 Juli 2009 schrieb Allan McRae: > > > mathieu p wrote: > > > > Maybe someone should fix that, since portmap has been replaced by > > > > rpcbind > > > > > > some time ago (and portmap can no longer be found

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Baho Utot
On Sun, 2009-07-26 at 20:25 +0300, Roman Kyrylych wrote: > On Sun, Jul 26, 2009 at 13:35, Baho Utot wrote: > > Secure Connection Failed > > > > dev.archlinux.org uses an invalid security certificate. > > > > The certificate is not trusted because it is self-signed. > > > > (Error code: sec_error_un

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Baho Utot
On Sun, 2009-07-26 at 18:05 +0200, Thomas Bächler wrote: > Baho Utot schrieb: > > If you look at what is required in pacman you get > > > > Pacman: depends=('bash' 'libarchive>=2.6.0' 'libdownload>=1.3' > > 'pacman-mirrorlist') > > pacman-mirrorlist is just one file which you could include in pac

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

2009-07-26 Thread Alexander Lam
On Sun, Jul 26, 2009 at 2:17 PM, Will Siddall wrote: > 1 question I do have is if I dd the entire disk (parition table and > all) then reapply to a larger disk, would that keep everything intact > or am I gonna run into the same problem? > Okay: A <- The disk that already has an installation but

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

2009-07-26 Thread Van de Velde Erwin
Another option is using rsync to copy all files to the other disk. This can be done with a temporary server storage if necessary. If you use the -a switch, it keeps permissions intact and works perfectly for Linux, not for Windows, but who uses that anyway? ;) Greetings! Erwin On Sunday 26 J

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

2009-07-26 Thread Nergar
I think clonezilla could help you here. On Sun, Jul 26, 2009 at 1:12 PM, Dan McGee wrote: > On Sun, Jul 26, 2009 at 1:06 PM, Will Siddall > wrote: > > I know this isn't particularly an arch question, but I know Arch > > people are better off to ask then most. > > > > I'm in the process of upgrad

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

2009-07-26 Thread Will Siddall
That's what I wanted to do, but since I'm working in a laptop, I can only have one drive in at a time, which is making things really labour intensive. 1 question I do have is if I dd the entire disk (parition table and all) then reapply to a larger disk, would that keep everything intact or am I g

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

2009-07-26 Thread Dan McGee
On Sun, Jul 26, 2009 at 1:06 PM, Will Siddall wrote: > I know this isn't particularly an arch question, but I know Arch > people are better off to ask then most. > > I'm in the process of upgrading my hard drive in my laptop but with > the amounts of customizations I've done to my setup, I don't wa

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

2009-07-26 Thread Will Siddall
I know this isn't particularly an arch question, but I know Arch people are better off to ask then most. I'm in the process of upgrading my hard drive in my laptop but with the amounts of customizations I've done to my setup, I don't want to have to set it all up again. I know about running dd to

Re: [arch-general] archboot stills depends of portmap

2009-07-26 Thread mathieu p
2009/7/26 Tobias Powalowski > Am Sonntag 26 Juli 2009 schrieb Allan McRae: > > mathieu p wrote: > > > Maybe someone should fix that, since portmap has been replaced by > rpcbind > > > some time ago (and portmap can no longer be found on any repo). > > > (archboot is in [extra] ) > > > > This is a

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Aaron Griffin
On Sun, Jul 26, 2009 at 10:35 AM, Roman Kyrylych wrote: > On Sun, Jul 26, 2009 at 20:25, Roman Kyrylych wrote: >> On Sun, Jul 26, 2009 at 13:35, Baho Utot wrote: >>> Secure Connection Failed >>> >>> dev.archlinux.org uses an invalid security certificate. >>> >>> The certificate is not trusted becau

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Roman Kyrylych
On Sun, Jul 26, 2009 at 20:25, Roman Kyrylych wrote: > On Sun, Jul 26, 2009 at 13:35, Baho Utot wrote: >> Secure Connection Failed >> >> dev.archlinux.org uses an invalid security certificate. >> >> The certificate is not trusted because it is self-signed. >> >> (Error code: sec_error_untrusted_iss

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Roman Kyrylych
On Sun, Jul 26, 2009 at 13:35, Baho Utot wrote: > Secure Connection Failed > > dev.archlinux.org uses an invalid security certificate. > > The certificate is not trusted because it is self-signed. > > (Error code: sec_error_untrusted_issuer) > >    * This could be a problem with the server's config

Re: [arch-general] Cisco VPN config

2009-07-26 Thread Thomas Bächler
Rafa Griman schrieb: Got a Cisco VPN connection with my office, but can't manage to get it running. I've seen that there's a: - vpnc package: installed it, but it doesn't import the .pcf file, says it can't find the file. pcf2vnc /path/to/file.pcf Seems easy. When it says i

[arch-general] Cisco VPN config

2009-07-26 Thread Rafa Griman
Hi :) Got a Cisco VPN connection with my office, but can't manage to get it running. I've seen that there's a: - vpnc package: installed it, but it doesn't import the .pcf file, says it can't find the file. - cisco-vpnclient: but it's out-dated I've been searching thr

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Thomas Bächler
Baho Utot schrieb: If you look at what is required in pacman you get Pacman: depends=('bash' 'libarchive>=2.6.0' 'libdownload>=1.3' 'pacman-mirrorlist') pacman-mirrorlist is just one file which you could include in pacman if you wanted. The bash dependency is just for makepkg. libarchive:

Re: [arch-general] archboot stills depends of portmap

2009-07-26 Thread Tobias Powalowski
Am Sonntag 26 Juli 2009 schrieb Allan McRae: > mathieu p wrote: > > Maybe someone should fix that, since portmap has been replaced by rpcbind > > some time ago (and portmap can no longer be found on any repo). > > (archboot is in [extra] ) > > This is a known issue: > http://bugs.archlinux.org/task

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Baho Utot
On Sun, 2009-07-26 at 13:38 +0100, Nathan K. Bathory wrote: > On Sun, 26 Jul 2009 07:55:33 -0400 > Baho Utot wrote: > > > On Sun, 2009-07-26 at 21:41 +1000, Allan McRae wrote: > > > Baho Utot wrote: > > > > I think I'll stop now, I lost count > > > > > > > > > > full list: > > > > > > > pac

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Nathan K. Bathory
On Sun, 26 Jul 2009 07:55:33 -0400 Baho Utot wrote: > On Sun, 2009-07-26 at 21:41 +1000, Allan McRae wrote: > > Baho Utot wrote: > > > I think I'll stop now, I lost count > > > > > > > full list: > > > > > pactree -u pacman | sort > > acl > > attr > > bash > > bzip2 > > coreutils > > crackl

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Baho Utot
On Sun, 2009-07-26 at 21:41 +1000, Allan McRae wrote: > Baho Utot wrote: > > I think I'll stop now, I lost count > > > > full list: > > > pactree -u pacman | sort > acl > attr > bash > bzip2 > coreutils > cracklib > db > gcc-libs > gdbm > glibc > gmp > kernel-headers > libarchive > libdownloa

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Allan McRae
Baho Utot wrote: I think I'll stop now, I lost count full list: > pactree -u pacman | sort acl attr bash bzip2 coreutils cracklib db gcc-libs gdbm glibc gmp kernel-headers libarchive libdownload ncurses openssl pacman pacman-mirrorlist pam perl readline shadow tzdata xz-utils zlib But rea

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Baho Utot
On Sun, 2009-07-26 at 13:20 +0200, Pierre Chapuis wrote: > Le Sun, 26 Jul 2009 06:35:04 -0400, > Baho Utot a écrit : > > > On Sat, 2009-07-25 at 18:23 -0700, Aaron Griffin wrote: > > > > https://dev.archlinux.org/packages/core/i686/pacman/ > > > > > > Deps are libarchive, libdownload, bash, and

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Pierre Chapuis
Le Sun, 26 Jul 2009 06:35:04 -0400, Baho Utot a écrit : > On Sat, 2009-07-25 at 18:23 -0700, Aaron Griffin wrote: > > https://dev.archlinux.org/packages/core/i686/pacman/ > > > > Deps are libarchive, libdownload, bash, and the mirrorlist package... > > what are you having a problem with? > Sec

Re: [arch-general] Pacman version 2.98 or pacman 3.0

2009-07-26 Thread Baho Utot
On Sat, 2009-07-25 at 18:23 -0700, Aaron Griffin wrote: > On Sat, Jul 25, 2009 at 6:22 PM, Aaron Griffin wrote: > > On Sat, Jul 25, 2009 at 5:10 PM, Baho Utot wrote: > >> On Sat, 2009-07-25 at 14:48 -0400, Daenyth Blank wrote: > >>> On Sat, Jul 25, 2009 at 13:03, Baho Utot wrote: > >>> > I need pac