search for: workalik

Displaying 20 results from an estimated 29 matches for "workalik".

Did you mean: workalike
2004 Oct 01
1
mount.cifs and permissions
...following command: mount -t cifs -o user=mount,password=XXXXXX //192.168.0.100/homedirs /smbhome This worked. 3) Logged in as a user. Tried to create a file in the place under /smbhome where this user could do so. The owner of that file was expected to be that user (I wanted to have just a workalike for NFS), but in reality it was root. Is that a bug in SAMBA or in the kernel or just my mis-expectation? Is it possible at all to use a SAMBA share as a NFS workalike? -- Alexander E. Patrakov
2008 Mar 17
8
should have_tag outside Rails
Hi Google has not helped me here. I''m looking for a way to use the have_tag assert_select wrapper outside RSpec on Rails (but in a Rails project) so I can use it to check text strings. Has anyone managed this? Thanks Ashley -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Dec 11
1
the naming of "Unicorn"
...d to call it "Unicron", in honor of a track posted by > a Kiwi[1] many years ago to a Usenet group we frequented: > > http://unicorn.bogomips.org/unicron.mp3 > > I swapped the "ro" for "or" because: > a) it might be confused as a "cron"-workalike > b) I could get sued by whoever owns the rights to the name (Hasbro?) > > The "Uni" has two meanings: > 1) it signifies "one", being single-threaded compared to its ancestor > 2) it shares 3 characters with its intended platform: UNIX > > > Of course...
2005 Mar 11
3
delay() has been deprecated for 2.1.0
...exactRankTests, genetics, g.data, maxstat, taskPR, coin I have cc'd the maintainers of those packages. If you want a single code base for your package that works in both the upcoming R 2.1.0 and older versions, this presents a problem: older versions don't have delayedAssign. Here is a workalike function that could be used in older versions: delayedAssign <- function(x, value, eval.env = parent.frame(), assign.env = parent.frame()) { assign(x, .Internal(delay(substitute(value), eval.env)), envir = assign.env) } Because this function calls the internal delay() functio...
2009 Aug 04
1
Windows help (winhlp32)
...indows and c:\windows\system32 my application (Borland Paradox7) still invokes the Wine help (which is broken as it doesn't display the Contents and Search and is full of 'not yet implemented' messages). So I assume the DDI call from Paradox is being routed to some built-in wnhelp semi-workalike. Of course I can put Windows' winhlp32.exe in Program Files and invoke it from a Linux menu item, but it would be nice to have the Paradox menu item invoke the native exe as well. Then I can wean my users off Windows. I'm using Wine 1.1.26 on Ubuntu Hardy. Pete
2006 Dec 08
1
XML, XPATH in Centos?
What built in utilities are there that can evaluate XML XPath statements in CentOS? Its needed to grab certain info from <a href="some.html">some</a> from a page with a python, perl or shell script. Hints on what to use would be appreciated. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 May 05
5
[PATCH] Optionally, allow distros to use openssl for MD5 verification
This has the advantage of being more efficient than the included routines and allows distros to centralize crypto mainteniance on a few libraries. --- configure.ac | 4 +- m4/ax_check_openssl.m4 | 124 +++++++++++++++++++++++++++++++++++++ src/libFLAC/Makefile.am | 2 +- src/libFLAC/include/private/md5.h | 8 ++- src/libFLAC/md5.c
2002 Sep 23
3
How to automate SMBMNT
Hi there, How do I automate smbmnt so that when logging on, it mounts the required shared directories on an NT4.0 file system using the user name and password I used t gain access to the GUI ? I s this possible. I am currently running Network Neighborhood and have been using this application for access but this requires that I scan mount and log-on again before gaining access to that share.
2013 Jan 17
3
How do I manage puppet.conf? Let me count the ways.
In a recent post Nikola Petrov summerized methods for managing config files such as puppet.conf: * use augeas with virtual resources * use the concat module * use the standard template function with multiple arguments; look at http://docs.puppetlabs.com/guides/templating.html and scroll down to "Combining templates" I can add a few others: * use the ini_setting type
2008 Jun 03
0
ALTQ and cpufreq(4)
...O/1000 adapter Gigabit Ethernet Card # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) # Pseudo devices. device loop # Network loopback device random # Entropy device device ether # Ethernet support device ppp # Kernel PPP devic...
2003 Jun 04
1
Broken -STABLE kernel build?
...`Typhoon'') device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device pcn # AMD Am79C97x PCI 10/100 NICs device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) d...
2005 Feb 09
3
Firewall piercing - The Specified network name is no longer available.
Hi all. I'm trying to set up one of my Unix machines at home so I can access my stuff there via SMB from the Internet at large (read: from Windows-using clients'). I'm behind two NATting devices-- the lame-p Prestige DSL modem provided by Sprint DSL (a.k.a. Earthlink?) and a more typical home DSL/cable gateway device. I've poked holes in BOTH of these devices on ports 137, 138,
2003 Jul 17
1
device troubles after stable update
...om 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device pcn # AMD Am79C97x PCI 10/100 NICs device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis...
2005 Dec 15
5
Rails vs. J2EE: Sharing state in memory?
Hi, I am from a Java background and pretty new to Ruby and Rails. What I am wondering is how I would shared state accross requests and users without involving IO, i.e. use memory. My current understanding is that for each request a new process ist spawn and therefore it gets its own memory. So no sharing can take place between requests? Do I understand this right? For those who know
2014 Oct 02
4
[PATCH 0/3] RFC: appliance flavours
Hi, this is a prototype of something I've around for some time. Basically it is about adding new appliances in addition to the main one currently used and kept up-to-date automatically: this way it is possible to create new appliances with extra packages, to be used in specific contexts (like virt-rescue, with more network/recovery tools) without filling the main appliance. It's still
2005 Sep 14
7
Asterisk 1.0.9 long term stability <--thread hijack, why not reboot?
Disclaimer: Not a troll I'm curious as to this obsession with uptime is. All of the posts of this type are along the lines of "After X days, Y thing does not work but if I reload or reboot, it's OK" - so why not cron a reboot? Is it considered bad form or something like that? I reboot every night whether it is needed or not, not afraid to admit it, and everything works fine for
2003 Aug 01
0
gdb coredumps
...yphoon'') #device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device pcn # AMD Am79C97x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550...
2008 May 14
1
Approaching the limit on PV entries, consider increasing either the vm.pmap.shpgperproc or the vm.pmap.pv_entry_max sysctl.
...# Intel PRO/10GbE Ethernet Card # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet device xl...
2009 Apr 08
1
watchdog timeout
...# MII bus support device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet device bfe # Broadcom BCM440x 10/100 Ethernet device bge # Broadcom BCM570xx Gigabit Ethernet device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet device lge # Level 1 LXT1001 gigabit Ethernet device msk # Marvell/SysKonnect Yukon II Gigabit Eth...
2008 Aug 08
1
Freebsd 7.0-RELEASE-p3 panics
...# MII bus support device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet device bfe # Broadcom BCM440x 10/100 Ethernet device bge # Broadcom BCM570xx Gigabit Ethernet device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device lge # Level 1 LXT1001 gigabit Ethernet device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet device nfe # nVidia nForce MCP on-board Ethernet devi...