Re: 0.8.1 kernel panics

2015-02-03 Thread Omar Radwan
I think I know your problem. In your filesystems declaration, (file-systems (cons (file-system (device "root") (title 'label) (mount-point "/") (type "ext4")) %base-file-systems))

Re: [PATCH] gnu: Add urwid

2015-02-03 Thread Omar Radwan
the miscommunication. I'll do better next time. Thanks for the commit push. I can start working on wicd On Feb 2, 2015 9:37 PM, "Mark H Weaver" wrote: > Omar Radwan writes: > > >>What was the error? I tested the >package with all of the > > modifications &g

Re: [PATCH] gnu: Add urwid

2015-02-02 Thread Omar Radwan
Was I supposed to put it inside inputs? On Feb 2, 2015 8:45 PM, "Mark H Weaver" wrote: > Omar Radwan writes: > > > Here is it, finally I hope this is good enough. > > > > And by the way, you asked for me to do this > > > >> (arguments `(#:python ,p

Re: [PATCH] gnu: Add urwid

2015-02-02 Thread Omar Radwan
setuptools in native-inputs On Mon, Feb 2, 2015 at 9:59 AM, Andreas Enge wrote: > On Mon, Feb 02, 2015 at 09:46:10AM -0800, Omar Radwan wrote: > > I was in such a hurry. I'll get it in asap > > That sounds like a contradiction! Take your time ;-) > > You may also want t

Re: [PATCH] gnu: Add urwid

2015-02-02 Thread Omar Radwan
My mistake. I was in such a hurry. I'll get it in asap On Feb 1, 2015 9:42 PM, "Mark H Weaver" wrote: > Omar Radwan writes: > > Here's a patch that does all the changes you requested to the previous > > patch file > > A few problems here: > > (1)

Re: [PATCH] gnu: Add urwid

2015-02-01 Thread Omar Radwan
Here's a patch that does all the changes you requested to the previous patch file On Sun, Feb 1, 2015 at 6:32 PM, Mark H Weaver wrote: > Omar Radwan writes: > > > From 7d65731aaec1b3dbca9364bc2b0f18c9fc9992e5 Mon Sep 17 00:00:00 2001 > > From: Omar Radwan > > D

Re: [PATCH] gnu: Add urwid

2015-02-01 Thread Omar Radwan
Here it is. On Sun, Feb 1, 2015 at 3:23 PM, Omar Radwan wrote: > Wow. I was in such a hurry I forgot to add the patch file > On Feb 1, 2015 2:56 PM, "Omar Radwan" wrote: > >> Here is a patch to add urwid, which is required for wicd, which I will be >> working on

Re: [PATCH] gnu: Add urwid

2015-02-01 Thread Omar Radwan
Wow. I was in such a hurry I forgot to add the patch file On Feb 1, 2015 2:56 PM, "Omar Radwan" wrote: > Here is a patch to add urwid, which is required for wicd, which I will be > working on tomorrow, and hopefully finish by next week. >

[PATCH] gnu: Add urwid

2015-02-01 Thread Omar Radwan
Here is a patch to add urwid, which is required for wicd, which I will be working on tomorrow, and hopefully finish by next week.

Re: wicd porting so far.

2015-02-01 Thread Omar Radwan
now how to generate the base32 string. Any help is greatly appreciated. On Sat, Jan 31, 2015 at 7:08 PM, David Thompson wrote: > Omar Radwan writes: > > >>You need to run the './bootstrap' script first. See the 'HACKING' file > >>for more details a

Re: Installation media requests

2015-01-31 Thread Omar Radwan
>In my opinion, the installation media needs 2 features: Colemak and wireless instructions. Colemak is not very widely used, but I'm not in charge of that, so I don't know if it'll happen. While wireless right now is in the works. And I would expect it to be in by 0.9. On Sat, Jan 31, 2015 at 7:0

Re: wicd porting so far.

2015-01-31 Thread Omar Radwan
PM, David Thompson wrote: > Omar Radwan writes: > > >>Then make && ./pre-inst-env guix build wicd > > > > For starters, the make command returns an error > > "make: *** No targets specified and no makefile found. Stop." > > > >

Re: wicd porting so far.

2015-01-31 Thread Omar Radwan
te: > Hey, > > On 01/31/2015 08:21 PM, Omar Radwan wrote: > > To begin with, I haven't gotten very far. > > > > I'm reading through the manual, and the first thing I figured out what to > > do is write the package definition, http://pastebin.com/2q

wicd porting so far.

2015-01-31 Thread Omar Radwan
To begin with, I haven't gotten very far. I'm reading through the manual, and the first thing I figured out what to do is write the package definition, http://pastebin.com/2q7LCv2i . I'm not sure what exactly to do with it, it was something about putting it in the guix build tree. Though I'm not

Re: Wireless networking in guix

2015-01-27 Thread Omar Radwan
network manager as default. On Jan 27, 2015 7:26 AM, "Ondra Pelech" wrote: > On Tue, Jan 27, 2015 at 4:19 PM, Omar Radwan > wrote: > > > >> It doesn't seem to be the case: > >> > >> > http://www.linuxfromscratch.org/blfs/view/svn/basicnet/net

Re: Wireless networking in guix

2015-01-27 Thread Omar Radwan
> It doesn't seem to be the case: > > http://www.linuxfromscratch.org/blfs/view/svn/basicnet/networkmanager.html That's strangely peculiar. On debian, network manager wouldn't dare run except with systemd installed. But even if so, I still do think that wicd is the better option.

Re: Wireless networking in guix

2015-01-27 Thread Omar Radwan
>I’ve used wicd in the past, and I agree it >would be good to have it. >It needs packaging and a service >definition, both of which should be >relatively easy. >Any takers? :-) >Ludo’. I could try to port it as my first package. It seems trivial enough. I'm pretty sure that I'll get stuck somew

Wireless networking in guix

2015-01-26 Thread Omar Radwan
I recently purchased a ThinkPenguin Wireless USB adapter because I have a built-in Intel wireless card to work with my Thinkpad. I've been spending some time to get wireless up and running, and I can say with the utilities like wpa-supplicant, iw, and ip, it's a very tedious process every time you

Re: A couple roadblocks using guix

2015-01-24 Thread Omar Radwan
1. > Hmm could you paste the actual error? 2. 3. bash-4.3$ sudo guix system reconfigure /etc/config.scm 4. guix system: error: failed to load operating system file '/etc/config.scm': 5. ERROR: Wrong number of arguments to # 6. 7. And I'm 100 percent sure it's the dhcp-client

Re: A couple roadblocks using guix

2015-01-24 Thread Omar Radwan
Also, "guix package -i python" as user & root doesn't allow me to use it. On Fri, Jan 23, 2015 at 10:09 PM, Omar Radwan wrote: > >Yes: > > > guix pull && guix system reconfigure /path/to/config.scm > > Thanks very much for that. But I still can&

Re: A couple roadblocks using guix

2015-01-23 Thread Omar Radwan
>Yes: > guix pull && guix system reconfigure /path/to/config.scm Thanks very much for that. But I still can't pass a (dhcp-client-service) in the services declaration, without getting an error that I wasn't passing enough arguments with that statement. On Fri, Jan 23, 2015 at 1:48 PM, Andreas E

Re: A couple roadblocks using guix

2015-01-22 Thread Omar Radwan
>I think this is the same problem as <http://bugs.gnu.org/19119>, which >was fixed a while back. Is there any way to fix this problem for the time being without having to wait for a release? On Thu, Jan 22, 2015 at 12:49 PM, Ludovic Courtès wrote: > Omar Radwan skribis: &

Re: A couple roadblocks using guix

2015-01-22 Thread Omar Radwan
>I think this is the same problem as >http://bugs.gnu.org/19119> bugs.gnu.org /19119 >, which >was fixed a while back. >This suggests that it’s high time for a >release. ;-) I don't think there where any big features added that are worthy of

Re: A couple roadblocks using guix

2015-01-22 Thread Omar Radwan
m(or whatever On Thu, Jan 22, 2015 at 5:02 AM, Adam Pribyl wrote: > On Wed, 21 Jan 2015, Omar Radwan wrote: > > I'm trying to install guix on my laptop(finally got the thinkpenguin wifi >> card), after reading through the manual, I have everything setup, except >>

A couple roadblocks using guix

2015-01-21 Thread Omar Radwan
I'm trying to install guix on my laptop(finally got the thinkpenguin wifi card), after reading through the manual, I have everything setup, except there are a couple bumps on the road. One of the things is that during system initialization, the (gnu system networking) module returns an error which

Advanced Config Template

2015-01-19 Thread Omar Radwan
I'm trying to install guix in a way that I have X, tor and networking on the fly right after install, but I'm having a very hard time with the declaration services. This is my config.scm (use-modules (gnu)) (operating-system (host-name "Atom") (timezone "US/Pacific") (locale "en_US.UTF-8")

Re: ROADMAP in git tree needs to be updated.

2014-12-29 Thread Omar Radwan
ons make people hopeful. And putting in the source tree helps a lot I think we need to rewrite the roadmap from scratch. On Dec 29, 2014 1:11 PM, "Ludovic Courtès" wrote: > Omar Radwan skribis: > > > I was browsing the guix git tree the other day, and I was reading

ROADMAP in git tree needs to be updated.

2014-12-29 Thread Omar Radwan
I was browsing the guix git tree the other day, and I was reading the ROADMAP file, and I found it extremely outdated. It talks about Guix 1.0 being released in time for GNU's 30th anniversary. I think it needs a rewrite

Re: Is help wanted?Needed?

2014-12-24 Thread Omar Radwan
On Dec 24, 2014 12:40 PM, "rekado" wrote: > Omar Radwan writes: > > I could see into doing all that. How about documentation? I'm fluent with > > English, And Arabic. Is there help needed there? > > I'm not familiar with exactly how transla

Re: Is help wanted?Needed?

2014-12-24 Thread Omar Radwan
s is not very >difficult and requires hardly any >programming experience at all. I could see into doing all that. How about documentation? I'm fluent with English, And Arabic. Is there help needed there? On Dec 24, 2014 11:56 AM, "rekado" wrote: > Omar Radwan writes: >

Is help wanted?Needed?

2014-12-24 Thread Omar Radwan
Hello, I want to help out with guix and dmd development, but the problem is that I am not a very experienced programmer at all. I was wondering what other ways are there for me to help out?

Re: Running X on Guix 0.8

2014-11-24 Thread Omar Radwan
Can't I just use deco? On Nov 24, 2014 6:25 AM, "Ludovic Courtès" wrote: > Currently the easiest way to get X running is to use ‘slim-service’: > > http://www.gnu.org/software/guix/manual/guix.html#X-Window > > Add it to the operating system declaration, like: > > (operating-system > ;; .

Running X on Guix 0.8

2014-11-23 Thread Omar Radwan
I'm running Guix on one of my computers, I've installed icecat, xorg, and windowmaker. I was wondering whether it was possible to run X.

PXE boot.

2014-11-20 Thread Omar Radwan
I want to try out Guix 0.8 on one of my devices. The problem is that it's very old and doesn't support booting from USB's. So I was wondering if I could PXE boot. Is that possible with Guix? Or is there any other way?

Re: When can we expect a version 1.0 of the GNU Operating System?

2014-11-20 Thread Omar Radwan
>I came across GNU Guix [1] last year. At that time, they had plans to >build a standalone distribution of the GNU Operating System. I watched >GNU Guix developers work during this year and they did build a >standalone distribution. [2] But the name of this distribution is GNU >Guix (the same name

Re: [ART] Background image for GRUB

2014-11-05 Thread Omar Radwan
>I wonder if RMS has a good argument to justify his insistence in the >truthfulness of the equation 'GNU = GNU/Hurd' beyond the well-known >historical and technical ones. I see where you get that idea from. Linux-libre is just a deblobbed fork of the Linux kernel and the project which manages Linu

Re: How to package software for guix?

2014-11-05 Thread Omar Radwan
On Nov 4, 2014 11:10 PM, "宋文武" wrote: > Omar Radwan writes: > > > >Hi, I'm interesting in in packaging lxqt too :) > >I think the best start point is using any IRC client, join #guix at > freenode! > > I'll go by there over the weekend and start

How to package software for guix?

2014-11-04 Thread Omar Radwan
I wanna get into guix development. Since I don't know any programming, I would be most useful in packaging software for guix. I want to package lxqt. I know qt5 is in the guix repo. So it wouldn't be very hard to package it, I think. But how do you package and upload software to the repo? Do I have

Re: Upstream Release Monitoring

2014-09-11 Thread Omar Radwan
Another way might be to create a program that checks all the source repos of all the packages. When a new package source file with a higher version number gets uploaded, guix automatically builds the package and uploads it. On Sep 11, 2014 8:31 PM, "Jason Self" wrote: > With the number of package

Re: On-line hackathon on Sep. 27-28?

2014-09-11 Thread Omar Radwan
I kinda "know" C. But I don't know how to make applications. Just really basic things. I'm not a good artist. I don't have hardware that could run guix at the moment. And I don't know if I could learn enough C or guile by the September hackathon. On Sep 11, 2014 2:17 PM, "Nikita Karetnikov" wrote:

Re: On-line hackathon on Sep. 27-28?

2014-09-11 Thread Omar Radwan
How could a non programmer help? On Sep 11, 2014 5:41 AM, "Ludovic Courtès" wrote: > Hello! > > Last year we had an “on-line hackathon” to celebrate GNU’s 30th > birthday¹. While discussing on IRC, it seemed a good idea to similarly > celebrate GNU’s 31st birthday, on the 27th and 28th of Septem

Re: What's the current state of HURD on Guix?

2014-09-11 Thread Omar Radwan
of a programmer at all. On Sep 11, 2014 7:19 AM, "Ludovic Courtès" wrote: > Omar Radwan skribis: > > > Will it be usable by Guix stable? > > Eventually, yes. > > But as you can see, this is work in progress, and there are still lots > to be done. So it may b

Re: What's the current state of HURD on Guix?

2014-09-11 Thread Omar Radwan
Will it be usable by Guix stable? On Sep 10, 2014 10:37 PM, "Manolis Ragkousis" wrote: > Hello Omar > > I am the one working on that port. We are getting there, just more > slowly cause I am working on some university projects. > > We had some issues with glibc/hurd which refused to build (the >

What's the current state of HURD on Guix?

2014-09-10 Thread Omar Radwan
There was a HURD port of Guix that was "promised", and it's been like 6 months since the announcement, so I was wondering how far is it right now?

Re: Guix package wishlist on libreplanet.org

2014-09-10 Thread Omar Radwan
Why isn't the HURD on there? On Sep 10, 2014 10:54 AM, "Andreas Enge" wrote: > On Fri, Sep 05, 2014 at 09:11:15AM -0400, David Thompson wrote: > > Yesterday, some of us folks on the #guix IRC channel decided to create a > > wiki page that lists software that people would like to see packaged. > >

How is Guix going to able to install GNOME if it has a systemd dependency?

2014-09-04 Thread Omar Radwan
How is Guix going to be able to install GNOME if Guix uses dmd while GNOME has a dependency for systemd? Will there be a compatiblity layer for systemd scripts? Or will GNOME have to go back to being init-agnostic?