Re: About merging the Hurd homepage and the Hurd wiki

2008-11-25 Thread Anatoly A. Kazantsev
as we can see, but > > why not for the boxes? > > Floats are strange beasts: They displace the text (and other inline > content), but don't affect the box model. > > I have totally no idea how to deal with this problem. > > -antrik- Setting 'overflow' paramet

Re: Networking Problems

2009-05-05 Thread Anatoly A. Kazantsev
>From qemu docs, 3.7.3 Using the user mode network stack: > Note that ping is not supported reliably to the internet as it would > require root privileges. It means you can only ping the local router > (10.0.2.2). -- Anatoly A. Kazantsev pgpEpau9IX0tz.pgp Description: PGP signature

Destroy and deallocate port

2009-06-23 Thread Anatoly A. Kazantsev
Hello. I'm working on PyHurd. And now wrapping mach_port_destroy and mach_port_deallocate functions. I have a class MachPort and it has a destructor. The question is which function I have to use in destructor? -- Anatoly A. Kazantsev pgpFSl5a7alaH.pgp Description: PGP signature

Re: News...

2009-06-30 Thread Anatoly A. Kazantsev
On Tue, 30 Jun 2009 14:53:15 +0200 Arne Babenhauserheide wrote: > (Anything new on PyHurd, Anatoly? I saw that you began coding again, but > couldn't yet test it) Actually nothing :-), next version is under development. -- Anatoly A. Kazantsev pgpjJAVpyra2M.pgp Description: PGP signature

Re: halt

2009-11-18 Thread Anatoly A. Kazantsev
On Wed, 18 Nov 2009 18:21:20 +0100 Jakub Daniel wrote: > Hello, > > I didnt mention it before but every time i try tu run halt everything > freezes and nothing happens... when i start the system again it says that > the fs wasnt unmounted properly.. > what do i do wrong. > > Jakub I prefer reb

Re: Month of the Hurd 2010-08

2010-09-13 Thread Anatoly A. Kazantsev
On Sun, 12 Sep 2010 17:53:05 +0200 Arne Babenhauserheide wrote: > > And the Arch Hurd team > > [released a new LiveCD](http://www.archhurd.org/news/17) > > ([changes](http://www.barrucadu.co.uk/arch-hurd-livecd-i686-core-2010-08-25iso)) Please, swap the link :-) -- Regards, Anatoly pgpm3Yh

Re: Porting Debian Packages

2012-01-18 Thread Anatoly A. Kazantsev
On Tue, 17 Jan 2012 22:22:28 +0100 Svante Signell wrote: > On Tue, 2012-01-17 at 21:30 +0100, Samuel Thibault wrote: > > Tanguy LE CARROUR, le Tue 17 Jan 2012 21:20:24 +0100, a écrit : > > > Le mardi 17 janvier 2012, Svante Signell a > > > écrit : > > > > On Tue, 2012-01-17 at 17:03 +0100, Tang

Re: __executable_start (was: [bug #17644] glibc: support for TLS)

2013-05-26 Thread Anatoly A. Kazantsev
On Sun, 26 May 2013 16:38:23 +0200 Thomas Schwinge wrote: > Hi! > > Re-submitting an oldie of Samuel's: > > On Sun, 24 Jun 2007 17:45:35 +0200, Samuel Thibault > wrote: > > - _start points on the first instruction, not on the elf header. > > __executable_start does point on the elf header.

Re: [PATCH 1/3] ipc: avoid dereference of null pointer and quiet the GCC warning about uninitialized variable

2013-12-18 Thread Anatoly A. Kazantsev
On Wed, 18 Dec 2013 09:17:47 +0100 Marin Ramesa wrote: > ... > Negation of an > OR expression is an AND expression. > ... Maybe I did't get you correctly, but isn't !(a || b) == !a && !b ? And evaluation of the second condition doesn't happen when entry = IE_NULL -- Regards, Anatoly

Re: fakeroot-hurd not properly returning errors

2014-08-19 Thread Anatoly A. Kazantsev
On Tue, 19 Aug 2014 15:30:43 +0200 Samuel Thibault wrote: > Hello, > > In short: > > youpi@exodar:~$ fakeroot-hurd false > /bin/fakeauth: Error 1 for child 28735 > youpi@exodar:~$ echo $? > 0 > > It should be 1. That's the reason why the gnat-4.9 build failure went > unnoticed. > > The source

Re: [PATCH,Hurd] Add hardware watch support

2014-08-30 Thread Anatoly A. Kazantsev
On Sun, 31 Aug 2014 03:57:27 +0200 Samuel Thibault wrote: > ... > +/* Interate F over threads. */ > +void > +inf_threads (struct inf *inf, void (*f)(struct proc *thread)) > ... Misprint in the comment above -- Regards, Anatoly pgphMk67crgwr.pgp Description: PGP signature

Re: Documentation severely outdate on gnu.org

2017-11-03 Thread Anatoly A. Kazantsev
Hello, On Thu, 2 Nov 2017 14:20:32 +0100 Samuel Thibault wrote: > People find > https://www.gnu.org/software/hurd/users-guide/using_gnuhurd.html#dir > as documentation for the Hurd, which is just antique. Does anybody know > how to update this? As far as I remember and understand it's a part o

Glibc port: commit clenup

2018-01-19 Thread Anatoly A. Kazantsev
Hello, I've seen Upstreaming the glibc Hurd port thread and want to help with the "boring" part of it. As the first step I'm going to go throw all affected branches and fix/check for following topics: - Copyright notices (years and wording in licence notice). - Comment on the first line. - Drop "

Re: Glibc port: commit clenup

2018-01-23 Thread Anatoly A. Kazantsev
On Sat, 20 Jan 2018 08:01:26 +1300 "Anatoly A. Kazantsev" wrote: > Hello, > > I've seen Upstreaming the glibc Hurd port thread and want to help with > the "boring" part of it. As the first step I'm going to go throw all > affected branches and fix

Re: Glibc port: commit clenup

2018-01-25 Thread Anatoly A. Kazantsev
On Tue, 23 Jan 2018 21:45:59 +1300 "Anatoly A. Kazantsev" wrote: > Currently working on the following branches: > > - t/fcntl-internal.h > - t/verify.h Next branches I will work on are: - t/pagesize - t/_dl_random - t/gscope -- Regards, Anatoly

Re: Glibc port: commit clenup

2018-01-26 Thread Anatoly A. Kazantsev
On Thu, 25 Jan 2018 09:47:04 +0100 Samuel Thibault wrote: > Anatoly A. Kazantsev, on jeu. 25 janv. 2018 21:39:44 +1300, wrote: > > On Tue, 23 Jan 2018 21:45:59 +1300 > > "Anatoly A. Kazantsev" wrote: > > > > > Currently working on the following bra

Re: purpose for xmlfs improvment -GSoC application -

2008-04-21 Thread Anatoly A. Kazantsev
On Mon, 21 Apr 2008 19:27:55 +0200 Charly Caulet <[EMAIL PROTECTED]> wrote: Hello. Looks good and maybe my opinion is truth :-) Comments like dirs and capability move parts of xml to such dirs to make them commented sounds great! Great work! -- Protect your digital freedom and privacy, elimin

A Pyhurd project

2008-05-14 Thread Anatoly A. Kazantsev
.py. It's rewriten with pyhurd examples from HHG. -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm pyhurd.tar.bz2 Description: Binary data pgpVNY2YcnsJB.pgp Description: PGP signature

Re: A Pyhurd project

2008-05-14 Thread Anatoly A. Kazantsev
d', 'write' and 'readable' methods and wrap one hurd specific function from glibc - 'file_name_lookup'. And it allow me to rewrite with pyhurd two examples from HHG: copy and dump programs. -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminat

Re: A Pyhurd project

2008-05-16 Thread Anatoly A. Kazantsev
gt; And it does give the Hurd additional PR, which is another good point :) OK. I will prepare and upload package to pypi. -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm pgpTvoupdvxAR.pgp Description: PGP signature

Re: A Pyhurd project

2008-05-18 Thread Anatoly A. Kazantsev
On Fri, 16 May 2008 16:50:56 +0700 "Anatoly A. Kazantsev" <[EMAIL PROTECTED]> wrote: > OK. I will prepare and upload package to pypi. PyHurd source already uploaded to pypi, see http://pypi.python.org/pypi/PyHurd/0.0.0a1 For this it's not installable with easy_ins

Re: A Pyhurd project

2008-05-19 Thread Anatoly A. Kazantsev
nt to see errors. For transferring files between your host and qemu you can use ssh-connections within mc. Use your host as ssh server and mc in qemu as client. -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/

Re: A Pyhurd project

2008-05-19 Thread Anatoly A. Kazantsev
On Mon, 19 May 2008 10:36:09 +0200 Samuel Thibault <[EMAIL PROTECTED]> wrote: > There is also now an ncurses frontend in qemu, to copy&paste text mode > messages. Hm, never hear about it. -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, le

Re: A Pyhurd project

2008-05-19 Thread Anatoly A. Kazantsev
are attached. > pyhurd/pyhurd.c:4:20: error: Python.h: No such file or directory > pyhurd/pyhurd.c:5:26: error: structmember.h: No such file or directory Let's solve problems step by step :-) You need to install python-dev package. -- Anatoly A. Kazantsev Protect your digital freedom and

Re: A Pyhurd project

2008-05-20 Thread Anatoly A. Kazantsev
://freehg.org/u/ArneBab/pyhurd/ searching for changes http authorization required realm: freehg.org user: AnatolyKazantsev password: abort: HTTP Error 404: NOT FOUND -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.

Re: Revision control

2008-06-03 Thread Anatoly A. Kazantsev
vannah.gnu.org/forum/forum.php?forum_id=5345 -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm pgpzSOFUPZmie.pgp Description: PGP signature

Cannot dist-upgrade

2008-06-11 Thread Anatoly A. Kazantsev
ror, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. I have installed 1.40.8-1 -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm pgpOJqyY9vgwb.pgp Description: PGP signature

Re: Cannot dist-upgrade

2008-06-11 Thread Anatoly A. Kazantsev
On Wed, 11 Jun 2008 17:56:25 +0100 Samuel Thibault <[EMAIL PROTECTED]> wrote: > Classical problem, don't upgrade it, that's all :) > > Samuel Heh, well it's easiest way :-) -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eli

PyHurd 0.0.0a2

2008-06-13 Thread Anatoly A. Kazantsev
Python 2.5. If you want to run a few simple test or see examples you need dowload source distribution. It's available on the same page. P.S.: we really need a good tests :-) If you want to help us, please reply. -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM

Error in libpthread while running prog linked with libpython2.5 and libfshelp

2008-06-14 Thread Anatoly A. Kazantsev
error: pytest: /build/mbanck/hurd-20080607/build-tree/hurd/libpthread/pthread/pt-self.c:28: pthread_self: Assertion `__pthread_threads' failed. Aborted -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_i

Re: Error in libpthread while running prog linked with libpython2.5 and libfshelp

2008-06-14 Thread Anatoly A. Kazantsev
On Sun, 15 Jun 2008 01:00:49 +0100 Samuel Thibault <[EMAIL PROTECTED]> wrote: > Hello, > > Anatoly A. Kazantsev, le Sat 14 Jun 2008 20:45:12 +0700, a écrit : > > But if I compile it with command: > > $gcc -o pytest pytest.c -lpython2.5 -lfshelp > > > > and

PyHurd 0.0.0a3

2008-06-15 Thread Anatoly A. Kazantsev
un a few simple test or see examples you need dowload source distribution. It's available on the same page. P.S.: we really need a good tests :-) If you want to help us, please reply. -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.d

Re: PyHurd 0.0.0a3

2008-06-28 Thread Anatoly A. Kazantsev
mething that shows its greatness :-) Now there's only 2 examples in source distribution. Writing translator depends on moving hurd to pthred's thread library project :-( -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defec

Re: PyHurd 0.0.0a3

2008-08-28 Thread Anatoly A. Kazantsev
hurd > # Path to push to > http://freehg.org/u/AnatolyKazantsev/pyhurd/ > > I just did the same in reverse, so if you add it, we'll have synchronizing > repositories. Good! But I think it only solves the problem for us. If someone wants to participate in development? Wh

Re: PyHurd 0.0.0a3

2008-08-29 Thread Anatoly A. Kazantsev
On Fri, 29 Aug 2008 10:27:58 +0200 Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > Am Freitag 29 August 2008 07:07:42 schrieb Anatoly A. Kazantsev: > > > It is simply an adapted version of your copy and dump examples, but might > > > be useful. > > > > Ca

Re: PyHurd 0.0.0a3

2008-08-29 Thread Anatoly A. Kazantsev
On Fri, 29 Aug 2008 12:10:06 +0200 Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > Am Freitag 29 August 2008 10:58:16 schrieb Anatoly A. Kazantsev: > > > You mean with commandline argument parsing? > > > > > > Sure! > > > > OK. As you w

kvm and gnumach

2008-08-29 Thread Anatoly A. Kazantsev
all works fine in both cases. The difference is in version of kvm kernel module ships with linux kernel. -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm pgp3SFDL60oyn.pgp Description: PGP signature

Re: PyHurd 0.0.0a3

2008-08-31 Thread Anatoly A. Kazantsev
de) > > This code is probably tied rather tightly to the Hurd libraries, and > thus bound by their license... Which means GPLv2+ for now. > > -antrik- Thank you for clarification! So, I assume, we have to choose "GPLv2 or later". -- Anatoly A. Kazantsev Protect yo

Re: PyHurd 0.0.0a3

2008-09-01 Thread Anatoly A. Kazantsev
On Mon, 1 Sep 2008 19:57:42 +0200 Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > Am Freitag 29 August 2008 19:28:41 schrieb Anatoly A. Kazantsev: > > Just like my examples :-) > > Does it fit, now? > > http://freehg.org/u/ArneBab/pyhurd Yes, it's OK. -

PyHurd 0.0.0a4

2008-10-13 Thread Anatoly A. Kazantsev
Hello! Yep, that's new version of pyhurd :-) "We on savannah" is main news! Thanks to Arne :-) And the licence is GPL2+. Not much changes in code, just several little changes. Interested people are welcome. -- Anatoly A. Kazantsev Protect your digital freedom and privacy