search for: werid

Displaying 20 results from an estimated 26 matches for "werid".

2011 Sep 07
1
Werid things when write.table
Hello, I am having some issues with the order write.table. The fact is that I need to use "," as the decimal character and not "." as default, and when I use: write.table(Sales,file="Sales.xls",quote=FALSE, sep = "\t", dec = ",", row.names = FALSE, col.names = TRUE) It does it perfectly, but then, in a different part of the code:
2011 May 24
2
IMAP Label Updates not showing up across shared account
Dovecot 2.0.13 Centos 5.4 x86_64 2.6.18-164.9.1.el5 (on ESXi) OS/Logs on local storage, /home all on NFS server for datastore (NFS Store Centos 5.5 x86_64 2.6.18-194.11.1.el5) Thunderbird 3.1.10 on XP/W7 Desktops We are seeing a werid issue where there is a delay of up to a few mins in seeing label updates on messages. I have confirmed that Thunderbird is sending the update to the server with WireShark, its just additional users connected to the same mailbox do not see them. Marking a message as Seen/Un-Seen happens faster just...
2005 Jun 09
1
the svDialogs package
Hi Philippe and R community, I am trying to use some functions from the svDialogs package but I get some werid errors I do not understand: > library(svDialogs) > m_list <- as.list(1:10) > guiDlgDoubleList(m_list, m_list) Error in guiDlgDoubleList(m_list, m_list) : Not yet implemented! > guiDlgList(m_list) Error in guiDlgList(m_list) : couldn't find function "guiSetFont...
2006 Mar 29
1
Custom Quotas
...ting mail architecture. It's proving to be a difficult exercise, mainly because of how we structure our quotas. In our system, the quota covers more than just email. We have a single quota that covers email, ftp directory, and personal homepage. The quota is stored in a mysql database, in a werid table structure. The quota allocation is stored against the user, while the quota usage is stored in 3 rows per user, in a seperate table; One row each for www, email, and ftp per user. I'm currently trying to figure out how we could integrate this quota into Dovecot. I'm quite happy to...
2004 Apr 08
1
Accent with winbind and pam_mkhomedir
Hello I am using Winbind to authenticate user against an NT Domain. client are mainly using Win98 I use pam_mkhomedir to auto create home directory of my users. everything work fine. even the accents in the shared directory but when i try to logon for the first time with an accented username it create a home directory with strange characters invit? seen from win98 and invi_ seen from linux.
2002 Sep 21
7
Another printing problem...
I'm running samba 2.2.3a-6 under Debian (testing) and I am having a heck of a time getting Windows 2000 to print to my printer. I keep getting that "Access denied, unable to connect" message. At one point I had it so you could print test pages, but as soon as you tried to print from an application, it would break. However, that doesn't even work anymore. I've been reading
2012 Mar 18
2
PATCH: Add test for metaflac --add-replay-gain
Erik, I cannot reproduce the problem you see with either dash(1) or bash(1). > test case62: --import-picture-from... OK > Testing FLAC file with unknown metadata... OK > Testing FLAC replaygain 8000 (8000 x 1) ... OK > Testing FLAC replaygain 11025 (11025 x 1) ... OK > Testing FLAC replaygain 11025 (11025 x 1) ... OK > Testing FLAC replaygain 12000 (12000 x 1) ... OK >
2007 Jan 19
9
werid error, please help
Hi all, I updated to Rails 1.2.1. However, when I tried to access the URL http://localhost:3000/ i get this Application Error Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html I removed the default index.html and route it to Account controller. If you read the log below, it seems that the AccountController is
2006 Mar 09
4
IVR woes
...sically the problem is this. While the playbacks are happening you can push any one of the options and to happily goes off and does it. However, if you wait until the messages stop playing back it just hangs up with the error at the bottome of this message. Any help in finding a solution to this werid problem would be greatly appreciated. The IVR context and console logs are: [lcl-ivr-main] ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; This is the main number IVR menu system ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; exten => s,1,Answer ex...
2023 Mar 30
1
[PATCH] mm: Take a page reference when removing device exclusive entries
John Hubbard <jhubbard at nvidia.com> writes: > On 3/28/23 20:16, Matthew Wilcox wrote: > ... >>> + if (!get_page_unless_zero(vmf->page)) >>> + return 0; >> From a folio point of view: what the hell are you doing here? Tail >> pages don't have individual refcounts; all the refcounts are actually I had stuck with using the page because none of
2002 Sep 08
1
%L substitution...
Quick question for the Samba team, Just wondering if there is a reason that a %L substitution changes the WHOLE string after the substitution to lowercase (in standard_sub_basic)? This was causing me a big headache as I was using a %G later in the string, and this was being translated into a %g... Here's the relevant section of code from lib/substitute.c: case 'L' :
2002 Oct 07
0
Strange printer driver upload prob..
...y amount of time later, I will try again and the printer properties will display and I can upload again. But again, I'll only be able to get into the properties of one printer, and I'll have to wait again... Sometimes the "Printers and Faxes" share will completely disappear.. Werid.. I've tried this process on 3 different XP clients, and have observed the same problems, so I'm assuming it's something to do with my server set up... Here's my smb.conf stuff relating to printing: [global] printer admin = printadmin printing = cups printcap...
2002 Oct 15
1
trailing $
Here is the situation. I have NT 4.0 acting as a PDC on machine A. On machine B, I have Sun PC Netlink running on a solaris machine. In the PDC all home dirs are mapped to \\pcnetlinkserver\username$ I'm trying to replace PC Netlink with Samba on Machine B. The problem is I can't figure out how to make samba do the right thing when presented with username$. Mounting a username
2003 Sep 11
1
samba samba-3.0.0rc3 make install error
Hi all, I am trying to compile samba-3.0.0rc3 on solaris9 x86 make install booms out with an error. ./configure --prefix=/data4/samba --with-profiling-data --with-quotas --with-sys-quotas --with-acl-support make make install .... .... Installing bin/CP850.so as /data4/samba/lib/charset/CP850.so Installing bin/CP437.so as /data4/samba/lib/charset/CP437.so ./install-sh -c bin/libsmbclient.so
2003 Nov 12
2
problem with pipes (PR#5053)
...directory WINNT writing result to stdout You can replace #1 with any other command which outputs to stderr and #2 with any other command that outputs to stdout. I just chose those commands since they come with Windows. If you start up R and run a pipe which executes \a.bat one gets the following werid behavior on Windows 2000: > readLines(pipe("\\a.bat")) [1] "" [2] "C:\\Program Files\\R\\rw1080>net /? " [3] "The syntax of this command is:"...
2019 Aug 05
1
samba dlz. bind9 nslookup is wrong
On 05/08/2019 11:54, Patrik wrote: > my problem is that this is a simple config, i have 2 subnets on 1 > server (business? ISP with static ip / home for downloading and > dynamic ip) > *_ > _* No, your problem is that you do not understand AD DNS ;-) Your Samba AD DC is authoritative for the AD dns domain and should only know about the AD domain, it should forward anything
2003 Dec 25
1
problem with pipes (PR#5053)
...directory WINNT writing result to stdout You can replace #1 with any other command which outputs to stderr and #2 with any other command that outputs to stdout. I just chose those commands since they come with Windows. If you start up R and run a pipe which executes \a.bat one gets the following werid behavior on Windows 2000: > readLines(pipe("\\a.bat")) [1] "" [2] "C:\\Program Files\\R\\rw1080>net /? " [3] "The syntax of this command is:"...
2003 Apr 07
0
Call FWD & the new channel driver chan_local
...zap channel 2 exten => 12,1,Dial(Zap/2,20,tTrm) ;dial ext on zap channel 2 exten => 13,1,Dial(Zap/3,20,tTrm) ;dial ext on zap channel 3 ;... [remoteexts] exten => 1001,1,Dial(IAX/guest@myBuddy.org) ;some iax friend hosts exten => 1002,1,Dial(${TRUNK1}/12505552323) ;some PSTN ;all other werid exts that need to be used h323, SIP etc [us] exten => _91NXXNXXXXXX,1,Dial(${TRUNK2}/${EXTEN:1}) [intl] exten => _9011.,1,StripMSD,1 exten => _011.,2,Dial({$TRUNK1}/1BYEXTENSION} [local] exten => 0,1,Dial(${TRUNK1}/0) exten => 411,1,Dial(${TRUNK1}/411) exten => 911,1,Dial,${TRU...
2003 Mar 19
2
WINBIND with usernames with &
Samba doesn't allow connections from usernames that have & in them. For example, using 2.2.5 and winbind with security = DOMAIN password server = win2kmixed workgroup = MIXEDDOMAIN all my users can login, (for example MIXEDDOMAIN+aho, MIXEDDOMAIN+tdickson), but my users named "&" and "bobalso&" (which should be MIXEDDOMAIN+& and MIXEDDOMAIN+bobalso&)
2017 Aug 25
4
[Bug 2765] New: ssh-copy-id appears to hang indefinitely when the target user has no password
...ial Priority: P5 Component: ssh-copy-id Assignee: unassigned-bugs at mindrot.org Reporter: ymbirtt at gmail.com This is, obviously, a pretty bizarre use-case. Copying an SSH ID to a passwordless user doesn't actually add any security, but it's still a werid issue that ssh-copy-id probably shouldn't exhibit. This can be reproduced on a single node as follows: $ sudo adduser dimwit $ sudo passwd -d dimwit # Never do this $ ssh-copy-id dimwit at localhost # The shell now appears to hang... The issue seems to be with a line containing a call to &quo...