Re: Alternative windowmanagers

2011-08-06 Thread Ashish SHUKLA
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.

Re: Telnet => servname ai_socktype error

2010-08-13 Thread Ashish SHUKLA
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

Re: Telnet => servname ai_socktype error

2010-08-13 Thread Ashish SHUKLA
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

Re: Grepping a list of words

2010-08-12 Thread Ashish SHUKLA
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

Re: FreeBSD equivalent of Microsoft DFS

2010-08-09 Thread Ashish SHUKLA
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

Re: Emacs gnus in 8.1 not reading email

2010-08-08 Thread Ashish SHUKLA
> 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

Re: Gnus issue in FreeBSD

2010-08-08 Thread Ashish SHUKLA
.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

Gnus issue in FreeBSD (was: Re: IPv6 rtadv on FreeBSD 8.1?)

2010-08-07 Thread Ashish SHUKLA
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&#

Re: Ifconfig (DHCP?) configures two IPs in one IF

2010-08-05 Thread Ashish SHUKLA
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

Re: Emacs splash screen went to textmode only

2010-07-21 Thread Ashish SHUKLA
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

Re: Emacs splash screen went to textmode only

2010-07-21 Thread Ashish SHUKLA
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

Re: Emacs splash screen went to textmode only

2010-07-20 Thread Ashish SHUKLA
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*

Re: Emacs splash screen went to textmode only

2010-07-20 Thread Ashish SHUKLA
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

Re: Emacs splash screen went to textmode only

2010-07-18 Thread Ashish SHUKLA
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&

Re: getpwent bug?

2010-07-16 Thread Ashish SHUKLA
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

Re: getpwent bug?

2010-07-16 Thread Ashish SHUKLA
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

Re: getpwent bug?

2010-07-16 Thread Ashish SHUKLA
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

Re: getpwent bug?

2010-07-16 Thread Ashish SHUKLA
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

Re: getpwent bug?

2010-07-15 Thread Ashish SHUKLA
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

Re: GUI for ACL

2010-07-15 Thread Ashish SHUKLA
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

Re: CUPS between systems

2010-06-17 Thread Ashish SHUKLA
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

Re: New FreeBSD ports system

2010-04-29 Thread Ashish SHUKLA
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

Re: 7.2-RELEASE panics with snd_ds1 loaded.

2009-06-09 Thread Ashish SHUKLA
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

Re: 7.2-RELEASE panics with snd_ds1 loaded.

2009-06-09 Thread Ashish SHUKLA
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

7.2-RELEASE panics with snd_ds1 loaded.

2009-06-04 Thread Ashish SHUKLA
: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

Re: is there a laptop ?

2009-03-12 Thread Ashish SHUKLA
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

Re: shell scripting problems

2008-11-29 Thread आशीष शुक्ल Ashish Shukla
>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

Re: Authentication with SSH using public keys

2008-11-03 Thread Ashish Shukla आशीष शुक्ल
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

Re: Authentication with SSH using public keys

2008-10-31 Thread आशीष शुक्ल Ashish Shukla
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 -

Re: Using packages compiled for 7.0-RELEASE in 8-CURRENT

2008-10-22 Thread Ashish Shukla आशीष शुक्ल
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

Using packages compiled for 7.0-RELEASE in 8-CURRENT

2008-10-21 Thread Ashish Shukla आशीष शुक्ल
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

Ekiga segfaulting with stack overflow

2008-10-08 Thread आशीष शुक्ल Ashish Shukla
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

Re: smtp authentication

2008-09-02 Thread आशीष शुक्ल Ashish Shukla
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.

How to use rxvt-unicode + OpenSSH

2008-08-29 Thread आशीष शुक्ल Ashish Shukla
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

Re: Issues while trying to access an Ext3 partition successfully mounted on FreeBSD 7

2008-08-26 Thread Ashish Shukla आशीष शुक्ल
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

Issues while trying to access an Ext3 partition successfully mounted on FreeBSD 7

2008-08-26 Thread Ashish Shukla आशीष शुक्ल
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

Re: ipv6 portsnap servers

2008-08-18 Thread Ashish Shukla आशीष शुक्ल
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

Re: Can't ping

2008-07-20 Thread आशीष शुक्ल Ashish Shukla
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 -- ·-- ·-

Re: Kernel mode PPPoE or User mode PPPoE

2008-07-19 Thread Ashish Shukla आशीष शुक्ल
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

Kernel mode PPPoE or User mode PPPoE

2008-07-19 Thread आशीष शुक्ल Ashish Shukla
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

Re: Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-30 Thread Ashish Shukla आशीष शुक्ल
,--- 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

Re: Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-30 Thread Ashish Shukla आशीष शुक्ल
,--- 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

Re: Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-29 Thread Ashish Shukla आशीष शुक्ल
,--- 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,

Re: Postfix logging some OTP related permission denied messages

2008-06-29 Thread Ashish Shukla आशीष शुक्ल
,--- 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

Re: Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-29 Thread Ashish Shukla आशीष शुक्ल
,--- 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

