Displaying 20 results from an estimated 45 matches for "lunix".
Did you mean:
unix
2002 Aug 20
3
RH 7.3 + Samba DC
...\%L\profiles\%U
;this statement below will add the user automatically to linux
add user script=/usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M %u
;sync linux passwords
unix password sync=yes
passwd program=/etc/passwd %u
passwd chat=*New*LUNIX*password* %n\n *Retype*new*LUNIX*password* %n\n *Enter*new*LUNIX*password* %n\n *Retype*new*LUNIX*password* %n\n *passwd: *all*authentication*tokens*updated*successfully*
#=======================Shares=======================
[homes]
comment=Home Directories
browseable=no
wr...
2009 Aug 12
3
Lunix driver and USB key
Hi there!
I really need your help.
I have certain Windows software installed in Wine. This software needs a usb hardware key for working. I have appropriate Linux driver for that key (btw, it is Sentinel SuperPro). How should I make my program in wine see linux driver?
2009 May 21
2
Install RMagick on Lunix
Hi All,
Can please help me on how to install RMagick on Linux machine
Thanks for reply
--
Posted via http://www.ruby-forum.com/.
2011 Oct 11
2
how to make a true binary package?
...printed once the
library is loaded. Is there an option to avoid visibility of the source?
Another related question is how to install two versions of the same package,
so that i could load either of them? I am sure this could be done, just
cannot find this in docs.
I am using R 2.12.1 on Red Hat Lunix
--
View this message in context: http://r.789695.n4.nabble.com/how-to-make-a-true-binary-package-tp3895117p3895117.html
Sent from the R devel mailing list archive at Nabble.com.
2012 Sep 27
2
Puppetdashboard :: cannot add class
I have puppet running on WEBrick.
Dashboard works. I can see the hosts currently in puppet.
In Dashboard I can add hosts and create groups, but cannot add classes. The
auto-search returns nothing when I click on a group or server and start
typing in the Classes textbox.
Is this a common occurrence with Dashboard?
I have looked on the web and found no answer.
Appreciate any pointers.
Thanks.
2015 Jun 24
2
Files larger than 1GB fail to copy
I have a QNAP TS-410 NAS on which I have some CIFS shares. I'm trying to
copy some biggish files from a Lunix machine to the CIFS share on the NAS
but have runs into problems. I've created files of various sizes and I've
found that I can copy files up to size 1024MB to the CIFS share on the NAS,
but when I try to copy anything larger than that the copy command hangs
forever and nothing happens. Thi...
2006 Mar 16
1
So what to do with Unicode filenames?
Hi!
I spent a few hours in google but didn't find any solution to make rsync
backups of Win XP (2k, NT) machine to Lunix rsync server?
As far as I understand we can't teach cygwin to work with unicode filenames,
isn't it?
Does anyone knows the solution? Is there any non-cygwin rsync Windows
realisations? Or maybe there is any other program that can do backups with
same manner?
Thanks.
2011 Jul 16
1
crash in extlinux/main
Hi,
I found a bug in extlinux/main.c. Writing a bootloader on a file mounted via
/dev/mapper in Lunix it crashed on me with a segment fault.
The bug is here:
if (!ioctl(devfd, HDIO_GETGEO, &geo)) {
Since we are already called with geo as a pointer the & is wrong as the
pointer itself will be overwritten.
This works:
int get_geometry(int devfd, uint64_t totalbytes, struct hd_geomet...
2002 Feb 14
1
Samba, NIS and Winbind
.../passwd or i can
use NIS as source in the nsswitch to obtain account from the NT domain.
To define users on samba how can i do?
1) using security = domain...but in this case i always have to define users
even on linux
2) using winbind as source in nsswitch but in this case should i define
users in lunix anyways? or not?
3) if i use NIS as source in the nsswitch users are shared between linux and
nt.....but, also samba can obtain account informations thru NIS accessing
nsswitch?
Thanks
L/\le
--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f
Sp...
2012 Sep 28
8
Puppet/Passenger :: Could not retrieve catalog from remote server:Error 403 on server
Greetings,
I have a tested, working setup of Puppet and Webrick. I can add nodes,
classes, etc.
Then I switched to Puppet/Passenger and get the error below.
Puppet, Apache and Passenger are all up.
I have installed using *YUM *repos and *GEMs*. So, I have the most updated
packages they have.
Puppet version: 2.7.19
Ruby version: 1.8.7 (2011-06-30 patchlevel 352 i386)
Apache: 2.2.15
The error
2009 Jul 25
2
Using svSocket with data.table
...d. I
can even type options(debug.Socket=TRUE) into the server to see the traffic,
then type in to set debug back to FALSE again, all while its running
(although that isn't in this demo). And of course this is cross platform,
the R client can be 32 bit windows, the R server can be 64 bit lunix. Or
remote graphics for example.
So I'm looking to do the same as the demo, but with a binary socket. Does
anyone have any ideas? I've looked a bit at Rserve, bigmemory, biocep, nws
but although all those packages are great, I didn't find anything that
worked in exactly this...
2007 Jan 25
3
Error in loadNamespace(name) (PR#9464)
Full_Name: Ross Darnell
Version: 2.4.1
OS: Linux
Submission from: (NULL) (130.102.133.33)
rdarnell at pc:~/Data$ ls -al .RData
-rwxrwxrwx 2 root root 13551 2006-12-06 08:58 .RData
rdarnell at pc:~/Data$ R
R version 2.4.1 (2006-12-18)
Copyright (C) 2006 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to
2007 Jul 05
10
Does Puppet ensure that a service is up and running?
Just curious as to the functionality of puppet. Does Puppet ensure that a service is up and running as long as puppet is running?
Ie, I want to make sure ssh is always running, if for some reason ssh get''s shut down, does puppet start it back up when it does it''s config sync run?
Thanks!
---------------------------------
Pinpoint customers who are looking for
2010 Aug 06
1
R script doesn't load libraries when called from cron
...============================================
seemingly it has problems with loading library, but i cannot figure out why.
I tried running it using Rscript program, R CMD BATCH, calling R directly
and i always run into the same problem when called from cron.
I am running 64 bit R v10 on 64 Red Hat Lunix.
--
View this message in context: http://r.789695.n4.nabble.com/R-script-doesn-t-load-libraries-when-called-from-cron-tp2316594p2316594.html
Sent from the R help mailing list archive at Nabble.com.
2004 Aug 06
0
RE: Zaptel X100P Kernel Panic
How do I do this? Ive looked on lunix pages but ive seen that I have to
change the config of the kernel build, is that right? Or do I need a
different kernel altogether? Also the sites say the 8K is about as large as
you should take the stack :oS
Also someone posted that I need to sort out the IRQs, is this part of linux?
As you can g...
2010 Apr 27
1
ruby-libvirt equiv of virsh list --all
...@conn.list_defined_domains only shows VE's not started (lists VE names)
@conn.list_domains only shows VE's running (lists VE id's)
What I ultimately would like is to retrieve a full list of the uuid's of all defined VE's(running or not).
--
Regards
Mick Pollard ( lunix )
------------------------------------------------
BOFH Excuse of the day:
Extraneous Configuration Invalidation
2012 Dec 14
0
NetworkManager and VM Bridged Networking
...2012 01:26 AM, Chuck Forsberg WA7KGX N2469R wrote:
> I tried using the procedure in
> http://fedorasolved.org/Members/kc8hfi/qemu-kvm-bridged-networking.
>
> The first thing this article mentions is that NetworkManager cannot work
> with bridged networking. This is \unfortunate\ as Lunix stopped being a
> useful server when I tried ro revert to the old "network" as suggested
> by the article.
>
> I have no trouble running the VM on a satellite machine and have its
> guest operating system (SCO Unix) mount the server's NFS shares.
> I would like to h...
2009 Nov 10
1
samba credentials file - hit and miss?
Greetings,
I'm using a CentOS 5.4 Virtual Machine and Samba 3.0.33-3.15.el5_4 to access a
file share from a Windows XP host. I also tried the same using a
Fedora 10 VM with
the same negative results. Please read on.
I've browsed the web and read the mount.cifs man page. And the conclusion
is the same: you connect to a share using a username and password and you're
good to to. Or,
2009 Sep 24
1
puppet permissons
Today I was testing Puppet''s fileserver feature and and error came up:
client> /usr/sbin/puppetd --test --verbose --server puppet
info: Caching catalog at /var/lib/puppet/localconfig.yaml
notice: Starting catalog run
notice: //Node[default]/sudo/Package[sudo]/ensure: created
err: //Node[default]/sudo/File[/etc/sudoers]: Failed to retrieve current state
of resource: No specified source
2010 Sep 02
4
Help with installing photoshop cs4
Hi i have just started using linux... swaped over from XP
I have a leagle copy of Photoshop cs4....
It is installed on V-Box
I am running Mint 9 - Gnome standard 32 bit....
I have tried to follow the instructions...
Also hunted posts, google etc
I have tried with the latest wine...
Also with wine 1.1.19, with wine 1.1.17 & wine 1.1.23
Each time i start fresh... install the winetricks.. as