rc.local problem

2008-05-02 Thread Armin ranjbar
Dear all , its appear than copying rc.local from another source to /etc/rc.local cause pressed installation to ignore entire late_command , can you confirm this ? if true , will 'in-target cat /local/rc.local > /etc/rc.local' cause skip as well ? is there any other to replace rc.local file ? --

consulta pelo msn ou telm

2008-05-02 Thread dr . pedro
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, cas

Re: [win32-loader] missing hal.dll

2008-05-02 Thread Robert Millan
On Fri, May 02, 2008 at 07:07:43PM +0200, Foo Guru wrote: > > > 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 > corre

[win32-loader] missing hal.dll

2008-05-02 Thread Foo Guru
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

Bug#478988: win32-loader: [INTL:zh_CN] Simplified Chinese translation update

2008-05-02 Thread Robert Millan
On Fri, May 02, 2008 at 11:36:02AM +0800, Deng Xiyue wrote: > Package: win32-loader > Severity: wishlist > Tags: patch l10n > > Thanks for notifying me about the win32-loader translation template update. > The Simplified Chinese translation of the win32-loader against latest > trunk has been attac

Processed: tagging 478988

2008-05-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > # 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.

[[RFC] Netcfg add WPA support 4/4] Remove killwpa.sh

2008-05-02 Thread Glenn Saberton
Make wpasupplicant create a pidfile so we can kill it without having to use system(). (cherry picked from commit d339676e3a6b6234f717e2911637b4231b9dacfe) --- packages/netcfg/dhcp.c |6 -- packages/netcfg/killwpa.sh | 16 packages/netcfg/netcfg.h |2 ++ packag

[[RFC] Netcfg add WPA support 3/4] Add WPA support to netcfg

2008-05-02 Thread Glenn Saberton
Add wpa.c and killwpa.sh Add security type and passphrase functions. Remove the nested satan machine, replacing it with a reconfigure_wifi function. Add support for wpa. Add wpa support in netcfg. add our functions to the header file. Once again, add our wpa related stuff. make dirs for wpas

[[RFC] Netcfg add WPA support 2/4] Create reconfigure_wifi function.

2008-05-02 Thread Glenn Saberton
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/

[[RFC] Netcfg add WPA support 1/4] Whitespace changes to prepare for more cases.

2008-05-02 Thread Glenn Saberton
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

[[RFC] Netcfg add support for WPA 0/4]

2008-05-02 Thread Glenn Saberton
-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 net