This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hi Eric, re: > Even after I did the recompile, I'm still getting the make_pq: mkqueue failed. The only reasons we can think of for the failure are (we have talked about these previously): - no write permission in filesystem where queue is to be created. I don't think this is it since you were able to create a queue by hand previously - not enough room on the filesystem where the queue is to be created. Your 'df' listing in a previous exchange shows that you have plenty of room. - there is some sort of a quota being imposed on the filesystem where the queue is to be made. Grasping at straws here... - the file system where the queue is being made is NFS mounted. Memory mapping does not work on NFS mounted file systems on some OSes, and it works poorly on others > I have attached my ldmadmin-pl.conf file. > > chop($hostname = `uname -n`); > chop($os = `uname -s`); > chop($release = `uname -r`); > > $ldmhome = "/usr/local/ldm"; > > $pq_size = "600M"; > > $pq_slots = "default"; > $surf_size = "2000000"; > $numlogs = "7"; > $bin_path = "$ldmhome/bin"; > $etc_path = "$ldmhome/etc"; > $log_path = "$ldmhome/logs"; > $data_path = "$ldmhome/data"; > $pq_path = "$data_path/ldm.pq"; > $surf_path = "$data_path/pqsurf.pq"; > $pid_file = "$ldmhome/ldmd.pid"; > $lock_file = "$ldmhome/.ldmadmin.lck"; > $log_file = "$log_path/ldmd.log"; > $ldmd_conf = "$etc_path/ldmd.conf"; > $pqact_conf = "$etc_path/pqact.conf"; > $scour_file = "$etc_path/scour.conf"; > $log_rotate = "1"; > $port = "388"; > 1; > > EOF This all looks OK. > Oh yeah, and I'm using ldm 6.4.5 Given that your problem is so weird, would it be possible for us to get a login to your machine (as 'ldm') so we can look around? Cheers, Tom **************************************************************************** Unidata User Support UCAR Unidata Program (303) 497-8642 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata HomePage http://www.unidata.ucar.edu **************************************************************************** Ticket Details =================== Ticket ID: VDS-923265 Department: Support LDM Priority: Normal Status: Closed