similar to: No option for username when logging in.

Displaying 20 results from an estimated 6000 matches similar to: "No option for username when logging in."

2003 May 08
2
Forward Stepwise regression with stepAIC and step
Dear all, I cannot seem to get the R functions step or stepAIC to perform forward or stepwise regression as I expect. I have enclosed the example data in a dataframe at the end of this mail. Note rubbish is and rnorm(17) variable which I have deliberately added to the data to test the stepwise procedure. I have used wateruse.lm<-lm(waterusage~.,data=wateruse) # Fit full model
2014 Mar 28
1
shadow_copy2 not working
Hi folks, I've been trying to get shadow copy / previous versions working under sernet-samba-ad-4.1.6-7.el6.x86_64. I cannot see where I am going wrong. I have: [global] workgroup = COMPANY realm = COMPANY.LOCAL netbios name = DC server role = active directory domain controller server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind,
2008 Dec 30
4
SOHO Accounting
Does any one know of an accounting app that will run properly under wine, must be for USA, must have inventory and payroll. Must not require accounting degree to operate. Something that will actually work...............
2006 Oct 10
2
somewhat OT--windows logon script
Hi Group, We use a simple logon script to map drives for our users. If we put the following line: net use /delete * /yes then no drives are mapped on the workstations. If we rem it out, the script works fine. Full script below: net use /delete * /yes net use e: \\server5\peachtree net use w: \\server5\contract_maintenance net use t: \\server5\fleet net use x: \\server5\allusers net use u:
2009 Jun 16
9
[Bug 22317] New: Interlace does not work with Geforce 6200 / NV44a
http://bugs.freedesktop.org/show_bug.cgi?id=22317 Summary: Interlace does not work with Geforce 6200 / NV44a Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2009 Feb 24
8
[Bug 20298] New: Nouveau doesn' t allow my modeline because of hardcoded value
http://bugs.freedesktop.org/show_bug.cgi?id=20298 Summary: Nouveau doesn't allow my modeline because of hardcoded value Product: xorg Version: git Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2006 Apr 09
16
Mapping to BigDecimals instead of Floats
Hi everyone, I''m new to Rails and Ruby, and have been working my way through the Pickaxe and Agile Rails books for the last week or so. With a background in payroll apps I found that the default ActiveRecord mapping of decimal columns to float variables really bothered me! Financial calcs need high levels of accuracy and floats just don''t give you that. I know there are a bunch
2010 May 25
1
Running IMMS SUA, Contpaq, Nomipaq
Here in Mexico there are several programs in common use for complying with social security and tax laws. The one for social security, SUA is universal. After searching in Wine's program list, I couldn't find information for any of these programs. SUA (Instituto Mexicano de Seguro Social) http://www.imss.gob.mx/patrones/InstaladoresSUA.htm with required patch
2003 Sep 10
1
OT: Win2k ts - cannot start microsft outlook
This is off-topic so please let me know if it is inappropriate. I thought i'd post here as a lot of people on the list seem to be using samba with ms terminal server. I have profile problem ito roaming profiles from my samba dc not loading when you log onto w2k terminal server. I reloaded one of the servers, installed sp4 and installed ms office 2000 using the termsrvr.mst file. When a
2002 Mar 01
4
oplock_break and Excel data corruption with Samba 2.2.3a
Hi everyone, Just today one of our users informed me that a file she was working on in Microsoft Excel 97 got corrupted. She was working on the file directly on our server, which is running Samba 2.2.3a compiled using gcc-3.0.4 on Linux kernel 2.4.17-xfs and XFS-based filesystems. I checked the Samba logs for her machine and found the following in a search for the filename of the Excel file she
2005 Aug 09
1
Net RPC Vampire not sucking all groups
I've tried numerous times but cannot get Vampire to bring across all groups or add users to all groups that they belong to. Sometimes I get everygroup except 1, other times not so lucky. Vampire log is below with an example of what is going wrong. vampire.log Fetching DOMAIN database Creating unix group: 'skischool' Creating unix group: 'sales' Creating unix group:
2003 Oct 01
1
roaming profile, w2k and chjaracter sets - PLEASE HELP URGENTLY!
I've been running verious version of samba 2.2.x up to last night. I now converted all my server so 3.0 with ldapsam. All my w2k roaming profiles now refuse to load, complaining about not being able to load various files in the profile dir containing special chars. Things like Sendto\3>> floppy... or 3?floppy or 3||!!|floppy is displayed where it should be 3<ascii character for
2003 Sep 23
1
Samba upgrade on dedrat linux
I'm running samba 2.2.5 on a redhat 9.0 server. I'm planning on upgrading it to 2.2.8a tomorrow. My questions are thus: 1) I has hassles before when doing this on another redhat box because samba was installed with redhat's own rpm's which install in different locations. Would it be OK to do rpm --erase for all the redhat packages (samba, common, client, swat,
2018 Sep 17
3
Cannot access HOME folder after upgrading to 4.8 from 4.6
Hello- I upgraded Samba from 4.6 to 4.8 on a FreeBSD 11.2 server. After the upgrade, users cannot access the HOME folder share but they can access other shares just fine. I am using the RID backend on this member server that connects to Windows-based domain controllers. I apologize for the lengthy smb4.conf but here it is: #======================= Global Settings
2006 Jan 03
22
Large-scale application
Hi fellow railers! We are discussing the possibility of writing a very large application in Rails. By "very large" I mean a framework that would contain a few hundred smaller applications that would need to talk to one big database and have to share some common session data I''d like to get some feedback on some possible ways of doing the following: The application would
2007 Mar 28
0
Application slowness after samba upgrade
Hi We have upgraded a very old Samba server to a new server running 3.0.22 on Ubuntu. The the workstations were Windows 98 on very old hardware and are now Windows XP on new hardware. Everything is now very fast compared to the old server, except for two applications - a payroll (Ace Payroll) and and finance system (Profax). Somewhat contrarily, these two apps are MUCH slower on the new server
2006 Oct 31
5
Odd behaviour of removing 'nothing' from an array or data frame
I've just found some behaviour which strikes me as odd, but I'm not sure whether it's a bug or a feature. If you don't mind, I'd like to explain via a couple of examples. Let x = 1:10. Then intuitively, to me at least, the command x[-integer(0)] should leave x untouched. However the actual output under R2.4.0 is integer(0). A slightly more involved example demonstrates
2005 Mar 03
19
Better tools for authoring the view
I''m hand editing my .css and .rhtml files using SciTE and hitting refresh in my browser to see the results - its slow going. What tools are people using to author their .css and .rhtml files? Thanks, Neville _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Jul 25
1
Winbind and AD issues
Hello, I've been working on integrating a Fedora Core 2 box into Active Directory over the weekend.. it's a file server running Samba. I seem to have partial success but it isn't really working how I want it to and maybe some clever person here can see the problem. I've joined it to the AD and I see the computer account in there.. Kerberos seems to work: ***************
2008 Jul 03
0
Samba pdc with ldap & samba3-3.0.25c-34 on CentOS 5
Hi all, I had been running a Samba pdc using the standard tdbsam backend on CentOS 4.5 supporting 20+ WinXPsp2 workstations and a Win2k3 Terminal Server. This set up was running fine for arroung 18 months maybe more. The above system was built on ageing hardware that used to be a Win 2k server that died from OS corruption. Due to the expanding client needs there was good reason to replace