All of lore.kernel.org
 help / color / mirror / Atom feed
* hi all
@ 2006-10-15 17:15 Alberto Negri
  2006-10-16 11:02 ` Alberto Negri
  0 siblings, 1 reply; 30+ messages in thread
From: Alberto Negri @ 2006-10-15 17:15 UTC (permalink / raw)
  To: Iptables

hi all,

i post here after spoke with people into #iptables irc channel 
in particular with "Taube". At the end of my problem explanation 
he suggested me to use a script instead of iptables-{save,restore}
commands, but reading iptables tutorial in particular here:
http://iptables-tutorial.frozentux.net/iptables-tutorial.html#SAVEANDRESTORE
i get the advice to use iptables-{save,restore} instead of a bash script...now i 
thought to post here...
So now my problem: 

Using iptables-{save,restore} on a gentoo box iptables crashes at start up. 
my error message(doing /etc/init.d/iptables start):

 * Caching service
dependencies ...
[ ok ]
 * Loading iptables state and starting firewall ...
/etc/init.d/iptables: line 57:  9820 Segmentation fault
${iptables_bin}-restore ${SAVE_RESTORE_OPTIONS}
<"${iptables_save}"                                                          [ !! ]

where my iptables rule file is(cat /etc/conf.d/iptables| grep -v ^$ | grep -v ^#):

IPTABLES_SAVE="/var/lib/iptables/firewall"
SAVE_RESTORE_OPTIONS="-c"
SAVE_ON_STOP="yes"

contents of firewall file(cat /var/lib/iptables/firewall)[i dropped some my comments, starting with 
'#' before post]:
(Taube told me it is right...anyway i post it)
# Generated by iptables-save v1.3.5 on Sun Oct  8 18:08:12 2006
*raw
:PREROUTING ACCEPT
:OUTPUT ACCEPT
COMMIT
# Completed on Sun Oct  8 18:08:12 2006
# Generated by iptables-save v1.3.5 on Sun Oct  8 18:08:12 2006
*nat
:PREROUTING ACCEPT
:POSTROUTING ACCEPT
:OUTPUT ACCEPT
-A POSTROUTING -o ppp0 -j MASQUERADE
COMMIT
# Completed on Sun Oct  8 18:08:12 2006
# Generated by iptables-save v1.3.5 on Sun Oct  8 18:08:12 2006
*mangle
:PREROUTING ACCEPT
:INPUT ACCEPT
:FORWARD ACCEPT
:OUTPUT ACCEPT
:POSTROUTING ACCEPT
COMMIT
# Completed on Sun Oct  8 18:08:12 2006
# Generated by iptables-save v1.3.5 on Sun Oct  8 18:08:12 2006
*filter
:INPUT DROP
:FORWARD DROP
:OUTPUT DROP
:INBOUND -
:LOG_FILTER -
:LSI -
:LSO -
:OUTBOUND -
-A INPUT -p tcp -m tcp --dport 2001 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 2667 -j ACCEPT
-A INPUT -p icmp -m limit --limit 10/min -j ACCEPT
-A INPUT -i eth1 -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -s 193.70.192.25 -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -j ACCEPT
-A INPUT -s 193.70.192.25 -p udp -j ACCEPT
-A INPUT -s 212.48.4.15 -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -j ACCEPT
-A INPUT -s 212.48.4.15 -p udp -j ACCEPT
-A INPUT -s 62.211.69.150 -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -j ACCEPT
-A INPUT -s 62.211.69.150 -p udp -j ACCEPT
-A INPUT -s 62.101.80.80 -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -j ACCEPT
-A INPUT -s 62.101.80.80 -p udp -j ACCEPT
-A INPUT -s 130.136.1.110 -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -j ACCEPT
-A INPUT -s 130.136.1.110 -p udp -j ACCEPT
-A FORWARD -j ACCEPT
-A OUTPUT -o ppp0 -j OUTBOUND
-A OUTPUT -o eth1 -j OUTBOUND
-A OUTPUT -d 193.70.192.25 -p tcp -m tcp --dport 53 -j ACCEPT
-A OUTPUT -d 193.70.192.25 -p udp -m udp --dport 53 -j ACCEPT
-A OUTPUT -d 212.48.4.15 -p tcp -m tcp --dport 53 -j ACCEPT
-A OUTPUT -d 212.48.4.15 -p udp -m udp --dport 53 -j ACCEPT
-A OUTPUT -d 62.211.69.150 -p tcp -m tcp --dport 53 -j ACCEPT
-A OUTPUT -d 62.211.69.150 -p udp -m udp --dport 53 -j ACCEPT
-A OUTPUT -d 62.101.80.80 -p tcp -m tcp --dport 53 -j ACCEPT
-A OUTPUT -d 62.101.80.80 -p udp -m udp --dport 53 -j ACCEPT
-A OUTPUT -d 130.136.1.110 -p tcp -m tcp --dport 53 -j ACCEPT
-A OUTPUT -d 130.136.1.110 -p udp -m udp --dport 53 -j ACCEPT
-A OUTBOUND -j ACCEPT
COMMIT
# Completed on Sun Oct  8 18:08:12 2006


where those are DNS:
193.70.192.25
212.48.4.15
62.211.69.150
62.101.80.80
130.136.1.110

theese are my gentoo configurations options(emerge --info):

Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r8 i686)
=================================================================
System uname: 2.6.17-gentoo-r8 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.12.5
Last Sync: Sun, 15 Oct 2006 10:30:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mtune=athlon-xp -march=athlon-xp -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config 
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-mtune=athlon-xp -march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://lug.mtu.edu/gentoo http://mirror.phy.olemiss.edu/mirror/gentoo 
http://mirror.mcs.anl.gov/pub/gentoo/ http://mirror.uni-c.dk/pub/gentoo/ http://trumpetti.atm.tut.fi/gentoo/ ftp://trumpetti.atm.tut.fi/gentoo/ 
http://pandemonium.tiscali.de/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ http://gentoo.intergenia.de ftp://files.gentoo.org http://files.gentoo.org ftp://ftp.ntua.gr/pub/linux/gentoo/ http://ftp.ntua.gr/pub/linux/gentoo/ ftp://ftp.uoi.gr/mirror/OS/gentoo/ 
http://ftp.uoi.gr/mirror/OS/gentoo/ http://ftp.physics.auth.gr/pub/mirrors/gentoo/ ftp://ftp.physics.auth.gr/pub/mirrors/gentoo/ ftp://mirror.scarlet-internet.nl/pub/gentoo 
http://mirror.gentoo.no/ http://darkstar.ist.utl.pt/gentoo/ ftp://darkstar.ist.utl.pt/pub/gentoo/ http://mirror.switch.ch/ftp/mirror/gentoo/ ftp://mirror.switch.ch/mirror/gentoo/ ftp://ftp.solnet.ch/mirror/Gentoo http://gentoo.mirror.solnet.ch http://ftp.twaren.net/Linux/Gentoo/ ftp://ftp.twaren.net/Linux/Gentoo/ http://ftp.ncnu.edu.tw/Linux/Gentoo/ ftp://ftp.ncnu.edu.tw/Linux/Gentoo/ "
LINGUAS="it"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/xgl-coffee /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X alsa arts cairo crypt cups dhcp elibc_glibc glitz gmp hal input_devices_keyboard input_devices_mouse kde kernel_linux linguas_it mmx mmxext mp3 mpeg2 mpeg4 nls nptl nvidia opengl pnp readline sse ssl userland_GNU video_cards_nvidia video_cards_vesa vorbis xmms"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS

As into guide is written that iptables-{save,restore} tools are not 
sufficiently test as there are not sufficiently user that try them...
i'm here :D 
I hope to give you some help to discover bugs(if it's not an error of mine ;) )...and i'm sorry if i 
make you lose your time. 
Thanks all in advance.
Alberto

-- 
Undergraduate student at Computer Science, University of Bologna.
Icq number: 79465051
Web page: www.cs.unibo.it/~negri
Gpg-id: 1024D/E96025D7
Fingerprint: 2C6A 3E88 05AB 5B21 82E8  4A80 C357 1E37 E960 25D7

 


^ permalink raw reply	[flat|nested] 30+ messages in thread
[parent not found: <1706258471456406832-webhooks-bot@alsa-project.org>]
* Hi, all
@ 2012-02-10 12:21 James W.
  0 siblings, 0 replies; 30+ messages in thread
From: James W. @ 2012-02-10 12:21 UTC (permalink / raw)
  To: linux-mtd

this is a hello mail ,please disregard it.

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Hi all
@ 2010-03-15 10:11 Aditya Pendyala
  0 siblings, 0 replies; 30+ messages in thread
From: Aditya Pendyala @ 2010-03-15 10:11 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 810 bytes --]

Hi all,
I have the following questions regarding Xen hypervisor.Can you please
clarify these queries?

Does Xen follow any security model, in particular, does a Random Oracle (RO)
fit in Xen?
When there are concurrent Guest OS running on the same hardware, then there
has to be a mechanism for concurrency control and fairness, how does Xen
implement these?
Shared memory access has to make sure that one "malicious" OS doesn't access
other's memory, where and how is this done?
Similarly with shared network, how and where is security handled in this
case so that packets meant for one OS are not accessible to other OS?
Does xen has cryptography implementation in the code ?
If you have idea regarding *"provable security" *property of Xen , can you
give us a gist of it ?


Thanks&Regards,
Aditya Pendyala,

[-- Attachment #1.2: Type: text/html, Size: 987 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Hi All
@ 2010-03-05 10:14 Fabio Giovagnini
  0 siblings, 0 replies; 30+ messages in thread
From: Fabio Giovagnini @ 2010-03-05 10:14 UTC (permalink / raw)
  To: linux-mtd

I'm newbe of MTD.
I have a board with sh2a 7203 and SST39VF6401B70-4c NOR flash as boot flash
and I cannot see the mtdblock; even if I had added the physical maps .
I see

JFFS2 version 2.2. (NAND) (C) 2001-2003 Red Hat, Inc.
io scheduler noop registered (default)
SH7203 LCD frame buffer probe.
SH7203 LCD frame buffer got options.
SH7203 LCD frame buffer setup vars.
SH7203 LCD frame buffer done cmap.
fb0: RENESAS SH7203 frame buffer device
SH7203 LCD frame buffer initialized at 0xc25a000.
SuperH SCI(F) driver initialized
ttySC0 at MMIO 0xfffe8000 (irq = 192) is a scif
ttySC1 at MMIO 0xfffe8800 (irq = 196) is a scif
ttySC2 at MMIO 0xfffe9000 (irq = 200) is a scif
ttySC3 at MMIO 0xfffe9800 (irq = 204) is a scif
RAMDISK driver initialized: 1 RAM disks of 1024K size 1024 blocksize
loop: loaded (max 8 devices)
MLCD Probing for flash chips at 0x00000000:
cfi_qry_mode_on - enter
cfi_qry_mode_on - not F0 / 98
cfi_qry_mode_on - not F0 / FF / 98
cfi_qry_mode_on - not F0 / 98 on 555
cfi_qry_mode_on - not F0 / AA / 55 / 98 on 5555 / 2AAA
cfi_qry_mode_on - query NOT FOUND
cfi_qry_mode_on - enter
cfi_qry_mode_on - not F0 / 98
cfi_qry_mode_on - not F0 / FF / 98
cfi_qry_mode_on - not F0 / 98 on 555
cfi_qry_mode_on - not F0 / AA / 55 / 98 on 5555 / 2AAA
cfi_qry_mode_on - query NOT FOUND
cfi_qry_mode_on - enter
cfi_qry_mode_on - not F0 / 98
cfi_qry_mode_on - not F0 / FF / 98
cfi_qry_mode_on - not F0 / 98 on 555
cfi_qry_mode_on - not F0 / AA / 55 / 98 on 5555 / 2AAA
cfi_qry_mode_on - query NOT FOUND
cfi_qry_mode_on - enter
cfi_qry_mode_on - not F0 / 98
cfi_qry_mode_on - not F0 / FF / 98
cfi_qry_mode_on - not F0 / 98 on 555
MLCD FLASH: Found 1 x16 devices at 0x0 in 16-bit bank
 Amd/Fujitsu Extended Query Table at 0x0000
gen_probe: No supported Vendor Command Set found
MLCD Probing for flash chips at 0x01000000:
cfi_qry_mode_on - enter
cfi_qry_mode_on - not F0 / 98
cfi_qry_mode_on - not F0 / FF / 98
cfi_qry_mode_on - not F0 / 98 on 555
cfi_qry_mode_on - not F0 / AA / 55 / 98 on 5555 / 2AAA
cfi_qry_mode_on - query NOT FOUND
cfi_qry_mode_on - enter
cfi_qry_mode_on - not F0 / 98
cfi_qry_mode_on - not F0 / FF / 98
cfi_qry_mode_on - not F0 / 98 on 555
cfi_qry_mode_on - not F0 / AA / 55 / 98 on 5555 / 2AAA
cfi_qry_mode_on - query NOT FOUND
cfi_qry_mode_on - enter
cfi_qry_mode_on - not F0 / 98
cfi_qry_mode_on - not F0 / FF / 98
cfi_qry_mode_on - not F0 / 98 on 555
cfi_qry_mode_on - not F0 / AA / 55 / 98 on 5555 / 2AAA
cfi_qry_mode_on - query NOT FOUND
cfi_qry_mode_on - enter
cfi_qry_mode_on - not F0 / 98
cfi_qry_mode_on - not F0 / FF / 98
cfi_qry_mode_on - not F0 / 98 on 555
MLCD FLASH: Found 1 x16 devices at 0x0 in 16-bit bank
 Amd/Fujitsu Extended Query Table at 0x0000
gen_probe: No supported Vendor Command Set found
Flash chips not detected at either possible location.
Generic platform RAM MTD, (c) 2004 Simtec Electronics


What could be the problem?

Thanks a lot in advance


-- 
Fabio Giovagnini

Aurion s.r.l.
CF e P.IVA 00885711200
Tel. +39.051.594.78.24
Cell. +39.335.8350919

www.aurion-tech.com

account telefono VoIP skype (www.skype.com):
aurion.giovagnini

^ permalink raw reply	[flat|nested] 30+ messages in thread
* hi all
@ 2006-08-26 12:10 Deepak Kandhare
  2006-10-19  2:19 ` Mark Williamson
  0 siblings, 1 reply; 30+ messages in thread
