which one is executed first ip_forward=1 or iptables FORWARD Drop

2019-06-13 Thread BELAHCENE Abdelkader
Hi,
I am using  one machine, say SERV,  as a gateway ( cards eth0, eth1) from
network1  to network2, I want to forward  all packets but tcp port 80   so
I used
*sysctl -w net.ipv4.ip_forward=1*

*I want to drop port 80, and accept others port*

*I tryed*

*iptables -A FORWARD -i eth1 -o eth0 -p tcp  --dport 80 -j DROP*

*but not ran*

*Thanks for help*
*regards*


trouble with my network card

2019-05-21 Thread BELAHCENE Abdelkader
Hi,
I have a trouble with my network card (extern card)
lspci gives:
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
mii-tool  enp4s0
SIOCGMIIPHY on 'enp4s0' failed: No such device

ifconfig  enp4s0
enp4s0: flags=4098  mtu 1500
inet 192.168.10.20  netmask 255.255.255.0  broadcast 192.168.10.255
ether 00:e0:4c:68:0d:d7  txqueuelen 1000  (Ethernet)
RX packets 32  bytes 1920 (1.8 KiB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 0  bytes 0 (0.0 B)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
I can ping it in the local machine
but not from another machine,  the lightspot of the card is off !!!

What is happening ??  mii-tool doesn't find it but I can put an address??

thanks for help
regards


system stops

2019-01-27 Thread BELAHCENE Abdelkader
HI,
uname -a  gives
Linux mx 4.19.0-1-amd64 #1 SMP Debian 4.19.5-2~mx17+1 (2018-12-12) x86_64
GNU/Linux
Sometimes (maybe often) when I leave the system for a times without
touching it, when I come back, the system is frozen , juste the pointer of
mouse can move, but nothing else,  keyboard doesn't respond,  even
ctrl+alt+F1 , or F2,  ...
So the only  thing todo is stop button.
Here is some lines from messages (last line before the shutdown), hope that
someone can help me by reading this  log before the stopping system ( at
20:29).

Jan 27 20:29:52 mx kernel: [11479.565256] Bluetooth: hci0: BCM: Patch
brcm/BCM20702A1-0489-e032.hcd
not found
Jan 27 20:29:52 mx kernel: [11479.565248] bluetooth hci0: Direct firmware
load for brcm/BCM20702A1-0
489-e032.hcd failed with error -2
Jan 27 20:29:52 mx kernel: [11478.719457] ata1.00: configured for UDMA/133
Jan 27 20:29:52 mx kernel: [11478.513494] ata1: SATA link up 3.0 Gbps
(SStatus 123 SControl 300)
Jan 27 20:29:52 mx kernel: [11477.409506] PM: suspend exit
Jan 27 20:29:52 mx kernel: [11477.374637] Bluetooth: hci0: BCM20702A1
(001.002.014) build 
Jan 27 20:29:52 mx kernel: [11477.373634] Bluetooth: hci0: BCM20702A
Jan 27 20:29:52 mx kernel: [11477.356632] Bluetooth: hci0: BCM: features
0x07
Jan 27 20:29:52 mx kernel: [11477.355640] Bluetooth: hci0: BCM: chip id 63
Jan 27 20:29:52 mx kernel: [11477.245215] Restarting tasks ... done.
Jan 27 20:29:52 mx kernel: [11477.245213] OOM killer enabled.
Jan 27 20:29:52 mx kernel: [11477.164547] usb 1-1.4: reset high-speed USB
device number 5 using ehci
-pci
Jan 27 20:29:52 mx kernel: [11477.106796] ata3.00: configured for UDMA/100
Jan 27 20:29:52 mx kernel: [11477.105193] ata3: SATA link up 1.5 Gbps
(SStatus 113 SControl 300)
Jan 27 20:29:52 mx kernel: [11477.022519] usb 1-1.3: reset full-speed USB
device number 4 using ehci
-pci
Jan 27 20:29:52 mx kernel: [11477.018509] usb 4-1.6: reset high-speed USB
device number 3 using ehci
-pci
Jan 27 20:29:52 mx kernel: [11476.837625] ACPI: button: The lid device is
not compliant to SW_LID.
Jan 27 20:29:52 mx kernel: [11476.619289] sd 0:0:0:0: [sda] Starting disk
Jan 27 20:29:52 mx kernel: [11476.608519] ACPI: EC: event unblocked
Jan 27 20:29:52 mx kernel: [11476.594662] ACPI: EC: interrupt unblocked
Jan 27 20:29:52 mx kernel: [11476.091515] ACPI: Waking up from system sleep
state S3
Jan 27 20:29:52 mx kernel: [11476.088916] CPU1 is up
Jan 27 20:29:52 mx kernel: [11476.088582]  cache: parent cpu1 should not be
sleeping
Jan 27 20:29:52 mx kernel: [11476.083485] smpboot: Booting Node 0 Processor
1 APIC 0x2
Jan 27 20:29:52 mx kernel: [11476.083484] x86: Booting SMP configuration:
Jan 27 20:29:52 mx kernel: [11476.083445] Enabling non-boot CPUs ...
Jan 27 20:29:52 mx kernel: [11476.082238] PM: Restoring platform NVS memory
Jan 27 20:29:52 mx kernel: [11476.082238] ACPI: EC: EC started
Jan 27 20:29:52 mx kernel: [11476.082190] ACPI: Low-level resume complete

Sorry if the list is long.
Thanks a lot
regards


screen freezes when I try to log

2018-03-01 Thread BELAHCENE Abdelkader
Hi,
Sometimes the login thru the lightdm fails. That means I log but the screen
freezes and nothing happens, no login no desktop ( using the xfce4).
When I go to the terminal ( using   CTRL+ALT+F1 ), and I log using shell,
I can start the : startx -- :1,  and access to the graphical Desktop..
Where is the problem?  in lightdm or xfce4 ??
I install lxde  and want to log with lxde,  unfortunatly, there is no menu
in the lighdm login,  to choose the manager.
I am using linuxLite 3.8
regards


equivalent to SPICE software

2006-11-28 Thread belahcene abdelkader

Hi, I am looking for an Electronic Circuit Simulation
Software  like SPICE but open source.
thanks for any help
bela
 




 

Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to redirect sound

2006-07-05 Thread belahcene abdelkader
Hi, every body
I am using a set of thin client (neoware) connected to
a llinux server, I want to redirect the audio to the
client. It exists probably the way to do that in same
way as the image. i mean the user logs on a thin
client  on the remote server, and he receives the
graphics on his terminal, ( the xdm does this in
fact). 
the question is : there a procedure to redisrect the
sound to the sound devices on the thin client instead
of  running it on the server?

thanks for help
best regards 
bela
 



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to mount usbpen on thin client?

2006-06-27 Thread belahcene abdelkader
Hi, every body
I use a server to manage several thin clients,
everything is correclty running but the usb pen, and
sound are  not correct.
In the thin client the is a usb port, I want to use
it, how to mount it, in other word it there a
possibility to redirect the usb port to the thin
cleint as the graphics is done?
thanks for help
bela
best regards



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to install sarge from usb pen

2006-05-18 Thread belahcene abdelkader
 Hi, 
I want to install sarge from usb pen, 
I followed the doc, 
I used zcat boot.img.gz  /dev/sda, I downloaded the
boot from the site about 7MB 
that is ok the boot is running correctly,
 after a moment at some step, it searched for an iso
to complete ( the doc said I that???), but the pen usb
contains around 123 MB, so what are theses 123MB?

I want to install the sarge from my HD, and I need
only to start the installation from the usb pen, and
after that I complete it from the HDou local ftp.

thank for help
bela




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



floppy boot for local installation

2006-05-03 Thread belahcene abdelkader
Hi,
I ve just downloaded the 2 floppies ( boot.img and
root.img) to start installation from floppy. I have
all the sarge in local ftp server. Since I haven't CD
drive on some machines, I want to install from the
server by using the floppy to start the installation,
unfortunately  the fd tried to get the packages from
the network, there is no option to tell from where to
install as in the standard installation CD ??
Perhaps I downloded the bad images ??? in this case
where can I found the good ones.
thank you very much
bela
  



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



boot disk for grub; network config; printer pb

2006-04-30 Thread belahcene abdelkader

Hi,

 i am using sarge, I want to create a boot disk from
my distro, I tried mkboot, but it seems running with
lilo and not grub

network: there is no network configuring program, like
netcardconfig, So I have to fill manually the
/etc/network/interface file

The configuration of printer seems difficult, what to
use cups  or directjet,  my hp printer has a network
card


thanks
bela



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



fluent like software

2006-04-16 Thread belahcene abdelkader
hi,
The fluent software is to expensive for our small
institute, I am looking software which is around it,
not necessary having all that properies.
thanks for help
best regards
bela



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



arabic font on xfig

2006-04-10 Thread belahcene abdelkader
Hi,
I want to complete the figures drawn in xfig with
arabic texte. xfig interprets caracteres as ascii, but
arabic characters are on 2 bytes, unicode (I am using
debian sarge stable).
thanks for help

bela 



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



something like dreamweaver

2006-04-04 Thread belahcene abdelkader
Hi,
I am looking for a tool like dreamweaver.
Is there on linux a tool better than bluefish or
quanta.
Theses tools are great but for someone coming from
microsof environment!!

thanks a lot
bela
  



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: udev doesn't creat /dev/audio

2006-03-11 Thread belahcene abdelkader
thanks,
right 
but in my case 2.6.8 there is no snd-hda-intel.ko

dpkg -S snd-hda-intel.ko
dpkg : *snd-hda-intel.ko* not found
[EMAIL PROTECTED]:~$ uname -a
Linux debian21 2.6.8-2-386 #1 Thu May 19 17:40:50 JST
2005 i686 GNU/Linux
best regards




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: udev doesn't creat /dev/audio

2006-03-08 Thread belahcene abdelkader
Hi,
alsaconf gave an error when it configured the
snd-hda-intel , error inserting snd-hda-intel, unknown
symbol in module snd-hda-intel ,

 but it continued and printed successful  the message
have a lot fun!!!  ???  and what is the relation with
/dev/audio ??

In fact I copied theses modules *.ko from another
machine, and put them in the same place,  which has
exactly same caracteristique ( same kernel
2.6.8-2-386), because 2.6.8 doesn't contain the
modules I compile it on another machine from the
alsa-source.
On the original machine it is working.

thanks for help
bela
best regards






__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



udev doesn't creat /dev/audio

2006-03-07 Thread belahcene abdelkader
hi,
I installed the 2.6.8 kernel ( I hadn't this problem
wiyth 2.4 ), and also the alsa-package for my  sound
card  hda-intel, There is no sound, because neither
/dev/audio, nor /dev/dsp  ? what is the requirements
for udev to create an audio device ?

how to tell the udev to creat the device ??

thanks for help
bela



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to configure adsl modem (sagem 800)

2006-03-02 Thread belahcene abdelkader
Hi everybody
my friend wnats to switch from window$ to linux and
use the adsl connexion (modem  SAGEM 800). His has of
cource a login and a passwd.
When we  switch to linux ( debian) and install the
product, it gives  a list of ISP with VPI and VCI (
what are ??), and asked to choose one of them,  like
this

AT01 : Austria   01  20 
06  PPPoA VC
BE01 : Belgique Belgacom, Tiscali.be 08  23 
06  PPPoA VC
BR01 : Brasil   Speedy/Telefonica08  23 
01  PPPoE LLC
BR02 : Brasil   Velox/Telemar00  21 
01  PPPoE LLC
BR03 : Brasil   Turbo/Brasil Telecom 00  23 
01  PPPoE LLC
BR04 : Brasil   Rio Grande do Sul (RS)   01  20 
01  PPPoE LLC
..


but my country ( algeria) doesn't exit in the list ??
These questions are not asked in windows
installation!!!

thank you for help
best regards
bela




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



where is the source of alsa-module-2.6 ?

2006-02-28 Thread belahcene abdelkader
Hi,
I have a problem with my sound card in sarge 2.6, (no
problem with  sarge kernel  2.4 ( the package
alsa-modules-2.4.27-2-386 is there)  it detects it as
snd-azx) which is in fact same snd-hda-intel. Mepis
3.4 found it correctly snd-hda-intel because the
alsa-module-2.6.15 is there and installed. 
 Since the alsa-module-2.6 is not present in sarge I
want to get the source from ( Mepis site) of 
alsa-modules to compile hda-intel module. I don't
understand why the alsa-module-2.6 exists in Mepis and
not in sarge??

thanks for help




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Re: no alsa-modules for 2.6

2006-02-26 Thread belahcene abdelkader

thank you for reply,
 

the lspci gives :

:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW
(ICH6 Family) High Definition Audio Controller (rev
03)

best regards
bela
 thanks for help
 best regards
 bela
 
Alsa is part of the standard 2.6 kernels. Some of the
modules have
changed names in the meantime. Why don't you just tell
us which audio
hardware you are using, then somebody will surely be
able to tell you
what the necessary module is called now.


Regards,
  Florian
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around 
 http://mail.yahoo.com 
 




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Re: no alsa-modules for 2.6

2006-02-25 Thread belahcene abdelkader

Did you try running alsaconf as root?
 Yes I 've done it, It searched for, but there is no
driver??
it said 
 No supported PnP or PCI card found.
Would you like to probe legacy ISA sound cards/chips?
While in 2.4 ( and another distro debian based, mepis,
knoppix...) when I ran alsaconf it found it ?

In the same machine I installed 2.4 and 2.6 with 2.4
the sound is correctly configured but not in 2.6.
thanks for help
best regards
bela



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Re: no alsa-modules for 2.6

2006-02-25 Thread belahcene abdelkader
Did you try running alsaconf as root?
 Yes I 've done it, It searched for, but there is no
driver??
it said 
 No supported PnP or PCI card found.
Would you like to probe legacy ISA sound cards/chips?
While in 2.4 ( and another distro debian based, mepis,
knoppix...) when I ran alsaconf it found it ?

In the same machine I installed 2.4 and 2.6 with 2.4
the sound is correctly configured but not in 2.6.


at last I discovered that
The driver is snd-azx which is in alsa-modules-2.4,
but nowhere in 2.6, since no alsa-modules in 2.6


thanks for help
best regards
bela



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



snd-azx.o was removed from the testing distro

2006-02-25 Thread belahcene abdelkader
hi,
How to install a modules from 2.4 on 2.6 ?
I want to install the module  
/lib/modules/2.4.27-2-386/updates/alsa/snd-azx.o 

 which is in the sable (and not in the testing distro
?!) on my new kernel (2.6).  I searched the packages
there is not such module. Is it elswhere or have I to
recompile the module ?

thanks for help
best regards



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: no alsa-modules for 2.6

2006-02-19 Thread belahcene abdelkader


--- belahcene abdelkader [EMAIL PROTECTED] wrote:

 Hi,
 I upgraded the kernel from 2.4 to 2.6 (sarge), the
 sound worked on 2.4 ( I ve used the alsaconf and
 alsa-modules...). 
 I tried to do same but, no modules for alsa on 2.6.
 I
 searched in the debian packages, but no alsa-modules
 for 2.6 is there another procedure to activate the
 sound?
 
 thanks for help
 best regards 
 bela
 
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around 
 http://mail.yahoo.com 
 




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kernel 2.6 didn't recognize the CDROM, while 2.4 did

2006-02-01 Thread belahcene abdelkader
Hi, every body

I downloaded the last CD debian testing Disk 1 (janv
30), the installation began correctly from the CD ( so
it is detected ide cdrom  well known type) after a
while, it gave an error : no cdrom detected , !!!
So I went to the other screen ( ctrl+F2), there is
neither  /dev/hd*, nor /dev/cdrom,

With kernel 2.4, the cdrom is detected, and
installation was doing OK.

The Hard disk is SATA, ( ACER PC Pentium 4) detected
as sda by kernel 2.6 and hda by kernel 2.4.

Conclusion I want to install the system, I HAVE to
install kernel 2.4  and upgrade to 2.6 !
No chance when I use the new kernel 2.6, the CDrom is
not detected again

NB: same problem with kernel 2.6 of the official sarge
 distro !!  

I have installed in the same machine without any
problem Mepis, knoppix and other on-live CD, which use
the kernel 2.6 

any idea is welcome!
thank you for advance
bela






__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: Not automounting a USB Cardreader??

2006-01-30 Thread belahcene abdelkader
hi,
install and  use usbmount, it runs only on kernel 2.6

best regards 



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



sareg 2.6 doesn't recognize the CD!!??

2006-01-30 Thread belahcene abdelkader
Hi, every body

I upgrade the sarge from 2.4 to 2.6 in order to mount
automatically the usb pen ( via the usbmount) it runs
fine, but now I have a bigger problem the CD reader is
not recognized!!!
My  SATA Disk is detected by 2.6 as ide but bye 2.6 as
sda , this is not a problem, but no cdrom device
detected, while in 2.4 it is /dev/hdd.
There is no /dev/hd* at all, I know that udev creats
dynamically the devices, so it is not created!

After That I tried to reinstall the sarge completly,
by using the option : kernel 2.6

the installation started correctly, after a while
(detection of keyboard ) no Cd is detected here too,
when I used the option expert, the following messages
is printed: no ide-detect , strange since the kernel
is reading from the CD !!!

so I assume that the problem is the same in both
cases, bug in kernel ??? 

thanks for help 


 



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



testing CD nowhere in debian site ???

2005-10-09 Thread belahcene abdelkader
Hi,
I checked it more and more there is only the oficial
sarge ( june 7th) see the link

http://cdimage.debian.org/pub/cdimage-testing/cd/jigdo-area/i386/

in the past, before sarge was released it was a
dircory nmed weekly which conatined the testing
version, why not now ?

best regards






__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



where are the testing CD?

2005-10-06 Thread belahcene abdelkader
Hi,
I am looking for the weekly testing release (I only
found the official sarge ).
thanks for help
bela





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Is there a screencapture utility?

2005-09-21 Thread belahcene abdelkader

Hi,
If you have installed Sarge desktop by default you
have also kde installed and ksnapshot is a screen,
window capture. You have it in : 
applications -- debian --apps --graphics --
ksnaphot

I think there is a gnome interface also, but I used to
use this one, ( while running gnome)


best regards
bela

--- charlie [EMAIL PROTECTED] wrote:

 On Wed, 14 Sep 2005 23:51:50 -0500
 Ron used the keyboard to craft this:
 
   |On Thu, 2005-09-15 at 00:16 +,
 [EMAIL PROTECTED] wrote:
   | I'm running sarge/GNOME. I'd like an ability
 to capture portions
 of a screen
   | (part of a window preferably). Is there
 something which will do
 that?
   | 
   | I am aware of the GNOME applet (but that
 doesn't seem to capture a
 window) and
   | of GIMP (which doesn't completely meet my
 needs either).
   | 
   | What bothers me is that I thought I had that
 ability in the woody
 installation
   | which I 'upgraded'  to sarge, getting GNOME
 2.x!
   |
   |GNOME 2.8 has Take Screenshot... right on the
 drop-down Foot
   |menu.
   |
   |After you've taken the screenshot, edit it GIMP
 to pull out only
   |the window you want.
   |
   |Now, a windowshot utility would be so
 useful...
   |
   |-- 
  

|-
   |Ron Johnson, Jr.
   |Temporarily not of Jefferson, LA USA
   |PGP Key ID 8834C06B I prefer encrypted mail.
   |
   |Would you mind not firing on the thermonuclear
 weapons?
   |A great line, from a *great* movie: Broken Arrow
   |
   |
 
 The Gimp is good at that as well, and you can edit
 it straight away.
 
   +++
 Registered Linux User:- 329524
 ---
 Gaining enlightenment is an accident. Spiritual
 practice simply makes us
 accident-prone. -- Zen saying
 ___
 Loving Linux -- Debian Sarge 3.1
 _
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 






__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: php-mysql connection pb

2005-09-16 Thread belahcene abdelkader

Thank you very much, Oliver
It is Ok
best regards
bela


--- Oliver Lupton [EMAIL PROTECTED] wrote:

 belahcene abdelkader wrote:
 
 hi,
 I am using sarge Official Distro.
 
 I have written an application with php-mysql thru
 apache, it ran correctly ( on previous release
 before the official sarge without any special
 config)
 , i move it to sarge, now I have a problem, I don't
 if
 it is a sarge pb or a mysql or mysql-php ?
 this is the error
 
 Fatal error: Call to undefined function:
 mysql_query()
 in /var/www/studentNew.php on line 7
 
 I have install php4 with php4-mysql, mysql-server
 is
 also installed .
 the strange  thing (for me of course) is that , the
 
 phpmyadmin runs correctly and acceed to the
 database,
 so I suppose that the php mysql api is installed
 correctly.
 
 Any idea is welcome
 thank you very much in advance
 best regards
 bela
 
 Just an idea (unchecked - I run self-compiled php5),
 but try either 
 putting dl('mysql.so'); at the top of your script,
 or add a similar 
 line to php.ini

(http://php.net/manual/en/ini.core.php#ini.extension)
 
 Hope this helps,
 
 Oliver
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 






__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



php-mysql connection pb

2005-09-15 Thread belahcene abdelkader
hi,
I am using sarge Official Distro.

I have written an application with php-mysql thru
apache, it ran correctly ( on previous release
before the official sarge without any special config)
, i move it to sarge, now I have a problem, I don't if
it is a sarge pb or a mysql or mysql-php ?
this is the error

Fatal error: Call to undefined function: mysql_query()
in /var/www/studentNew.php on line 7

I have install php4 with php4-mysql, mysql-server is
also installed .
the strange  thing (for me of course) is that , the 
phpmyadmin runs correctly and acceed to the database,
so I suppose that the php mysql api is installed
correctly.

Any idea is welcome
thank you very much in advance
best regards
bela



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



the netcard config is not there

2005-09-14 Thread belahcene abdelkader
Hi,
I installed sarge
want to configure the network card, but no tool there
for that !!
In previous debian I remember, threre was a
netcardconf or something like this , but nothing
here??!!
Of course I can use ifconfig but not for permanant
address, or must change manually the files.

strange, normally there is a button for network
configuration??

Best Regards
bela




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: the netcard config is not there

2005-09-14 Thread belahcene abdelkader
Thanks,
Yes I know how to configure the netcard manually,
but for the newbie, it is important to have a button
for that. look at the menu there are a lot of button
for almost every thing less important that networking,
but not for the network configuration.

best regards
bela



--- Juan Fco. Casanova Rodriguez [EMAIL PROTECTED]
wrote:

  Hi,
  I installed sarge
  want to configure the network card, but no tool
 there
  for that !!
  In previous debian I remember, threre was a
  netcardconf or something like this , but nothing
  here??!!
  Of course I can use ifconfig but not for permanant
  address, or must change manually the files.
  
 
 
 Hi,
 
 Did you try with 'ifup device'  where device could
 be eth0, wlan0 or
 whatever name you'r device have.
 
 This will run the dhcp demon...
 
 Hope to help you...
 
 ---
 Juan
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 






__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



is there parted for ntfs ?

2005-07-03 Thread belahcene abdelkader
Hi ,
I want to resize my ntfs partition, but it is not
supported by the parted ( on sarge) 
THIS is the log:

Disk geometry for /dev/sda: 0.000-34732.421 megabytes
Disk label type: msdos
MinorStart   End Type  Filesystem 
Flags
1  0.031  34718.598  primary   ntfs   
boot
(parted) resize 1 0.031 1
No Implementation: Support for opening ntfs file
systems is not implemented yet.


thanks for help
bela






 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



How to create an iso BOOTABLE

2005-06-04 Thread belahcene abdelkader
Hi every body,
I have the knoppix CD, NOT an  iso format,  I want to
create an iso BOOTABLE  from the expanded directory.
How to do it please.  
The original CD is bootable this is the content of the
CD:
KNOPPIX (directory) ,autorun.bat,  autorun.inf,
autorun.pif, boot (directory), cdrom.ico ,index.html

thanks for help
bela





__ 
Discover Yahoo! 
Use Yahoo! to plan a weekend, have fun online and more. Check it out! 
http://discover.yahoo.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



can't install sound module

2004-11-08 Thread belahcene abdelkader
Hi, please I am confused to ask again about sound
card. In the article post-configuration I didn't
find answer.
my sound card an isa ess 1869,  (which is detected by
knoppix) is not detected by unbutu distro ( debian
like with gnome desktop)

I try this:

[EMAIL PROTECTED]:/home/bela # modprobe  soundcore
[EMAIL PROTECTED]:/home/bela # modinfo  soundcore
filename:  
/lib/modules/2.6.8.1-3-386/kernel/sound/soundcore.ko
description:Core sound module
author: Alan Cox
license:GPL
alias:  char-major-14-*
vermagic:   2.6.8.1-3-386 preempt 386 gcc-3.3
depends:
[EMAIL PROTECTED]:/home/bela # insmod  soundcore
insmod: can't read 'soundcore': No such file or
directory

Here could't install the module !!!

sndconfig is no longer usable from kernel 2.6 ( module
are *.ko instead of *.o)  

thanks a lot
bela




=




__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



cannot open display

2004-11-08 Thread belahcene abdelkader

hi, 
in some distro ( like unbutu : debian-like), when I
use the su -  from the normal user to run an
administartor command , I get cannot open display: 0.0
I give the access  with xhost +,( in the normal user )
but the problem remains 
this is an example:

 as a normal login user:

[EMAIL PROTECTED]:~ $ xhost +
access control disabled, clients can connect from any
host
[EMAIL PROTECTED]:~ $

as a root now

[EMAIL PROTECTED]:~ $ su -
Password:
[EMAIL PROTECTED]:~ #
/usr/local/mozilla-installer/mozilla-installer

Gtk-WARNING **: cannot open display: 0.0
[EMAIL PROTECTED]:~ #

best regards
bela


=




__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



How to use ldap clients from mozilla mailer ?

2004-10-22 Thread belahcene abdelkader
hi everybody,
I am using mozilla mailer ( Debian distribution) to
send and receive my emails. On the mail server LDAP is
used and the list of all the users is available. I
want to get and include it my mozilla client to send
for example a message to all users.

someone has an idea how to do it

thank you very much


=




___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



where can I find lyx 1.3.5 for debian?

2004-10-21 Thread belahcene abdelkader
Hi, every body
I want to install the new release lyx-1.3.5,
unfortunatly there is no binary for debian,  I tied
the fedora one, it gives an error (I 've sent a
message to this list), someone said that compilation
is done for RH, OK I agree but I had no problem to
install lyx-1.3.3-1rh9_qt.i386.rpm  on my debian
sarge.
Any way, I download the source in order to create my
own binary I have a problem with Qt, but it installed,
since the lyx-1.3.3 with Qt is running ? ( perhaps lyx
doesn't where to find the QT, while 1.3.3 knew it
???!!) this is the message:
 
[EMAIL PROTECTED]:/usr/local/lyx-1.3.5# ./configure
--with-frontend=qt


checking for IceConnectionNumber in -lICE... yes
checking for moc2... not found
checking for moc... not found
configure: error: moc binary not found in $PATH or
/bin !

where is the problem, in debian or lyx ??

best regards
bela



=




___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



can't find /dev/dsp ?

2004-10-15 Thread belahcene abdelkader
Hi,
I installed the sarge vesrion on my PC, with an isa ,
ess sound card , the knoppix (RH ) found it without
problem, 
deb-sarge gives the error can't read /dev/dsp ? I
checked it , it exists I add also the permission o+rw
to /dev/dsp .  The sound still not running ? how
activate it , please
 best regards 
bela

=




___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



can-t openede/dev/dsp

2004-10-15 Thread belahcene abdelkader
thank you for reply 
Yes I am using 2.6 kernel

the strange is that 
inst162:~# insmod snd-pcm-oss
insmod: can't read 'snd-pcm-oss': No such file or
directory

while  the lsmod gives :
nst162:~# lsmod |grep os
snd_pcm_oss48168  0
snd_pcm85412  1 snd_pcm_oss
snd_mixer_oss  16640  1 snd_pcm_oss
snd50148  4
snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss

the user bela belongs to the audio group
this is the line in /etc/group
inst162:~# cat /etc/group | grep audio
audio:x:29:bela

is there a program like sndconfig (on RH) or
soundcardconfig-knoppix (knoppix)
thanks a lot
bela



=




___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



the sarge installer is not the same

2004-10-14 Thread belahcene abdelkader
hi,
please I want to know if the latest sarge installer
can work with previous sarge CD.
I dowloaded the sarge version aug 07 2004 ( 13 cd), I
put them in a directory , when I use the previous
sagre net-installer ( downloaded on sept 12 ,  I
think), the installation runs correctly,
when I used the latest installer ( Oct 13 ) I got
problem  
like don't find package ??
I suspect the installer.

thanks for help
best regards 
bela 

=




___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to package to the sources.list

2004-09-13 Thread belahcene abdelkader
Hi, every body

I want to add to my list of packages, softwares I 've
downloaded, I saw the documentation, it is not clear.

I 've put my packages *.deb in the directory
/home/debs

deb file:/home/debs

I add the his line, but when I run kpackage it gives
an error while reading the sourecs.list
I 've certainly missed something. I have misc packages
and not  classed as stable or testing ? 

This is a line for the CDROM, created by apt-cdrom ,
is threre something like apt-cdrom add for local files
??


deb cdrom:[Debian GNU/Linux 3.0 r2 _Woody_ - Official
i386 Binary-1 (20031201)]/ unstable contrib main
non-US/contrib non-US/main


thanks for help
best regards 
bela





=




__
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



NOT ALL of the packages are in CD

2004-09-08 Thread belahcene abdelkader
Hi,
I checked all the 13 CD of the sarge version, I didn't
find the lyx package, but I lyx exists in the sarge
(testing) in editor section. does that mean that NOT
ALL of the packages of the sarge, are in the 13 CD's.

thanks
bela

=




___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



php connection to apache

2004-09-07 Thread belahcene abdelkader
Hi every body,
 I want ask a question about php/apache? 
When I send throw a post method from a form a
variable,  the called file(php ) doesn't receive it

thanks for help


=




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



re: about installer ( anaconda)

2004-09-07 Thread belahcene abdelkader
Ok, sorry for disturbing,
I have seen and visisted the progeny site and
downloaded the three CD, I installed them. But I found
many problem to complete with the Debian CD.

I also use the knoppix to start and recognize the HW,
and after that I complete with the debian CD, 

But I am sure that the native debian is better,
UNFORTUNALTLY, the installer is not as nice I I need
and want . 
This is for what I am searching for a good installer.
( I think the anaconda is very GOOD)

May be I have to  create one ( by using the step
decrive by jeff) 
This is the 

=





__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



about installer (anaconda from local CD)

2004-09-06 Thread belahcene abdelkader
Hi jeff, me again,
since you have created a booter with anaconda  ( for
sarge  at least the 3 or 4 first Cd) from local CD,
You 'll probably help  us if you put it on site for
downloading???!!!

best regards
bela

=




___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Language problem with knoppix

2004-09-01 Thread belahcene abdelkader
Hi every body

I installed the knoppix ( with lang= fr)

now when I want to complete with apt-get , for any
package it gives the error message On Language   Like:


Media Change: Please insert the disc labeled
 'Debian GNU/Linux testing _Sarge_ - Official Snapshot
i386 Binary-4 (20040806)'
in the drive '/cdrom/' and press enter
124495 files and directories currently installed.)
(Reading database ... 
Unpacking apt-show-source (from
.../apt-show-source_0.10_all.deb) ...
Selecting previously deselected package
autoinstall-i386.
Unpacking autoinstall-i386 (from
.../autoinstall-i386_1.13_all.deb) ...
Selecting previously deselected package autoinstall.
Unpacking autoinstall (from
.../autoinstall_1.21_all.deb) ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = fr,
LANG = [EMAIL PROTECTED]
are supported and installed on your system.
perl: warning: Falling back to the standard locale
(C).
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = fr,
LANG = [EMAIL PROTECTED]
are supported and installed on your system.
perl: warning: Falling back to the standard locale
(C).
Media Change: Please insert the disc labeled




thanks
bela


=




__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



hwo to find the cd Number for a given package

2004-09-01 Thread belahcene abdelkader
Hi every body



I want to know what is the number of a Sarge Cd for a
given package ?
Sure that apt-get knows it, because when I want to
install a package it asks for a CD.
I looked   in the Debian Site to find the content of
CD, I did't find, is there only the iso images ? 
Yes, with the search procedure you can find the
package , but not the number of the Cd which contains
it.

as an example: the lyx word processor is in the sarge
package, But not in 10 (ten) first that I downloaded.

If I knew the Cd, I'd download only that CD.

The problem of downloading directly the package can
give a dependance problem it s better to use apt-get,
instead of dpkg


help is welcome
best regards   

thanks
bela


=




___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to create a bootable cd?

2004-08-29 Thread belahcene abdelkader
Hi every body,

I want to create a bootable CD from a package. In fact
a want to create an anaconda Cd from
anaconda_10.0-2_i386.deb to replace the sarge
installer for my own use. Is it possible?
thanks a lot .
best regards 
bela


=




___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: No sound in Sarge, snconfig has a problem

2004-08-28 Thread belahcene abdelkader

--- Josef Oswald [EMAIL PROTECTED] wrote:

I have the same problem with my isa sound card.
Normally, with other distro, I 've only to run
sndconfig , which detects the card. 
Unfortunately, with sarge, the soundcore is called
soundcore.ko, while  sndconfig searches for
soundcore.o and even  if you rename it the problem
remains ???!!!
the detection is automatic with the anacondaz
installer, I have sent a message (  why not anaconda
) I hope that the debian developpers keep in mind that
the most users of debian and linux in general use  a
graphics, workstation and other multi media in PC's.

John Summerfield sent a very good answer , thank you
John.



goob bye
bela



[EMAIL PROTECTED] writes:
 
  Hello all, 
  Have installed Sarge and am getting an error 
  messege.  
  Error initializing sound server device /dev/dsp
 can't be 
  opened(no such device)sound driver will continue,
 using 
  the null output. 
  Is this a device i can download and install maybe
 with 
  aptget?  
 
 No :-( 
 
 OK first did you install a Kernel with Sound for the
 card enabled? 
 
 are you as user in the audio group? $ groups will
 tell
 
 NO :-/ 
 
 addgroup will help you.
 
 So then have you looked if the device exist .
 
 ls /dev/dsp*
 
 My crystal-ball looses focus.
 
 Well can you play as _root_ some music. 
 If yes then as _user_ not being in the audio group
 might be a reason.
 
 
 
  Thanks much, 
   Doug  
 Get back here to let us know... 
 
  
 LinuxUser aka Josef Oswald [EMAIL PROTECTED] 
 --
 registered-linux-user # 134.818 at
 http://counter.li.org
 
 The box said Windows, NT or better, so I installed
 Linux :-) 
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 


=




__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



why not anaconda installer

2004-08-23 Thread belahcene abdelkader
I don't understand  yet why debian doesn't  use the
anaconda as 
installer. It is very easy  for installation !
I just tried the new version sarge, it is still
complicate for new user 
!!!
 is there any reason ? or is there a new installer in
project

best regards
bela


=




__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: why not anaconda installer

2004-08-23 Thread belahcene abdelkader

--- Thomas Adam [EMAIL PROTECTED] wrote:

 On Mon, Aug 23, 2004 at 12:22:09PM -0700, belahcene
 abdelkader wrote:
  I don't understand  yet why debian doesn't  use
 the
  anaconda as 
  installer. It is very easy  for installation !
 
 Easy is subjective. Easy for what? How?

OK ; First look at for example  when you install
Knoppix ( I mean specially for the new debian user )
The hardware is automatically found , 
the choice of the package at least the commonly used  
a friendly graphical interface
( same thing with suse or redhat installer) 
I would like to get something like this to install the
debian
I prefere debian for many aspects, but I think the
installation is not easy yet.

I hope that the developpers propose at least an iso
image installer ( as an indepedant installer) for
those who want to use it.
In my for example , I installed the knoppix 3.3 which
detects my hardware, the sound card, the isa-card ...,

after that I complete, the installation from
downloaded CD   with the apt-get !!!???

 
best regards


 Whom? Which
 aspect is easy?
 
  I just tried the new version sarge, it is still
  complicate for new user 
  !!!
 
 Granted it is not without its faults, but it isn't
 so bad that it doesn't
 work, or is unintuitive.
 
   is there any reason ? or is there a new installer
 in
  project
 
 Not that is based on anaconda, thankfully.
 
 -- Thomas Adam
 --
 Frankly, Mr. Shankly, since you ask. You are a
 flatulent pain in 
 the arse. -- Morrissey.
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 


=





__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: pb installation passerelle

2004-08-20 Thread belahcene abdelkader

--- flavan michel [EMAIL PROTECTED] wrote:

 

J ai deja eu un probleme de passerelle sur mandrake , 
 quel systeme  utilisez vous ?

Il ne suffisait pas de faire 1 dans ip_forward, (
normallement c est suffisament !!!), arretez le
firewall , iptables est il necessaire pour vous
autrechose regarder le fichier de configuration
networking mettez 1 dans le IP_FORWARD.
 J ai fait un ces choses, je ne sais pas exactement
laquelle m a regler le probleme ??

peut etre mon cas vous aidera
salutation
bela


, 

Bonsoir, je n'arrive pas à avoir une passerelle nat
 sur mon serveur, le but étant de pouvoir partager la
 connection internet avec un portable sous win XP.
 J'ai
 suivi la méthode décrite sur
 http://trustonme.net/didactels/224.html#clients, et
 j'ai donc un script contenant:
 
 echo [Activation du partage de connexion]
 echo 1  /proc/sys/net/ipv4/ip_forward
 
 echo [Mise en place du masquerading]
 iptables -t nat -A POSTROUTING -s 192.168.60.0/24 -o
 ppp0 -j MASQUERADE
 
 j'ai une connection ADSL sur ppp0 et la carte réseau
 sur laquelle je branche le portable est eth0. 
 
 Sous XP, j'ai mis une ip (192.168.60.31), l'adresse
 de
 la passerelle (192.168.60.30 qui est l'ip de eth0)
 et
 les deux dns de mon FAI. 
 
 Je n'arrive pas à pinguer, ni la passerelle, ni le
 portable. 
 
 J'ai vu aussi qu'il pouvait y avoir un probleme de
 mtu
 qui est différent entre ppp0 et eth0; il faut faire:
 
 iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN
 -j
 TCPMSS --clamp-mss-to-pmtu -o ppp0
 
 mais cette ligne ne marche pas: 
 iptables: No chain/target/match by that name
 
 Si quelqu'un voyait ce qui ne va pas , ça pourrait
 m'aider.
 
 merci d'avance
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
   
 
   
   
 Vous manquez d’espace pour stocker vos mails ? 
 Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
 Créez votre Yahoo! Mail sur
 http://fr.benefits.yahoo.com/
 
 Le nouveau Yahoo! Messenger est arrivé ! Découvrez
 toutes les nouveautés pour dialoguer instantanément
 avec vos amis. A télécharger gratuitement sur
 http://fr.messenger.yahoo.com
 
 
 -- 
 Pensez à lire la FAQ de la liste avant de poser une
 question :
 http://wiki.debian.net/?DebianFrench
 
 Pensez à rajouter le mot ``spam'' dans vos champs
 From et Reply-To:
 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 


=





__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail