search for: mac2

Displaying 20 results from an estimated 20 matches for "mac2".

Did you mean: mac
2008 Jun 21
0
Git and script/plugin; How I pass the PATH variable?
RoR People, I''m trying to use script/plugin and git. I see this error: mac2:/pt/webprops/mmhq/mm12/mymoney maco$ ruby script/plugin install git://github.com/activescaffold/active_scaffold.git removing: /pt/webprops/mmhq/mm12/mymoney/vendor/plugins/active_scaffold/.git sh: line 1: git: command not found mac2:/pt/webprops/mmhq/mm12/mymoney maco$ mac2:/pt/webprops/mmhq/mm12/m...
2019 Dec 10
2
Troubles with Mac clients
...ound" (sorry, this is a translation from Italian). Closing the Finder window and reopening it, will work (!!!). Seems like the Mac is disconnecting and needs to keep reconnecting. B) If Mac1 opens "file.doc" with LibreOffice. "._file.doc" will be created to lock it. Mac2 will see the lock file in finder and cannot obviously open "file.doc" read/write. Mac1 closes "file.doc" and Mac2 sees the lock file going away. However, if Mac2 tries to open the file, it gets "You don't have permissions to open file.doc". After disconnecting fr...
2006 Nov 04
2
[ Rails ] Multiple rails apps on 1 host
Team, I''m trying to figure out how to run 2 rails apps on one host. I ran an experiment: cd /tmp/ rails app1 rails app2 cd app1 script/server rails put a copy of lighttpd.conf in /tmp/app1/config/ and then started lighttpd http://localhost:3000 gave me the splash page. I shutdown the server I added something to /tmp/app1/config/lighttpd.conf server.modules = (
2019 Dec 10
0
Troubles with Mac clients
...alian). > Closing the Finder window and reopening it, will work (!!!). > > Seems like the Mac is disconnecting and needs to keep reconnecting. > > > > > > B) If Mac1 opens "file.doc" with LibreOffice. "._file.doc" will be > created to lock it. > Mac2 will see the lock file in finder and cannot obviously open > "file.doc" read/write. > Mac1 closes "file.doc" and Mac2 sees the lock file going away. > However, if Mac2 tries to open the file, it gets "You don't have > permissions to open file.doc". &g...
2005 Apr 12
3
vbd segment not found
...uname=file:/xen/mac1/swapfs but: # dmesg | grep loop loop: loaded (max 32 devices) # ls -l /xen/mac1/swapfs -rw-r--r-- 1 root root 268435457 2005-04-12 11:25 /xen/mac1/swapfs # xm list Name Id Mem(MB) CPU State Time(s) Console Domain-0 0 57 0 r---- 26.9 mac2 1 127 0 -b--- 1.5 9601 mac3 2 127 0 -b--- 1.4 9602 meaning i should be able to use 32 loop devices, swap file actually exists, and i''ve got only 2 xen machines running with 3 vbd each ( so 6 loop devices used ). # lsof | grep...
2011 Jan 20
1
Cannot rename directory - Samba acting two different ways on identical systems
...s are working correctly on shares and umask settings are working on Window 7, OS X, and XP. The annoying mystery here is that these little bugs are annoying users and taking up precious time... Most recently, Mac1 (OS X 10.6.5 smb Version 3.0.28a-apple) is able to change a directory's name and Mac2 isn't able to rename SAME directory: Both Mac1 and Mac2 have: SAME OS X 10.6.5 SAME version of Samba = Version 3.0.28a-apple SAME samba user account authenticated (user1) SAME method of accessing server (IP - not Bonjour) I have also tested this from a PC... and I've verified that the pe...
2011 Sep 14
2
Slaves under Squeeze
...setuptcp: try to bind to 192.168.1.104 port 3493 0.000204 setuptcp: bind: Cannot assign requested address 0.000226 not listening on 192.168.1.104 port 3493 Or when I run this on the slave : /etc/init.d/nut start Starting Network UPS Tools: upsmon. Broadcast Message from nut at mac2 (somewhere) at 16:33 ... Communications with UPS cp1500avr1 at 192.168.1.102 lost Broadcast Message from nut at mac2 (somewhere) at 16:33 ... UPS cp1500avr1 at 192.168.1.102 is unavailable I presume the problem on the slave is a consequence of what's happening on the serve...
2015 Aug 29
2
HP EFI binaries
>>> Gene, Your binaries didn't work for me, <<< I had problems with them too (I didn't see anything) >>> however I put some code in to print the byes of mac1 and mac2. In?efi_create_binding() it does go through all of the macs looking for the correct one and then finds a 100% match. In this case the mac is 8c-dc-d4-0d-a5-f0 so?&& memcmp(mac_1, mac_2, PXE_MAC_LENGTH) == 0) { is correct <<< mmmhh that means there's a match considering the 3...
2015 Aug 31
2
HP EFI binaries
...Gene Cumm via Syslinux <syslinux at zytor.com> wrote: > On Fri, Aug 28, 2015 at 3:13 PM, Derrick M <derrick.martinez at gmail.com> > wrote: > > Gene, > > > > Your binaries didn't work for me, however I put some code in to print the > > byes of mac1 and mac2. In efi_create_binding() it does go through all of > the > > macs looking for the correct one and then finds a 100% match. In this > case > > the mac is 8c-dc-d4-0d-a5-f0 so && memcmp(mac_1, mac_2, PXE_MAC_LENGTH) > == > > 0) { is correct > > > https://si...
2015 Aug 29
0
HP EFI binaries
...On Aug 29, 2015, at 01:00, Patrick Masotta via Syslinux <syslinux at zytor.com> wrote: > Gene, > Your binaries didn't work for me, > <<< > I had problems with them too (I didn't see anything) > > however I put some code in to print the byes of mac1 and mac2. In efi_create_binding() > it does go through all of the macs looking for the correct one and then finds a 100% match. In this case the mac is > 8c-dc-d4-0d-a5-f0 so && memcmp(mac_1, mac_2, PXE_MAC_LENGTH) == 0) { is correct > <<< > > mmmhh that means there's a...
2015 Aug 30
0
HP EFI binaries
On Fri, Aug 28, 2015 at 3:13 PM, Derrick M <derrick.martinez at gmail.com> wrote: > Gene, > > Your binaries didn't work for me, however I put some code in to print the > byes of mac1 and mac2. In efi_create_binding() it does go through all of the > macs looking for the correct one and then finds a 100% match. In this case > the mac is 8c-dc-d4-0d-a5-f0 so && memcmp(mac_1, mac_2, PXE_MAC_LENGTH) == > 0) { is correct https://sites.google.com/site/genecsyslinux/150829-efi...
2006 Jul 12
0
Update -> Someone with "Access Denied" from Windows pls try this test to compare notes with me
...re the laptops and the Win95 workstation can all access. (I haven't added the Mac's to this mix as yet, I think from memory they were working just fine.) From ALPHA using smbclient I can connect and map to all shared services on anything (ALPHA, WWW, OTHERWOMAN, LAPA, LAPB, WWW, MAC1, MAC2, FEP1) What is important is that LAPA and LAPB had NO problem communicating with ALPHA2 prior to a few weeks ago. There are no filewall problems or restrictions and the LAP's can Browse, get a SHARE listing, but not get access to the files or paths. (I haven't tried printers, I want t...
2012 Jan 09
0
KVM VM crash under I/O load (e1000 and virtio)
.../disk> <interface type='bridge'> <mac address='mac1'/> <source bridge='br0'/> <!-- <model type='e1000'/> --> </interface> <interface type='bridge'> <mac address='mac2'/> <source bridge='br9'/> <!-- <model type='e1000'/> --> </interface> <serial type='pty'> <source path='/dev/pts/2'/> <target port='0'/> </serial&gt...
2015 Aug 31
4
HP EFI binaries
On Mon, Aug 31, 2015 at 06:08:19AM -0400, Gene Cumm via Syslinux wrote: > On Aug 30, 2015 8:42 PM, "Derrick" <derrick22 at gmail.com> wrote: > > > > Gene thanks, here is the output > > > > My IP is 10.2.49.10 > > Img @ 71d89718 = 8cdcd40ca5f0 > > Udp @ 71d89718 = 8cdcd40ca5f0 > > Udp @ 71d89718 = 8cdcd40ca5f0 > > Udp @ 71d89718 =
2015 Aug 31
0
HP EFI binaries
...lt; syslinux at zytor.com> wrote: >> >> On Fri, Aug 28, 2015 at 3:13 PM, Derrick M <derrick.martinez at gmail.com> wrote: >> > Gene, >> > >> > Your binaries didn't work for me, however I put some code in to print the >> > byes of mac1 and mac2. In efi_create_binding() it does go through all of the >> > macs looking for the correct one and then finds a 100% match. In this case >> > the mac is 8c-dc-d4-0d-a5-f0 so && memcmp(mac_1, mac_2, PXE_MAC_LENGTH) == >> > 0) { is correct >> >> https://si...
2015 Aug 31
0
HP EFI binaries
...wrote: >> >> >> > Gene, >> >> >> > >> >> >> > Your binaries didn't work for me, however I put some code in to >> >> >> > print >> >> >> > the >> >> >> > byes of mac1 and mac2. In efi_create_binding() it does go through >> >> >> > all >> >> >> > of the >> >> >> > macs looking for the correct one and then finds a 100% match. In >> >> >> > this >> >> >> > case >>...
2015 Aug 28
6
HP EFI binaries
On Fri, Aug 28, 2015 at 4:22 AM, Patrick Masotta <masottaus at yahoo.com> wrote: > Thanks Derrik; I got your efi-dh.txt > > I've found this: > > 252: SimpleNetwork PXEBaseCode LoadFile DevicePath(0000:0000:0000:0000:0000:0000)) > 267: SimpleNetwork PXEBaseCode LoadFile DevicePath(065F36E00EE,0x1)/IPv4(0.0.0.0)) > 27C: SimpleNetwork PXEBaseCode LoadFile
2015 Sep 01
4
HP EFI binaries
On Mon, Aug 31, 2015 at 07:59:06PM -0400, Gene Cumm via Syslinux wrote: > On Mon, Aug 31, 2015 at 6:42 PM, Derrick M <derrick.martinez at gmail.com> wrote: > > Thanks Gene! > > > > this one is much better > > EXCELLENT! That's what I wanted to see. It iterates through 3 > handles, printing the entire MAC buffer and the handle's memory > address.
2015 Sep 02
0
HP EFI binaries
...> Your binaries didn't work for me, however I put some code in >> >> >> >> >> > to >> >> >> >> >> > print >> >> >> >> >> > the >> >> >> >> >> > byes of mac1 and mac2. In efi_create_binding() it does go >> >> >> >> >> > through >> >> >> >> >> > all >> >> >> >> >> > of the >> >> >> >> >> > macs looking for the correct one and then fi...
2003 May 19
5
FreeBSD firewall block syn flood attack
...ternet. The servers are being attacked with syn floods and go down multiple times a day. The 7 servers belong to a client, who runs redhat. I am trying to find a way to do some kind of syn flood protection inside the firewall. Any suggestions would be greatly appreciated. -- Ryan James ryan@mac2.net