similar to: totally confused, samba flipflop fuctionality

Displaying 20 results from an estimated 1000 matches similar to: "totally confused, samba flipflop fuctionality"

2003 Jul 11
3
VMware and NetBios Problem
With WinXP host, RH8 VMware guest, at level 3, I issue: mount -t smbfs -o user,noauto,dmask=777,fmask=777,username=xx, password=yy //DELLBOX/linuxShare /mnt/linuxShare and get: Connection to DELLBOX failed SMB connection failed timeout connecting to 192.168.113.1:139 Error connecting to 192.168.113.1 I cannot find this IP address anywhere. My tables indicate that port 139 is
2003 Jul 09
1
RH8 guest: bad fs?
I recently reinstalled RH8 as a VMware guest on a WinXP box. I used a previously proven script at level 3, containing, in one line with no inappropriate spaces: mount -t smbfs -o user,noauto,dmask=777,fmask=777,username=xx, password=yy //DELLBOX/linuxShare /mnt/linuxShare I get a failure that reports numerous possibilities including bad fs, and other other things. I suspect I omitted a
2008 Nov 09
1
maptools sunrise sunset function
##This is a function that I am trying to write to calculate sunrise and sunset and works "mostly", but returns nonsensical values. What am I #missing? Thanks in advance. ###remember to include maptools as dependence### library(maptools) sunrise.set <- function(lat, long, date, timezone="UTC", num.days=1){ #this needs to be long lat# lat.long <- matrix(c(long, lat),
2008 Jul 15
1
code reduction (if anyone feels like it)
# I am sure that I could be more efficient than this but how? Thanks in advance. #GPS in Decimal Degrees in the form longitude latitude RM215 <- matrix(c(-82.1461363, 33.5959109), nrow=1) SC <- matrix(c(-82.025888, 33.606454), nrow=1) RM202 <- matrix(c(-81.9906723, 33.5027653), nrow=1) RM198 <- matrix(c(-81.926823, 33.4634678), nrow=1) HC <- matrix(c(-81.920505, 33.46192), nrow=1)
2016 Sep 25
1
[Bug 97922] New: Having easily reproducible xorg hang on extensive blender 3d editor usage
https://bugs.freedesktop.org/show_bug.cgi?id=97922 Bug ID: 97922 Summary: Having easily reproducible xorg hang on extensive blender 3d editor usage Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2008 Nov 10
1
TimeZone Help - Finding TimeZone codes
I have looked at ?as.POSIXct ?POSIXct and many of the references that are on those pages. I am bewildered with timezones. Is there a way to get what would go into tz="" for making a function that uses POSIXct to be able to be used in all of the timezones in just the united states? This is for both windows and mac... this is the function that I am wanting to use it with
2003 May 09
1
smbfs: user cannot create file
Using VMware - Host: WinXP; Guest: Linux 8.0: Following advice I received elsewhere yesterday, I modified Linux start up files (level 3) with mount -t smbfs to connect to a shared directory in WinXP. On WinXP, both the directory and the share permissions give full control to Everyone. On Linux, the both /mnt and /mnt/linuxShare have drwxrwxrwx. As root, on the Linux side I have full control in
2020 Mar 29
3
Upgrade to CentOS8
Hi Phil Here it is: [root at totorbex ~]# lspci -nn .00:00.0 Host bridge [0600]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register [8086:2280] (rev 21) 00:02.0 VGA compatible controller [0300]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [8086:22b1] (rev 21) 00:10.0 SD Host controller
2013 Jun 10
1
modify and append new rows to a data.frame using ddply
Hi, I have a data.frame that contains a variable act which records the duration (in seconds) of two states (wet-dry) for several individuals (identified by Ring) over a period of time. Since I want to work with daytime (i.e. from sunrise till sunset) and night time (i.e. from sunset till next sunrise), I have to split act from time[i] till sunset and from sunset until time[i+1], and from time[k]
2001 Mar 19
2
Samba & subnets
Hi We have two subnets with routing tables correctly set up so they can both ping to our Sun Solaris Box. 193.71.221 191.9.211 The Sun Solaris box lives on 193.71.221.1 and all PCs on that subnet can map to the Sun box without any problems. All PCs on the 191.9.211 cannot connect to the samba drives giving the error "Network not Found". Any help would be much appreciated. Thanks
2010 Mar 04
1
extracting values conditonal on other values
Dear R helpers, I have a dataframe (test1) containing the time of sunrise and sunset for each day of the year for 3 years. I have another dataframe (test2) containing measurements that are taken every 15 minutes, 24/7. I would like to extract all rows from test2 that occur between sunrise and sunset for the appropriate date. Can you suggest a good vectorized way to do this? Keep in mind
2001 Mar 07
3
Text/Binary Files. HELP!!!
I am sure someone must have come across this. Is it possible to force files to binary when copying to Unix directories. NT -> Unix. Text Files have got ^M in them. How do we prevent this happening. Would forcing to binary fix the problem & if so how would this be done? Thanks Ajmal Ajmal Rafique eCommerce +44(0)1384 445564 (Telephone) +44(0)1384 446838 (Fax)
2007 Oct 10
0
Areca 1100 SATA Raid Controller in JBOD mode Hangs on zfs root creation.
Just as I create a ZFS pool and copy the root partition to it.... the performance seems to be really good then suddenly the system hangs all my sesssions and displays on the console: Oct 10 00:23:28 sunrise arcmsr: WARNING: arcmsr0: dma map got ''no resources'' Oct 10 00:23:28 sunrise arcmsr: WARNING: arcmsr0: dma allocate fail Oct 10 00:23:28 sunrise arcmsr: WARNING: arcmsr0:
2006 Aug 31
0
ActiveResource
I''ve been sitting on an ActiveResource patch for a few weeks, waiting to get some feedback from David. But, I see other folks like Jeremy are starting to use it, so I committed my patch: http://dev.rubyonrails.org/changeset/4890 It gets all the basic operations in working order, and adds support for prefixes. I wasn''t quite sure how to pull this off. Right now, I''m
2006 Oct 13
1
smb.conf ignores "ldap user suffix"
Hello, Seems like there is a bug in samba configuration with the version 3.0.22 or later that it doesn't read the configuration variable within the smb.conf for ldap settings ldap user suffix = Although it's working as long as the users are under the "ldap suffix" and samba will search for the uid from the base of the domain (getting from "ldap suffix"). So it
2011 Feb 07
3
Loop to find dates whithin dates
Hello to all, I have two dataframes, the first with two columns sunrise and sunset (for 10 years). Each of these columns is formatted for date time (ex: 01-Jan-2010 15:37:00) In the second data frame I have GPS information and also a date time column (same format ). What I would like to do is a subset of all the rows from the second dataframe that occurred in day time only so between sunrise
2017 Nov 13
19
[Bug 103721] New: Frequent freezes with nouveau on Thinkpad P50
https://bugs.freedesktop.org/show_bug.cgi?id=103721 Bug ID: 103721 Summary: Frequent freezes with nouveau on Thinkpad P50 Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2015 Jun 16
1
Imap process crashes when search in virtual mailbox
Hi, When searching in a virtual mailbox imap process crashes if the virtual mailbox has a lot of physical mailboxes behind (more than 80 - 100 mailboxes). Dovecot 2.2.18 build from sources ./configure --prefix=/opt/dovecot2 --with-mysql --with-sqlite --with-solr --with-ssl --disable-rpath --disable-static. Debian Wheezy 3.2.63-2 x86_64. Filesystem is ZFS. docecot -n : # 2.2.18:
2004 Jul 17
6
Mac OS X installer for Asterisk
Hi I have created a Mac OS X installer package for installing Asterisk on OSX ver 10.2 and 10.3 Anyone who'd like to give this a try, please download the installer package from here ... http://www.astmasters.net/stuff/Asterisk.pkg.tgz to install Asterisk on OSX just double click the package file. please send any feedback to benjamin (at) sunrise (dash) tel (dot) com NOTE: this is a
2004 Jul 28
0
Asterisk-and-MacOSX News
A brief update on a few things which should be interesting to anybody who's got a Mac running OSX ... 1) JPT, integrated desktop dialer now with Asterisk support (and X-Lite too) Jon Nathan, the author of Jon's Phone Tool (JPT) has just released version 2.0.4 which supports dialing through local and remote Asterisk servers. It also supports dialing through a locally installed X-lite.