On 01/22/2010 12:52 PM, pyther wrote:
As nitrogen is currently orphaned I am sending this message here in
hopes to avoid duplicate efforts.
Two issues:
-Nitrogen won't build against libpng 14
-Nitrogen crashes with "terminate called after throwing an instance of
'Gdk::PixbufError'"
According
Carlos Williams wrote:
I have never understood Arch's approach to properly setting a FQDN on
a server. According to the Wiki...and I will quote:
"Add your hostname, coinciding with the one specified in /etc/rc.conf,
as an alias, so that it looks like this:
127.0.0.1 localhost.localdomain lo
On Fri, Jan 22, 2010 at 2:34 PM, Robert Howard wrote:
> RAID5 is one of the levels that can be added to after creation. I think you
> should boot from the install CD and read the mdadm man page. It contains all
> the information you need to do what you want. That said, when you try to
> build the
I have never understood Arch's approach to properly setting a FQDN on
a server. According to the Wiki...and I will quote:
"Add your hostname, coinciding with the one specified in /etc/rc.conf,
as an alias, so that it looks like this:
127.0.0.1 localhost.localdomain localhost yourhostname
If
RAID5 is one of the levels that can be added to after creation. I think you
should boot from the install CD and read the mdadm man page. It contains all
the information you need to do what you want. That said, when you try to
build the 4-drive array, do you get any errors reported? You may need to
On 01/22/2010 01:51 PM, Ionut Biru wrote:
On 01/22/2010 08:47 PM, pyther wrote:
Would someone (that is using testing) be so kind to test nitrogen out
for me? Just run it and see if it loads up or not (it shouldn't need to
be rebuild against libpng).
I rebuilt gdk-pixbuf and gtk2 and it seems to
On 01/22/2010 08:47 PM, pyther wrote:
Would someone (that is using testing) be so kind to test nitrogen out
for me? Just run it and see if it loads up or not (it shouldn't need to
be rebuild against libpng).
I rebuilt gdk-pixbuf and gtk2 and it seems to resolve the crash. Then I
removed my copie
On 01/22/2010 12:52 PM, pyther wrote:
As nitrogen is currently orphaned I am sending this message here in
hopes to avoid duplicate efforts.
Two issues:
-Nitrogen won't build against libpng 14
-Nitrogen crashes with "terminate called after throwing an instance of
'Gdk::PixbufError'"
According
On Fri, Jan 22, 2010 at 11:11 AM, AlannY wrote:
> On Fri, Jan 22, 2010 at 11:06:08AM -0500, Jim Pryor wrote:
>> The best way I found to do this was to read the source for the
>> /lib/initcpio/{init,init_functions}
>> look at some of the pairs /lib/initcpio/{hooks,install}/foo for
>> different foo
On Fri, Jan 22, 2010 at 10:57 AM, Marco wrote:
>>> Yeah, we're killing off klibc, as it's largely unmaintained. We're
>>> switching to actually using glibc and busybox.
>
> Did you mean ulibc?
No, not uClibc either. We're actually using glibc itself. Other
distros do this as well, as it DOES add
Can you add a drive to an array after it has been built?
I know you can add a hot spare, or remove a drive and add another, but I did
not think you could increase N, where the size of the array is N-1 * size of
each drive. How is the raid going to know which is data and which is parity?
Of course
On Fri, Jan 22, 2010 at 11:13 AM, Carlos Williams wrote:
snip
> When I reboot the system I lose
> keyboard and it asks me to enter a run level. Obviously I can't
> troubleshoot more because I have no keyboard.
snip
>
> Any tips?
>
Sorry I can't help you with your RAID. I have a RAID 5 with 3
As nitrogen is currently orphaned I am sending this message here in
hopes to avoid duplicate efforts.
Two issues:
-Nitrogen won't build against libpng 14
-Nitrogen crashes with "terminate called after throwing an instance of
'Gdk::PixbufError'"
According to the developer: "It had a stray incl
I guess you'll need to replace kinit, or else include the mount
command in your own script and skip the normal mount command. Looking
at how something like this is handled in the hooks in archiso or larch
might help you.
On Fri, Jan 22, 2010 at 11:06:08AM -0500, Jim Pryor wrote:
> The best way I found to do this was to read the source for the
> /lib/initcpio/{init,init_functions}
> look at some of the pairs /lib/initcpio/{hooks,install}/foo for
> different foo. However, you have to realize that you only have a
> r
>> Yeah, we're killing off klibc, as it's largely unmaintained. We're
>> switching to actually using glibc and busybox.
Did you mean ulibc?
On 01/22/2010 05:21 PM, Aaron Griffin wrote:
On Fri, Jan 22, 2010 at 10:06 AM, Jim Pryor
wrote:
Also, Arch is in the process of moving to a different initcpio system.
It's not in any of the repos yet, but is in the pipeline. I haven't
fully understood what the changes will be. I think they
I'm not sure why it is failing to boot for you with 4 drives but you may
want to try completing the install with 3 drives and then add the fourth
drive to your array after a successful reboot.
J
On 01/22/2010 11:13 AM, Carlos Williams wrote:
I am successfully able to install Arch Linux with 3
On Fri, Jan 22, 2010 at 10:06 AM, Jim Pryor
wrote:
> Also, Arch is in the process of moving to a different initcpio system.
> It's not in any of the repos yet, but is in the pipeline. I haven't
> fully understood what the changes will be. I think they're getting rid
> of the use of klibc.
Yeah, w
I am successfully able to install Arch Linux with 3 drives in a RAID5
array on Arch Linux using:
mdadm --create /dev/md0 --level=5 --raid-devices=3 /dev/sda2 /dev/sdb2 /dev/sdc2
Now when I attempt the install with 4 physical disks and add the same
command above with just attaching /dev/sdd2 and c
On Fri, Jan 22, 2010 at 06:39:58PM +0300, AlannY wrote:
> Hi there. I'm newbie in Archlinux's boot process.
>
> I need to run my own script in early userspace (initramfs).
> It must be after mounting root file system, but before switch root.
>
> I've opened default initramfs (kernel26.img) and re
On 01/21/2010 02:11 PM, christopher floess wrote:
> Uh, this might be a quick question, since it's a little abstract.
>
> I'm dual booting and I've noticed that every time I boot into Arch after
> I've booted into one of my other systems, there is a forced file system
> check. It's not a huge deal
On Fri, Jan 22, 2010 at 10:39 AM, AlannY wrote:
> Hi there. I'm newbie in Archlinux's boot process.
>
> I need to run my own script in early userspace (initramfs).
> It must be after mounting root file system, but before switch root.
>
> I've opened default initramfs (kernel26.img) and reviewed it
Hi there. I'm newbie in Archlinux's boot process.
I need to run my own script in early userspace (initramfs).
It must be after mounting root file system, but before switch root.
I've opened default initramfs (kernel26.img) and reviewed it's content.
So, Archlinux uses some kind of tool called 'ki
On Friday 22 January 2010 13:13:57 nblock wrote:
> Hi,
> The torproject released a new version of tor that fix some security
> problems. I updated the PKGBUILD, here is the patch:
Updated.
Hi,
The torproject released a new version of tor that fix some security problems.
I updated the PKGBUILD, here is the patch:
Index: PKGBUILD
===
--- PKGBUILD(Revision 64847)
+++ PKGBUILD(Arbeitskopie)
@@ -3,7 +3,7 @@
# Contr
Hi,
The torproject released a new version of tor that fix some security problems.
I updated the PKGBUILD, here is the patch:
Index: PKGBUILD
===
--- PKGBUILD(Revision 64847)
+++ PKGBUILD(Arbeitskopie)
@@ -3,7 +3,7 @@
# Contr
27 matches
Mail list logo