[topbraid-users] SO confused wrt to "Free Edition" licensing!

2023-06-08 Thread J Michael Sullivan
Just started evaluating Topbraid Composer FE but I don't see any license terms or restrictions. Can anyone point me to a link? Or at the very least explain what are the terms of use (if any)? Thanks! -- The topics of this mailing list include TopBraid EDG and related technologies such as SHAC

[krita] [Bug 448472] [MS Store/msix] "Open Resource Folder" opens non-existent directory

2022-01-14 Thread Michael Sullivan
https://bugs.kde.org/show_bug.cgi?id=448472 --- Comment #8 from Michael Sullivan --- Nevermind, now I can access it... -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 448472] [MS Store/msix] "Open Resource Folder" opens non-existent directory

2022-01-14 Thread Michael Sullivan
https://bugs.kde.org/show_bug.cgi?id=448472 --- Comment #7 from Michael Sullivan --- (In reply to Alvin Wong from comment #6) > If you have not used the > normal version (installer or portable package) before, I have, I recently bought it through the MS Store to support Krita's

[issue45384] Accept Final as indicating ClassVar for dataclass

2021-10-14 Thread Michael Sullivan
Michael Sullivan added the comment: I tend to agree with Carl that making Final imply ClassVar for dataclass would make things worse. For better or worse (mostly better, but there are downsides like this!), dataclass class bodies are essentially written in their own domain specific

RE: Help building GNUstep from scratch

2020-07-15 Thread Michael Sullivan
Patryk and Johannes, I tried the scripts and I was able to build most of GNUstep with them! Thanks! I still haven’t been able to build libobjc2 but at least I made some headway. To answer your question Patryk, I am building under Ubuntu 20.04. I’ve uninstalled gnustep from my system and am now

[issue36878] ast.parse with type_comments=True should allow extra text after # type: ignore

2019-05-22 Thread Michael Sullivan
Michael Sullivan added the comment: I think there will be one more PR to disallow non-ASCII characters immediately after a `# type: ignore`, but otherwise I think this is done -- ___ Python tracker <https://bugs.python.org/issue36

[issue36878] ast.parse with type_comments=True should allow extra text after # type: ignore

2019-05-21 Thread Michael Sullivan
Change by Michael Sullivan : -- pull_requests: +13391 ___ Python tracker <https://bugs.python.org/issue36878> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36878] ast.parse with type_comments=True should allow extra text after # type: ignore

2019-05-10 Thread Michael Sullivan
Change by Michael Sullivan : -- keywords: +patch pull_requests: +13148 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36878> ___ _

[issue36878] ast.parse with type_comments=True should allow extra text after # type: ignore

