search for: unsubscript

Displaying 20 results from an estimated 40 matches for "unsubscript".

Did you mean: unsubscribe
2012 Jul 11
2
Bug#681213: xen problem - Error: 'NoneType' object is unsubscriptable
...:amd64 Version: 4.0.1-5.2 Package:xen-hypervisor-4.0-amd64:amd64 Version: 4.0.1-5.2 Package: xenstore-utils:amd64 Version: 4.0.1-5.2 After upgrade package to version 4.0.1-5.2 from 4.0.1-4 launching the following command from bash '*xm list*' the system gived me *NoneType' object is unsubscriptable* same problem occurs typing '*xm create*' my virtual machine -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20120711/dbee99de/attachment.html>
2013 Mar 11
2
CentOS release 5.3 (Final) yum update error TypeError: unsubscriptable object
...po, cur.fetchone()) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 68, in __init__ self._read_db_obj(db_obj) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 94, in _read_db_obj setattr(self, item, _share_data(db_obj[item])) TypeError: unsubscriptable object
2008 May 17
0
Unsubscription
Hello all, I've started a MacOS 10.3 Panther xattr project at the begin of the year. There is already some time that I haven't presented a new version of rsync10.3xattr_support patch. By this mail I would like to present my apologies and officially stop this project for many reasons: - I'm in a new job and don't need anymore to provide backup solutions for 10.3 users; - I
2009 Apr 28
1
Package Updater problems
.... BTW, it'd really help if there was a button on pup to deselect all updates (and let me click a few on). --------------------------------------------------------------------- 1: Updated file packages available Component: pirut Summary: TBe8ae967a sqlitesack.py:94:_read_db_obj:TypeError: unsubscriptable object Traceback (most recent call last): File "/usr/sbin/pup", line 407, in _apply output = self.applyChanges(self.mainwin) File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 813, in applyChanges self.checkDeps(mainwin) File "/usr/lib/pytho...
2005 Jul 13
1
no expiry message displayed when login.
...Email: andrew_wong at national.com.au __________________________________________________ This email is sent by or on behalf of the named sender identified above. If you do not wish to receive any email marketing material from this person in the future, please forward the contents of this email to unsubscriptions at national.com.au with the word "unsubscribe" in the subject box. If you do not forward the contents of this email with your unsubscription then it may not be able to be implemented. If you wish to unsubscribe from all central email marketing lists used by our business, please forwa...
2012 Jul 17
1
Bug#681213: Full logs?
Hi Orazio, Is "NoneType object is unsubscriptable" the full and complete error message? I'd have expected some sort of accompanying backtrace, if not on the console then in /var/log/xen/* Is this issue by any chance fixed by installing the xen-qemu-dm-4.0 package? Lastly, does this happen with the packages from Wheezy? Thanks, Ian.
2009 Jun 03
4
yum update error this morning
..., cur.fetchone()) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 68, in __init__ self._read_db_obj(db_obj) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 94, in _read_db_obj setattr(self, item, _share_data(db_obj[item])) TypeError: unsubscriptable object
2009 Apr 03
3
yum update perl error in CentOS 5.3
...po, cur.fetchone()) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 68, in __init__ self._read_db_obj(db_obj) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 94, in _read_db_obj setattr(self, item, _share_data(db_obj[item])) TypeError: unsubscriptable object But for example an 'yum install createrepo' works. [...] Resolving Dependencies --> Running transaction check ---> Package createrepo.noarch 0:0.4.11-3.el5 set to be updated --> Finished Dependency Resolution Dependencies Resolved ===================================...
2009 May 07
1
problem with updates
...ted redhat-menus packages available It'd really help if there was a button on pup to deselect all updates (and let me click just a few updates back on). The problem is typically... Updated file packages available Component: pirut Summary: TBe8ae967a sqlitesack.py:94:_read_db_obj:TypeError: unsubscriptable object As a result, /usr/share/gdm/themes/TreeFlower/background.png is missing, and so I get an error message about it and the "default" login screen. Of course, I don't know what else is missing (for example, those gcc packages...). Regards, Chip Campbell -- someday I'...
2009 Apr 13
1
Possible bug?
...to do so, both from remote and via console. I tried the DVD as well as yum, and got essentially the same thing. My webserver is down, and I'd sure like to get this fixed if anyone can help out. Begin errors: Component: pirut Summary: TBe8ae967a sqlitesack.py:94:_read_db_obj:TypeError: unsubscriptable object Traceback (most recent call last): File "/usr/sbin/pirut", line 373, in _apply output = self.applyChanges(self.mainwin) File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 813, in applyChanges self.checkDeps(mainwin) File "/usr/lib/pyt...
2009 Apr 08
2
Issues with vsftpd install
...ot;/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 68, in > __init__ > self._read_db_obj(db_obj) > File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 94, in > _read_db_obj > setattr(self, item, _share_data(db_obj[item])) > TypeError: unsubscriptable object > >From what I can see, this looks like an error with Python 2.4, but I don't know what to do Any help? Thanks, David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090407/8b421aec/at...
2006 Dec 18
1
Applying variable labels across a data frame
...use the function on one variable. summary( myLabeler(myQFvars["qf1"]) ) #Apply it to all the variables. This method works. myQFvars[ ,myQFnames] <- lapply( myQFvars[ ,myQFnames ], myLabeler ) summary(myQFvars) #Here are the results I wanted. # This is the same as above but using the unsubscripted # data frame name. It does not work. myTest <- lapply( myQFvars, myLabeler ) summary(myTest) #I'm not sure what these results are. ========================================================= Bob Muenchen (pronounced Min'-chen), Manager Statistical Consulting Center U of TN Offic...
2009 Apr 05
1
error from yum from 5.3
..., cur.fetchone()) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 68, in __init__ self._read_db_obj(db_obj) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 94, in _read_db_obj setattr(self, item, _share_data(db_obj[item])) TypeError: unsubscriptable object Any ideas? jerry
2009 May 16
1
problem of update by yum
...po, cur.fetchone()) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 68, in __init__ self._read_db_obj(db_obj) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 94, in _read_db_obj setattr(self, item, _share_data(db_obj[item])) TypeError: unsubscriptable object What's the problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090516/bda465df/attachment-0004.html>
2009 Oct 12
1
can't update python ?!@#@?
...po, cur.fetchone()) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 68, in __init__ self._read_db_obj(db_obj) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 94, in _read_db_obj setattr(self, item, _share_data(db_obj[item])) TypeError: unsubscriptable object -- Linux counter #213090 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091012/84b805b3/attachment-0002.html>
2015 Nov 21
2
lost communication with UPS
Greetings.? I have been using NUT for some time now and have not had any issues until yesterday.? I was trying to get my NOTIFYCMD script working and was making modifications to upsmon.conf .? After making the mod to upsmon.conf I invoked upsmon -c reload and a few minutes later the system shut down.? There was a loss of communications with the UPS.? I have an Asium P700 UPS and use the blazer_usb
2006 Jun 20
1
unable to login with LDAP when set Uselogin to yes
...hese matters and, if the e-mail refers to a product(s), you should read the relevant Product Disclosure Statement(s)/other disclosure document(s) before making any decisions. If you do not want email marketing from us in future, forward this email with "unsubscribe" in the subject line to Unsubscriptions at nab.com.au in order to stop marketing emails from this sender. National Australia Bank Ltd does not represent that this email is free of errors, viruses or interference.
2014 Nov 15
0
Processed: closing 726827, closing 763102, closing 711273, closing 744163, closing 603366, closing 648670 ...
...to make a source version for version '4.4.0-1' Marked as fixed in versions 4.4.0-1. Bug #648670 [xen-utils-4.1] xm was unable determine an actual domU state under some conditions Marked Bug as done > close 681213 4.4.0-1 Bug #681213 [xen] xen problem - Error: 'NoneType' object is unsubscriptable There is no source info for the package 'xen' at version '4.4.0-1' with architecture '' Unable to make a source version for version '4.4.0-1' Marked as fixed in versions 4.4.0-1. Bug #681213 [xen] xen problem - Error: 'NoneType' object is unsubscriptable...
2015 Nov 21
0
lost communication with UPS
...any fixes we can provide. > I have previously sent my nut configuration files but will be happy to do so again if requested. Please resend them, minus any passwords. Also, from the last email thread: "Another thing: we recently discovered that some Yahoo anti-spam measures result in mass unsubscription of non-Yahoo email users of these lists [this happens after a number of Yahoo emails are received in a certain time window]. Please consider submitting future information from a non-Yahoo email address, or create an issue on the NUT Github project: https://github.com/networkupstools/nut/issues &...
2019 Jun 16
0
NOTIFY: bug on mailbox renaming and deletion ?
...quot; (foo)) * LIST (\Subscribed) "." bar * LIST () "." foo - mailbox deletion (bug ?): * LIST (\NonExistent) "." Trash.bar * LIST () "." Trash.bar It seems that for the two latter cases, the last received event is incorrect, Dovecot notifying of mailbox unsubscription after the mailbox has been renamed or deleted. In that case a client would consider those two last events not as mailbox renaming or deletion, but as a mailbox creation, wouldn't it ? Am I missing something ? Cheers. -- kael