search for: trimbl

Displaying 20 results from an estimated 201 matches for "trimbl".

Did you mean: trimble
2006 Feb 04
7
SAMBA netbois lookup issues
Hi all! I am from the Windows world and am trying to migrate to Linux and have done a fairly good job so far. My recent challenge is that I have built a Samba file/print server that works very well on my internal network but when I VPN into the network remotely I am unable to access the server via it's server name. What is driving me crazy is the fact that the last of my Windows
2006 Mar 29
3
Owner changes when modifying Excel & Word files
Dear all, I am using Samba 3.0.20-4 SUSE. When a user (under Windows) modifies an Excel or Word file, he/she becomes the owner of that file !!! I have read that this is because Excel & Word delete the original file and recreate a new one with the modifications. But I didn't find a solution to prevent this. Thank you in advance for your reply. Ivan Tadic Brussels, Belgium
2006 Mar 27
8
Trouble with Homes
.... Can someone point me in the right direction to solve this? Here are the errors... [2006/03/27 11:19:22, 0] smbd/service.c:make_connection(798) 192.63.212.176 (192.63.212.176) couldn't find service . [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum...
2009 Mar 11
9
ZFS on a SAN
Hi All, I''m new on ZFS, so I hope this isn''t too basic a question. I have a host where I setup ZFS. The Oracle DBAs did their thing and I know have a number of ZFS datasets with their respective clones and snapshots on serverA. I want to export some of the clones to serverB. Do I need to zone serverB to see the same LUNs as serverA? Or does it have to have preexisting,
2006 Feb 16
4
authenticate a share access to win2k3 server
Hi, I have a samba server sharing some stuff. Now i want to enable access to some share only to SOME users on the domain. this is the smb.conf : [global] netbios name = DATASVR server string = DATASVR socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384 idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = yes
2006 Apr 08
2
[LLVMdev] line number information
...<< ":" << SP->getLine() << "\n"; If you look at IntrinsicInst, you'll see methods to get the filename,directory,line#,col#, all packaged up into an easy to use class (some of Jim's excellent work :). -Chris > On Apr 8, 2006, at 5:33 AM, John Trimble wrote: > >> Thanks for your help. I took a look at http://llvm.org/docs/ >> SourceLevelDebugging.html and it seems like this doesn't give you much in >> the way of line number information. If you know what source line you are >> interested in then you can set a br...
2006 Apr 08
2
[LLVMdev] line number information
...itrary bytecode instruction. In my particular case, I have a pass that finds bytecode instructions that represent indirect calls, now I want to find out what line number and source file that indirect call came from. Is there currently not a way to get this type of information? Thanks again. - John Trimble On 4/7/06, Reid Spencer <reid at x10sys.com> wrote: > > The debug intrinsics are intended for that. Please see: > http://llvm.org/docs/SourceLevelDebugging.html > for the details. > > Please note that this is being worked on actively Jim Laskey at Apple. > He's wor...
2006 May 04
9
Excessive traffic causing slow logons
I am seeing some extremely slow logons to my SUSE servers. All are configured exactly the same. When I attempt to log on, I can enter my domain (AD) account without any problems. I then enter my password and sit and wait for several minutes until it eventually takes me to my desktop. In attempting to debug the problem, we have been able to see millions of calls to the domain controller. They
2020 Sep 23
2
Raspberry Pi Version of Samba?
...e serving as the base station for our cell phones. My wife and I just used our cell phones as our main phones. For that to work a good GPS antenna was necessary (the little antenna which came with the femtocell just didn't work given the femtocell location and GPS signal). I chose an active Trimble Bullet III GPS Antenna requiring a 5V supply that was compatible with the femtocell and could be roof mounted. Once WiFi calling became available, Sprint dropped support for the femtocell. So I added a Trimble RES 360 Carrier Board and Rpi2 and created a Strata I time server. In July of 2017 a...
2006 Mar 08
5
getting samba to authenticate with kerberos/PAM
Hello, I reeeeally need someone's help here. I guide after guide from all sorts of sources but I still cannot get samba to authenticate a domain login via winbind off of the windows 2003 DC on our network. Here is what I can do: I can successfully do a kinit command and can verify the existance on the samba server in active directory on the DC. I can login using domain profiles on the samba
2006 Apr 08
0
[LLVMdev] line number information
...getLine() << > "\n"; > > If you look at IntrinsicInst, you'll see methods to get the > filename,directory,line#,col#, all packaged up into an easy to use class > (some of Jim's excellent work :). > > -Chris > > > On Apr 8, 2006, at 5:33 AM, John Trimble wrote: > > > >> Thanks for your help. I took a look at http://llvm.org/docs/ > >> SourceLevelDebugging.html and it seems like this doesn't give you much > in > >> the way of line number information. If you know what source line you > are > >> int...
2006 Apr 08
0
[LLVMdev] line number information
...ok at the stoppoint calls you'll see that you can find the line number and if you follow the compile unit argument on the call you will find the file. The byte codes that follow the call would have been generated by the code on that source line. -- Jim On Apr 8, 2006, at 5:33 AM, John Trimble wrote: > Thanks for your help. I took a look at http://llvm.org/docs/ > SourceLevelDebugging.html and it seems like this doesn't give you > much in the way of line number information. If you know what source > line you are interested in then you can set a breakpoint, but &g...
2011 Jun 01
11
SATA disk perf question
I figure this group will know better than any other I have contact with, is 700-800 I/Ops reasonable for a 7200 RPM SATA drive (1 TB Sun badged Seagate ST31000N in a J4400) ? I have a resilver running and am seeing about 700-800 writes/sec. on the hot spare as it resilvers. There is no other I/O activity on this box, as this is a remote replication target for production data. I have a the
2006 Apr 26
1
[LLVMdev] finding implicit casts
Err.. Your right. What about just finding casts in general. On 4/25/06, Chris Lattner <sabre at nondot.org> wrote: > > On Tue, 25 Apr 2006, John Trimble wrote: > > I'm trying to find all the implicit casts in a program compiled with > > llvm-gcc. > > I'm not sure exactly what you're trying to do here. In particular, > llvm-gcc will turn any casts that are implicit in the C code into explicit > casts in the LLVM...
2016 Aug 19
1
Icecast Digest, Vol 146, Issue 7
...the person managing the list at > icecast-owner at xiph.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Icecast digest..." > > > Today's Topics: > > 1. Adding to Icestats Available Raw Data (Mark Trimble) > 2. Re: Adding to Icestats Available Raw Data (Philipp Schafft) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 18 Aug 2016 11:38:26 -0400 > From: Mark Trimble <matrimble at gmail.com> > To: Icecast at x...
2004 Jun 18
2
Problems with OCFSTOOL after LUN Maintenance
...g seen by OCFSTOOL. Oracle support on this issue has been expectedly poor. Has anyone else seen and issue like this ? Thanks in advance. ------------------------------------------------------------------------ ----------------------------------------------- Tony Johnson Email : tony_johnson@trimble.com Database Administrator Voice : ( 480 ) 682 - 0849 Trimble Navigation Cell : ( 480 ) 570 - 0215 7408 W. Detroit Street #100 Fax : ( 480 ) 961 - 8801 Chandler, AZ 85226 ------------------------------------------------------------------------ ----------------------...
1998 May 19
2
Password Error
...;net use x: \\BIGSERVER\TMP", it prompted me for the password, so I typed in the unix password (I guess?), but an error message returned - "The account is not authorized to login from this station." Any suggestions, I would greatly appreciate??? Thanks, Bunty Vue Unix System Admin Trimble Navigation Sunnyvale, CA Work: 408.481.7222 email: bunty_vue@trimble.com
2010 Mar 29
19
sharing a ssd between rpool and l2arc
Hi, as Richard Elling wrote earlier: "For more background, low-cost SSDs intended for the boot market are perfect candidates. Take a X-25V @ 40GB and use 15-20 GB for root and the rest for an L2ARC. For small form factor machines or machines with max capacity of 8GB of RAM (a typical home system) this can make a pleasant improvement over a HDD-only implementation." For the upcoming
2008 Sep 14
10
ZFS system requirements
Hi, this says that opensolaris only requires 512MB ram: http://dlc.sun.com/osol/docs/content/IPS/sysreq.html This says 1GB ram and a 64bit processor are recommended: http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide#Memory_and_Swap_Space Am I going to have problems if I run opensolaris and zfs at the minimum requirements? -- This message posted from opensolaris.org
1997 Dec 05
3
New Program: Abacus Sentry - Port Scan Detector
Hello, I just made available a beta version of a port scan detector that I''ve been working on. The program, called Abacus Sentry, is a port scan/probe detector that offers what I think are a number of unique and useful features: - Runs on TCP or UDP sockets. Configurable by the user to bind to multiples of sockets for increased detection coverage. - Adjustable scan detection value with