Title: gngdmvz
Оказываем полиграфические услуги с
полным циклом.
- Представительская
полиграфия -
- Широкоформатная печать -
- Решение нестандартных
полиграфических задач -
А также:
1. Буклеты.
2. Годовые банковские отчёты. Годовые
отчёты страховых кампаний.
3. Каталоги.
4. Журналы.
5. Еже
Прохлада и нежность постельного белья от www.mypresent.ru для самых жарких ночей.
Okie, I'm confused. What version of parted are you hacking on? GNU
parted 1.6.11 doesn't contain the code you are modifying.
It contains something similar, but IMHO wrong code since it doesn't
handle the TYPE:NAME scenario. This change seems to have been done by
Gullime (sp?) in April, 2004.
Here are test runs using the patches.
I include all output here if there where errors you would be
seeing them all output is included.
Here is parted auto probeing all devices:
hurd:/home/hde# projects/PATCHED_parted-1.6.11/parted/.libs/parted
GNU Parted 1.6.11
C
ams brought to my attention my patch for libparted was wrong. Sorry these are my fist
patches
I have ever made. :) Here it is corrected.
I am deeply Sorry
hde
--- /home/hde/parted-1.6.11/libparted/gnu.c 2004-04-24 22:34:00.0 -0500
+++ /home/hde/PATCHED_parted-1.6.11/libparted/gnu.c
This change is need in parted to be able to use paths with parted.
In gnu.c right now it is using store_typed_open which needs a name
like foo:bar. This changed allows you use such things as /dev/hd2
for example.
I don't remeber the details, and can't check them right now. But I
thin
ams,
This change is need in parted to be able to use paths with parted.
In gnu.c right now it is using store_typed_open which needs a name
like foo:bar. This changed allows you use such things as /dev/hd2
for example.
Thanks
hde
[EMAIL PROTECTED] (Alfred M. Szmidt) writes:
>--- /home/hde/PA
--- /home/hde/PATCHED_parted-1.6.11/libparted/gnu.c 2004-08-13 09:57:20.0
-0500
+++ /home/hde/parted-1.6.11/libparted/gnu.c 2004-04-24 22:34:00.0 -0500
@@ -235,16 +235,7 @@
arch_specific->consume = 1;
retry_open:
-/* Simple test to determine if th
Don't attach ChangeLog's as patches.
--- hurd/libstore/ChangeLog 2004-08-14 10:54:27.0 -0500
+++ ./ChangeLog 2004-08-14 10:53:50.0 -0500
@@ -1,3 +1,8 @@
+2004-08-14 hde <[EMAIL PROTECTED]>
^^^
Use your real name.
+
+ * module.c (open_c
Hello,
Here is the changlog entry for libstore.
--- hurd/libstore/ChangeLog 2004-08-14 10:54:27.0 -0500
+++ ./ChangeLog 2004-08-14 10:53:50.0 -0500
@@ -1,3 +1,8 @@
+2004-08-14 hde <[EMAIL PROTECTED]>
+
+ * module.c (open_class): When using errno you have to save
Please send patches inlined if they are not big; and if they are put
them up on a webserver or something. Easier to comment, easier to
read, and it doesn't waste bandwidth (base64 isn't bandwidth
friendly).
Cheers.
___
Bug-hurd mailing list
[EMAIL
I sent in bad patches here are the correct ones.
To recap libstore was not storing the contents of errno
when testing it. Libparted was not checking if the user
supplies a patch to a device or a store typed device name.
Sorry about so many emails.
thanks hde
--- libstore/module.c 2003-08-02 17:
Hi,
It seems the problem was errno looses its contents over lib calls.
So, in order for you to later test errno you must save it in a variable.
I did just that in open_class and the problem is now fixed. I have included
a patch to fix the problem. If you have any questions please do ask.
This might interest you, it is part of a email exchange Ognyan had
with Roland [bug #4710]:
,
| >>$ ./store x:x # This test program calls store_typed_open.
| >> ./store: cannot load libstore_x.so.0.3: libstore_x.so.0.3: cannot open
| >> shared object file: No such file or directory
| >> store
> LOL,
> It seems we do detect ENOENT when we can't open a shared lib because
> of it not being there. But, we do still have a problem and it is here
> mod = dlopen (modname, RTLD_LAZY);
> if (mod == NULL)
> {
> const char *errstring = dlerror (); /* Must always call or it l
Alfred M. Szmidt wrote:
Or just test my ugly NIC patch, it might have an update for this chipset.
http://www.update.uu.se/~ams/patches/
You will need a patch by Marco that fixes some autoconf stuff, its in
the Savannah Patch tracker (http://sv.gnu.org/projects/hurd).
what is exactly what I must
LOL,
It seems we do detect ENOENT when we can't open a shared lib because
of it not being there. But, we do still have a problem and it is here
mod = dlopen (modname, RTLD_LAZY);
if (mod == NULL)
{
const char *errstring = dlerror (); /* Must always call or it leaks! */
[EMAIL PROTECTED] (Harley D. Eades III) writes:
One more thing maybe we could create a new error code for use with opening
shared libs one that means could not open a shared lib.
Just an idea.
hde
> Hello,
> I am working on the fdisk interface to libparted. While, coding
> fdisk
Hello,
I am working on the fdisk interface to libparted. While, coding
fdisk I have been fixing problems with parted as well. I have parted working
very well. The only problem I am having trouble solving is when parted
auto-probes for all devices libstore outputs a screen full of errors.
> Marco, care to fix whatever was broken with that patch so we can
> apply it to the tree? Pretty please...
Ehm, ok. Can you remind me about what was broken?
Outdated autoconf scripts. Check your patch that is stored in the SV
Patch Tracker. I don't remeber much more, sorry. Maybe th
[EMAIL PROTECTED] (Alfred M. Szmidt) writes:
> Marco, care to fix whatever was broken with that patch so we can apply
> it to the tree? Pretty please...
Ehm, ok. Can you remind me about what was broken?
--
Marco
___
Bug-hurd mailing list
[EMAIL PRO
Or just test my ugly NIC patch, it might have an update for this chipset.
http://www.update.uu.se/~ams/patches/
You will need a patch by Marco that fixes some autoconf stuff, its in
the Savannah Patch tracker (http://sv.gnu.org/projects/hurd).
Marco, care to fix whatever was broken with that pat
On Fri, 2004-08-13 at 22:49, David Gascón wrote:
> Hy;
>
> I have installed Hurd from K6 CD (the base system);
> but my ethernet card [3C940] is not detected (or al least, not
> automatically).
> Long time ago, I found some drivers for Linux, from 3COM driver database.
> what is the next stept??
Title: azibhj
СКИДКИ:
карманные календарики с ламинацией - $70 за 1000 шт.!
До 30 сентября!
Оперативная печать до А3+, в
т.ч. малых тиражей...
(095) 238-69-98,
238-74-46,
238-82-33
ВИЗИТКИ, формат 50 х 90 мм,
Срок изготовления – от 3 часов.
Тираж/кол-во цветов
От 100 до 500
$B$3$N%a!<%k$O2<5-;v6H<$BAw?.
$BL>>N!'(BMAIL STORE
$B=;=j!'El5~ET?7=I6h@>?7=I(B1-18-13-203
(B
$BFCDj>&$7$J$$>l9g$NO"MmJ}K!(B
$B4X78$N$J$$J}$KFO$-$^$7$?>l9g$*OM$S?=$7>e$2$^$9!#(B
$Bhttp://store.boy.jp/del.html
(B
$B$O$8$a$7$F!
Hello,
I was compiling glibc over night two days ago, and when I woke up, I had
a frozen box and one screenful of error messages.
If I remember correctly, I formatted the (3.x GB) partition under
GNU/Linux with -o hurd, mounted it under GNU/Linux and performed the
Debian-specific commands to extr
Взгляд
изнутри
Чуть менее года я работаю в
инвестиционной Компании.
Раньше мне всегда хотелось
узнать, как торгуются ценные бумаги, каким
образом люди зарабатывают целые состояния
«играя», и какие суммы можно выиграть
на бирже. Мне было просто интересно, и почему-то казалось, ч
27 matches
Mail list logo