search for: theserver

Displaying 20 results from an estimated 20 matches for "theserver".

2016 Aug 30
1
"Windows" share issue; access via smb:// fails, "mount -t cifs" works
...I try to access something through smb://. I thought at first that this meant there had been some kind of change related to permissions on the shares, but now I find that I can mount them just fine using "mount -t cifs". In other words, I get: gvfs-mount smb://mydomain\;toralf.lund at theserver/myshare Password required for share myshare on theserver Password: Password required for share myshare on theserver Password: Password required for share myshare on theserver Password: [ I enter the correct password, but gvs-mount keeps asking... Behaviour is the same if I try to open the URL in...
2016 Apr 05
2
Specifying path to a windows server
Windows 7 (local computer) Windows server (server I am trying to reach) I need to read a file whose windows path is of the form \\Theserver\mydirectory\data.csv You will note that as per windows standards the server name is preceded by two backslashes. I am not sure how to specify this in R. One usually needs to specify an escape characters in a path new which would suggest my path should be \\\Theserver\\mydirectory\\data.csv...
2001 Mar 15
3
Support for here documents with sftp client in OpenSSH 2.5.1p1-1 (RH Linux 6.2 [2.2.x kernel])
...to use sftp as a drop in replacement for some simple FTP transfer scripts. In particular, the ftp client allows specifying the password in the "user" command: user <account> <password> The scripts use here documents to perform the transfers. For example: ... ftp -n -i -v $theServer >$logFile 2>&1 <<! user $account $acctpw cd $theDir get *.dat quit ! ... It doesn't appear that OpenSSH's sftp client can do this. Is it possible to specify the password as part of the command line? I thought this might work: sftp $account:$acctpw@$theServer <<! c...
2006 May 10
6
how many mongrels to start
is there a way to determine how best to determine the number of mongrel processes to start? Right now i am running 2 in production but I see some people run about 8 or so. What is the cutoff and determening factor for this ? thanks adam -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 06
0
[Q] Web Admin Setting
...cecast 1.3.11, and everything has been ok until now, except for one thing: when I try to set a variable from the Icecast Web Interface (/admin=set page) I get the next message: "You must supply a variable to be changed" The link that Icecast generates is something like this: http://www.theserver:8000/admin?mode=change&argument= Obviously at the end of the link left the variable's name. I can only change the variable's value (encoder_password in this case) if I write directly the next line in the browser: http://www.theserver:8000/admin?mode=change&argument=encoder_pass...
2004 Aug 06
0
[Q] Web Admin Setting
...cecast 1.3.11, and everything has been ok until now, except for one thing: when I try to set a variable from the Icecast Web Interface (/admin=set page) I get the next message: "You must supply a variable to be changed" The link that Icecast generates is something like this: http://www.theserver:8000/admin?mode=change&argument= Obviously at the end of the link left the variable's name. I can only change the variable's value (encoder_password in this case) if I write directly the next line in the browser: http://www.theserver:8000/admin?mode=change&argument=encoder_pass...
2010 Apr 30
1
Device not configured (explanation)
...ved with the development of LBackup <http://www.lbackup.org> Recently there was a post to the lbackup-dicussion mailing list. <http://tinyurl.com/lbackup-discussion-device-not> Within the post they reported the following error: > rsync: read > "/Volumes/Drobo_HD/lbackups/theserver.Homes/Section.0/Faculty/andrewmac/.DS_Store": > Device not configured (6) I am curious to know if anyone else has seen this error on Mac OS X. In addition, is any one able to shed some light on what conditions may cause this error to occur? Any assistance, pointers, advice would be much...
2005 May 03
1
Problems with Tiger SMB connections
...on another mailing list, I was hoping people here may have some ideas? Thanks, Trevor --- Is anybody else having problems connecting to SMB shares with Tiger? I appear to authenticate ok, but then I get this error. The Finder cannot complete the operation because some data in "smb:// <theserver/theshare>" could not be read or written. (Error code -36). I check the logs and found these two entries every time I've tried to connect. May 3 12:43:49 Nugget kernel[0]: smb_maperr32: no direct map for 32 bit server error (0xc00000bd) May 3 12:43:49 Nugget kernel[0]: smb_maperror:...
2017 Jun 21
1
encoding/locale problem with ssh -X
...| library("ggplot2") | qplot(1:10, 1:10) | ## this works still | | qplot(1:10, 1:10) + xlab("gr??e") | ## ERROR `---- My setup: - locally: Linux (Debian GNU/Linux 9) - remotely Linux (RHEL Server release 7.3 (Maipo) (Maybe) relevant bits of my .ssh/config: ,---- | Host theserver | HostName XXX.XXX.XXX.XXX | ForwardX11 yes | ForwardX11Timeout 596h | IdentityFile ~/.ssh/id_rsa | IdentitiesOnly yes | ForwardAgent yes | ServerAliveInterval 300 `---- Thanks in advance for your help! Best, Andreas
2007 Mar 24
2
Mongrel Performance Tuning questions
...testing for one of my rails apps and am pretty confused about what the ''best'' way to do this is. I read the tuning article at http://mongrel.rubyforge.org/docs/how_many_mongrels.html but am getting some weird numbers from the tests recommended at the bottom: httperf --server www.theserver.com --port 80 --uri /tested --num-conns <10 second count> httperf --server www.theserver.com --port 80 --uri /tested --num-conns <10 second count> --rate <reported req/sec> I''m running this with 1 mongrel behind nginx with 6 workers. Serving up static files seems fine, a...
2012 Aug 21
1
weird rsync issue
rsync fails on some directories while on others it works without issue. Here are the inportant items: On theserver from which directories are being copied: more /etc/rsyncd.conf <snip> [abcd] path = /xyz/abcd comment = abcd uid = 0 gid = 3 read only = yes list = no auth users = test-abcd secrets file = /etc/rsyncd.passwd strict modes = true hosts allow = <IP> refuse...
2016 Sep 02
0
CentOS Digest, Vol 140, Issue 1
...; > Oh, and some other posts I found seem to indicate that mount.cifs > doesn't support SPNEGO yet, so I guess that's why a "normal" mount works. > > - Toralf > > >> >> In other words, I get: >> >> gvfs-mount smb://mydomain\;toralf.lund at theserver/myshare >> Password required for share myshare on theserver >> Password: >> Password required for share myshare on theserver >> Password: >> Password required for share myshare on theserver >> Password: >> >> [ I enter the correct password, but gvs-mo...
2002 Jul 23
0
Saving printer settings trouble
...help me to see the light out of the tunnel ;D Thanks Here goes my smb.conf file, with sensitive info removed: ------------ # Samba config file created using SWAT # from 0.0.0.0 (0.0.0.0) # Date: 2002/07/22 11:40:56 # Global parameters [global] workgroup = WGRP netbios name = THESERVER netbios aliases = THESERVER_ALIAS server string = Samba Server security = DOMAIN encrypt passwords = Yes password server = * log file = /var/log/samba/%m.log max log size = 0 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192...
2003 Apr 23
2
Windows 2000 Domain roaming profile problem.
Dear All, I use samba 2.2.7a-8.9.0 on red hat 9.0. I configure Windows 2000 = domain. Samba is configured as a client using security=3Ddomain. I can = redirect folder (My documents, and so on) to samba. However, I can not = roaming user's to store in samba server. It displays "Can not load = profile, attempt to use local profile." Would you please tell me how to = solve this
2001 Mar 16
3
Browsing [PLEASE]
Hi, I've asked this question some days ago but nobody answered me. Now I ask again. If it's a Problem with the 'data' included please tell me. I'll try to configure browsing on W2k and ME Clients. But every time I'll get a No such Workgroup error. All clients are in the same Workgroup (no cross Subnets) Samba is configured as local master browser and a guest user is set
2006 Aug 28
6
Why the render speed is still so slow under apache?
<% for demand in @demands %> <% cache(:action => ''list'',:part => article.id) do -%> <%= render :partial => ''article''} %> <% end %> <% end %> Under webrick,the time that list rendering costs will be very soon,but under apache2.2+mongrel_cluster, the rendering still takes a long time- which occupies about 95% of the
2010 Mar 14
2
dahdi-linux-complete-2.2.1+2.2.1 failed to compile
...############# make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.2.1+2.2.1/tools' make -C tools config make[1]: Entering directory `/usr/src/dahdi-linux-complete-2.2.1+2.2.1/tools' install -D dahdi.init /etc/init.d/dahdi /sbin/chkconfig --add dahdi insserv: warning: script 'S20theserver' missing LSB tags and overrides insserv: warning: current start runlevel(s) (0 6) of script `umountfs' overwrites defaults (empty). insserv: warning: current start runlevel(s) (0 6) of script `umountroot' overwrites defaults (empty). insserv: warning: script 'dbus' missing LSB...
2005 Aug 25
6
net rpc rights command
Hello, i updated my samba to version 3.0.20 on a suse 9.2 system. I thought, some new net rpc commands need samba 3.0.13. But I get faults with the command: amd:~ # net rpc rights grant testuser10 SeMachineAccountPrivilege [2005/08/25 02:45:35, 0] param/loadparm.c:map_parameter(2536) Unknown parameter encountered: "enables privileges" [2005/08/25 02:45:35, 0]
2004 Aug 06
5
question about icecast & winamp & media player
Hi, It's been pretty quiet as of late. I have a question. I have an icecast server housed at my provider with a very good internet connection. At work I'm using an ADSL line, which should be sufficient to listen to the 128K streams I'm sending out. However, when I listen with WinAmp, after about half an hour the stream stutters and stops. I can restart it and listen again but it
2008 May 21
35
DO NOT REPLY [Bug 5478] New: rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Broken pipe (32)
https://bugzilla.samba.org/show_bug.cgi?id=5478 Summary: rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Broken pipe (32) Product: rsync Version: 3.0.3 Platform: Other URL: https://bugzilla.samba.org/show_bug.cgi?id=1959 OS/Version: Linux Status: NEW Severity: normal