similar to: Urgent: unknown ID / metadata socket error

Displaying 20 results from an estimated 300 matches similar to: "Urgent: unknown ID / metadata socket error"

2002 Apr 24
0
*KeyFile = does not work
I am in the process of upgrading a client's server hardware and o/s, and thought while I was at it I would move them to the latest rev of tinc (ie. pre7; I think they are currently on pre3). When I first set the tinc daemon up I couldn't get the *KeyFile = <abs-path-to-key> directive to work as stated in the "manual" on tinc.nl.org, but at that time a lot of the
2001 Jun 27
2
install.packages (PR#998)
The packages feature of Rgui is great! However it looks the directory structure was changed for http://cran.r-project.org/bin/windows/contrib/, such that some the packages are now under /rw1030 (e.g., VR) and are not found by install.packages(). Thus the error message: trying URL `http://cran.r-project.org/bin/windows/contrib/VR.zip' Error in download.file(url, destfile, method, mode =
2001 Jan 25
1
rcmd build
I''m having trouble building a package (named reap) under R1.2.1 Windows2000. I successfully ran d:\R\src\library rcmd check reap but when I run d:\R\src\library rcmd build reap I get the message: Please set TMPDIR to a valid temporary directory I''ve tried setting TMPDIR to d:/temp via: 1) My Computer properties environment variables, 2) at the command line, 3) in Rprofile, and
2002 Jan 09
3
lattice problems under Win2K and R-1.4.0
I'm having problems copying and saving lattice graphs using R-1.4.0 under Win2k. It seems I've see this alluded to recently in R-help. If I do the following example: > data(quakes) > xyplot(long ~ lat , data = quakes) And then try to copy or save the graph as either a metafile or bitmap or if I use any of the bitmap/metafile devices via (for example) >
2002 Apr 16
1
Localization?
Hi everybody! I started using Wine only a few weeks ago and even managed to achieve some success. I'm running a windows program,some kind of medical assistant software.It is using it's own local database, and everithing is stored in files so there is no problem with that.The program works, but I've experienced big trouble getting it to show correctly the cyrrillic symbols. My linux
2006 Apr 19
1
Model.create ignores id attribute
Hello all, I''m inserting records from another system and it looks something like this: Model.create :id=>123, :name=>"asdf" I noticed that the id attribute is ignored (the database will automatically assign an auto_increment id starting from 1). I remember reading about this before: iirc this is done so that you can easily fill in model information from forms, but I
2019 Jun 10
1
Change IP with name on icecast server
Good morning, it is possible to change the ip as shown in a photo in a name. So I would like if it is possible to change the IP I know into a name changing the host file does not work. the machine that hosts the icecast is windows 7 pro Thanks soo much and.. Have a nice day -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jul 20
1
Sharing AD domain info with 2 SBS2003 servers
When I took over as the IT guy in September, there were 2 separate locations with different domains each managed by a SBS 2003 machine. The connection between them was an OpenVPN tunnel. The network was fine and one could see 2 domains in the network. Local and Local2 are working names. From a workstation on Local one could see Local2 in the Microsoft Windows Network, and vice versa from Local2
2000 Nov 14
1
RE: Gnuserv, NTEmacs, Windows 2000 and R
The following becomes more and more a topic for an R mailing list, possibly R-devel. R for Windows crashes are important and should be discussed and debugged with the experts -- which are not reading ESS-help AFAIK. Martin >>>>> "ColCun" == Cunningham, Colin A <colin.a.cunningham@intel.com> writes: ColCun> In my very brief exposure to R, I have
2011 Jun 09
2
Problem with a if statement inside a function
I have a really long functions, and at the end of the function, I am using a if statement to tag certain keywords based on whether they have certain values contained in them. However, the if statement doesn't seem to work. When I had split up the commands into various functions, it worked fine, but I'm not sure what going on now that it's combined into a single function. myfunc
2007 Jan 04
1
samba fails to start.
After a hiccup or two with Samba not wanting to restart, I opted to look for a pid/lock file and found none. Tried to correct by restarting the server and had no success with samba restarting. There are no errors in smbd.log I did apt-get upgrade. No help I did apt-get remove samba, samba and swat went away. I did note that the XXXX pid was not found during install when samba was to be killed.
2007 Jan 04
1
samba needed to network across openvpn tunnel
I have been assued in other places that I need to have Samba and Wins in place touse Windows networking across an openvpn tunnel. back history: There was a network in place when I was hired to replace the former it guy. All ran very smooth with only one networking issue. There were "fights" between the Windows server and the Linux box: The master browser has received a server
2017 Oct 15
2
[Bug 2794] New: ssh-copy-id should use the same default identity file as ssh
https://bugzilla.mindrot.org/show_bug.cgi?id=2794 Bug ID: 2794 Summary: ssh-copy-id should use the same default identity file as ssh Product: Portable OpenSSH Version: 7.6p1 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component: ssh-copy-id
2011 Nov 08
5
Samba-3.6.1 release IPV6 issue
Dear Sir, I am trying to use the shared files from Windows 7 using IPV6 address. But I couldn't able to map or access it through V6 address, though I can access it through IPV4 address. I tried almost every thing whatever I did find on the internet community. I would be grateful to you if you could help me to make this working. If possible please provide all the steps including
2006 Mar 13
3
hfsc and dropped packets
Hi, I''m trying to get a handle on hfsc. Here is my configuration: root@jmnrouter:/jmn# tc class show dev vlan1 class hfsc 1: root class hfsc 1:1 parent 1: ls m1 0bit d 0us m2 225000bit ul m1 0bit d 0us m2 225000bit class hfsc 1:10 parent 1:1 rt m1 191000bit d 25.0ms m2 135000bit ls m1 0bit d 0us m2 135000bit ul m1 0bit d 0us m2 225000bit class hfsc 1:20 parent 1:1 rt m1 22008bit d
2009 Jan 30
2
cram-md5 problem
I just updated to dovecot 1.1.10 from 1.1.2 and now anyone using cram-md5 can't get authenticated. I am using mysql for passwords (in plain text) and home directories. Per some googling I tried to set (in /usr/local/etc/dovecot.conf): # SQL database userdb sql { # Path for SQL configuration file, see doc/dovecot-sql.conf for example args = /usr/local/etc/dovecot-sql.conf
2008 Jul 01
6
validates_associated & foreign keys
Hi, I''m struggling to get the validates_associated to work as I think it should be. I''m using: JRuby 1.1 rails-2.0.2 activerecord-2.0.2 activerecord-jdbc-adapter-0.8.2 My tables in MySQL: CREATE TABLE area_codes ( id INT UNSIGNED auto_increment primary key ... ); CREATE TABLE markets ( id INT UNSIGNED auto_increment primary key, ... ); CREATE TABLE
2006 Oct 10
1
read.table versus read.csv (PR#9284)
This message is in MIME format. --=_6vx1wr5xhvr4 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear R Core Team, Help to 'read.table' claims that 'read.csv' is identical to 'read.table' except for the defaults. However, 'read.table' seems
2017 Jun 25
3
Why are LAN ports not standard on UPSs these days?
Larry, On 2017-06-25 23:26, Larry Fahnoe wrote: > Hi Phil, > > I don't have an answer to your question about the lack of LAN ports, I think it is weird - with everything else being connected to LANs like fridges etc . . why not UPSs? > but can offer my experience with NUT for a home server environment. > I've tended to prefer the Tripp-Lite UPS systems, mainly
2009 Feb 02
2
cram-md5 problem re-post
I apparently did not post enough information the first time, so I am re-posting the original email with the requested configs. I just updated to dovecot 1.1.10 from 1.1.2 and now anyone using cram-md5 can't get authenticated. I am using mysql for passwords (in plain text) and home directories. Per some googling I tried to set (in /usr/local/etc/dovecot.conf): # SQL database userdb