Postfix logging some OTP related permission denied messages

2008-06-29 Thread आशीष शुक्ल Ashish Shukla
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

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Ashish Shukla आशीष शुक्ल
,--- 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

Re: Using gjournal + gmirror on 7.0-RELEASE-p1 (amd64) server

2008-06-17 Thread Ashish Shukla आशीष शुक्ल
>>>>> "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

Using gjournal + gmirror on 7.0-RELEASE-p1 (amd64) server

2008-06-17 Thread Ashish Shukla आशीष शुक्ल
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

Re: anti-aliased fonts

2008-05-24 Thread Ashish Shukla आशीष शुक्ल
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

Re: Very slow xfce

2008-05-17 Thread Ashish Shukla आशीष शुक्ल
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/ ·-- ·-

Re: X on Intel GM965 chipset

2008-05-16 Thread Ashish Shukla आशीष शुक्ल
-- 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-

Re: X on Intel GM965 chipset

2008-05-16 Thread Ashish Shukla आशीष शुक्ल
"intel" VendorName "Intel Corporation" BoardName "Mobile GM965/GL960 Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "

Re: root login stops working

2008-05-10 Thread Ashish Shukla आशीष शुक्ल
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

Re: New to FreeBSD issues with multicast DNS.

2008-04-18 Thread Ashish Shukla आशीष शुक्ल
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

Re: [Request] HOWTO build LDAP server for shared address book.

2008-02-12 Thread आशीष शुक्ल Ashish Shukla
[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

Re: Libnet in FreeBSD

2008-02-04 Thread Ashish Shukla आशीष श ुक्ल
>>>>> Bhuvaneswari Ramkumar writes: Bhuvaneswari> -Inet doesnt work :-( thats not '-Inet' but '-lnet' . HTH -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/ ·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· -

Re: Libnet in FreeBSD

2008-02-04 Thread Ashish Shukla आशीष शुक्ल
(.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

Re: xterm question

2008-02-03 Thread Ashish Shukla आशीष शुक्ल
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.

Re: localhost in sudoers

2008-01-19 Thread Ashish Shukla आशीष शुक्ल
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

Re: Trying to setup a serial console on my desktop

2008-01-19 Thread Ashish Shukla आशीष श ुक्ल
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

Re: localhost in sudoers

2008-01-19 Thread Ashish Shukla आशीष शुक्ल
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

Re: localhost in sudoers

2008-01-19 Thread Ashish Shukla आशीष शुक्ल
>>>>> 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 आशीष शुक्ल

Re: Anycast DNS - anybody?

2008-01-18 Thread 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

Re: FBSD or PCBSD?

2008-01-18 Thread आशीष शुक्ल Ashish Shukla
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

Re: Pls help: regarding gdb internals

2008-01-16 Thread आशीष शुक्ल Ashish Shukla
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

Re: installing linux after freebsd (multi-boot)

2008-01-13 Thread Ashish Shukla आशीष श ुक्ल
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

Re: Resolution too high with 7-RC1, nVidia, xorg

2008-01-02 Thread Ashish Shukla आशीष शुक्ल
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

Re: Resolution too high with 7-RC1, nVidia, xorg

2008-01-01 Thread Ashish Shukla आशीष शुक्ल
Monitor"Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes"[EMAIL PROTECTED]" "1024x768" "800x600" "640x480" [EMAIL PROTECTED]

Re: Resolution too high with 7-RC1, nVidia, xorg

2008-01-01 Thread Ashish Shukla आशीष शुक्ल
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

Re: Resolution too high with 7-RC1, nVidia, xorg

2008-01-01 Thread Ashish Shukla आशीष शुक्ल
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

Re: Resolution too high with 7-RC1, nVidia, xorg

2008-01-01 Thread Ashish Shukla आशीष शुक्ल
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

Re: installing linux after freebsd (multi-boot)

2007-12-31 Thread Ashish Shukla आशीष शुक्ल
>>>>> "अनुज" == अनुज 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: >>

Re: installing linux after freebsd (multi-boot)

2007-12-31 Thread आशीष शुक्ल Ashish Shukla
/ 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

Re: lost X11 input from kybd

2007-12-27 Thread आशीष शुक्ल Ashish Shukla
ver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection --->8>8 Anyways, have you tried 'xinit xterm', to see if X11 is receivi

Re: Any way to access I2C sensors in FreeBSD ?

2007-12-27 Thread आशीष शुक्ल Ashish Shukla
,--[ 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 आ

Any way to access I2C sensors in FreeBSD ?

2007-12-27 Thread आशीष शुक्ल 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

Re: FreeBSD 6.2-RELEASE-p7 box crashing

2007-08-20 Thread आशीष शुक्ल Ashish Shukla
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 | ((_/

Re: freebsd 7 release date :)

2007-08-19 Thread आशीष शुक्ल Ashish Shukla
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

Re: Local domain with Bind

2007-08-15 Thread आशीष शुक्ल Ashish Shukla
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