search for: screwi

Displaying 20 results from an estimated 199 matches for "screwi".

Did you mean: screw
2004 Jun 11
1
CLI messages screwy?
CVS head from about a week ago. I have iax.conf sections called [benfax] with a username=benfax in it as well as a section called [bendummy] with a username=bendummy... When a number comes in to my fax DID I call benfax on my other * box. However the CLI looks like this on the * box taking the incoming PSTN call: -- Accepting call from 'xxx5485278' to 'yyy2595' on
2011 Oct 05
0
Re: Screwy guide on the regression testing wiki page
jjmckenzie wrote: > Also, the OP is always free to update anything on the Wiki that they > find confusing or just plain incorrect. It does not take a developer > to do this. > You might try actually reading the thread you're responding to.
2011 Sep 03
2
Screwy guide on the regression testing wiki page
I'm confused by this: > > ... then you need to reset your bisect and use that "Release x.x.xx" as your first good bisect (wine-x.x.xx). This particular bisect output is just a version tag, meaning that no real code was changed (and so cannot have made your problem appear). All the "good" bisects you've set tells GIT that all that code is good, until wine-x.x.xx
2011 Mar 05
5
1.3.15, mouse screwy now on OSX.
not sure if its just me or anyone else noticed this... but mouse control in games is basically impossible now in 1.3.15. like holding down the right mouse button and moving the mouse to move a character direction just barely moves or jumps, or just stops moving, or then spins around... its horrid. 1.3.14 and earlier are still working fine without that problem. Is anyone else seeing this? is it
2002 Dec 22
3
.ssh files
I burned an .iso cd of the home dir of a server, my .ssh files are there, but if I restore from the cd using rsync -azurvp /mnt/cdrom/.ssh/* ~/.ssh the permissions seem screwy. I'm trying to use my id_dsa ssh key to login to other servers, but they don't acknowledge the key because the "permission are incorrect". Any Suggestions? Did i screwup, by using mkisofs &
2009 May 09
3
Nagios Monitoring with xentop
I am creating some custom nagios plugins and I am scraping data from xen using the nagios command: /usr/sbin/xentop -b -i 2 -d1 I am trying to get the network tx / rx data, however I think I am missing something here. NETTX(k) NETRX(k) So total network bandwidth is 1048576 k if the above header from xentop is true. So I am wondering why the output for each vm exceeds the theoretical max, Is
2006 May 10
2
Legend titles in log plots broken? (ver. 2.2.1)
Legend titles work in linear plots: curve(1/x, xlim = c(0, 1)) legend(x = 'topright', inset = 0.04, legend = '1/x', lty = 1, title = 'Legend Title') But when you change to a log plot on either dimension things get screwy: curve(1/x, xlim = c(0, 1), log = 'y') legend(x = 'topright', inset = 0.04, legend = '1/x', lty = 1,
2017 Jun 02
3
failed to call wbcGetpwnam/wbcGetgrnam/wbcGetpwsid WBC_ERR_DOMAIN_NOT_FOUND
Arch doesn't have versions, it's a rolling release. Also, it's a DC not a Domain Member. I gave my versions at the beginning of this discussion. I'm 99% sure it's something screwy with this installation/provision but I've checked all the usual suspects. On 2 June 2017 at 11:44, Rowland Penny <rpenny at samba.org> wrote: > On Fri, 2 Jun 2017 10:02:10 +0100 >
2002 Sep 17
2
configuration & cups
I seem to be having a great deal of trouble with cups and samba configuration. cups seems to go on and off and it works and doesn't work. I think I need some help on my samba configuration. Generally, it has worked well on another machine, but my current setup seems a bit screwy. System: FreeBSD 4.6.2; cups-1.1.15.1; cups-base-1.1.15.1_4; cups-lpr-1.1.15.1_1;cups-pstoraster-7.05.5;
2013 Mar 10
2
Writing to Spreadsheet issues
I am having trouble with this code: trOne <- read.csv("*.csv", header=TRUE) srOne <- read.csv("*/SRdivision1.csv", header=TRUE) row = 1 for (g in 1:162) { e = trOne[g, "END_TIME"] s = trOne[g, "START_TIME"] q = trOne[g, "OCC_TIME"] r = trOne[g, "R_TIME"] gazeSum = 0 n = 0 print(g) while (s <= e) { if (srOne[row,
2020 Jun 23
0
Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)
On Tue, Jun 23, 2020 at 04:49:40PM +0200, Joerg Roedel wrote: > > We're talking about the 3rd case where the only reason things 'work' is > > because we'll have to panic(): > > > > - #MC > > Okay, #MC is special and can only be handled on a best-effort basis, as > #MC could happen anytime, also while already executing the #MC handler. I think
2004 Aug 13
1
Shaping. What I thought would be simple...
Two questions here... Im using 2.0 as my NAT gw box between my cable modem and my internal home network. #1 - Shaping Implementation How would I configure shorewall to give the highest priority for traffic to & from an IP address on my internal network. Maybe Im being a bit dense, but I couldnt figure it out. #2 - SSH & Shaping Strategy Well I managed to figure out how to give ssh
2004 Dec 18
1
Postfix Install error
I'm trying to install postfix-2.0.16-14.RHEL on a newly installed CentOS 3.3 boxen and I get the following error: Preparing... ########################################### [100%] 1:postfix ########################################### [100%] link /usr/share/man/man8/sendmail.8.gz incorrect for slave mta-sendmailman (/usr/share/man/man1/sendmail.1.gz
2004 May 10
1
ztcfg and Aastra 390 phones
I am wandering if anyone can explain this unusual scenario. I am running Asterisk on Fedora. After the box boots, I run insmod wcfxs at a command line. The phones keep the red message light on and are in a state like they are not recognized yet. If I then run the command ztcfg, I don't get anything after the command, meaning that everything should be OK in zapata and zaptel confs and the
2004 Aug 02
1
G729 or GSM
Dear all. I recently subscribed to a VoIP provider through IAX. The require to connect with either G729 or GSM, I chose G729 based on their recommendation. The service works very well, however ... people mentions how distorted our voice sounds. We have plenty of bandwidth available so I don't think it comes from our side. What it means is that it comes from two things: 1-G729 gives bad
2008 Oct 07
2
After update and compilation of Wine - version isn't changed
I downloaded Wine sources using git-gui, compiled it and it worked great. Then I wanted to update it, so I run sudo make uninstall, then in git-gui I did remote - fetch from origin. Then I did ./configure make depend make -j4 sudo make install And when I checked the version with wine --version, it gave me the old one wine-1.1.5-399-g82f77cc instead of wine-1.1.5-xxx-g3a2dda1 where
2009 Nov 13
1
guestmount symlink issues
I'm trying to use guestmount to install some kernel modules in a guest: [mbooth at mbooth linux-2.6 (amit)]$ make modules_install INSTALL_MOD_PATH=~/etch ln: creating symbolic link `/home/mbooth/etch/lib/modules/2.6.32-rc6/source': No such file or directory make: *** [_modinst_] Error 1 I think something's screwy with symlinks. In the following, /tmp/source is a symlink, and I
2001 Mar 17
2
Drive mappings
Hello again list! I'm attempting to use the following command in a startup batch file: net use U: \\mail\%U however when win9* runs this file on logging in, it tries to map \\mail\u Why isn't samba preprocessing this directive? (\\mail is NOT the name of the samba server doing the login authetication!) Please respond to mblinn@peopleplaces.org -- my mail client may be configured
2001 Dec 08
2
starting samba
I am running Redhat 7.1 and am trying to use V scripts to start samba as a Daemon. I have put the script in /etc/init.d and put a symbolic link in /etc/rc3.d with the file name S70samba (so it's /etc/rc3.d/S70samba points to /etc/init.d) But it will not start during boot! Does anyone have a script that I can use, I think the one I have is screwy.
2003 Oct 22
1
nmbd + smbd crash apon starting
Anyone seen anything like this before? I start samba and both nmbd and smbd crash imediatly. Winbind stays running but the other 2 crash, Below is my log files. Anyone have any idea why this is happening? Is my Lib.c fubar or somethin screwy or do I have some setting wrong? Chris -------log.smbd------------------------------------------------- [2003/10/22 15:54:41, 0] smbd/server.c:main(747)