Displaying 20 results from an estimated 7000 matches similar to: "No help for me?"
2011 Jun 30
2
Help, please!!! was: Documents and Settings
I sent this yesterday, but I've seen no sign of it arriving on the list and certainly no responses. ANy help, please? This is kind of urgent.
Hiya all!
I'm a new WINE user on OS X 10.6.7.
I'm trying to install Quickbooks 2006 for Windows XP on WINE and all goes well UNTIL I try to launch the successfully installed app and get an error 3371 at launch. What that means is that
2011 Jun 29
0
Documents and Settings
Hiya all!
I'm a new WINE user on OS X 10.6.7.
I'm trying to install Quickbooks 2006 for Windows XP on WINE and all goes well UNTIL I try to launch the successfully installed app and get an error 3371 at launch. What that means is that Quickbooks can't find the authorization key.
On further investigation, I find that the reason for this is that the authorization key should have been
2000 Aug 11
2
HELP: problem getting Samba to connect - "ERRSRV - ERRinvnetname"?
Dear list readers:
I've installed the most recent Samba from source on my Redhat Linux
server. The simple file share I've made shows up, the machine pings
correctly, and does ftp and apache fine, but won't let anyone login to
Samba. For example:
$ smbclient '//WWW.PSYCH.UDEL.EDU/SIMPLE/' -U me
added interface ip=128.175.41.164 bcast=128.175.41.255 nmask=255.255.255.0
2008 Oct 11
1
details on sata issues and mountroot prompt
I have previously written about a mountroot prompt, here are some details.
I have a system with an asus m3a78-emh hdmi board, a 74 gig raptor
drive, and a dual core amd am2 cpu. I have had this result with both
the amd64 and i386 systems. My steps were all conducted today as follows.
install 7.0 release
run freebsd-update
get src tree
build world
build and install kernel
reboot and be greeted
2011 Jan 01
2
Nvidia 3d Vision
Is there anyway to get World of Warcraft to use stereo 3d with the NVidia 3d vision goggles under linux using wine? or do i just have to resign myself to keeping a copy of windows on my computer?
2005 May 05
1
OpenOffice Conversion
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
List,
I have a rather unique question, that perhaps can be answered easily
here.I did search google and only came up with one app that does
this exact thing; however, it's an expensive tool. Thusly, not my
cup of tea.
I have need to convert approximately 100 documents in Openoffice's
native format to Microsoft Word's native format.
2015 Jun 12
0
CFP The 11th International Conference on Computer Vision Theory and Applications - VISAPP 2016
CALL FOR PAPERS
The 11th International Conference on Computer Vision Theory and Applications
? VISAPP 2016
Website: http://www.visapp.visigrapp.org/
February 27 ? 29, 2016
Rome, Italy
Regular Papers
Paper Submission: September 17, 2015
Authors Notification: November 12, 2015
Camera Ready and Registration: November 27, 2015
Position Papers
Paper Submission: October 29, 2015
2015 Jun 12
0
CFP The 11th International Conference on Computer Vision Theory and Applications - VISAPP 2016
CALL FOR PAPERS
The 11th International Conference on Computer Vision Theory and Applications
? VISAPP 2016
Website: http://www.visapp.visigrapp.org/
February 27 ? 29, 2016
Rome, Italy
Regular Papers
Paper Submission: September 17, 2015
Authors Notification: November 12, 2015
Camera Ready and Registration: November 27, 2015
Position Papers
Paper Submission: October 29, 2015
2009 Apr 08
2
sftp-server "audit" logging
Hello
I would like to ask you for any assistance regarding sftp-server logging.
Till now i used openssh-4.4p1.sftplogging-v1.5.patch + openssh-4.4p1, that was later replaced by filecontroll patch. With openssh-4.4p1.sftplogging-v1.5.patch I could specify SFTP server logging in sshd_config like this:
LogSftp yes
SftpLogFacility LOCAL7
SftpLogLevel INFO
That did sftp logging like
2017 Jun 06
1
vendor_id state='off' not working as expected
Hi All,
I'm trying to counter VM detection methods for a malware sandbox, using
Pafish as a benchmark tool.
https://github.com/a0rtega/pafish
I have <hyperv><vendor_id state='off'/></hyperv> defined in a Windows 7
domain on Ubuntu 17.10, but for some reason this just changes the
hypervisor vendor to "Microsoft Hv" instead of the default
2015 Jun 12
0
CFP The 11th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications - VISIGRAPP 2016
CALL FOR PAPERS
The 11th International Joint Conference on Computer Vision, Imaging and
Computer Graphics Theory and Applications ? VISIGRAPP 2016
Website: http://www.visigrapp.org/
February 27 ? 29, 2016
Rome, Italy
Regular Papers
Paper Submission: September 17, 2015
Authors Notification: November 12, 2015
Camera Ready and Registration: November 27, 2015
Position Papers
Paper
2015 Jun 12
0
CFP The 11th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications - VISIGRAPP 2016
CALL FOR PAPERS
The 11th International Joint Conference on Computer Vision, Imaging and
Computer Graphics Theory and Applications ? VISIGRAPP 2016
Website: http://www.visigrapp.org/
February 27 ? 29, 2016
Rome, Italy
Regular Papers
Paper Submission: September 17, 2015
Authors Notification: November 12, 2015
Camera Ready and Registration: November 27, 2015
Position Papers
Paper
2007 Aug 04
1
Time Limit on Call or Conference Room? "NEW ASTERISK PROVERB"
> On Fri, 3 Aug 2007, JR Richardson wrote:
>
> > Can anyone point me int he right direction?
>
> At the risk of coming off in a gratuitiously self-aggrandising manner
> quoting myself:
>
> http://lists.digium.com/pipermail/asterisk-users/2007-May/188438.html
>
> --
> Alex Balashov
Thank you, Alex.
As I've said many times, this community has the
2007 Mar 28
2
Meetme cant handle more than 5 users in a call?? hmmmm
Meetme cant handle more than 5 users in a call?? Hmmmm
http://www.voip-news.com/feature/asterisk-voip-pbx-right-choice-032707/
hmmm I'm all for commercializing a product, but this FUD from Fonality
seems to be taking it just a little too far
Regards,
Dean Collins
Cognation Pty Ltd
dean@cognation.net
<mailto:dean@cognation.net> +1-212-203-4357 Ph
-------------- next
2008 Nov 18
2
lmer p-values for fixed effects missing
I am trying to replicate the repeated measures example from Dr.Faraway's book
(Extending the linear model with R) as follows:
data(vision)
vision$npower <- rep(1:4,14)
mmod <-lmer(acuity~power+(1|subject)+(1|subject:eye),vision)
When I look at the fixed effects p-value, it is missing. Am I missing
something here?
Thanks.
Fixed effects:
Estimate Std. Error t value
2018 Jan 11
0
R-hts
thanks jeff and jeremie,
i am attaching 40 rows of the data, randomly picked from the large table.
the vars are - entity (1-46, with some missing IDs not included due to
missing data), group (1/2), sub group (1/2/3/4), year (2002-2016), y, x1
and x2 - large values included due to size of players - (may not be
considered as outliers as they constitute the sample and are important
countrywide
2006 Dec 16
0
The Bull is Back
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name="GENERATOR">
</HEAD>
<BODY>
<DIV><FONT color=#800000><STRONG>INVESTMENT ALERT FOR OUR
2006 Dec 16
0
Ride the Bull Today
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name="GENERATOR">
</HEAD>
<BODY>
<DIV><FONT color=#800000><STRONG>INVESTMENT ALERT FOR OUR
1998 Nov 02
0
Fw: SAMBA digest 1861
There was an interruption in mail service and your memo was not sent.
Please re-send your message.
Thank-you
-----Original Message-----
From: samba@samba.anu.edu.au <samba@samba.anu.edu.au>
To: Multiple recipients of list <samba@samba.anu.edu.au>
Date: Sunday, November 01, 1998 1:24 AM
Subject: SAMBA digest 1861
> SAMBA Digest 1861
>
>For information on unsubscribing
2005 Oct 12
2
Monitor DTMF problems
Hello
We have discovered a problem with DTMF on Asterisk.
We have a setup with a T1 from PSTN going into an Asterisk box, and
then out again on T1 and into a normal PBX (EADS)
We use it to record all calls going to/from the PBX.
The problem is that when we record the calls (with MONITOR command),
DTMF tones gets obscured, and is not understood in the other end, if
we dont Monitor, there are no