2019-05-10 Thread Michael Sullivan
New submission from Michael Sullivan : Per discussion during the typing summit at PyCon, it would be a good idea to allow extra information to be included in `# type: ignore` comments, in order to allow behavior such as suppressing individual errors (for example, with syntax like `# type

Re: [Python-Dev] No longer enable Py_TRACE_REFS by default in debug build

2019-04-16 Thread Michael Sullivan
blob/master/mypy/memprofile.py. I swapped out gc.get_objects() for sys.getobjects(), observed that we were leaking int objects, and inspected the live int objects, which gave a pretty good clue where the leak was. > Victor > > Le mar. 16 avr. 2019 à 00:28, Michael Sullivan a écrit >

Re: [Python-Dev] PEP 591 discussion (final qualifier) happening at typing-sig@

2019-04-16 Thread Michael Sullivan
On Mon, Apr 15, 2019 at 8:12 PM Nathaniel Smith wrote: > On Mon, Apr 15, 2019 at 5:00 PM Michael Sullivan wrote: > > > > I've submitted PEP 591 (Adding a final qualifier to typing) for > discussion to typing-sig [1]. > > I'm not on typing-sig [1] so I'm r

Re: [Python-Dev] No longer enable Py_TRACE_REFS by default in debug build

2019-04-15 Thread Michael Sullivan
On Mon, Apr 15, 2019 at 4:06 PM Nathaniel Smith wrote: > On Mon, Apr 15, 2019, 15:27 Michael Sullivan wrote: > >> > The main question is if anyone ever used Py_TRACE_REFS? Does someone >> > use sys.getobjects() or PYTHONDUMPREFS environment variable? >> >> I

[Python-Dev] PEP 591 discussion (final qualifier) happening at typing-sig@

2019-04-15 Thread Michael Sullivan
I've submitted PEP 591 (Adding a final qualifier to typing) for discussion to typing-sig [1]. Here's the abstract: This PEP proposes a "final" qualifier to be added to the ``typing`` module---in the form of a ``final`` decorator and a ``Final`` type annotation---to serve three related purposes: *

Re: [Python-Dev] No longer enable Py_TRACE_REFS by default in debug build

2019-04-15 Thread Michael Sullivan
> The main question is if anyone ever used Py_TRACE_REFS? Does someone > use sys.getobjects() or PYTHONDUMPREFS environment variable? I used sys.getobjects() today to track down a memory leak in the mypyc-compiled version of mypy. We were leaking memory badly but no sign of the leak was showing u

[issue35975] Put back the ability to parse files where async/await aren't keywords

2019-02-26 Thread Michael Sullivan
Change by Michael Sullivan : -- nosy: +msullivan ___ Python tracker <https://bugs.python.org/issue35975> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34235] PyArg_ParseTupleAndKeywords: support required keyword arguments

2019-02-15 Thread Michael Sullivan
Michael Sullivan added the comment: A downside of the "allow $ twice" approach is that it means splitting up the positional arguments, and a lot of the processing loop is built around the assumption that the index into the keyword list and the index into the argument tuple coi

[issue34235] PyArg_ParseTupleAndKeywords: support required keyword arguments

2019-02-15 Thread Michael Sullivan
Michael Sullivan added the comment: The point about a performance penalty is fair---my PR does add a search for the '@' (which I spelled as '`' in my example above) sigil whenever it encounters a '|'. (Though I'm not sure how big the impact would be? Format

[issue34235] PyArg_ParseTupleAndKeywords: support required keyword arguments

2019-02-12 Thread Michael Sullivan
Change by Michael Sullivan : -- keywords: +patch pull_requests: +11865 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34235> ___ _

[issue34235] PyArg_ParseTupleAndKeywords: support required keyword arguments

2019-02-01 Thread Michael Sullivan
Michael Sullivan added the comment: How about adding another sigil that indicates that subsequent keyword-only arguments are required? So then your example becomes (using ` as a totally strawman option): PyArg_ParseTupleAndKeywords(args, kwds, "O|O$O`O", kwlist, &a, &

[eclim-user] Eclim :JavaImpl not generating overrides

2016-12-08 Thread Ryan Michael Sullivan
Hello, I am having a problem with eclims :JavaImpl and am looking for suggestions. When I run :JavaImpl inside of a class, It brings up a window with methods to generate all fine and dandy. Unfortunetly, the classes I have written show up missing the first letter of the class names and when I p

[Alsa-user] New Gentoo install

2016-05-04 Thread Michael Sullivan
Hello. About a week ago I got a new PC in. I spent about 24 hours installing Gentoo on it before I shut down my old PC and hooked the new box up to the old one's peripheral hardware. At that point, I found that sound didn't work. caitlyn ~ # lspci | grep Audio 00:1b.0 Audio device: Intel Corpor

.format won't display my value with 2 decimal places: Why?

2016-01-24 Thread Michael Sullivan
Hi. I'm very very new to python. I have been working my way through a free python pdf file I found (python3handson.pdf) and I'm having trouble with one of my programs: '''discount.py Exercise 1.14.3.1. * Write a program, discount.py, that prompts the user for an original price and for a di

Re: [lttng-dev] Alternative to signals/sys_membarrier() in liburcu

2015-03-12 Thread Michael Sullivan
protect2/ . (I talked briefly about sys_membarrier in the post as best as I could piece together from LKML; if my comment on it is inaccurate I can edit the post.) -Michael Sullivan ___ lttng-dev mailing list lttng-dev@lists.lttng.org http://lists.lttng

[lttng-dev] Alternative to signals/sys_membarrier() in liburcu

2015-02-12 Thread Michael Sullivan
said, it is also super hacky and is certainly depending on behaviors of mprotect() that are not actually specified. It would be unusual, I think, to implement mprotect() in a way where this didn't work? It may well be to janky to actually be useful, though. I can send the code

[Aims] [Bug 1081307] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed to build [merge request]

2014-10-01 Thread Michael Sullivan
Failed after kernel upgrade -- You received this bug notification because you are a member of AIMS, which is subscribed to a duplicate bug report (1126315). https://bugs.launchpad.net/bugs/1081307 Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed to build [merge

[Bug 1081307] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed to build [merge request]

2014-10-01 Thread Michael Sullivan
Failed after kernel upgrade -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1081307 Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed to build [merge request] To manage

[Pw_forum] need pwscf large-scale input test file HELP

2014-04-08 Thread Michael Sullivan (IHPC)
Hi, You can find some much larger benchmarks on the QE Forge site (http://qe-forge.org/gf/) under Quantum ESPRESSO -> Files ->QE Benchmarks I?m not sure if the link changes but here is the current link: http://qe-forge.org/gf/project/q-e/frs/?action=FrsReleaseBrowse&frs_package_id=36 Mike micha

Need help debugging my zone file

2014-01-26 Thread Michael Sullivan
Years ago I set up a DNS server on my network. I found out last Friday that it is no longer working. I switched to a new ISP last July and after that, my network numbers changed from 192.168.2.? to 192.168.0.?. I have updated my zone file, but it still doesn't work and I can't figure out why. H

Re: [tw] Re: TiddlyWiki seems like it got really popular years ago, and then ...nothin. why?

2014-01-17 Thread Michael Sullivan
Hi Leo (and everyone), I have a system that works going back to 2005 so I've stayed on the TW classic path. I survived all the Browser upgrades and most of the TW core updates (except for my D3 which got switched to dGSD). I store most of my TWs on Dropbox so I can at least read them on my phone i

[Pw_forum] QE 5.0.2 compile problem and MKL problem

2013-12-09 Thread Michael Sullivan (IHPC)
Hi, Yue-Wen, I think you made a simple mistake. In defining your libraries, it should be -lmkl_blacs_lp64.a and NOT -libmkl_blacs_lp64.a. Mike michael at ihpc.a-star.edu.sg http://www.sullivan.sg/ On 9 Dec, 2013, at 4:58 pm, Yue-Wen Fang mailto:yuewen.fang

Re: [rust-dev] Dynamic in Rust

2013-08-23 Thread Michael Sullivan
None } } } On Fri, Aug 23, 2013 at 4:54 PM, Michael Sullivan wrote: > So, as it turns out, something closely related can be implemented in > completely safe rust. > > (The ideas here are based on http://mlton.org/UniversalType and the > presentation of extensible ty

Re: [rust-dev] Dynamic in Rust

2013-08-23 Thread Michael Sullivan
So, as it turns out, something closely related can be implemented in completely safe rust. (The ideas here are based on http://mlton.org/UniversalType and the presentation of extensible types from my undergrad PL class. The implementation is based on the mlton UniversalType page, but I change the

Re: performing statistics on normalized data

2013-08-11 Thread Michael Sullivan
used to extract the tissue, in addition there is >> loss due to apparatus (such as homogenizers), etc. There should be some >> non-enzymatic standard for normalization, such as the Bradford assay or >> proteins. Even better look at a composite score such as observed over >>

Re: Any experiences with Geneamp 9700 cycler?

2013-04-26 Thread Michael Sullivan
Yeah, I haven't quite figured out why they designed it this way, although the tube holder is sort of nice for working with the strip tubes. I don't think there's a way to adjust how much pressure the lid applies (like the MJ DNA engine [now biorad?] has), so maybe ABI's approach with the 9700 wa

Re: Any experiences with Geneamp 9700 cycler?

2013-04-16 Thread Michael Sullivan
We've had the 9700 (over 10 years) for quite some time (over 10 years) with no real problems. Are you using the little black tube insert for single tubes and the red one for strip tubes? Without those you will crush the tubes (but I think these are similar to what gets used with the 2700 (which

Re: LiCl precipitation?

2013-03-11 Thread Michael Sullivan
Well Ed can clarify. His original post is somewhat ambiguous: he didn't really say what he wanted, just that he wanted to precipitate the RNA. It sounded to me like he wanted to get rid of RNA from a plasmid miniprep, especially with his follow up post. But I agree that if he wanted high qualit

Re: [rust-dev] Implementing a garbage collector in Rust?

2012-11-25 Thread Michael Sullivan
I'm a phd student at CMU who has worked on the rust team, taken CMU's compilers course (we were saltopus) and knows a fair bit about garbage collection. You should stop by my office (GHC 9115) to chat about this. Does tomorrow afternoon work? -sully On Nov 25, 2012 4:55 PM, "Omer Zach" wrote: >

Setuid failed: Operation not permitted

2012-09-30 Thread Michael Sullivan
ion I can provide to help diagnose this problem, please tell me... Please help me! -Michael Sullivan-

GELI tastes partitions before labels, prompts for passphrase for both

2012-09-26 Thread Michael Sullivan
Hello, I'm running 9.1-RC1. I configured an encrypted root disk with GELI using the GPT label ("gpt/zsystem0") rather than the partition name ("ada0p3"). Everything works fine, but as it boots, I'm prompted for the passphrase for the partition and have to make that fail before I get prompted for

[rust-dev] Thoughts on @-vector/generic-sequence creation interfaces

2012-07-13 Thread Michael Sullivan
rust currently has support for vectors allocated on the task-local heap (@[]s), but the support is essentially limited to creating @-vector literals and indexing into them. There is currently no other method of creating them. I've thought some about this, and I've collected my thoughts: * I want g

[gentoo-user] OT - glslideshow failing; don't know why

2012-06-18 Thread Michael Sullivan
blem? The error message says "xscreensaver 0: child pid 32735 glslideshow terminated with signal 11" -Michael Sullivan-

Re: [gentoo-user] Slot war on my system

2012-06-03 Thread Michael Sullivan
On 06/03/12 12:59, Neil Bothwick wrote: > On Sun, 03 Jun 2012 12:51:37 -0500, Michael Sullivan wrote: > >> I try to keep my world file clean. I use -1 whenever merging anything I >> don't actually want. I don't want bluedevil (or any of that wireless >> cra

Re: [gentoo-user] Slot war on my system

2012-06-03 Thread Michael Sullivan
On 06/03/12 11:28, Alan McKinnon wrote: > > But his emerge wants to install qt-4.8.1, added to the tree 29 Mar > 2012 and 4.8.1-r1 went stable 20 May 2012. So while I agree he should > sync a tad more often, I don't think that is his real problem. > > More likely he has Qt packages in world that

[gentoo-user] Slot war on my system

2012-06-02 Thread Michael Sullivan
I have been fighting with this for at least three weeks now. Most of the conflicting packages are qt-based, between 4.8.1 (which I want) and 4.7.4 (which I don't want). I have rebuilt every package I can find again 4.8.1, but emerge still wants to install 4.7.4, despite the fact that I've altere

[gentoo-user] [Possibly OT] rile-roller having problems with deletions after upgrade to 3* series kernel

2012-05-25 Thread Michael Sullivan
Each night (at midnight) I make backups of files that changed the previous day, and on the first of the month I make full backups of important directories (/home, /etc, etc etc). Each morning I do maintenance on the partial backup from the day before. I've noticed that since I upgraded to the 3*

[gentoo-user] media-tv/mythtv-0.24.1_p20110524 fails to emerge

2012-05-24 Thread Michael Sullivan
one show that we follow that's currently in season and that's on Monday, so I'd really like to have this working by then. Can anyone help me? -Michael Sullivan-

Re: Some funny (?) comics

2012-05-04 Thread Michael Sullivan
This is one of my all time favorite from when I was in grad school: http://www.history.ucsb.edu/faculty/marcuse/images/ComicGradSchoolHell72dpi550pxw.jpg --- Michael L. Sullivan, PhD Research Molecular Geneticist US Dairy Forage Research Center 1925 Linden Drive Madison, WI 53706 608-890-0046 (Pho

Re: Ammonium sulfate precipitation from solutions with high sugar content

2012-04-30 Thread Michael Sullivan
What do you want to use the protein for? I had a very dilute, yet viscous extract of flowers that I wanted to use for western blotting. Carbohydrates made it visous, interfered with protein assays, and made the samples run quite poorly in a gel. I ended up using a phenol extraction method follo

Re: [gentoo-user] OT - New kernel and now xv won't work with mplayer

2012-04-23 Thread Michael Sullivan
On 04/23/12 11:05, Michael Mol wrote: > On Mon, Apr 23, 2012 at 11:33 AM, Michael Sullivan > wrote: >> On 04/23/12 09:27, Michael Mol wrote: >>> On Mon, Apr 23, 2012 at 9:57 AM, Michael Sullivan >>> wrote: >>>> On 04/23/12 02:27, Florian Philipp

Re: [gentoo-user] OT - New kernel and now xv won't work with mplayer

2012-04-23 Thread Michael Sullivan
On 04/23/12 11:05, Michael Mol wrote: > On Mon, Apr 23, 2012 at 11:33 AM, Michael Sullivan > wrote: >> On 04/23/12 09:27, Michael Mol wrote: >>> On Mon, Apr 23, 2012 at 9:57 AM, Michael Sullivan >>> wrote: >>>> On 04/23/12 02:27, Florian Philipp

Re: [gentoo-user] OT - New kernel and now xv won't work with mplayer

2012-04-23 Thread Michael Sullivan
On 04/23/12 09:27, Michael Mol wrote: > On Mon, Apr 23, 2012 at 9:57 AM, Michael Sullivan > wrote: >> On 04/23/12 02:27, Florian Philipp wrote: >>> Am 23.04.2012 02:26, schrieb Michael Sullivan: >>>> First off, this has probably been discussed before, but I ca

Re: [gentoo-user] OT - New kernel and now xv won't work with mplayer

2012-04-23 Thread Michael Sullivan
On 04/23/12 02:27, Florian Philipp wrote: > Am 23.04.2012 02:26, schrieb Michael Sullivan: >> First off, this has probably been discussed before, but I can't find it >> on google. I've spent the last several hours searching for the answer >> to this and I can'

[gentoo-user] OT - New kernel and now xv won't work with mplayer

2012-04-22 Thread Michael Sullivan
First off, this has probably been discussed before, but I can't find it on google. I've spent the last several hours searching for the answer to this and I can't find it. I recently switched from a gentoo-sources-2.6.30-r8 kernel to a gentoo-sources-3.2.1-r2 kernel. A lot of my processes were fr

[gentoo-user] Very OT - Displaylink adapter and setting up X

2012-03-12 Thread Michael Sullivan
I feel really stupid asking this, but I want to use an HDMI component to output one of my PCs to the TV set. I've followed all of the wiki entry at http://wiki.gentoo.org/wiki/DisplayLink, but there's something else I need to know. I get the green screen on the TV that it mentions when the kernel

Re: Methods Digest, Vol 82, Issue 4

2012-03-09 Thread Michael Sullivan
I think this is a needless worry! Water has almost no buffering capacity, so a tiny amount of dissolved CO2 impacts water's pH. This amount of CO2 is very small compared to the amount of ACTUAL buffer (TRIS, phosphate, whatever) you are using, so will generally have only a negligible effect on p

[gentoo-user] Re: Somewhat OT - Grandtech PC to TV component and X [SOLVED]

2012-02-29 Thread Michael Sullivan
On 02/29/12 16:41, Michael Sullivan wrote: > I recently bought a new Gradtec PC To TV component because my old Grand > Pro Ultimate XP that I bought in 2004 was on its last legs. We used the > Ultimate XP so that we could use the living room TV as a monitor, so > that we could watch M

[gentoo-user] Somewhat OT - Grandtech PC to TV component and X

2012-02-29 Thread Michael Sullivan
rs in /etc/Xorg.0.log: carter log # grep EE Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [42.372] (II) Loading extension MIT-SCREEN-SAVER Does anyone have any idea of what's going on? It only happens in X; it's fine until X loads... -Michael Sullivan-

Re: "Best" chemiluminiscent Westen detection?

2012-01-18 Thread Michael Sullivan
I've not done much comparison, but I've been using Bio-Rad's Immun- Star substrate for years. I use it with PVDF. There's an added enhancer for use with nitrocellulose, but I don't use NC, so I don't now how well that works. I've found the signal very long lived. Don't know about the price e

Re: [zfs-discuss] S11 vs illumos zfs compatiblity

2012-01-04 Thread Michael Sullivan
just fine. You can't enable dedup on a dataset > and any writes won't dedup they will "rehydrate". > > So it is more like partial dedup support rather than it not being there at > all. "rehydrate"??? Is it instant or freeze dried? Mike - --- Michael

[gentoo-user] Re: Two video problems: Mythtv and xscreensaver [SOLVED]

2011-12-11 Thread Michael Sullivan
On 12/10/11 14:37, Michael Sullivan wrote: > I'm having a problem on my personal workstation where mythfrontend will > not display video when Watch TV is requested. The sound works just > fine. When I issue a > > michael@camille ~ $ mplayer /dev/video0 > MPlayer SVN-r33

[gentoo-user] Two video problems: Mythtv and xscreensaver

2011-12-10 Thread Michael Sullivan
I'm having a problem on my personal workstation where mythfrontend will not display video when Watch TV is requested. The sound works just fine. When I issue a michael@camille ~ $ mplayer /dev/video0 MPlayer SVN-r33094-4.4.5 (C) 2000-2011 MPlayer Team Can't open joystick device /dev/input/js0: N

[gentoo-user] Mythtv problems 2.0: carter

2011-10-27 Thread Michael Sullivan
OK. My recent Myth problems were on camille, which thankfully is now working. Originally, I was trying to move my Myth installation to carter, which is a dedicated linux box. I wanted to do this so that I could dual boot into Windows XP on camille more often. I've been applying all the advice I

Re: [gentoo-user] Mythtv problems [SOLVED]

2011-10-26 Thread Michael Sullivan
I was stupid and forgot to mark us-cable in the video sources section of mythtv-setup. It's all working now.

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 19:03, kashani wrote: > On 10/26/2011 11:31 AM, Michael Sullivan wrote: >> camille ~ # mysql -u root -p >> mysql: unknown variable 'expire_logs_days=10' >> >> I'll do some googling, but I think that sounds like a config file >> directi

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 17:58, Michael Schreckenbauer wrote: > Am Mittwoch, 26. Oktober 2011, 17:33:04 schrieb Michael Sullivan: >> I ran mythfilldatabase and redirected it to a file. I don't know if >> this list allows attachments or not, and it's probably too long to paste >>

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 17:53, Michael Schreckenbauer wrote: > Am Mittwoch, 26. Oktober 2011, 17:42:14 schrieb Michael Sullivan: >> On 10/26/11 17:32, Michael Schreckenbauer wrote: >>> So you did run mysql_upgrade and same as before? Some words about what >>> you did and some rel

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 17:32, Michael Schreckenbauer wrote: > > So you did run mysql_upgrade and same as before? Some words about what you > did > and some relevant output of the command (if any) wouldn't hurt ;) > Have you tried mysql_fix_privilege_tables? After that, you would need to run > the steps me

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
I ran mythfilldatabase and redirected it to a file. I don't know if this list allows attachments or not, and it's probably too long to paste here. At the end though I saw something strange: 2011-10-26 17:26:04.731 Grab complete. Actual data from Tue Nov 8 05:00:00 2011 to Wed Nov 9 05:00:00 201

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 17:09, Michael Schreckenbauer wrote: > Am Mittwoch, 26. Oktober 2011, 16:51:15 schrieb Michael Sullivan: >> On 10/26/11 16:46, Michael Schreckenbauer wrote: >>> Am Mittwoch, 26. Oktober 2011, 16:25:37 schrieb Michael Sullivan: >>>> Here's my ou

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 17:06, Michael Schreckenbauer wrote: > Am Mittwoch, 26. Oktober 2011, 16:51:15 schrieb Michael Sullivan: >> On 10/26/11 16:46, Michael Schreckenbauer wrote: >>> Am Mittwoch, 26. Oktober 2011, 16:25:37 schrieb Michael Sullivan: >>>> Here's my ou

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 16:46, Michael Schreckenbauer wrote: > Am Mittwoch, 26. Oktober 2011, 16:25:37 schrieb Michael Sullivan: >> Here's my output from a mythfrontend run at the terminal: >> >> michael@camille ~ $ mythfrontend >> 2011-10-26 16:16:27.121 mythfrontend version

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
Here's my output from a mythfrontend run at the terminal: michael@camille ~ $ mythfrontend 2011-10-26 16:16:27.121 mythfrontend version: branches/release-0-23-fixes [27077] www.mythtv.org 2011-10-26 16:16:27.121 Using runtime prefix = /usr 2011-10-26 16:16:27.121 Using configuration directory = /h

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 14:45, Michael Sullivan wrote: > On 10/26/11 14:05, Michael Sullivan wrote: >> On 10/26/11 14:03, Michael Sullivan wrote: >>> On 10/26/11 13:31, Michael Sullivan wrote: >>>> On 10/26/11 11:36, Mark Knecht wrote: >>>>> On Wed, Oct 26, 20

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 13:46, Neil Bothwick wrote: > On Wed, 26 Oct 2011 11:29:37 -0500, Michael Sullivan wrote: > >>> Mask higher versions in package mask >>> >>>> cat/pkg-version.you.want >>> >>> >> >> I did, but as I said there

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
>>>>>>>> On Wed, 26 Oct 2011 09:23:30 -0500, Michael Sullivan wrote: >>>>>>>> >>>>>>>>> At first I thought that sometime that installed since Oct 12 was >>>>>>>>> causing >>>>>>

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 14:45, Michael Sullivan wrote: > On 10/26/11 14:05, Michael Sullivan wrote: >> On 10/26/11 14:03, Michael Sullivan wrote: >>> On 10/26/11 13:31, Michael Sullivan wrote: >>>> On 10/26/11 11:36, Mark Knecht wrote: >>>>> On Wed, Oct 26, 20

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 14:05, Michael Sullivan wrote: > On 10/26/11 14:03, Michael Sullivan wrote: >> On 10/26/11 13:31, Michael Sullivan wrote: >>> On 10/26/11 11:36, Mark Knecht wrote: >>>> On Wed, Oct 26, 2011 at 9:29 AM, Michael Sullivan >>>> wrote: &g

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 14:03, Michael Sullivan wrote: > On 10/26/11 13:31, Michael Sullivan wrote: >> On 10/26/11 11:36, Mark Knecht wrote: >>> On Wed, Oct 26, 2011 at 9:29 AM, Michael Sullivan >>> wrote: >>>> On 10/26/11 11:07, Neil Bothwick wrote: >>&g

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 13:31, Michael Sullivan wrote: > On 10/26/11 11:36, Mark Knecht wrote: >> On Wed, Oct 26, 2011 at 9:29 AM, Michael Sullivan >> wrote: >>> On 10/26/11 11:07, Neil Bothwick wrote: >>>> On Wed, 26 Oct 2011 09:23:30 -0500, Michael Sullivan wrote

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 11:36, Mark Knecht wrote: > On Wed, Oct 26, 2011 at 9:29 AM, Michael Sullivan > wrote: >> On 10/26/11 11:07, Neil Bothwick wrote: >>> On Wed, 26 Oct 2011 09:23:30 -0500, Michael Sullivan wrote: >>> >>>> At first I thought that sometime that i

Re: [gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 11:07, Neil Bothwick wrote: > On Wed, 26 Oct 2011 09:23:30 -0500, Michael Sullivan wrote: > >> At first I thought that sometime that installed since Oct 12 was causing >> the segfault, so I tried unmerging the 350+ packages that had installed >> since

[gentoo-user] Re: Mythtv problems

2011-10-26 Thread Michael Sullivan
On 10/26/11 09:23, Michael Sullivan wrote: > I've been having Mythtv problems for the last two or three days, and > everything I've tried to fix it has only made things worse. To start, a > little info: > > camille ~ # emerge -pv mythtv > > These are the packages

[gentoo-user] Mythtv problems

2011-10-26 Thread Michael Sullivan
2 was causing the segfault, so I tried unmerging the 350+ packages that had installed since then and listing them in package.mask, but that blew up in my face because I don't know a command that forces portage to ignore masked packages and install next-highest stable versions. Please help me! -Michael Sullivan-

Re: Hello...Native Page is not polymerising

2011-10-24 Thread Michael Sullivan
--- On Oct 24, 2011, at 10:02 AM, AllisonH wrote: > On 24/10/2011 3:54 AM, DK wrote: >> In article, >> lautys wrote: >>> APS should prepare fresh every time you do your gel. >> >> For how much longer will this myth be propagated? >> >> There is nothing wrong with aliquoting APS and storing

Re: [gentoo-user] Need help with pvrusb2 [SOLVED]

2011-10-23 Thread Michael Sullivan
On 10/23/11 18:15, Neil Bothwick wrote: > On Sun, 23 Oct 2011 18:00:52 -0500, Michael Sullivan wrote: > >>>> pvrusb2: request_firmware unable to locate fx2 controller file >>>> v4l-pvrusb2-73xxx-01.fw >>> >>> Is this file present in /lib/firmware?

Re: [gentoo-user] Need help with pvrusb2

2011-10-23 Thread Michael Sullivan
On 10/23/11 18:15, Neil Bothwick wrote: > On Sun, 23 Oct 2011 18:00:52 -0500, Michael Sullivan wrote: > >>>> pvrusb2: request_firmware unable to locate fx2 controller file >>>> v4l-pvrusb2-73xxx-01.fw >>> >>> Is this file present in /lib/firmware?

Re: [gentoo-user] Need help with pvrusb2

2011-10-23 Thread Michael Sullivan
On 10/23/11 17:48, Neil Bothwick wrote: > On Sun, 23 Oct 2011 16:36:41 -0500, Michael Sullivan wrote: > >> pvrusb2: request_firmware unable to locate fx2 controller file >> v4l-pvrusb2-73xxx-01.fw > > Is this file present in /lib/firmware? > > Nope: michael@ca

Re: [gentoo-user] Need help with pvrusb2

2011-10-23 Thread Michael Sullivan
On 10/23/11 16:52, Florian Philipp wrote: > Am 23.10.2011 23:36, schrieb Michael Sullivan: >> Hello. I recently purchased a Hauppauge WinTV-HVR external TV card. >> I'm trying to get it to work with Gentoo Linux. I think I've followed >> the steps found at >&

Re: [gentoo-user] Need help with pvrusb2

2011-10-23 Thread Michael Sullivan
On 10/23/11 16:52, Florian Philipp wrote: > Am 23.10.2011 23:36, schrieb Michael Sullivan: >> Hello. I recently purchased a Hauppauge WinTV-HVR external TV card. >> I'm trying to get it to work with Gentoo Linux. I think I've followed >> the steps found at >&

[gentoo-user] Need help with pvrusb2

2011-10-23 Thread Michael Sullivan
up since device microcontroller firmware appears to be missing. I've emerged linuxtv-dvb-firmware and reissued the above command with no change. How do I get Gentoo to recognize this card? -Michael Sullivan-

[Pw_forum] CuO bulk Error during compilation

2011-10-02 Thread Michael Sullivan
Hi, Please be polite and sign your message with your name and affiliation. I see one problem that you have ntyp=2 when it should be 3 since you have 3 things in ATOMIC_SPECIES. Mike Sullivan Institute of High Performance Computing, Singapore michael at ihpc.a-star.edu.sg http://www.sullivan.sg/

Re: [zfs-discuss] commercial zfs-based storage replication software?

2011-10-01 Thread Michael Sullivan
ing with your Oracle Sales Rep. I think his requirements are being driven by a PHB who wants to see a "GUI". crontab, ssh - functionality already there, simple and not many "moving parts" but obviously too obfuscated for the PHB to understand. Good luck. Mike ---

Re: [zfs-discuss] commercial zfs-based storage replication software?

2011-09-30 Thread Michael Sullivan
. DR site) and be > accessible there. > > -- > Fajar > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss Mike --- Michael Sullivan m...@axsh.us http://www.a

Re: [rust-dev] Can we have our tuples back?

2011-08-11 Thread Michael Sullivan
> Per a conversation with Brendan, it occurred to us that the main > problem > may be the ugliness of the access syntax; x._0 doesn't read too > nicely. My opinion is that we should bring back tuples but that the standard way to access the elements should be destructuring let. There are a bunch of

Re: [rust-dev] Proposal: Eliminate "let" hoisting

2011-08-10 Thread Michael Sullivan
- Original Message - > Segfaults? That is surprising. What's wrong with doing what we do now > (in terms of safety)? > Currently we zero out locals at the declaration site, which means that with silly code like: { x = ...; // do things with x let x; // do other things with

Re: [zfs-discuss] Disable ZIL - persistent

2011-08-05 Thread Michael Sullivan
er than rpool. Which feels kludgy. Is there a better way? > > echo "set zfs:zil_disable = 1" > /etc/system echo "set zfs:zil_disable = 1" >> /etc/system Mike --- Michael Sullivan m...@axsh.us http://www.axsh.us/ Phone: +1-662-259- Mob

[Pw_forum] How to convince QE from local lapack/blas?

2011-07-29 Thread Michael Sullivan
Thanks, Paolo, for the clarification. Mike michael at ihpc.a-star.edu.sg http://www.sullivan.sg/ On 27-Jul-2011, at 3:31 PM, Paolo Giannozzi wrote: > > On Jul 27, 2011, at 5:40 , Michael Sullivan wrote: > >> If I'm not wrong, that just means that you're not using ESS

[Pw_forum] How to convince QE from local lapack/blas?

2011-07-27 Thread Michael Sullivan
Guntram: If I'm not wrong, that just means that you're not using ESSL. Mike michael at ihpc.a-star.edu.sg http://www.sullivan.sg/ On 27-Jul-2011, at 3:31 AM, Guntram Schmidt wrote: > Heureka! > > After several days of compiling and complaining I've found a possible > solution! > In contrast to

[Pw_forum] How to convince QE from local lapack/blas?

2011-07-21 Thread Michael Sullivan
Guntram: I've never seen this error message, but if you can try to edit the make.sys file directly. Replace the LAPACK_LIBS flag to point to your own LAPACK and probably change LAPACK_LIBS_SWITCH to external. That said, though, I've found that usually if it can't find it, there's a reason. Goo

Re: [gentoo-user] Decrapifying my system

2011-07-17 Thread Michael Sullivan
retty sure those number don't add up to 21G. So why is it saying they do??? On 07/17/11 18:11, Neil Bothwick wrote: > On Sun, 17 Jul 2011 17:48:28 -0500, Michael Sullivan wrote: > >> What should I do about the *-bin files in /var/lib/mysql? I've dropped >> the databases I&

  1   2   3   4   5   6   7   8   9   10   >