if you don't want tiling window manager, then
you can try Fluxbox and customize with keybindings, and it works great.
References:
[1] http://www.xmonad.org/
[2] http://awesome.naquadah.org/
HTH
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
freebsd.
ection closed.
#v-
I wasn't expecting this to even work. I hope this connecting to the wild-card
address only works on the same box.
And sorry I didn't know that connecting to 0.0.0.0 actually connects to
127.0.0.1.
But its interesting how 'getent hosts' returns an IPv4 address whe
jaymax writes:
[...]
> % telnet 0 smtp
> 0: servname not supported for ai_socktype
What according to you 0 is ?
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/
“There was truth and the
27; is the regular expression, so if you can
minimize it better for you :).
HTH
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/
“There is nothing new to be discovered in physics now; All that
remains is more
D support.
References:
[1] http://www.coda.cs.cmu.edu/
[2] http://www.openafs.org/
[3] http://www.stacken.kth.se/project/arla/
HTH
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/
“There is nothing
> backend, but that is the same for my other test and normal systems.
> Thanks for the suggestion anyways.
So, Gnus is not able to read from mail spool, i.e. /var/mail/$USER, right ?
Can you post your .gnus ?
HTH
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F
.mairix/; do
if [ -d ${i} ]; then cd ${i} ; fi
rsync -rvzdlt --delete /disks/bsd-home/${USER}/${i} .
if [ -d $HOME/${i} ]; then cd ; fi
done
cd ${cwd}
#v-
HTH
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd
reat for me.
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/
“If builders built buildings the way programmers wrote programs, then
the first woodpecker that came along would destroy civilization.”
(Weinberg
metric 0 mtu 1500
> I tried unplumb/delete rl0, but if does not work.
> Before the bug can be fixed, is any way to fix the IP without rebooting the
> machine?
# ifconfig rl0 -alias 192.168.0.10
Above will cause 192.168.0.10 to be removed from the interface. For details,
see ifconf
Markus Hoenicka writes:
> Quoting Ashish SHUKLA :
>> Well I use a tiling WM (Xmonad), and to reproduce your issue, I started 12
>> instances of 'xterm' and then started an Emacs instance with '-q
>> -no-site-file' which caused Emacs to start with a sma
Markus Hoenicka writes:
> Quoting Ashish SHUKLA :
>> And please also evaluate following functions in Emacs (in X11) and
>> paste their
>> output:
>>
> This is the output from 23.2.1, i.e. the one which doesn't show the
> fancy splash screen:
> (use-fanc
Markus Hoenicka writes:
> Quoting Ashish SHUKLA :
>> Can you please provide output of following:
>>
>> 1. "xrdb -q|grep '^Emacs'" from an terminal running in X11.
>>
> [mar...@wutz /usr/home/markus]$ xrdb -q|grep '^Emacs'
> Emacs*
Markus Hoenicka writes:
> Ashish SHUKLA writes:
>> Can you upload the screenshot of what you're getting ?
>>
> Hi,
> I've uploaded a screenshot right here:
> http://www.abload.de/img/emacs-splashaws1.png
> The image shows four incarnations of Emacs. These
n a terminal? Any clues would be greatly appreciated.
Can you try starting Emacs in X11 with following command:
#v+
% emacs -q --no-site-file
#v-
Thanks
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/
“We&
n the UNIX environment"
> could had enlighten myself. Sorry that I didn't RTFM carefully.
No problems.
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/
“Software and cathedrals are much the same
Jens Rehsack writes:
> On 07/16/10 09:12, Ashish SHUKLA wrote:
>> Jens Rehsack writes:
>>
>> [...]
>>
>>> I cached the entires - I rate setpwent as to dangerous.
>>
>> dangerous ? why ?
> Because it modifies something - and I might not know
Jens Rehsack writes:
[...]
> I cached the entires - I rate setpwent as to dangerous.
dangerous ? why ?
> You can take a look at
> http://cpansearch.perl.org/src/REHSACK/DBD-Sys-0.01_01/lib/DBD/Sys/Plugin/Unix/Users.pm
> Jens
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E11
s in OP) that someone with a
> separate test box tries it out and commit it etc.
I don't think you need full world rebuild, just rebuilding world should do it.
> I had to develop a workaround for all other boxes anyway.
As a workaround you can use setpwent(3).
--
Ashish SHUKLA | GPG: F
printf("%s:%d:%d\n", pw->pw_name, pw->pw_uid, pw->pw_gid);
endpwent();
}
}
#v-
Output on FreeBSD 8.1-RC2:
#v+
%./pwent
Doing getpwent(). Press any key to continue...
root:0:0
Doing getpwent(). Press any key to continue...
toor:0:0
Doing getpwent(). Pr
makes any difference.
I've not used KDE since they released KDE 4, but IIRC, KDE 3.5.x used to have
ACL support integrated in it[1] by default. Are you sure there isn't any such
setting you probably missing during compilation in KDE 4.x ?
References:
[1] http://www.flickr.com/pho
William Bulley writes:
> When the CUPS server (cupsd) is built with GSSAPI support, the CUPS
> "Administration" tab (localhost:631/admin) contains this checkbox
> under the "Server Settings:" section:
>(x) Use Kerberos authentication (FAQ)
> Unfortunately for me on FreeBSD 8.0-STABLE running
Sergio de Almeida Lenzi writes:
[...]
> Interesting project.. but the link to the patches are broken ===>
> http://home.no.net/andenore/patches/
> does someone knows a site with have the patches??? I would like to give
> it a try...
Must be in FreeBSD's perforce repository.
--
Sent via Gnus f
Paul B Mahol writes:
> On 6/9/09, Ashish SHUKLA wrote:
>> Hi Mel,
>>
>> Thanks for responding.
>>
>> In <200906081647.15069.mel.flynn+fbsd.questi...@mailing.thruhere.net>, Mel
>> Flynn wrote:
>>
>> [...]
>>
>>> Nothing
e except me, after which I
installed 7.2-RELEASE. Any ideas how to trace this problem, it is discouraging
me to continue using FreeBSD for my regular desktop use ?
References:
[1] - http://lists.freebsd.org/pipermail/freebsd-gnome/2009-April/022048.html
Thanks in advance
--
Ashish SHUKLA
pgp1r3EFVytXe.pgp
Description: PGP signature
:330
| #18 0x000800d860dc in ?? ()
| Previous frame inner to this frame (corrupt stack?)
`
Any ideas how to resolve this ?
TiA
--
Ashish SHUKLA
pgp1XHVGMH1M4.pgp
Description: PGP signature
Saifi Khan writes:
[...]
> Do Atheros, Ralink, Realtek, Intel PRO/Wireless chipset work
> with FreeBSD ?
Atheros chipsets work great with FreeBSD 8-CURRENT at least. And the
driver is FOSS and blob free. No ideas about other chipsets.
--
Ashish SHUKLA
pgpheKqJjP5PG.pgp
Descriptio
>8
And as you can see in above paste, 'sh' doesn't evaluate $" as variable as
it has evaluated $PKG as variable. this works with 'sh' shipped with
8.0-CURRENT. Maybe some issue with your 'sh'.
HTH
--
Ashish Shukla
pgpY72ON7smC7.pgp
Description: PGP signature
ng permissions of ~/.ssh/authorized_keys and ~/.ssh on his
>> box. Or how about enabling verbose logging on his box, using 'LogLevel'
>> parameter in sshd_config.
>>
>> HTH
>> Ashish Shukla
> Following onto the e-mail I made before, apparently that little p
and ~/.ssh on his box. Or
how about enabling verbose logging on his box, using 'LogLevel' parameter in
sshd_config.
HTH
Ashish Shukla
--
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
() ascii ribbon campaign - against HTML e-mail
/\ www.asciiribbon.org -
RW writes:
> On Wed, 22 Oct 2008 00:09:05 +0530
> [EMAIL PROTECTED] (Ashish Shukla ___) wrote:
>> Hi all,
>>
>> I'm having a confusion about installing packages compiled in
>> 7.0-RELEASE in 8.0-CURRENT. I've 2 boxen, a 7.0-RELEAS
Hi all,
I'm having a confusion about installing packages compiled in 7.0-RELEASE
in 8.0-CURRENT. I've 2 boxen, a 7.0-RELEASE-p5 and a 8-CURRENT. The
7.0-RELEASE-p5 is fully updated as of now, and has all updated ports
available in the form of binary packages. Now, I'm wondering if it is
okay to in
there is some invalid
file also present in that directory which ekiga is not able to figure out. Any
ideas how to fix this issue.
Since, I've posted it to both freebsd-questions and freebsd-ports, please
post followups where you think is appropriate place for this.
Thanks
In <[EMAIL PROTECTED]>, David Southwell wrote:
Hi
I am really ignorant about this issue.
I am running postfix on freebsd 7.0 using a dynamic IP address and am getting
requests to turn on smtp authentication for outgoing mails to reach servers
such as yahoo.com but do not know how to do it.
lib/libtinfow.so.5.6 (0x800e5c000)
8<8<-
And the surprising thing is, if I start zsh in urxvt, running on my server, it
works fine. No such warning printing at all.
Any ideas, what is causing this ?
TIA
Ashish Shukla
--
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
pgpGTwHbe8C47.pgp
Description: PGP signature
NU/Linux,
will that make any difference to it, since e2fsprogs is same ? BtW, it
got fscked around 5-10 times (after every n mounts). Though, I will
explicitly initiate the fsck this time, and will report back any
issues I came across.
T
no errors (or messages) reported in dmesg. Any ideas how to
troubleshoot this ? I don't want to degrade my filesystem from ext3 to
ext2.
Thanks
Ashish Shukla
--
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
pgpkENmP1lS2Z.pgp
Description: PGP signature
Chuck Swiger writes:
> On Aug 17, 2008, at 11:10 PM, R Dicaire wrote:
>> Hi folks, I searched google and this mailing list and could find no
>> specific mention of ipv6 support for portsnap. I also checked for
>> records for the three portsnap mirrors portsnap1, 2, and
>> 4.freebsd.org, no AAA
In <[EMAIL PROTECTED]>, Rem P Roberti wrote:
Can someone tell what is going on here. All of a sudden I can't ping.
When I try a get this message:
ping: sendto: Permission denied
All internet functions seem to be working fine...just can't ping.
Firewall blocking ICMP protocol.
HTH
--
·-- ·-
RW writes:
> On Sat, 19 Jul 2008 19:14:40 +0530
> ___ Ashish Shukla <[EMAIL PROTECTED]> wrote:
>> Hi
>>
>> I wanted to know if I'm using user-mode PPPoE or kernel-mode PPPoE.
>> I'm following the handbook[1] to setup my PPP
Hi
I wanted to know if I'm using user-mode PPPoE or kernel-mode PPPoE. I'm
following the handbook[1] to setup my PPPoE interface. Is there any way I can
figure out this ?
And what is the difference between kernel-mode PPP and user-mode PPP ?
I'm running FreeBSD 7.0-RELEASE-p3 (amd64).
Refer
,--- Kirk Strauser writes:
| On Monday 30 June 2008, Ashish Shukla आशीष शुक्ल wrote:
|| Did you mean your setup stopped working after you compiled new kernel,
|| hmm...?
| Yes. Unfortunately, I'm not sure exactly when it happened. I saw an
| article on Slashdot about IPv6, went to look
,--- Kirk Strauser writes:
| On Sunday 29 June 2008, Ashish Shukla आशीष शुक्ल wrote:
|| I think how without specifying zone index[1] in link-local address
|| worked, it is probably due to availability of only single inet6
|| interface except lo0.
| The physical and virtual interfaces on the
,--- Kirk Strauser writes:
| Ashish Shukla ? wrote:
|| | ipv6_ifconfig_fxp0="2001:470:a80a:1:2d0:b7ff:fe0e:3a4a prefixlen
|| | 64"
|| | ipv6_defaultrouter="fe80::213:10ff:fe79:137a"
|| I don't know how is above ipv6_defaultrouter setting is working,
,--- Michael Powell writes:
| आशीष शुक्ल Ashish Shukla wrote:
|| Hi,
||
|| I'm running 7.0-RELEASE-p2 (amd64). I'm running Postfix 2.5.1_2,1 mail
|| server instead of the default Sendmail which ships with base distribution.
||
|| My mail server is working fine with no issues exc
,--- Kirk Strauser writes:
| I've been using IPv6 on my FreeBSD-7 host for quite some time. My
| IPv6 router is a different machine, so the FreeBSD server is just a
| regular host on the network.
| This morning I discovered that I couldn't pass packets to hosts
| outside my LAN from FreeBSD, alth
Hi,
I'm running 7.0-RELEASE-p2 (amd64). I'm running Postfix 2.5.1_2,1 mail server
instead of the default Sendmail which ships with base distribution.
My mail server is working fine with no issues except that I noticed that some
messages in /var/log/messages:
>8>8
Jun 29 03:12:45 cha
,--- Chip writes:
| Just installed FBSD 7, after being gone from FBSD the last 3
| years. During boot I see that the mouse is detected as ums0, but
| cannot get it to work in X11. I cannot find any xorg.conf. or
| xorg.conf.new files. I have gnome installed and working, so I know X
| is working pr
>>>>> "Manolis" == Manolis Kiagias <[EMAIL PROTECTED]> writes:
Manolis> Ashish Shukla आशीष शुक्ल wrote:
[snip]
>> And, if I go for gjournal, since I've an existing filesystem, I've to
>> create a separate gjournal slice, so
e gjournal slice, so is it okay to create that gjournal
slice on a non-gmirror backed storage, hmm...?
TIA
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
pgpj6V55JmrrZ.pgp
Description: PGP signature
w.bsd-india.org/
[3] - http://www.bsd-india.org/mailman/listinfo/bsd-india
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
pgpKVnwWSpIMA.pgp
Description: PGP signature
ECTED]:/home/ncvs/src/sys/dev/drm'
using cvs and place the checked-out 'drm' at /usr/src/sys/dev .
3. Now compile again drm module by executing:
# make -C /usr/src/sys/modules/drm all install
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·-
--
Nishita> pkg_delete: package 'xf86-video-i810-1.7.4' is required by these
other packages
Nishita> and may not be deinstalled:
Nishita> xorg-7.3_1
Nishita> --
pkg_delete -f xf86-video-i810-1.7.4 ? or make -C
/usr/ports/x11-drivers/xf86-
"intel"
VendorName "Intel Corporation"
BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "
ode ? And does your installation
underwent any filesystem recovery ? You can try reinstalling csh from
freebsd installation disc, and then try.
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
pgp8PMVqKztWi.pgp
Description: PGP signature
ort 4099
Joe> If i have itunes running on either of my macs it shows up during this
Joe> request.
Does you iTunes also show up on FreeBSD end, hmm..?
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
pgpwG1QEhgrC8.pgp
Description: PGP signature
[1] - http://www.openldap.org/doc/admin24/
[2] - http://www.onlamp.com/pub/a/onlamp/2003/03/27/ldap_ab.html
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
freed.in | freedom in technolo
>>>>> Bhuvaneswari Ramkumar writes:
Bhuvaneswari> -Inet doesnt work :-(
thats not '-Inet' but '-lnet' .
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· -
(.text+0x88) : In function 'main' : :
undefined
Bhuvaneswari> reference to 'libnet_init'
Probably you need to add '-lnet' to your command line to include
libnet's libraries during linking.
HTH
--
Ashi
gt;>
>> The best I've done so far is script - it works but it's messy.
swell> 1 start selection by left mouse button
swell> 2 scroll to the end of desired text
swell> 3 extend selection by right mouse button
swell> ?
Thanks for the solution.
ces, it skips those
interfaces which're DOWN or LOOPBACK. If you've more questions, the
quickest way is to checkout source code :) .
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
pgpWaI2EgQLWr.pgp
Description: PGP signature
daemon (sshd, sendmail, etc.).
I've all my hostname, and DNS stuff set up correctly, so there isn't
problem of any kind, as I see messages of sendmail, sshd starting on
my serial console at 9600bps. BtW, only 'dmesg' message appears on my
video console, whereas all kind of messag
27; unless its not able to retrieve hostname or
your hostname is set to 'localhost'.
Why they did this probably because any entry for 'localhost' is valid
for execution on all machines, ;) .
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
pgpC4l1H0tJTj.pgp
Description: PGP signature
>>>>> Chris Whitehouse writes:
Chris> The problem is this machine gets its ip address by dhcp so I
shouldn't
Chris> enter an ip in sudoers. Is there a neat way round this?
Why not use hostname from DNS, instead, hmm...?
HTH
--
Ashish Shukla आशीष शुक्ल
x27;t need
to keep TCP connections synchronized between two servers, although both servers
should behave identically, i.e. return similar records.
BtW, I've never implemented anycast ever, so its fully based on my imagination.
HTH
--
Ashish Shu
ferences:
[1] - http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
signature.asc
Description: Digital signature
a wrong data. But dont know where exactly it reads data from the
symbol table or stack frame.
AFAIK, symbol table simply stores symbols and their addresses, not data.
Data you'll find in Data Section (readonly/static allocation), Stack
(runtime-static
allocation), or Heap (runtime-dynam
VM could not continued (found same error again).
अनुज> Most likely it was due to partition table.
Your partition table looks fine to me.
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
pgpgRvItbDGFS.pgp
Description: PGP signature
6 1296 1328 768 783 791 807
Xn> Option "PreferredMode" "[EMAIL PROTECTED]"
Xn> EndSection
Xn> DefaultDepth 24
Xn> SubSection "Display"
Xn> Viewport 0 0
Xn> Depth
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes"[EMAIL PROTECTED]" "1024x768" "800x600" "640x480"
[EMAIL PROTECTED]
t modeline for "1024x768" you can try
switching to 'vesa' driver temporarily, extract modeline for 1024x768
From there, and then enter that modeline in xorg.conf. I tried this
method when I'm having problem setting my old 15" LG Studioworks 452V
to display 1024x768 wi
768 mode, enter this:
[EMAIL PROTECTED] ~ $ xvidtune -show
"1024x768"136.75 1024 1536 1688 1936768 903 909 942 -hsync +vsync
NOTE: Don't use above modeline, thats from 1440x900 resolution, except
that I changed 1440, 900 to 1024, 768 respectively :) .
Now copy above model
eleases (probably since 7.2), you'll require. I'm using
"TargetRefresh" (75 Hz) on my Intel 945G graphics to set my monitor to
display 1440x900 rather than 1280x1024. And this same configuration is
working fine for both FreeBSD 7.0-BETA4 (amd64), and Ubuntu 7.10 (amd64).
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
pgpLpiBuDw85c.pgp
Description: PGP signature
>>>>> "अनुज" == अनुज Anuj Singh <[EMAIL PROTECTED]> writes:
अनुज> On Dec 31, 2007 1:29 PM, आशीष शुक्ल Ashish Shukla <[EMAIL PROTECTED]>
wrote:
>> ,--[ On Mon, Dec 31, 2007 at 09:03:08AM +0530, अनुज Anuj Singh wrote:
>>
/ Solaris
| I have IDE hard disk.
Mine is SATA disk, but that should make no difference :)
| Regards.
| Anuj singh "anugunj"
HTH
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
signature.asc
Description: Digital signature
ver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
--->8>8
Anyways, have you tried 'xinit xterm', to see if X11 is receivi
,--[ On Thu, Dec 27, 2007 at 07:18:19PM +0100, Pieter de Goeje wrote:
[...]
| > Is there anyway to access this information from FreeBSD also, hmm... ?
| >
| > TIA
|
| Have a look at the sysutils/mbmon and sysutils/healthd ports.
Thanks will look at them.
--
Ashish Shukla आ
gt;8>8
Is there anyway to access this information from FreeBSD also, hmm... ?
TIA
--
Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
signature.asc
Description: Digital signature
repair my filesystem first.
|
| -
| Eric F Crist
| Secure Computing Networks
|
|
Thanks
Ashish Shukla
--
Ashish Shukla "Wah Java !!"
आशीष शुक्ल
weblog: http://wahjava.wordpress.com/
,= ,-_-. =. | The desire to be rewarded for one's creativity does |
((_/
send any mail to "[EMAIL PROTECTED]"
Ashish Shukla
--
Ashish Shukla "Wah Java !!"
आशीष शुक्ल
weblog: http://wahjava.wordpress.com/
,= ,-_-. =. | The desire to be rewarded for one's creativity does |
((_/)o o(\_)) | not justify depriving the world in gen
suggestions.
|
| ngw
|
| --
| Nicholas Wieland
| [EMAIL PROTECTED]
|
|
|
| ___
| freebsd-questions@freebsd.org mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to "[EMAIL PROTECTED]&q
80 matches
Mail list logo