similar to: two questions

Displaying 20 results from an estimated 400 matches similar to: "two questions"

2008 May 07
0
got stuck in setting up samba to linux box through putty tunneling
I read the posting below. but I have not figured out why my vista pc won't work. here is what I did - 1. I disable window file sharing; 2. in putty, i add a tunnel: ???? source port: 445 ???? destination port: my linux box IP: 139 ? ?I forward 80. i see http://127.0.0.1 yields my web server's start page. 3 i also use secpol.msc and change local policies -> security options. By default
2007 Mar 05
1
Samba over SSH to Windows Vista
After having scoured the net for a way to do SMB over SSH with Windows, I've tried everything I have found and I still can't get it to work. I'm using Windows Vista as the client and FC6 with Samba 3.0.24-1 as the server. I have set up a share and can successfully connect to that share with no ssh tunnel. I would like to tunnel SMB over SSH, so here is what I have tried: 1.
2018 Feb 16
0
Sieve to process list mail based on list-ID
Op 2/16/2018 om 3:36 AM schreef @lbutlr: > Before I spend a lot of time trying to replicate a procmail script that automatically sorts list mail into mailboxes based on the List-ID header (and possibly some other data) I thought I'd check if someone had already done this for sieve. > > Basically, what I do now in procmail is > > 1. Get the listname from the List-ID header (or
2006 Aug 11
3
IMAP4rev1 broken with evolution
Hi, I'm running 1.0rc6 on Solaris/SPARC, compiled myself against openssl. Client is Evolution 2.6.2 on my gentoo x86 laptop. As Dovecot is not yet productive, we run it parallel to UW-imap, on other ports. I use TLS. If I configure my evolution client with server-type IMAP, everything works fine. However, dovecot claims IMAP4rev1 support. However, when I set server-type to IMAP4rev1 in
2018 Feb 16
4
Sieve to process list mail based on list-ID
Before I spend a lot of time trying to replicate a procmail script that automatically sorts list mail into mailboxes based on the List-ID header (and possibly some other data) I thought I'd check if someone had already done this for sieve. Basically, what I do now in procmail is 1. Get the listname from the List-ID header (or List-post/List-owner if no ID) 2. check against a list of
2018 Feb 16
0
Sieve to process list mail based on list-ID
On 16.02.2018 04:36, @lbutlr wrote: > Before I spend a lot of time trying to replicate a procmail script that automatically sorts list mail into mailboxes based on the List-ID header (and possibly some other data) I thought I'd check if someone had already done this for sieve. > > Basically, what I do now in procmail is > > 1. Get the listname from the List-ID header (or
2007 Feb 12
5
dead bodies stacking up in Drafts folder
Hi, Setup : Apple Mail 2.1.1 (752.3) on Intel MacBook Pro and Dovecot 1.0rc22 on Solaris 9/SPARC. I use IMAP/TLS. Problem : mails are stacking up in the Drafts folder. When I start writing a mail, it appears in the drafts folder, and usually disappear as desired when I hit "Send". It then appear in the "Sent" folder. Sometimes, a draft versions stays in
2007 Mar 01
1
Thunderbird : open() failed with index file /home/XYZ/mail/.imap/Trash/dovecot.index: Not a directory
Hi, almost everything is in the subject. Server : Solaris 9 /SPARC, Dovecot 1.0.rc22 Client : Mac OS X 10.4.8 (8L2127) Kernel-Version: Darwin 8.8.1 Thunderbird is: german Version 1.5.0.9 (20061207) With OS X Mail.app, message deletion works. With Thunderbird, a warning popup appear on the desktop. English translation is about "command failed, internal error occurred".
2006 Sep 29
1
need %u parameter for lpq command
Hi, I'm developing a script for "lpq command". It would need a %U option so that the script can know which user asked for the job list. Currently, lpq command seem to only serve %p. Is there any hope to get %U ? I see that my script run as root, so I assume the calling user info is lost ? TIA, Charles -- Charles Bueche <charles@bueche.ch> sand, snow, wave, wind and net
2006 May 30
1
Url encoding Help Pls!
Hi guys, it''s me again, I want to come up with the following url: www.mysite.com/webpage?myid=1 I keep coming up with the following url: www.mysite.com/webpage%3Fmyid%3D1 require ''uri'' $myurl = URI.escape("webpage?myid=") redirect_to(:action => $myurl + 1 ) what am I doing wrong? I also tried require ''cgi'' $myurl =
2008 Dec 05
2
adding rows as arithmatic calculation on original rows
Dear R users, Suppose I have the following data.frame: myID myType myNum1 myNum2 myNum3 a Single 10 11 12 b Single 15 25 35 c Double 22 33 44 d Double 4 6 8 and I want to have new records: myID myType myNum1 myNum2 myNum3 e Single 12.5 18
2004 Aug 24
2
bug or no?
The following code prints [1] 2, as it should temp<-function(ab,...){ print(ab) } temp(2,s=3) However, this code prints [1] 3: temp<-function(sb,...){ print(sb) } temp(2,s=3) It should still print [1] 2. It appears that if a variable in ... begins with the same letter as another variable, the value in the variable in ... overwrites the value in the variable with the same first letter. I
2004 Jun 07
1
not working : valid users = @"DOM+USER"
Hi, I have Samba 3.0.4 on Solaris 9, recent patches applied. Samba is integrated in domain (security = domain). I have compiled and configured winbind, but not pam and no ldap. Ncsd is stopped. Winbind works OK, I can connect to share and users get mapped on-the-fly to UNIX uids and gids in the ranges specified in smb.conf. My config is included below with some tweaks to protect the innocent.
2004 Aug 24
2
function bug (PR#7199)
output of R.version platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 9.1 year 2004 month 06 day 21 language R The following code prints [1] 2, as it should temp<-function(ab,...){ print(ab) } temp(2,s=3) However, this code prints [1] 3: temp<-function(sb,...){ print(sb) } temp(2,s=3) It should still print [1] 2.
2007 Mar 20
1
odbcConnect - no data source and default driver
I am trying to connect sybase sql databast from R using RODBC pkg and getting the following error ( i chnaged names to my*** but when I actually execute it, I put down names explicitly not calling some character strings) > channel = odbcConnect(dsn='mydsn',uid='myid',pwd='mypasswd') Warning messages: 1: [RODBC] ERROR: state IM002, code 0, message [iODBC][Driver
2006 Sep 13
1
sizing a print server for 10'000 users
Hi, I'm building a print-to-PDF queue system for a customer. A Samba queue pass jobs to Ghostscript. The PDF output is then provided back to the user (by email or web URL). My question is on server sizing. It will be on Linux (SLES 9) and will only host the print queue, nothing else. Samba will be joined in the ADS domain, so I can recognize the submitting user (%u). Every Windows client
2003 Feb 21
0
2.2.7a breaks on ATM stack on AIX 4.3
Hi all, we have a very large customer (90'000 PCs) worldwide that has problems with a Samba server. Here are the details : platform : IBM 4-cpu server runing AIX 4.3 Samba : 2.2.7a compiled with gcc 2.95.3 clients : about 100-200, worldwide network : ATM, at least for the server (I don't have more details, sorry) samba config : pretty straightforward, security=server (might be
2003 Feb 28
0
Samba doesn't free network resource with XP clients
Hi all, We are having a difficult time with Samba 2.2.7a on AIX. Since XP clients appeared, we see growing leaked resources on our ATM network adapter buffers. Stopping Samba frees all leaked buffers. The short-term fix is to stop/start samba in a cron job. Hideous quirk at best. The local network admin traced the SMB exchanges, and found that some applications don't generate "SMB
2003 Mar 09
0
staled connections between Samba and password server
Hi all, I'm progressing through an issue we have at a large customer site. We have slowly eliminated the basic issues, but the main problem remain : the Samba server stacks up staled connections/sockets up to max, until the service breaks. A restart flush the staled connections and Samba works again. platform : IBM 4-cpu server runing AIX 4.3 Samba : 2.2.7a compiled with gcc 2.95.3
2009 Feb 22
2
Strange AR error ( column does not exist)
I''m trying to deploy a Rails app on a platform using Thin, after some horrible sessions trying to make it work with fcgi. All is going well, but my Application controller throws this error: ActiveRecord::StatementInvalid (PGError: ERROR: column "firstpeer" does not exist LINE 1: SELECT * FROM "switches" WHERE (firstPeer = 15 OR secondPeer...