Displaying 20 results from an estimated 31 matches for "troublemaker".
Did you mean:
troublemakers
2015 Aug 03
1
unwelcome gthumb slideshow
I have a gif image in a folder.
Whenever I have gthumb display it or a copy of it,
gthumb goes into slideshow mode.
Usually I can stop the show.
It will not stop before going to the next image.
but I only have a slideshow period to look at the troublemaker.
If the troublemaker is last in the directory,
I cannot stop the show without stopping gthumb.
How do I make gthumb stop going into slideshow
mode when it hits the troubleaker?
My expectation is that I flipped some bit somewhere,
but I have not been able to find the bit.
>From the timestamp on...
2008 Apr 29
1
Problem installing some packages on Ubuntu 7.10
...indow, but
some of the packages just don't seem to be going quietly.
I could use some advice as to what I might need to add to my setup or
correct to get things to install. I'll deal with them one at a time so I
can follow through on any suggestions offered before moving on to the
next troublemaker. There are six involved, some of them being key
players in the desired setup. First up is XML. I've included everything
install.package() spit out to avoid confusion. My apologies if it's TOO
much, but I'm no programmer so I didn't want to error by cutting
something out that mig...
2018 Feb 20
3
JGR not installed. Attempting to install from CRAN...
...of the Soweto Sex Worker Project
Perinatal HIV Research Unit (PHRU)
New Nurses Home
Chris Hani Baragwanath Academic Hospital
Soweto
B: +27 11 989 9821
M: +27 84 761 1193
E: coetzeej at phru.co.za<mailto:coetzeej at phru.co.za>
"Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes ... the ones who see things differently - they're not fond of rules, and they have no respect for the status quo. ... You can quote them, disagree with them, glorify or vilify them, but the only thing you can't do is ignore them because they change thing...
2005 Dec 23
1
dse package problems
I am having problems with the package dse. I just installed R 2.2.1
and reinstalled all packages. I am running Windows XP Pro with all
updates.
Below there are two examples of error messages generated when trying
to execute some simple programs. The code was taken directly from the
package documentation.
Any help on this will be greatly appreciated.
Merry Christmas
Fernando
2018 Feb 20
2
JGR not installed. Attempting to install from CRAN...
...of the Soweto Sex Worker Project
Perinatal HIV Research Unit (PHRU)
New Nurses Home
Chris Hani Baragwanath Academic Hospital
Soweto
B: +27 11 989 9821
M: +27 84 761 1193
E: coetzeej at phru.co.za<mailto:coetzeej at phru.co.za>
"Here's to the crazy ones, the misfits, the rebels, the troublemakers, the round pegs in the square holes ... the ones who see things differently - they're not fond of rules, and they have no respect for the status quo. ... You can quote them, disagree with them, glorify or vilify them, but the only thing you can't do is ignore them because they change thing...
2006 Dec 15
1
smbstatus, SWAT, etc. not displaying NetBIOS name for XP SP2 machines
I'm trying to see what computer is accessing certain files through
samba, and the SWAT status page is a useful tool for that. Problem is
that for some computers, only the IP address shows, not the NetBIOS
name. This is only a problem with certain computers. Since we're using
DHCP on many computers I don't always know off the top of my head what
computer has any given IP
2005 Nov 16
1
Very strange permissions issue with Samba 3.0.20(a/b)
...of all dirs is
the AD group "DEN-CVS-Users". Every valid user is a member of this group. But
a few users, while they are able to authenticate, and checkout, cannot commit files to the depot. Their group membership is hosed up somehow. Everything is working perfectly except for these few troublemakers.
The users can log into CVS, so their group membership is seen by winbind and passed to pam_require, but when it comes writing to a file with AD group
ownership they are denied. It works for the rest of us though, so we're baffled. The files are all mod 664.
This isn't a CVS issue, as...
2017 Jun 14
2
KMeans Clusterer - Going forward
Hello,
I have finished moving the API to PIMPL classes and will fix issues within
the current code over the next week, based on reviews from mentors.
The next step going forward is to start with forming document vectors that
are reduced and more useful. This majorly helps in saving run time (since
time for distance calculation depends on number of terms). Getting the
useful terms within a
2015 Aug 11
2
C6.7 evolution to cyrus imap(s) fails
...hopefully see a greeting message from the IMAP server. Then issue
>
> a1 LOGIN username password
>
> If you see a success message that you logged in, then everything is fine with
> your cyrus-imapd.
>
> Logout by entering
>
> a2 LOGOUT
>
> If you got that far, the troublemaker is Evolution. Can't help you with that
> one as I am not using it. Validate all the account settings to be valid.
>
>> In coming mail can be seen but nothing about evo connections as far as I
>> can see
>>
>> There do seem to be some warnings/errors - they don...
2016 Dec 29
2
isohybrid boot from logical partition
Hi,
i think i found the reason for the boot failure in the definition of
Extended Boot Records.
https://en.wikipedia.org/wiki/Extended_boot_record#Values
"Starting sector = relative offset between this EBR sector and the
first sector of the logical partition.
Note: This is often the same value for each EBR on the same hard disk;
usually 63 for Windows XP or older."
So if
2018 Feb 08
7
How to ensure thread-safety
Hi,
I have read the concurrency webpage from the Xapian documentation:
http://getting-started-with-xapian.readthedocs.io/en/latest/concepts/concurrency.html
But it is still not clear to me how to ensure thread-safety when using
libxapian (C++ API). Usually when doing multi-threading many threads can
read the same variable concurrently without locking provided none of the
threads modifies the
2017 Jun 09
6
Logging the click data
> The log command will be executed wherever it is in the template.
> By "current system user", what do you mean? There'll need to be
> write permission for the CGI process, which is probably the same
> identity as the web server process.
I basically changed the ownership of the /var/log/omega directory to
the current user using:
sudo chown `whoami` /var/log/omega
But I
2018 Feb 09
0
How to ensure thread-safety
...rror to indicate that it wasn’t possible to acquire a lock. Multiple concurrent readers are supported (in addition to the writer).
Note the caution there about the number of versions that can exist in Xapian's MVCC, and how to deal with DatabaseModifiedError.
J
--
James Aylett, occasional troublemaker & project governance
xapian.org
2018 Aug 09
0
Boosted fields search in Python
...y_query])
(Note that boosting title to 4 and body to 2 probably isn't better than just boosting title to 2 and leaving body at standard weighting. Of course if you have a more complex search structure going on then that may still make sense!)
Hope this helps!
J
--
James Aylett, occasional troublemaker & project governance
xapian.org
2017 Mar 13
2
GSOC 2017 Project: Learning to Rank Click Data Mining
I am interested in the project 'Learning to Rank Click Data Mining', and
here is my current understanding about this project:
1. where can we get your click data. we can extend the omega to supports
log the user's search and clicked documents
2. the specific click data information and format. Based on some paper and
public query dataset format(AOL search query logs[1] and Sogou
2017 Apr 08
2
Omega: Missing support for newer weighting schemes
> Hi, Vivek — there isn't any particular reason that I'm aware of. It's
> probably worth pointing (in the omegascript documentation) to the part of
> the getting started guide which talks about the different weighting schemes
If there isn't any reason then I'd like to send in a patch adding support for
those weighting schemes in weight.cc and I agree omegascript
2016 Dec 29
0
isohybrid boot from logical partition
Hi,
the description of wikipedia matches the behavior of fdisk. Statements
by hpa several years ago indicate that the relative start LBA of logical
partitions is indeed a troublemaker between GRUB and SYSLINUX.
---------------------------------------------------------------------
I created by help of fdisk this layout
Device Boot Start End Sectors Size Id Type
ebr_fdisk.img1 1 16 16 8K 83 Linux
ebr_fdisk.img2 17 2047 2031 1...
2017 Jun 18
2
Logging the click data
> [Please keep discussions on the mailing list.]
I accidentally clicked on "Reply" instead of "Reply to all" but later I did
send a separate mail to the mailing list.
> Thinking about this, the way that CGI works is you set a 'Status'
> header which changes this behaviour. So we don't actually need a
> new command, just something like:
>
>
2008 Dec 20
9
Upgrade to Rails 2 - problem with "save" (MySQL boolean issue?)
I have been working through an upgrade of my 1.2.6 application to
2.2.2.
I am almost there but I have hit a problem with ActiveRecord.
Before the upgrade, the following code was working fine.
def create_root(administrator)
root = create_root_collection(self.pingee_name,
administrator,
2015 Aug 11
4
C6.7 evolution to cyrus imap(s) fails
On Tue, 11 Aug 2015, Alexander Dalloz wrote:
> Am 11.08.2015 um 21:47 schrieb Dr J Austin:
>>>
>>> What does cyrus-imapd log?
>>>
>>> Alexander
>>>
>>>
>>
>> Where should I be looking ?
>
> /var/log/maillog is the default log file for the MAIL facility. Else check
> your syslog() daemon configuration.
>
>