From: Deepak Kandhare @ 2006-08-26 12:10 UTC (permalink / raw)
  To: xen xen


[-- Attachment #1.1: Type: text/plain, Size: 494 bytes --]

hi,
   
  i have installed xen 3.0 successfull. i tried to install domain using images. it was successfull.
  please let us know following details.
  i would like to install freebsd,debian, and other linux version as domain.
  please let us know website or guidence urls for installation.
  i dont like to use image now. i would like to install using source or using network.
   
  Thank you,
   
  ..

 		
---------------------------------
Get your email and more, right on the  new Yahoo.com 

[-- Attachment #1.2: Type: text/html, Size: 680 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread
* hi all
@ 2004-12-27 11:46 Srinivas Naga Vutukuri
  0 siblings, 0 replies; 30+ messages in thread
From: Srinivas Naga Vutukuri @ 2004-12-27 11:46 UTC (permalink / raw)
  To: linux-kernel



Hi Kumar,

 Have a look at the following link, i think, will help you.
 http://lkml.org/lkml/2004/12/3/3


Regards,
srinivas.

********************************************************************
No virus was detected in the attachment no filename

Your mail has been scanned by InterScan.
********************************************************************


The information contained in this electronic message and any attachments 
to this message are intended for the exclusive use of the addressee(s) 
and may contain confidential or privileged information.
If you are not the intended recipient, please notify the sender at 
Samsung Electro-Mechanics Co. Ltd. or admin@semsoftindia-samsung.com
immediately and destroy all copies of this message and any attachments.
Any unauthorized review, use, disclosure, dissemination, forwarding, 
printing or copying of this email or any action taken in reliance on
this e-mail is strictly prohibited and may be unlawful.

^ permalink raw reply	[flat|nested] 30+ messages in thread
* hi all
@ 2004-12-01 11:16 Sujeet Kumar
  2004-12-27 11:46 ` Erik Mouw
  0 siblings, 1 reply; 30+ messages in thread
From: Sujeet Kumar @ 2004-12-01 11:16 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]




Hi All,

I tried loading a simple char driver on kernel 2.6 but it is giving invalid
module parameter.

This module is working very fine on kernel 2.4 . The kernel version I am
using is linux-2.6.5-7.97-smp.

I know that the insmod procedure has changed but dont know how to do it.

If anybody know the procedure , kindly tell this to me.





Thanks & regards ,
sujeet kumar

Patni Computer Systems Ltd.
Vashi, New Mumbai





http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_____________________________________________________________________

This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at netadmin@patni.com and delete this mail. 
_____________________________________________________________________

^ permalink raw reply	[flat|nested] 30+ messages in thread
[parent not found: <200402260000.i1Q00WjH029069@mx7.andrew.cmu.edu>]
* Hi all
@ 2004-02-25 23:40 Deepesh Hinduja
  0 siblings, 0 replies; 30+ messages in thread
From: Deepesh Hinduja @ 2004-02-25 23:40 UTC (permalink / raw)
  To: nfs

Hi,

i am new to NFS arena and want to mount a remote directory and save files
on it. I have 2 systems Target and Host. I want a program running on
Target to store some image files on Host. So i thought y not mount the
remote directory of Host on target and store directly on host. In order to
do that i have lloked up NFS RPC but still havent stumbled across a
specific example which shows how can i imlement this NFS protocol in
Linux.

Can ne one help me out or point to some resources

I would surely appretiate a discussion with someone about pros and cons of
NFS as a solution.

anticipatory thanx
Deepesh



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Re: hi all..
@ 2003-07-05  8:26 Juanjo Marín
  0 siblings, 0 replies; 30+ messages in thread
From: Juanjo Marín @ 2003-07-05  8:26 UTC (permalink / raw)
  To: Linux-8086; +Cc: Manikandan

ELKS will work on i386 but it's targeted for older processor like 8086 and 
it's not very useful for end users by now. You have to use GNU/Linux and 
find a distribution that is good for you. Some pointers:

http://www.distrowatch.com/
http://www.linuxiso.org/

By the way, this is not a forum for GNU/Linux issues, it's only for ELKS.

-- Juanjo Marín



A las 09:02 05/07/2003, Manikandan dijo algo como esto:

>
>
>  hello sir,
>
>                I am working in a embedded development company. My boss asked
>me about porting of Linux to 386 machine with the feautures he wants. Can u
>help with the details.
>
>
>
>urs,
>
>
>
>Manikandan.P
>-
>To unsubscribe from this list: send the line "unsubscribe linux-8086" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html


-
To unsubscribe from this list: send the line "unsubscribe linux-8086" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 30+ messages in thread
* hi all..
@ 2003-07-05  7:02 Manikandan
  2003-07-05  7:38 ` Riley Williams
                   ` (2 more replies)
  0 siblings, 3 replies; 30+ messages in thread
From: Manikandan @ 2003-07-05  7:02 UTC (permalink / raw)
  To: Linux-8086

 
 hello sir,
               I am working in a embedded development company. My boss asked
me about porting of Linux to 386 machine with the feautures he wants. Can u
help with the details.

urs,

Manikandan.P

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Re: Hi all...
@ 2001-12-05 17:03 rohit prasad
  2001-12-05 17:13 ` Roy Sigurd Karlsbakk
  0 siblings, 1 reply; 30+ messages in thread
From: rohit prasad @ 2001-12-05 17:03 UTC (permalink / raw)
  To: linux-kernel


Hi,, 

 
 Is this the right place to enquire about how to set up my linux machine as a gateway for other linux/windows machines for internet browsing and email.

Do let me know soon.
TIA,
Rohit
___________________________________________________________________________
Visit http://www.visto.com.
Find out  how companies are linking mobile users to the 
enterprise with Visto.


^ permalink raw reply	[flat|nested] 30+ messages in thread
* Hi all...
@ 2001-10-31 12:38 BARBASSAT David
  0 siblings, 0 replies; 30+ messages in thread
From: BARBASSAT David @ 2001-10-31 12:38 UTC (permalink / raw)
  To: linux-kernel

Hello all,

I'm a new user of this mailing-list, so I send a message to tell "Hello !"

I'm system administrator (on AIX ;) ) and I use Linux since 2 years ago.
I'm in France near Grenoble (I tell that because my english is not very famous !)


See you later


David


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2024-01-26  8:42 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-15 17:15 hi all Alberto Negri
2006-10-16 11:02 ` Alberto Negri
2006-10-16 11:57   ` Rob Sterenborg
2006-10-16 12:24     ` Alberto Negri
2006-10-16 12:51       ` Rob Sterenborg
2006-10-16 17:26         ` Alberto Negri
2006-10-16 21:26           ` Martijn Lievaart
     [not found] <1706258471456406832-webhooks-bot@alsa-project.org>
2024-01-26  8:41 ` Hi All GitHub issues - opened
  -- strict thread matches above, loose matches on Subject: below --
2012-02-10 12:21 Hi, all James W.
2010-03-15 10:11 Hi all Aditya Pendyala
2010-03-05 10:14 Hi All Fabio Giovagnini
2006-08-26 12:10 hi all Deepak Kandhare
2006-10-19  2:19 ` Mark Williamson
2004-12-27 11:46 Srinivas Naga Vutukuri
2004-12-01 11:16 Sujeet Kumar
2004-12-27 11:46 ` Erik Mouw
     [not found] <200402260000.i1Q00WjH029069@mx7.andrew.cmu.edu>
2004-02-26  0:03 ` Hi all Deepesh Hinduja
2004-02-25 23:40 Deepesh Hinduja
2003-07-05  8:26 hi all Juanjo Marín
2003-07-05  7:02 Manikandan
2003-07-05  7:38 ` Riley Williams
2003-07-05 14:24   ` Jeffrey J. Nonken
2003-07-09 17:48   ` Fname Lname
2003-07-09 19:26     ` Riley Williams
2003-07-09 21:45       ` Michael McConnell
2003-07-05 10:18 ` pctips
2003-07-05 10:33 ` Gábor Lénárt
2001-12-05 17:03 Hi all rohit prasad
2001-12-05 17:13 ` Roy Sigurd Karlsbakk
2001-10-31 12:38 BARBASSAT David

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.