similar to: configure a small local network

Displaying 20 results from an estimated 600 matches similar to: "configure a small local network"

2006 May 19
2
sharing a printer
Hi folks, I installed a Samsung ML-1610 on CUPS and on my linux server the printer do its work fine. Now I'm trying to share the printer on my local network (windows home edition clients). My smb.conf: [samsung] comment = Samsung ML-1610 path = /tmp guest ok = Yes printable = Yes printer name = Samsung ML-1610 When I install the printer on the
2012 Apr 24
2
Use quotes on a FOR LOOP R
Hello All! I need some help to get a FOR LOOP to print the interactor with the quotation mark. Let me be more specific: I have the following: cbind("Michael","Dana","Rob")->LIST outcome: [,1] [,2] [,3] [1,] "Michael" "Dana" "Rob" UNFORTUNATELY, I need to do the following: as.data.frame.list(LIST)->LIST2 rm(LIST)
2018 Jan 09
0
[Bug 13207] New: rsyncd doesn't send output of failed pre-xfer exec script to client
https://bugzilla.samba.org/show_bug.cgi?id=13207 Bug ID: 13207 Summary: rsyncd doesn't send output of failed pre-xfer exec script to client Product: rsync Version: 3.1.1 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: core
2006 Sep 22
2
Write list problem
I upgrade my Debian Samba packages from 3.0.14a-1 to 3.0.23c-1. I experienced 2 problems, one was that certain shares were locking users out who were listed in the "Valid users" parameter, but not all shares were doing this. I ran across a post that advised changing the parameter to "users" alone, omitting "valid" This fixed it, but I'm not sure why. WHen did
2000 Jun 28
0
No subject
Hi, I don't know if this will help, but I had a problem a while back where my NT4.0 (SP3) Workstation was able to see my Linux box, but when I tried to browse, I get network errors. If I removed one of the shares on the Linux box, the NT box could browse it. Eventually I figured out that if I removed all the COMMENTS, I could have more shares. My guess is that the NT box was having some sort
2002 May 13
3
Samba DC issue.
Hello, I'm trying to use samba (Version 2.2.3a-6 for Debian) as a DC for a windows 2000 pro network. Everything seems to work OK, except the roaming profiles. Every few days (I haven't locked down a pattern yet) all machines connected to the server loose their connection, and no one can connect again until the server is rebooted. I'm using log level 3, and this is what log.smbd
2020 May 13
1
Re: Unit libvirtd.service could not be found. on VM
Thanks, I discovered I had wrong permissions for /var/lib/libvirt/qemu/, after setting them to drwxr-x--x. qemu qemu and executing daemon-reload libvirtd.service exists now on my vms :) However - I'm not able to get it to run. In the journal I see the message libvirtd[6800]: Unable to import CA certificate list /etc/pki/vdsm/certs/cacert.pem I have verified its permissions and that it's
2014 Aug 11
0
Novi Zakon o radu stupio je na snagu 7.kolovoza 2014
Ako ova poruka nije prikazama u cjelini, možete je pogledati na webu.. Dana 15. srpnja 2014. u Saboru je izglasan Novi Zakon o radu! Novi Zakon o radu stupio je na snagu 7. kolovoza 2014. Novo stru??no izdanje! 30% popusta u prednarud??bi! komentar uz svaki pojedini ??lanak, iz kojega ??e ??itatelji mo??i saznati kako se pojedina odredba zakona u praksi primjenjuje,
2020 May 13
2
Re: Unit libvirtd.service could not be found. on VM
Thanks, Michal, On my laptop I do have libguestfs and libvirt-daemon-qemu. both libvirtd.service and libvirtd.socket are running ok on my laptop I just realized I haven't mentioned - my vms intend to serve as hosts themselves, and that's why they, too, need to have libvirtd.service running on them. up to recently I didn't have such a problem when I installed a vm on my laptop -
2007 Apr 12
0
Programmer/admin needed in Dana Point, CA
We are a small (10 people) company located in Dana Point, CA. Right on the coast halfway between LA and San Diego. 3 blocks to the beach from the office. We are looking for a programmer to work with our designers developing and maintaining the dynamic portions of our websites. Programming is a mix of C, perl, python and a little bit of java. Environment is all FreeBSD servers
2020 May 12
2
Re: Unit libvirtd.service could not be found. on VM
Thanks, Daniel I verified I had libvirt-daemon rpm on my laptop and reloaded its units, but that didn't solve the issue. I then checked the vms- libvirt-daemon rpm was indeed missing on my vms. After I installed it & reloaded its unit files libvirtd.service was found, but as I started it, the error 'operation failed: pool 'default' already exists with uuid
2005 Mar 24
1
RE: [R] Mapping actual to expected columns for princomp object
[Re-directing to R-devel, as I think this needs changes to the code.] Can I suggest a modification to stats:predict.princomp so that it will check for column (variable) names? In src/library/stats/R/princomp-add.R, insert the following after line 4: if (!is.null(cn <- names(object$center))) newdata <- newdata[, cn] Now Dana's example looks like: > predict(pca1, frz) Error in
2010 Mar 30
1
convert xva to img
Hi all, I need to get NetScaler running for a load balancing project. So I''m trying to convert the xva to an image for use with Xen. I have done the following; downloaded xenmigrate.py downloaded and untarred the xva image from Citrix ran the following: python xenmigrate.py --convert=Ref\:214/ ns.img xenmigrate says that it has completed successfully however I can''t mount
2011 Oct 01
2
Help with cast/reshape
I realize that this is terribly basic, but I just don't seem to see it at this moment, so I would very much appreciate your help. How shall I transform this dataframe: > df1 ? Name Index Value 1??? a???? 1?? 0.1 2??? a???? 2?? 0.2 3??? a???? 3?? 0.3 4??? a???? 4?? 0.4 5??? b???? 1?? 2.1 6??? b???? 2?? 2.2 7??? b???? 3?? 2.3 8??? b???? 4?? 2.4 into this dataframe: > df2 ??? Index?
2005 May 16
2
Pass variable to Authenticate?
I'm trying to figure out a way to make my own agent login, because I don't like how the default works. I have the login and logout working fine using the dynamic add and remove commands, but I need to be able to create a list of users and passwords. I thought of a way to do it using a list of passwords, but the agent would only ever be prompted for their password. I won't want that.
2009 Nov 22
2
Help with indexing
Dear R Helpers, I am missing something very elementary here, and I don't seem to get it from the help pages of the ave, seq and seq_along functions, so I wonder if you could offer a quick help. To use an example from an earlier post on this list, I have a dataframe of this kind: dat = data.frame(name = rep(c("Mary", "Sam", "John"), c(3,2,4))) dat$freq =
2005 Jul 04
1
Unresolved symbols - Zaptel 1.0.9 and Linux 2.4.31
I installed a vanilla 2.4.31 kernel from kernel.org and my system was working great. Then I tried upgrading zaptel to 1.0.9 and now I get unresolved symbols: # modprobe zaptel /lib/modules/2.4.31/misc/zaptel.o: /lib/modules/2.4.31/misc/zaptel.o: unresolved symbol proc_mkdir_R8712438a /lib/modules/2.4.31/misc/zaptel.o: /lib/modules/2.4.31/misc/zaptel.o: unresolved symbol add_wait_queue_R93ee100c
2004 May 17
0
Bioconductor 1.4 released
Greetings! The Bioconductor core group would like to announce the 5th release of Bioconductor, version 1.4. There are many new packages as well as several major upgrades and fixes in older packages, and users are encouraged to upgrade existing tools and check out the new packages. Release 1.4 is intended to be operated with R version 1.9.x, which can be obtained at CRAN
2002 Nov 20
3
Bioconductor 1.1 Released
The Bioconductor development team announces release 1.1 of the Bioconductor packages for the analysis of genomic data. Bioconductor is an open source bioinformatics software project based on R. Version 1.1 features: ===================== * All packages from the 1.0 release are included. All current bug fixes have been applied, and most have upgraded and provide enhanced functionality. *
2002 Nov 20
3
Bioconductor 1.1 Released
The Bioconductor development team announces release 1.1 of the Bioconductor packages for the analysis of genomic data. Bioconductor is an open source bioinformatics software project based on R. Version 1.1 features: ===================== * All packages from the 1.0 release are included. All current bug fixes have been applied, and most have upgraded and provide enhanced functionality. *