Re: nscd and DNS cache

2012-05-16 Thread Siddhesh Poyarekar
easy test is to use 'getent hosts ' and 'getent ahosts ' and study the nscd logs to see if you get a cache miss everytime. -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: skype on fedora 14 x86_64

2011-01-02 Thread Siddhesh Poyarekar
#x27;ll have to figure that out by yourself. -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Re: skype on fedora 14 x86_64

2011-01-02 Thread Siddhesh Poyarekar
d, it ought to work out of the box. It's working for me with skype-2.1.0.81-fc10.i586. You can use the 'cheese' webcam program to test if your webcam works. -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscrip

Re: Build custom module

2010-10-18 Thread Siddhesh Poyarekar
Error 2 > Make sure that the kernel-devel and kernel are the same version. -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Gu

Re: Fedora updates getting more like Windows every day

2010-08-21 Thread Siddhesh Poyarekar
e does not mean that you need to apply it. You need to do your own research and decide if an update is relevant for you. And on the point of comparison with Windows, there is none because you cannot really compare the amount of information given out on a Windows update as compared to updates for a

Re: Accessing your gnome (ssh) keyring from outside the Desktop session

2010-07-24 Thread Siddhesh Poyarekar
mon that > gets started as part of the desktop as: > > /usr/bin/gnome-keyring-daemon --start --components=ssh > > Anyone have a simple mechanism for getting that into your ssh sessions? > seahorse ought to help you with this. -- Siddhesh Poyarekar http://siddhesh.in -- users

Re: poll() returns even if there is data.

2010-07-23 Thread Siddhesh Poyarekar
nsure that your read will result in an EOF. > poll returned with ret = 1, events = 1, revents=1, errno =0 > Read Failed on /var/log/messages with retValue = 0 Errno = 0 -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subs

Re: Calculating the target of a symlink

2010-06-19 Thread Siddhesh Poyarekar
I misunderstood what "ls -L" does? Is there a bug? And is there a > better way of doing this? > Yes. ls -L gives you information about the symlynk as if it were the original file. It is only really useful if you use it in conjunction with -l. Try `ls -Ll bar` to see what I&

Re: Debugging 32-bit applications on an x86_64 system

2010-06-19 Thread Siddhesh Poyarekar
n of multilib support (32 bit libraries on x86_64). I was actually talking about the expat package (or similar packages), and that 32 bit binaries should not be distributed on x86_64 as part of the distribution. -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.f

Re: Debugging 32-bit applications on an x86_64 system

2010-06-19 Thread Siddhesh Poyarekar
etc., running.)  Maybe the same file structure > -- /usr/lib32 /usr/lib64 and /usr/lib -- would also be good for > libraries. > No, because the way forward is to eliminate the need for 32 bit binaries on 64 bit systems. The libraries are there now because we still have a lot of programs

Re: twin display f12

2010-06-02 Thread Siddhesh Poyarekar
the physical monitor is turned on too. -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Re: Regarding Get Fedora page

2010-05-27 Thread Siddhesh Poyarekar
g like this: Fedora Live Media (commonly referred to as Fedora Spins) are alternate versions of Fedora, tailored for various types of users via hand-picked application sets and other customizations. Mockup here: http://siddhesh.fedorapeople.org/mockup/get-fedora-options.html -- Siddhesh Poyarekar h

Re: Available memory

2010-05-24 Thread Siddhesh Poyarekar
e amount of disk space unused on your system, so it will decrease if you put more files into the disk. Even something as trivial as web browsing can add to this disk space even if you don't actually download and save anything to your disk. The space will increase if you delete files fro

Re: My new best friend: strace

2010-05-18 Thread Siddhesh Poyarekar
nused name_of_command_to_run > > You can get a list of available options with: > > LD_DEBUG=help /bin/false > I didn't know this; very neat stuff. -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscribe or cha

Re: My new best friend: strace

2010-05-10 Thread Siddhesh Poyarekar
> > Hi, > > use the ldd command! > ldd will not show you dynamically loaded libraries. -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/user

Re: What's up with bash shell and spaces in filenames?

2010-05-10 Thread Siddhesh Poyarekar
On Mon, May 10, 2010 at 9:02 PM, Alan Evans wrote: >> you can put the path in a single quote like so: >> >> cd '/media/My Book/' > > Thanks, but still no joy: > Are you sure it is a space? how about pressing a after typing in 'My' (wit

Re: My new best friend: strace

2010-05-10 Thread Siddhesh Poyarekar
tory. Try out an strace of an app that uses plugins like pidgin, to see how it comes up. -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Re: Anti Virus

2010-05-03 Thread Siddhesh Poyarekar
output of command "sudo getenforce") and you should be OK. If you need an antivirus to make sure you don't forward malware to other poor windows users, then check out clamav. -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscrib

Re: PHX2 Outage

2010-04-29 Thread Siddhesh Poyarekar
On Thu, Apr 29, 2010 at 6:38 PM, Tim wrote: > On Thu, 2010-04-29 at 00:13 -0400, Ricky Zhou wrote: >> There was a PHX2 outage > > I'm curious what a PHX2 is.  My Googling wasn't informative. > It is a datacenter located in Phoenix. -- Siddhesh Poyarekar http://s

Re: gnome-key-manager-> seahorse

2010-04-16 Thread Siddhesh Poyarekar
a key to the city of Troy. The seahorse is the god of horses[1]... so you see the connection? ;) [1] http://en.wikipedia.org/wiki/Hippocamp -- Siddhesh Poyarekar http://siddhesh.in Disclaimer: This is a joke post. Please reply to it _only_ with a joke post. -- users mailin

Re: Why does opening the calendar ask me for a password?

2010-03-31 Thread Siddhesh Poyarekar
F-12 or not. I guess you get to find that out for yourself :) -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Re: Will Firefox 3.6 be pushed?

2010-01-24 Thread Siddhesh Poyarekar
on't do it if you need to print web pages. There's an unfixed bug in the rawhide which causes firefox to crash whenever you try to print a web page. -- Siddhesh Poyarekar http://siddhesh.in -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription