Re: because that i hate python

2013-02-09 Thread Arun SAG
>   File "/usr/lib/python2.7/site-packages/requests/cookies.py", line 160, in 
> get
> return self._find_no_duplicates(name, domain, path)
>   File "/usr/lib/python2.7/site-packages/requests/cookies.py", line 281, in 
> _find_no_duplicates
> raise CookieConflictError('There are multiple cookies with name, %r' % 
> (name))
> requests.cookies.CookieConflictError: There are multiple cookies with name, 
> 'tg-visit'
> 

The case is getting fixed here 
https://bugzilla.redhat.com/show_bug.cgi?id=906924


-- 
Arun S A G 
PGP: 70C93A92
http://zer0c00l.in/
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments


pgpWYXcX_wGPa.pgp
Description: PGP signature
-- 
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
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora hangs driving me nuts, in Windows it works without problems!

2013-01-28 Thread Arun SAG
On Wed, Jan 9, 2013 at 8:02 PM, valent.turko...@gmail.com <
valent.turko...@gmail.com> wrote:

> Found these instructions:
> http://fedoraproject.org/wiki/How_to_use_kdump_to_debug_kernel_crashes
>
> And updated to kernel 3.8 rc2 from rawhide and enabled kdump on that
> kernel... trap is set, now I wait eagerly ;)
>
>
>
Is it solved for you when using 3.8  rc2?



-- 
Arun S A G
http://zer0c00l.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
Have a question? Ask away: http://ask.fedoraproject.org


Re: f17 gnome-shell-extension-weather

2012-11-19 Thread Arun SAG
On Mon, Nov 19, 2012 at 10:28:20AM -0500, Robert Moskowitz wrote:
> The weather setup is not letting me change the city.  It defaulted
> to Cambridge, GB and when I put in any city from its selection list,
> the OK button remains greyed out and only cancel is avaiable.
> 
> Any tips on getting this to work?
> 

I have the same issue. I figured the city and other configurations are
stored as gsettings.

gsettings list-recursively org.gnome.shell.extensions.weather

I changed the city to 'Bangalore' using:

gsettings set org.gnome.shell.extensions.weather city Bangalore

Hope this helps!

-- 
Arun S A G 
PGP: 70C93A92
http://zer0c00l.in/
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments


pgpOQCsUEDlc1.pgp
Description: PGP signature
-- 
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
Have a question? Ask away: http://ask.fedoraproject.org


Fedora 17: Auto configuring wireless networks in Network Manager on first boot

2012-11-13 Thread Arun SAG
Hi,

How do i configure wireless networks in NetworkManager during install time
so that the user don't have to configure it manually. I tried to drop in
the file ifcfg-networkname in /etc/sysconfig/network-scripts/, but Network
Manager keeps asking me to configure the network myself despite the
presence of the configuration file.

Here is my ifcfg-networkname file looks like

HWADDR=xx:xx:xx:xx:xx
ESSID="networkname"
MODE=Managed
KEY_MGMT=WPA-EAP
SECURITYMODE=open
TYPE=Wireless
IEEE_8021X_EAP_METHODS=PEAP
IEEE_8021X_IDENTITY=
IEEE_8021X_PASSWORD_FLAGS=ask
IEEE_8021X_INNER_AUTH_METHODS=GTC
BOOTPROTO=dhcp
DEFROUTE=yes
PEERDNS=yes
PEERROUTES=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_FAILURE_FATAL=no
IPV6_PRIVACY=rfc3041
NAME=
UUID=cbb10c64-e609-4dcf-b554-7343cb791eae
ONBOOT=yes

Does network manager do anything other than generating this file when the
user configures a wireless network?


PS: Reposing in users list
-- 
Arun S A G
http://zer0c00l.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
Have a question? Ask away: http://ask.fedoraproject.org