Date: Mon, 15 Jun 2015 02:12:10 +0900 From: "Ardie H. Hwang" <iam@ardiefox.me> To: Yass Amed <zagazaw2004@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-questions generated spams! Message-ID: <04C09264-9B5A-4D18-899A-7549AAB848DA@ardiefox.me> In-Reply-To: <CALvWPyYGs4CZURAjMtCicabEPV45yH01Ssi5wogUsMUUmvnWaA@mail.gmail.com> References: <CALvWPyYGs4CZURAjMtCicabEPV45yH01Ssi5wogUsMUUmvnWaA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_B5628E9F-2970-4B75-AE03-D4CE3632F6AB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 There was a discussion[1] already, that the conclusion is those = =E2=80=9Cspams=E2=80=9D are just a mis-configured auto replies. Some guys must have set their =E2=80=98vacation leave=E2=80=99 features = set, while still subscribed to this list. You can safely delete those messages, though very annoying. [1]: = https://lists.freebsd.org/pipermail/freebsd-questions/2015-June/266196.htm= l -- Ardie H. Hwang ---------------- email: iam@ardiefox.me mobile: +82-10-I-AM-ARDIE > On Jun 15, 2015, at 02:04, Yass Amed <zagazaw2004@gmail.com> wrote: >=20 > Hello, >=20 > I replied to a topic on this mailing list and immediately started = getting > Chinese spam emails. Is there a breach in the server? Does the server > (un)intentionally forward mail? I'm puzzled?! >=20 > Thanks, > Yass > On Jun 14, 2015 7:00 AM, <freebsd-questions-request@freebsd.org> = wrote: >=20 >> Send freebsd-questions mailing list submissions to >> freebsd-questions@freebsd.org >>=20 >> To subscribe or unsubscribe via the World Wide Web, visit >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> or, via email, send a message with subject or body 'help' to >> freebsd-questions-request@freebsd.org >>=20 >> You can reach the person managing the list at >> freebsd-questions-owner@freebsd.org >>=20 >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of freebsd-questions digest..." >>=20 >>=20 >> Today's Topics: >>=20 >> 1. SCSI Cable, do you have (will.lee@connecmax.com) >> 2. RE: Script question (Lt. Commander) >> 3. Re: FreeBSD and Docker (opendaddy@hushmail.com) >> 4. Re: FreeBSD and Docker (opendaddy@hushmail.com) >> 5. Re: FreeBSD 10.1, Mac Pro 2008, EFI, hangs at boot w/ "Start >> @0xfff...." (Andreas Wrede) >> 6. Re: Script question (jd1008) >> 7. Re: Softlayer VPS: Loading FreeBSD (Janos Dohanics) >> 8. Re: FreeBSD 10.1, Mac Pro 2008, EFI, hangs at boot w/ "Start >> @0xfff...." (George Hartzell) >> 9. Re: AHCI and Gigabyte GA-G31M-ES2L (Yass Amed) >> 10. Re: FreeBSD 10.1, Mac Pro 2008, EFI, hangs at boot w/ "Start >> @0xfff...." (Ben Woods) >> 11. reload kernel without reboot? (takCoder) >> 12. Re: reload kernel without reboot? (Terje Elde) >>=20 >>=20 >> = ---------------------------------------------------------------------- >>=20 >> Message: 1 >> Date: Sat, 13 Jun 2015 19:57:40 +0800 >> From: "will.lee@connecmax.com" <will.lee@connecmax.com> >> To: questions <questions@FreeBSD.org> >> Subject: SCSI Cable, do you have >> Message-ID: <2015061315051406572437@connecmax.com> >> Content-Type: text/plain; charset=3D"utf-8" >>=20 >> Dear Friend, >>=20 >> We produce all kinds of SCSI cable with good performance. = Certificates of >> SGS have achieved. We have own logistics company to save your cost . = And >> OEM is supported. >>=20 >> All the Wire is Bare Copper. Here are the SCSI cables we produce, if = the >> items you interested, pls inquiry us. >> SCSI Lead Ultra 68 male to Ultra 68 male (VHDCI) SCSI cable >> SCSI Cable HD68M to HD68M cable >> SCSI-3 CABLE MALE TO MALE HD 68 PINS cable >> SCSI-5 (VHDCI) 0.8mm to SCSI-3 (HPDB68) 68-Pin Male/Male Cable >> SCSI Lead 50 Centronic male to 50 Centronic Male SCSI cable >> SCSI Lead Half Pitch 50 male to 50 Centronic male cable >> SCSI HPDB50 Male to Cen50 Male External Drive Cable >> SCSI HPDB50 Male to VHDCI68 Male Cable >>=20 >> Waiting for your inquiry. >>=20 >> Best regards! >>=20 >>=20 >> Will Lee >>=20 >> Connecmax Group Co.,Ltd >> Shenzhen Prime Technology Co.,Ltd >> TEL: 86 183 0666 7469 Skype:connecmax7 >> WEB:http://www.globalsources.com/szconnecmax.co >> Add:South, 3FL, Block E, Dakan Technology Park, Dakan Village, Xili >> Town, Nanshan Dist, Shenzhen, GD, China >>=20 >> ------------------------------ >>=20 >> Message: 2 >> Date: Sat, 13 Jun 2015 07:58:21 -0500 >> From: "Lt. Commander" <listmgr@antennex.com> >> To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> >> Subject: RE: Script question >> Message-ID: <BAY182-W64842DB24FDD6D0F3A1854CCBA0@phx.gbl> >> Content-Type: text/plain; charset=3D"iso-8859-1" >>=20 >>> Date: Fri, 12 Jun 2015 19:16:52 -0600 >>> From: jd1008@gmail.com >>> To: freebsd-questions@freebsd.org >>> Subject: Re: Script question >>=20 >> Here is a short shell script: >>=20 >> #!/bin/sh >>=20 >> while read line; do >> score=3D`echo $line | grep ' score=3D.. '` >> scoreValue=3D`echo $score | sed -e 's/score=3D//' -e 's/ *//'` >> address=3D`echo $line | grep = 'client_addr=3D[0-9]*\.[0-9]*\.[0-9]*.[0-9]* '` >> IP=3D`echo $address | sed 's/client_addr=3D//'` >>=20 >> if [ $scoreValue -ge 12 ]; then >> ??????? echo $score >> ??????? echo $IP >> ??????? echo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >> fi >> done < your-log-file-name> = some-file-to-use-to-construct-the-spamassasin >> filter? >>=20 >> ---------------------------------------- >>> Date: Fri, 12 Jun 2015 19:16:52 -0600 >>> From: jd1008@gmail.com >>> To: freebsd-questions@freebsd.org >>> Subject: Re: Script question >>>=20 >>=20 >> That's a very interesting shell script and will give it a try. >>=20 >> But, does the script only pickup spam with a "12" tag level or does = it >> pick up 12 and above which is what I need? (sorry, my scripting is = not >> strong). >>=20 >> Jason >>=20 >> ------------------------------ >>=20 >> Message: 3 >> Date: Sat, 13 Jun 2015 13:01:44 +0000 >> From: opendaddy@hushmail.com >> To: "Joe Shevland" <joe.shevland@hushmail.com>, >> freebsd-questions@freebsd.org >> Subject: Re: FreeBSD and Docker >> Message-ID: <20150613130144.E94E5E076D@smtp.hushmail.com> >> Content-Type: text/plain; charset=3D"UTF-8" >>=20 >> Hi! >>=20 >> On 10. juni 2015 at 1:13 PM, "Joe Shevland" = <joe.shevland@hushmail.com> >> wrote: >>>=20 >>> Postgres, Redis and Ruby are available though, so I don't think >>> it'd be impossible to get the RoR side of things working for >>> Discourse. >>=20 >> True that. I managed to install the bundle but now during migration >> = https://github.com/discourse/discourse/blob/master/db/migrate/201209211625= 12_add_meta_data_to_forum_threads.rb >> gives me: >>=20 >> =3D=3D 20120921162512 AddMetaDataToForumThreads: migrating >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >> -- execute("CREATE EXTENSION IF NOT EXISTS hstore") >> rake aborted! >> StandardError: An error has occurred, this and all later migrations >> canceled: >>=20 >> PG::InvalidParameterValue: ERROR: version to install must be = specified >> : CREATE EXTENSION IF NOT EXISTS >> = hstore/usr/home/www/myapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.1.1= 0/lib/active_record/connection_adapters/postgresql/database_statements.rb:= 128:in >> `async_exec' >> = /usr/home/www/myapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.1.10/lib/= active_record/connection_adapters/postgresql/database_statements.rb:128:in= >> `block in execute' >>=20 >> Docker or not, it's still odd that the migration should fail like = this. >> I'm using PostgreSQL 9.4. >>=20 >> O.D. >>=20 >>>=20 >>> On 10/6/2015 at 9:50 PM, opendaddy@hushmail.com wrote: >>>>=20 >>>> Hi! >>>>=20 >>>> Attempting to install the Discourse discussion forum >>>> (https://github.com/discourse/discourse) on my DigitalOcean >>>> FreeBSD VPS. Discourse requires Docker, however nothing happens >>>> when I try `wget -qO- https://get.docker.com/ | sh` >>>> (https://github.com/discourse/discourse/blob/master/docs/INSTALL- >>>> cloud.md). >>>>=20 >>>> What am I doing wrong? >>>>=20 >>>> Thanks! >>>>=20 >>>> O.D. >>>>=20 >>>> _______________________________________________ >>>> freebsd-questions@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>> To unsubscribe, send any mail to "freebsd-questions- >>>> unsubscribe@freebsd.org" >>>=20 >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to "freebsd-questions- >>> unsubscribe@freebsd.org" >>=20 >>=20 >>=20 >> ------------------------------ >>=20 >> Message: 4 >> Date: Sat, 13 Jun 2015 14:04:26 +0000 >> From: opendaddy@hushmail.com >> To: "Joe Shevland" <joe.shevland@hushmail.com>, >> freebsd-questions@freebsd.org >> Subject: Re: FreeBSD and Docker >> Message-ID: <20150613140426.37B17E04E1@smtp.hushmail.com> >> Content-Type: text/plain; charset=3D"UTF-8" >>=20 >> Hello again, >>=20 >> Thanks to Edho Arief from the OpenBSD mailinglists it appears I was = simply >> missing the postgresql-contrib package. >>=20 >> Many thanks! >>=20 >> O.D. >>=20 >> On 13. juni 2015 at 1:41 PM, opendaddy@hushmail.com wrote: >>>=20 >>> Hi! >>>=20 >>> On 10. juni 2015 at 1:13 PM, "Joe Shevland" >>> <joe.shevland@hushmail.com> wrote: >>>>=20 >>>> Postgres, Redis and Ruby are available though, so I don't think >>>> it'd be impossible to get the RoR side of things working for >>>> Discourse. >>>=20 >>> True that. I managed to install the bundle but now during >>> migration >>> https://github.com/discourse/discourse/blob/master/db/migrate/20120 >>> 921162512_add_meta_data_to_forum_threads.rb gives me: >>>=20 >>> =3D=3D 20120921162512 AddMetaDataToForumThreads: migrating >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >>> -- execute("CREATE EXTENSION IF NOT EXISTS hstore") >>> rake aborted! >>> StandardError: An error has occurred, this and all later >>> migrations canceled: >>>=20 >>> PG::InvalidParameterValue: ERROR: version to install must be >>> specified >>> : CREATE EXTENSION IF NOT EXISTS >>> hstore/usr/home/www/myapp/vendor/bundle/ruby/2.2.0/gems/activerecor >>> d- >>> 4.1.10/lib/active_record/connection_adapters/postgresql/database_st >>> atements.rb:128:in `async_exec' >>> /usr/home/www/myapp/vendor/bundle/ruby/2.2.0/gems/activerecord- >>> 4.1.10/lib/active_record/connection_adapters/postgresql/database_st >>> atements.rb:128:in `block in execute' >>>=20 >>> Docker or not, it's still odd that the migration should fail like >>> this. I'm using PostgreSQL 9.4. >>>=20 >>> O.D. >>>=20 >>>>=20 >>>> On 10/6/2015 at 9:50 PM, opendaddy@hushmail.com wrote: >>>>>=20 >>>>> Hi! >>>>>=20 >>>>> Attempting to install the Discourse discussion forum >>>>> (https://github.com/discourse/discourse) on my DigitalOcean >>>>> FreeBSD VPS. Discourse requires Docker, however nothing happens >>>>> when I try `wget -qO- https://get.docker.com/ | sh` >>>>> (https://github.com/discourse/discourse/blob/master/docs/INSTALL- >>>>> cloud.md). >>>>>=20 >>>>> What am I doing wrong? >>>>>=20 >>>>> Thanks! >>>>>=20 >>>>> O.D. >>>>>=20 >>>>> _______________________________________________ >>>>> freebsd-questions@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>>> To unsubscribe, send any mail to "freebsd-questions- >>>>> unsubscribe@freebsd.org" >>>>=20 >>>> _______________________________________________ >>>> freebsd-questions@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>> To unsubscribe, send any mail to "freebsd-questions- >>>> unsubscribe@freebsd.org" >>>=20 >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to "freebsd-questions- >>> unsubscribe@freebsd.org" >>=20 >>=20 >>=20 >> ------------------------------ >>=20 >> Message: 5 >> Date: Sat, 13 Jun 2015 10:53:39 -0400 >> From: Andreas Wrede <aew.freebsd@wrede.ca> >> To: hartzell@alerce.com >> Cc: FreeBSD Questions <questions@freebsd.org> >> Subject: Re: FreeBSD 10.1, Mac Pro 2008, EFI, hangs at boot w/ "Start >> @0xfff...." >> Message-ID: <79D327FB-3310-4642-8B16-6361AC26BAE2@wrede.ca> >> Content-Type: text/plain; charset=3Dus-ascii >>=20 >>=20 >>> On Jun 12, 2015, at 21:47 , George Hartzell <hartzell@alerce.com> = wrote: >>>=20 >>>=20 >>> I have a 2008 Mac Pro (NOT a MacBook) that's been happily running >>> FreeBSD for years via MBR partitioned disks. When the Mac sees the >>> MBR partition it kicks in a bunch of bios emulation, which lets >>> freebsd run. >>>=20 >>> I've recently been inspired to try the EFI booting stuff. It has = the >>> attraction of enabling the two extra SATA ports on the motherboard = (or >>> more accurately, not disabling them as the BIOS emulation appears >>> to...). >>>=20 >>> I've tried both a USB stick of 10.1 and an SSD with -CURRENT. Both >>> use EFI booting and work on my Minnowboard. >>>=20 >>> Booting either way exhibits the same symptom. /boot/loader.efi >>> runskoads the kernel and stuff but when it boots it prints >>>=20 >>> Booting... >>> Start @0xffffffff802e7000 ... >>> _ >>>=20 >>> (that's the address when booted from the SSD, the address for the = 10.1 >>> USB stick is 0xffffffff802df060) >>>=20 >>> and then hangs. >>>=20 >>> Thinking that maybe the console was pointing off somewhere, I tried >>> setting it at the forth/OK prompt, it was already set to "efi", = which >>> seems like the best choice. >>>=20 >>> It'd be nice to get it booting via EFI. Any suggestions for what to >>> try next? >>=20 >> My experience with a Mac Pro (2009) is similar. I tried to boot from = CD >> and USB with FreeBSD 10.1 and a -current snapshot from about 2 weeks = ago. A >> MacBook Pro (2010) booted without a problem with the both the 10.1 = and >> -current USB images. The MacPro will be available for more testing = in a >> week or two. >>=20 >>=20 >> -- >> aew >>=20 >>=20 >>=20 >> ------------------------------ >>=20 >> Message: 6 >> Date: Sat, 13 Jun 2015 11:52:45 -0600 >> From: jd1008 <jd1008@gmail.com> >> To: freebsd-questions@freebsd.org >> Subject: Re: Script question >> Message-ID: <557C6DED.9070105@gmail.com> >> Content-Type: text/plain; charset=3Dwindows-1252; format=3Dflowed >>=20 >>=20 >>=20 >> On 06/13/2015 06:58 AM, Lt. Commander wrote: >>>> Date: Fri, 12 Jun 2015 19:16:52 -0600 >>>> From: jd1008@gmail.com >>>> To: freebsd-questions@freebsd.org >>>> Subject: Re: Script question >>> Here is a short shell script: >>>=20 >>> #!/bin/sh >>>=20 >>> while read line; do >>> score=3D`echo $line | grep ' score=3D.. '` >>> scoreValue=3D`echo $score | sed -e 's/score=3D//' -e 's/ *//'` >>> address=3D`echo $line | grep = 'client_addr=3D[0-9]*\.[0-9]*\.[0-9]*.[0-9]* '` >>> IP=3D`echo $address | sed 's/client_addr=3D//'` >>>=20 >>> if [ $scoreValue -ge 12 ]; then >>> echo $score >>> echo $IP >>> echo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >>> fi >>> done < your-log-file-name> = some-file-to-use-to-construct-the-spamassasin >> filter >>>=20 >>> ---------------------------------------- >>>> Date: Fri, 12 Jun 2015 19:16:52 -0600 >>>> From: jd1008@gmail.com >>>> To: freebsd-questions@freebsd.org >>>> Subject: Re: Script question >>>>=20 >>> That's a very interesting shell script and will give it a try. >>>=20 >>> But, does the script only pickup spam with a "12" tag level or does = it >> pick up 12 and above which is what I need? (sorry, my scripting is = not >> strong). >>>=20 >>> Jason >> The boolean -ge in the if test. >> Greater than or equal to >> So it grabs all 12 or greater values. >>=20 >>=20 >>>=20 >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >>>=20 >>=20 >>=20 >>=20 >> ------------------------------ >>=20 >> Message: 7 >> Date: Sat, 13 Jun 2015 15:21:36 -0400 >> From: Janos Dohanics <web@3dresearch.com> >> To: FreeBSD Questions <freebsd-questions@freebsd.org> >> Subject: Re: Softlayer VPS: Loading FreeBSD >> Message-ID: <20150613152136.1beb58c637f27d88a4215a0c@3dresearch.com> >> Content-Type: text/plain; charset=3DUS-ASCII >>=20 >> On Thu, 11 Jun 2015 18:44:15 -0600 >> Dan Busarow <dan@buildingonline.com> wrote: >>=20 >>> Marc, >>>=20 >>> Checkout rootbsd.net >>>=20 >>> I have 10 VPS and 1 dedicated server there. Excellent BSD support = as >>> you might gather from the name. >>>=20 >>> Dan >>> -- >>> Dan Busarow >>> BuildingOnline.com >>> http://www.BuildingOnline.net/ >>> 888-496-6648 ext 218 >>=20 >> I second that. Their service has been reliable, and their support is >> prompt and knowledgeable. >>=20 >> -- >> Janos Dohanics >>=20 >>=20 >> ------------------------------ >>=20 >> Message: 8 >> Date: Sat, 13 Jun 2015 19:29:23 -0700 >> From: George Hartzell <hartzell@alerce.com> >> To: Andreas Wrede <aew.freebsd@wrede.ca> >> Cc: FreeBSD Questions <questions@freebsd.org> >> Subject: Re: FreeBSD 10.1, Mac Pro 2008, EFI, hangs at boot w/ "Start >> @0xfff...." >> Message-ID: <21884.59139.951381.344884@alacrity.local> >> Content-Type: text/plain; charset=3Dus-ascii >>=20 >> Andreas Wrede writes: >>>=20 >>>> On Jun 12, 2015, at 21:47 , George Hartzell <hartzell@alerce.com> >> wrote: >>>>=20 >>>> I have a 2008 Mac Pro (NOT a MacBook) that's been happily running >>>> FreeBSD for years via MBR partitioned disks. >>>> [...] >>>> I've recently been inspired to try the EFI booting stuff. >>>> [...] >>>> Booting either way exhibits the same symptom. /boot/loader.efi >>>> runskoads the kernel and stuff but when it boots it prints >>>>=20 >>>> Booting... >>>> Start @0xffffffff802e7000 ... >>>> _ >>>>=20 >>>> (that's the address when booted from the SSD, the address for the = 10.1 >>>> USB stick is 0xffffffff802df060) >>>>=20 >>>> and then hangs. >>>> [...] >>>=20 >>> My experience with a Mac Pro (2009) is similar. I tried to boot >>> from CD and USB with FreeBSD 10.1 and a -current snapshot from >>> about 2 weeks ago. A MacBook Pro (2010) booted without a problem >>> with the both the 10.1 and -current USB images. The MacPro will be >>> available for more testing in a week or two. >>=20 >> The Mac Pro will boot the 10.1 DVD. >>=20 >> I tried the EFI DVD and it shows the same symptoms as described = above. >>=20 >> BUT I noticed that even after the "Start @0xfff..." message displayed >> and the system appeared to hang the DVD ground away for another = minute >> or two. Nothing else appeared on the console, but it sounded as if >> something was happening. Perhaps the problem is "just" with the >> console setup. >>=20 >> g. >>=20 >>=20 >> ------------------------------ >>=20 >> Message: 9 >> Date: Sat, 13 Jun 2015 23:31:56 -0500 >> From: Yass Amed <zagazaw2004@gmail.com> >> To: freebsd-questions@freebsd.org >> Subject: Re: AHCI and Gigabyte GA-G31M-ES2L >> Message-ID: <557D03BC.9050802@gmail.com> >> Content-Type: text/plain; charset=3Dwindows-1252; format=3Dflowed >>=20 >> Quote:>>> >> Amigos, >> I owns a GA-G31M-ES2L & want to upgrade my BIOS as I don't have AHCI >> Options in my BIOS. If you have update patch / files than kindly = consider >> this as a request & forward me. If you guys have any other options = exceept >> this than also let me know. >> Regards,NicKhil >> <<< >>=20 >> Nickhil, >>=20 >> Give this link a tryhttp:// >> www.gigabyte.com/products/product-page.aspx?pid=3D3485#bios >>=20 >>=20 >> Regards, >> Yass >>=20 >> -- >>=20 >>=20 >>=20 >>=20 >> ------------------------------ >>=20 >> Message: 10 >> Date: Sun, 14 Jun 2015 15:15:04 +0800 >> From: Ben Woods <woodsb02@gmail.com> >> To: "hartzell@alerce.com" <hartzell@alerce.com> >> Cc: Andreas Wrede <aew.freebsd@wrede.ca>, FreeBSD Questions >> <questions@freebsd.org> >> Subject: Re: FreeBSD 10.1, Mac Pro 2008, EFI, hangs at boot w/ "Start >> @0xfff...." >> Message-ID: >> <CAOc73CBHnra=3D >> QBFzA57xAGrRrVwP4kAvNC-KVZQNoHa9CLfs+w@mail.gmail.com> >> Content-Type: text/plain; charset=3DUTF-8 >>=20 >> On Sunday, June 14, 2015, George Hartzell <hartzell@alerce.com> = wrote: >>=20 >>> Andreas Wrede writes: >>>>=20 >>>>> On Jun 12, 2015, at 21:47 , George Hartzell <hartzell@alerce.com >>> <javascript:;>> wrote: >>>>>=20 >>>>> I have a 2008 Mac Pro (NOT a MacBook) that's been happily running >>>>> FreeBSD for years via MBR partitioned disks. >>>>> [...] >>>>> I've recently been inspired to try the EFI booting stuff. >>>>> [...] >>>>> Booting either way exhibits the same symptom. /boot/loader.efi >>>>> runskoads the kernel and stuff but when it boots it prints >>>>>=20 >>>>> Booting... >>>>> Start @0xffffffff802e7000 ... >>>>> _ >>>>>=20 >>>>> (that's the address when booted from the SSD, the address for the >> 10.1 >>>>> USB stick is 0xffffffff802df060) >>>>>=20 >>>>> and then hangs. >>>>> [...] >>>>=20 >>>> My experience with a Mac Pro (2009) is similar. I tried to boot >>>> from CD and USB with FreeBSD 10.1 and a -current snapshot from >>>> about 2 weeks ago. A MacBook Pro (2010) booted without a problem >>>> with the both the 10.1 and -current USB images. The MacPro will be >>>> available for more testing in a week or two. >>>=20 >>> The Mac Pro will boot the 10.1 DVD. >>>=20 >>> I tried the EFI DVD and it shows the same symptoms as described = above. >>>=20 >>> BUT I noticed that even after the "Start @0xfff..." message = displayed >>> and the system appeared to hang the DVD ground away for another = minute >>> or two. Nothing else appeared on the console, but it sounded as if >>> something was happening. Perhaps the problem is "just" with the >>> console setup. >>>=20 >>> g. >>>=20 >>=20 >> That sounds like you are experiencing this bug, which unfortunately = has not >> been fixed yet: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193745 >>=20 >> Unfortunately the new uefi boot does not work on some (or all?) = macbooks. >>=20 >> Regards, >> Ben >>=20 >>=20 >> -- >>=20 >> -- >> From: Benjamin Woods >> woodsb02@gmail.com >>=20 >>=20 >> ------------------------------ >>=20 >> Message: 11 >> Date: Sun, 14 Jun 2015 13:24:59 +0430 >> From: takCoder <tak.official@gmail.com> >> To: FreeBSD Questions <freebsd-questions@freebsd.org> >> Subject: reload kernel without reboot? >> Message-ID: >> < >> CAPkyVLwy_cW9fuY4CLgGtXKcLb7qeLNk9VdiHQA3OYy-rbq6ew@mail.gmail.com> >> Content-Type: text/plain; charset=3DUTF-8 >>=20 >> Hi there, >>=20 >> I have a task on freebsd 9.2 in which I need to apply changes to = kernel and >> recompile it serveral times. I use buildkernel with my custom kernel. >>=20 >> my question is: Is there a way to reload freebsd kernel in which i = don't >> need to restart to apply the changes? >>=20 >> Thank you all, >> takcoder >>=20 >>=20 >> ------------------------------ >>=20 >> Message: 12 >> Date: Sun, 14 Jun 2015 12:18:26 +0200 >> From: Terje Elde <terje@elde.net> >> To: tak.official@gmail.com >> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> >> Subject: Re: reload kernel without reboot? >> Message-ID: <38506EF2-D060-4642-8B8B-6774232F9B01@elde.net> >> Content-Type: text/plain; charset=3D"utf-8" >>=20 >>=20 >>> On 14 Jun 2015, at 10:54, takCoder <tak.official@gmail.com> wrote: >>>=20 >>> I have a task on freebsd 9.2 in which I need to apply changes to = kernel >> and >>> recompile it serveral times. I use buildkernel with my custom = kernel. >>=20 >> I?m curious, could you explain a bit more about what you?re trying to = do? >> I can?t really think of many typical use cases where you?d want or = need to >> recompile the kernel over and over again. >>=20 >>> my question is: Is there a way to reload freebsd kernel in which i = don't >>> need to restart to apply the changes? >>=20 >> Not really, no. >>=20 >> You can recompile modules though, and unload old, load new. >>=20 >>=20 >> Terje >>=20 >> -------------- next part -------------- >> A non-text attachment was scrubbed... >> Name: signature.asc >> Type: application/pgp-signature >> Size: 524 bytes >> Desc: Message signed with OpenPGP using GPGMail >> URL: < >> = http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20150614/= 9a779417/attachment-0001.sig >>>=20 >>=20 >> ------------------------------ >>=20 >> Subject: Digest Footer >>=20 >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >>=20 >> ------------------------------ >>=20 >> End of freebsd-questions Digest, Vol 575, Issue 7 >> ************************************************* >>=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" --Apple-Mail=_B5628E9F-2970-4B75-AE03-D4CE3632F6AB Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIMVzCCBhsw ggUDoAMCAQICAw2NljANBgkqhkiG9w0BAQsFADCBjDELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0 YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNpZ25pbmcx ODA2BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDEgUHJpbWFyeSBJbnRlcm1lZGlhdGUgQ2xpZW50IENB MB4XDTE1MDQwMTA1MTUyMFoXDTE2MDQwMTE0NTMxMFowOjEYMBYGA1UEAwwPaWFtQGFyZGllZm94 Lm1lMR4wHAYJKoZIhvcNAQkBFg9pYW1AYXJkaWVmb3gubWUwggEiMA0GCSqGSIb3DQEBAQUAA4IB DwAwggEKAoIBAQDX7DM3FaYKaYp2sZObkwoql9SJpe2gQI2I0eJM7fB7UokCnaNeiz7Leptzu/jw Ug6mes6NhsbSFrsMQuV/fBQVSA8SqX2yPVfvhL3iwgk7ZU2C7i8E5h0qQJ0bjNRmasZ7brEd2PJT lN2O0Qbrm7DLBd3bXLUkPbBXC3/mRIZB6Oube+kx3a4WBeY8exUSOncM89d/GM0a+/8Rq/WO/ZtW 7E/iys1/Qh2EcDwZjVXnisvu9F2neu/TqsJQnqq56UID7v4z5YgRMUmFhc6ZZmB7yxDk7/lCqN69 c+65BxfB4bN8J9NbzjXPXCOnK+P+oqlS2FZUVmM/qZ90jbMogaevAgMBAAGjggLVMIIC0TAJBgNV HRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwHQYDVR0O BBYEFBiFrFodtqd6r7GQvkE2WpB+wDCeMB8GA1UdIwQYMBaAFFNy7ZKc4NrLAVx8fpY1TvLUuFGC MBoGA1UdEQQTMBGBD2lhbUBhcmRpZWZveC5tZTCCAUwGA1UdIASCAUMwggE/MIIBOwYLKwYBBAGB tTcBAgMwggEqMC4GCCsGAQUFBwIBFiJodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9wb2xpY3kucGRm MIH3BggrBgEFBQcCAjCB6jAnFiBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTADAgEB GoG+VGhpcyBjZXJ0aWZpY2F0ZSB3YXMgaXNzdWVkIGFjY29yZGluZyB0byB0aGUgQ2xhc3MgMSBW YWxpZGF0aW9uIHJlcXVpcmVtZW50cyBvZiB0aGUgU3RhcnRDb20gQ0EgcG9saWN5LCByZWxpYW5j ZSBvbmx5IGZvciB0aGUgaW50ZW5kZWQgcHVycG9zZSBpbiBjb21wbGlhbmNlIG9mIHRoZSByZWx5 aW5nIHBhcnR5IG9ibGlnYXRpb25zLjA2BgNVHR8ELzAtMCugKaAnhiVodHRwOi8vY3JsLnN0YXJ0 c3NsLmNvbS9jcnR1MS1jcmwuY3JsMIGOBggrBgEFBQcBAQSBgTB/MDkGCCsGAQUFBzABhi1odHRw Oi8vb2NzcC5zdGFydHNzbC5jb20vc3ViL2NsYXNzMS9jbGllbnQvY2EwQgYIKwYBBQUHMAKGNmh0 dHA6Ly9haWEuc3RhcnRzc2wuY29tL2NlcnRzL3N1Yi5jbGFzczEuY2xpZW50LmNhLmNydDAjBgNV HRIEHDAahhhodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS8wDQYJKoZIhvcNAQELBQADggEBAMIHq7HX hVQpsH5Q9+BgZljuCaFAwm/igjNnESRKCAmxMEAQjfUiwzE8/XVHRqL3o87ANvhL/7l9Dif8enFI GkAm5DwL6GyR9BY7hqrky+NJ+fmoiOi/hPzP4JlRetxosyoJxWilZI3OO9daNdRKWWeeJP5bCMWa b48rKGVss9FpeY/lXuznjcYv5FHbJE6j4dKLjncZ0JPWSMFwjbKH5sduHKBqiGl+E8Pzmtz/nLsj cdOc8U49tDaxq5ns96p+l3FVfwTNBKB2D1PnPL5mynU8FDR3WGmwjcL+RTVq7ybPi14AIBCOZ6LP bOGgZNpLG/LakYN3zIbXRZ5j9Jx1/QYwggY0MIIEHKADAgECAgEeMA0GCSqGSIb3DQEBBQUAMH0x CzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGln aXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMSkwJwYDVQQDEyBTdGFydENvbSBDZXJ0aWZpY2F0aW9u IEF1dGhvcml0eTAeFw0wNzEwMjQyMTAxNTVaFw0xNzEwMjQyMTAxNTVaMIGMMQswCQYDVQQGEwJJ TDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlm aWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmltYXJ5IEludGVybWVk aWF0ZSBDbGllbnQgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDHCYPMzi3YGrEp pC4Tq5a+ijKDjKaIQZZVR63UbxIP6uq/I0fhCu+cQhoUfE6ERKKnu8zPf1Jwuk0tsvVCk6U9b+0U jM0dLep3ZdE1gblK/1FwYT5Pipsu2yOMluLqwvsuz9/9f1+1PKHG/FaR/wpbfuIqu54qzHDYeqiU fsYzoVflR80DAC7hmJ+SmZnNTWyUGHJbBpA8Q89lGxahNvuryGaC/o2/ceD2uYDX9U8Eg5DpIpGQ dcbQeGarV04WgAUjjXX5r/2dabmtxWMZwhZna//jdiSyrrSMTGKkDiXm6/3/4ebfeZuCYKzN2P8O 2F/Xe2AC/Y7zeEsnR7FOp+uXAgMBAAGjggGtMIIBqTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB /wQEAwIBBjAdBgNVHQ4EFgQUU3Ltkpzg2ssBXHx+ljVO8tS4UYIwHwYDVR0jBBgwFoAUTgvvGqRA W6UXaYcwyjRoQ9BBrvIwZgYIKwYBBQUHAQEEWjBYMCcGCCsGAQUFBzABhhtodHRwOi8vb2NzcC5z dGFydHNzbC5jb20vY2EwLQYIKwYBBQUHMAKGIWh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3Nmc2Nh LmNydDBbBgNVHR8EVDBSMCegJaAjhiFodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9zZnNjYS5jcmww J6AloCOGIWh0dHA6Ly9jcmwuc3RhcnRzc2wuY29tL3Nmc2NhLmNybDCBgAYDVR0gBHkwdzB1Bgsr BgEEAYG1NwECATBmMC4GCCsGAQUFBwIBFiJodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9wb2xpY3ku cGRmMDQGCCsGAQUFBwIBFihodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9pbnRlcm1lZGlhdGUucGRm MA0GCSqGSIb3DQEBBQUAA4ICAQAKgwh9eKssBly4Y4xerhy5I3dNoXHYfYa8PlVLL/qtXnkFgdtY 1o95CfegFJTwqBBmf8pyTUnFsukDFUI22zF5bVHzuJ+GxhnSqN2sD1qetbYwBYK2iyYA5Pg7Er1A +hKMIzEzcduRkIMmCeUTyMyikfbUFvIBivtvkR8ZFAk22BZy+pJfAoedO61HTz4qSfQoCRcLN5A0 t4DkuVhTMXIzuQ8CnykhExD6x4e6ebIbrjZLb7L+ocR0y4YjCl/Pd4MXU91y0vTipgr/O75CDUHD RHCCKBVmz/Rzkc/b970MEeHt5LC3NiWTgBSvrLEuVzBKM586YoRD9Dy3OHQgWI270g+5MYA8GfgI /EPT5G7xPbCDz+zjdH89PeR3U4So4lSXur6H6vp+m9TQXPF3a0LwZrp8MQ+Z77U1uL7TelWO5lAp sbAonrqASfTpaprFVkL4nyGH+NHST2ZJPWIBk81i6Vw0ny0qZW2Niy/QvVNKbb43A43ny076khXO 7cNbBIRdJ/6qQNq9Bqb5C0Q5nEsFcj75oxQRqlKf6TcvGbjxkJh8BYtv9ePsXklAxtm8J7GCUBth HSQgepbkOexhJ0wP8imUkyiPHQ0GvEnd83129fZjoEhdGwXV27ioRKbj/cIq7JRXun0NbeY+UdMY u9jGfIpDLtUUGSgsg2zMGs5R4jGCA28wggNrAgEBMIGUMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UE ChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2ln bmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGll bnQgQ0ECAw2NljAJBgUrDgMCGgUAoIIBrzAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqG SIb3DQEJBTEPFw0xNTA2MTQxNzEyMTBaMCMGCSqGSIb3DQEJBDEWBBSj6SCoXSqFBn55v0rzo3ik oFrSHjCBpQYJKwYBBAGCNxAEMYGXMIGUMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRD b20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYG A1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAw2N ljCBpwYLKoZIhvcNAQkQAgsxgZeggZQwgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENv bSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYD VQQDEy9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIDDY2W MA0GCSqGSIb3DQEBAQUABIIBAC3g0vq2U3nj7qdBr5o+557wqEKvXvEr2FAetd1cCaDvGEvQCjLM 6h5MPb7NrgNsWSYYi/wg8vUaADaH90uWlCPhVdVt7V537ZqPnWLwpLbOZDsDCpb5w4c1o8GzUuMB QcZ5iblRZaFc5EuPavNAC43EkuxQYrK/4SVn2G5GjlO47iiVV/iMz5gIJUddDB7Iiacg5Rk8CAU1 r2sZ1gErroRBGVWVhNngxxDk0BZ/kBuCQFqAvk04ymIh2QALYZDurpQ3Ryjw2VlDk4/iIZutmDW1 UYGAh/zxENFknDHu22FKsmrK51ZkAbXJhWWsFXj0BFo4jZSCZAjtoTMYESmwg0EAAAAAAAA= --Apple-Mail=_B5628E9F-2970-4B75-AE03-D4CE3632F6AB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?04C09264-9B5A-4D18-899A-7549AAB848DA>