linux.debian.maint.boot
  Home FAQ Contact Sign in
linux.debian.maint.boot only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
linux.debian.maint.boot Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  consulta pelo msn ou telm         


Author: dr. pedro
Date: May 2, 2008 12:50

doutor pedro
espiritualista medium naturopata

O mais importante da mediuminidade e espiritualidade è obter resultados, rapidos e garantidos a 100%%. Dotado de poderes, ajuda a resolver problemas dificeis ou graves em pouco dias, tais como: Amor, insucessos, depressões, negocios, injustiças, casamento, impotência sexual, maus olhados, doenças Espirituais, sorte nas candidaturas, desporto. Exames e protecção contra perigos como acidentes em todas as circonstâncias. Aproxima e afasta pessoas amadas, com rapidez total. Se quer prender uma vida nova e pôr fim a tudo o que o preocupa, nâo perca tempo, contacte o dr pedro e ele tratará o seu problema com eficácia e honestidade. Faz emagrecer ou engordar ajuda para ter filho (engravidar).

consulta á distancia e pessoalmente de segunda a sabado, das 9 ás 21 horas

CONTACTO 213467106 ou 964716692 917440317 ou 931151420

www.123videncia.com por msn messenger e-mail mailnpxy@sapo.pt

Recebeu este email através da sua subscrição na lista de distribuição de um dos sites nossos afiliados,
Se quiser cancelar a subscrição, clique aqui.

--
To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
no comments
  [win32-loader] missing hal.dll         


Author: Foo Guru
Date: May 2, 2008 10:30

Hi

I can run the debian.exe from http://goodbye-microsoft.com/ but when I try to boot the "Debian Installer" it errors "missing hal.dll".
I have 2 hdd C & D and I'm running winxp sp2 installed on D. I must manually correct the boot.ini location in the debian.exe installer from c:\boot.ini to d:\boot.ini.

Please help
/Aidin
_________________________________________________________________
Trött på jobbet? Hitta nya utmaningar här!
http://msn.jobbguiden.se/jobseeker/resumes/postresumenew/postresumestart.aspx?sc_cmp2...

--
To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
3 Comments
  Processed: tagging 478988         


Author: Debian Bug Tracking System
Date: May 2, 2008 05:40

Processing commands for control@bugs.debian.org:
> # Automatically generated email from bts, devscripts version 2.9.26
> tags 478988 pending
Bug#478988: win32-loader: [INTL:zh_CN] Simplified Chinese translation update
Tags were: l10n patch
Tags added: pending
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
no comments
  [[RFC] Netcfg add WPA support 2/4] Create reconfigure_wifi function.         


Author: Glenn Saberton
Date: May 2, 2008 04:00

This function takes some of the confusion out of the dhcp switch. Especially once we add more cases to it for WPA.
---
packages/netcfg/dhcp.c | 66 +++++++++++++++++++++++++----------------------
1 files changed, 35 insertions(+), 31 deletions(-)

diff --git a/packages/netcfg/dhcp.c b/packages/netcfg/dhcp.c
index d58119c..d8dc17d 100644
--- a/packages/netcfg/dhcp.c
+++ b/packages/netcfg/dhcp.c
@@ -263,6 +263,8 @@ int poll_dhcp_client (struct debconfclient *client)
#define REPLY_DONT_CONFIGURE 3
#define REPLY_RECONFIGURE_WIFI 4
#define REPLY_LOOP_BACK 5
+#define REPLY_CHECK_DHCP 6
+#define REPLY_ASK_OPTIONS 7

int ask_dhcp_options (struct debconfclient *client)
{
@@ -302,8 +304,30 @@ int ask_dhcp_options (struct debconfclient *client)
return REPLY_DONT_CONFIGURE;
}
Show full article (3.67Kb)
6 Comments
  [[RFC] Netcfg add WPA support 1/4] Whitespace changes to prepare for more cases.         


Author: Glenn Saberton
Date: May 2, 2008 04:00

Once the WPA cases are added, the enum spans many columns. Break it into one line per tag.
---
packages/netcfg/netcfg-static.c | 11 ++++++++++-
packages/netcfg/netcfg.c | 14 +++++++++++++-
2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/packages/netcfg/netcfg-static.c b/packages/netcfg/netcfg-static.c
index 8feac2c..d9962d5 100644
--- a/packages/netcfg/netcfg-static.c
+++ b/packages/netcfg/netcfg-static.c
@@ -33,7 +33,16 @@ int main(int argc, char** argv)
static struct debconfclient *client;
static int requested_wireless_tools = 0;
Show full article (1.92Kb)
2 Comments
  [[RFC] Netcfg add support for WPA 0/4]         


Author: Glenn Saberton
Date: May 2, 2008 03:50

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hopefully I have addressed the issues pointed out so far. The first
two patches don't change netcfg's behaviour, the third adds wpa
support and the last kills it with kill() rather than the shell
script. I will work on adding functionality to allow netcfg to tell
wpasupplicant which driver to use. I would also like to add a function
that scans for access points and lets the user chose one from a list.
Thoughts?

Cheers

Glenn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIGvFqV8GyuTwyskMRAh0NAKCRx9vQ+pY9R4XWuU5u5n/wq8f53QCfS4mW
Lgcgq81e5ujwrZmg+NrqT6E=
=VvBk
-----END PGP SIGNATURE-----
Show full article (0.82Kb)
4 Comments