similar to: getting a list of registered users from PDC

Displaying 20 results from an estimated 700 matches similar to: "getting a list of registered users from PDC"

1998 Sep 13
1
new user question
Hi all, I have installed samba on both BSDI 3.1 and Linux. I have been having trouble compiling on linux so I got a binary form and installed it. So far all seems to work except the password keeps getting rejected when trying to map a drive. It is happening in both the linux version and BSDI. I am loging into windows with the same user/pass as my unix account and am trying to map a drive it
2008 Sep 24
1
authentication issue - dovecot + Mysql
Hi, I have a FreeBSD 7.0 server with the following version of software's installed: postfix-2.5.4,1 postfixadmin-2.2.1.1 roundcube-0.2.a,1 php5 mysql-server-5.0.67 dovecot-1.1.3_1 Note that pre-reqs for all of the above also has been installed. I have used this guide to walk myself through the setup : http://www.purplehat.org/?page_id=4 My setup uses virtual domain and
2006 Nov 28
0
Fwd: Prayer "For Fiji Ever Fiji"
---------- Forwarded message ---------- From: ravesi konrote <sales@manafiji.com> Date: Nov 29, 2006 9:35 AM Subject: Prayer "For Fiji Ever Fiji" To: fb@manafiji.com, Cecilia Frost <salesnaviti@navitiresort.com.fj>, Mana Island Personal Assistant <stoga@manafiji.com>, mana.vinnie@gmail.com, Mana Wedding <wedding@manafiji.com>, reservationsmana
2003 Aug 22
0
Samba Sharing Permission Denied
Bula Samba I'm having difficulty in sharing files of my Mandrake 9.1 webserver thru Samba. I am able to see the files thru a W2K client, however upon browsing the error message reads: "the network name cannot be found". A check in the /var/log/syslog reports: "smbd/service.c:make_connection(599) jim-2k (10.0.0.126) Can't change directory to /home/httpd/html/files (Permission
2003 Jul 02
3
How long is a day?
Why is 19 March, 1947 a little longer than one day? x <- as.POSIXct("1947-04-16") julian(x, origin = as.POSIXct("1947-03-20")) Time difference of 27 days julian(x, origin = as.POSIXct("1947-03-19")) Time difference of 28.04167 days > julian(x, origin = as.POSIXct("1947-03-18")) Time difference of 29.04167 days I am running R-1.7.1 compiled on
2002 Dec 19
1
newbie question on dist
hi, i have just begun using R, so please bear with me. i am trying to use cmdscale and display the result. i read the data using read.table(), calculate the proximity matrix using dist() and the display the result using the cmdscale(). this is very fine. in addition, i want the display to distinguish between two classes of records in my data. i have my data records marked as "1" or
2009 Mar 19
1
[LLVMdev] sample-code for alias-analysis
Hi, i need a sample-code, for which the llvm alias-analysis finds a *must-aliases*. I have tried codes like followings. In all cases, i see just *may-aliases* when i use "opt -aa-eval -print-all-alias-modref-info foo.bc": Regards Raad 1 ========================================== void foo() { int i = 2; int& r = i; } 2 =========================================== void
2016 Feb 22
0
Garbled screen after RAM Scrub on boot
Francis, I just rebooted my Precision 470 and watched...nothing :( I see the boot menu, and then everything goes blank - as in just a blinking cursor until I get the login prompt. No idea what it's doing - but I don't even see the scrubbing free memory output... On Mon, 22 Feb 2016, Francis Greaves wrote: > Yes I usually work headless, but I have been setting it up from new, so
2016 Feb 23
0
Re: Garbled screen after RAM Scrub on boot
On Tue, 23 Feb 2016 14:40, Francis Greaves wrote: > Dear George, > Thanks for the input and ideas. > Unfortunately bootscrub=false dos not work, not does setting nothing for vga, still get the 'Little white squares'! > I am asking the xen-users as you suggest > Regards, Francis > > > From: "George Dunlap" > To: "Francis Greaves" ,
2004 Jun 17
4
7960 straight through?
if i go off hook and dial 666 from an internal sipura spa-x000 (at extn 141), it rings straight through to extn 666. using the same dialplan, from a cisco 7960 with 7.1 sip code (at extn 142), i have to go off hook hit NewCall punch 142 (or any valid extn in the dialplan) hit Dial then dial 666 wtf? sip.conf for crisco [fiji] callerid="crisco" <142>
2008 Jan 02
1
Unable to Connect to OpenVMS Pathworks
This is my first time posting on this list, so please excuse me if this is the wrong list to post on (if it is please just let me know). I've recently upgraded my old Redhat 8.0 box to Redhat Fedora Core 8 which comes with Samba 3.x while my old Redhat 8.0 box had Samba 2.x. On my old box I had SMB map a drive from an older OpenVMS server using Pathworks. I performed this by simply doing:
2016 Feb 23
2
Garbled screen after RAM Scrub on boot
Dear George, Thanks for the input and ideas. Unfortunately bootscrub=false dos not work, not does setting nothing for vga, still get the 'Little white squares'! I am asking the xen-users as you suggest Regards, Francis From: "George Dunlap" <dunlapg at umich.edu> To: "Francis Greaves" <francis at choughs.net>, "centos-virt" <centos-virt
2004 May 28
2
Simple list manipulation question
I have a list of vectors $A "AB" "BC" "CD" $B "GF" "HG" "FH" "FJ" and I want to convert it into a dataframe of form A AB A BC A CD B GF B HG B FH B FJ Just can't quite come up with a nice "R" solution for it. Thanks, Sean
2016 Feb 22
2
Garbled screen after RAM Scrub on boot
Yes I usually work headless, but I have been setting it up from new, so need to see what is going on. Regards Francis From: "Scot P. Floess" <sfloess at nc.rr.com> To: "Francis Greaves" <francis at choughs.net> Cc: "centos-virt" <centos-virt at centos.org> Sent: Monday, 22 February, 2016 17:02:12 Subject: Re: [CentOS-virt] Garbled screen
2017 Feb 10
1
Ancient C /Fortran code linpack error
> On 10 Feb 2017, at 14:53, G?ran Brostr?m <goran.brostrom at umu.se> wrote: > > Thanks to all who answered my third question. I learned something, but: > > On 2017-02-09 17:44, Martin Maechler wrote: >> >>>> On 9 Feb 2017, at 16:00, G?ran Brostr?m <goran.brostrom at umu.se> wrote: >>>> >>>> In my package 'glmmML'
2015 Nov 19
0
[ANNOUNCE] xf86-video-amdgpu 1.0.0
This is the initial release of the xf86-video-amdgpu driver. It was forked from the xf86-video-ati radeon driver and modified to support the amdgpu kernel driver via libdrm_amdgpu, and by extension the latest AMD GPU families Tonga, Carrizo, Iceland, Fiji and Stoney. Some functionality was removed because it's not relevant for the GPUs supported by the amdgpu kernel driver, but other than
2017 Feb 10
0
Ancient C /Fortran code linpack error
Thanks to all who answered my third question. I learned something, but: On 2017-02-09 17:44, Martin Maechler wrote: > >>> On 9 Feb 2017, at 16:00, G?ran Brostr?m <goran.brostrom at umu.se> wrote: >>> >>> In my package 'glmmML' I'm using old C code and linpack in the optimizing procedure. Specifically, one part of the code looks like this:
2017 Feb 09
3
Ancient C /Fortran code linpack error
> > On 9 Feb 2017, at 16:00, G?ran Brostr?m <goran.brostrom at umu.se> wrote: > > > > In my package 'glmmML' I'm using old C code and linpack in the optimizing procedure. Specifically, one part of the code looks like this: > > > > F77_CALL(dpoco)(*hessian, &bdim, &bdim, &rcond, work, info); > > if (*info == 0){ > >
2004 May 27
2
file limits using SAMBA
Is there a limit to the number of files that can be seen through SAMBA Shares. We currently have approximately 120,000 files (and growing) under business related shares under our current Pathworks environment. With being in the process of transferring over to SAMBA we need to ensure that all the files are viewable. It may be advisable to split these shares across several disks on our UNIX
2016 Jul 03
0
PCI Passthrough not working
From: "Francis Greaves" <francis at choughs.net> To: "Francis Greaves" <francis at choughs.net>, "centos-virt" <centos-virt at centos.org> Sent: Sunday, 3 July, 2016 11:19:49 Subject: Re: [CentOS-virt] PCI Passthrough not working Further to my last post, I have removed the xen-pciback module from the Dom0 kernel, and reloaded it as modprobe