search for: rulle

Displaying 20 results from an estimated 26 matches for "rulle".

Did you mean: rule
2019 Aug 30
2
Getting classic BIOS and UEFI boot on the same disk?
On Fri, Aug 30, 2019 at 12:15 PM Erik Rull <erik.rull at rdsoftware.de> wrote: > Hello Greg, > > thanks a lot - I will try out your script next week. > I jut went through the script - there is a line containing: > bls1 include > > I would carefully assume that this line is only valid when patching > syslinux, > correct? What will happen if this is read by a
2019 Aug 22
2
Getting classic BIOS and UEFI boot on the same disk?
I just created something very similar for one of my own projects. I have a disk image that you can "dd" onto a hard drive or USB drive and a bash script demonstrating how it was done here: https://www.syslinux.org/archives/2019-July/026476.html You don't actually need the patch for the dual BIOS/UEFI support. The patch in the above link is just to enable the reading of config
2012 Apr 16
2
[LLVMdev] Question about the IR code of conditional flow
I used llvm.org/demo to generate IR code from c code. And I found that: when "return " statement appears several times in different conditional block, IR code does not genrate one "ret " instruction for each return statement, it just put a phi node instruction at the end of the function. Just like this: int factorial(int X) { if (X <100) X*=3; else X += 1; return X + 3;
2003 Sep 30
4
macaddress blacklist problem
I helped set up a firewall at my brother''s church and we are running shorewall 1.4.6b on a redhat 9 box. Works well. [root@fumcbafw shorewall]# uname -r 2.4.20-19.9 [root@fumcbafw shorewall]# iptables --version iptables v1.2.7a The box also serves as a dhcp server for the church offices and there is one box that apparently still has the old firewall config (zone alarm) on it since it
2019 Aug 31
1
Getting classic BIOS and UEFI boot on the same disk?
I don't think the classic BIOS systems read the partition table at all. Rather, they just load the first 440 bytes from the drive into memory and copy the memory address that it was loaded to a CPU register. From there, it is up to that 440 byte program to decipher the partition table. If you use syslinux's gptmbr.bin, you should be fine. On Sat, Aug 31, 2019 at 4:47 AM Erik Rull
2020 Jun 22
4
Boot Loop in efi
Thanks for the hints - I have NOT CONFIG_EFI enabled - do I need this actually? I do not know which variables I need to boot... The kernel APPEND parameters are sufficient for me... And the relocatable config is set already. .. I enabled the EFI kernel config parts - no change... the console prints: Booting System... Loading linux... ok Loading iramfs.gz...ok [then reboot] My syslinux.cfg is
2020 Jun 22
2
Boot Loop in efi
Hi all, I did my first steps on syslinux 6.03 with EFI... I prepared the disk with GPT, EFI system partition and formatted it FAT32. I added the files to EFI/BOOT including the syslinux libraries and syslinux.cfg The system starts booting, loads kernel and initrd (I see the loading output on the screen), but then the system resets and the loop restarts (infinitely). I took the same
2019 Aug 21
5
Getting classic BIOS and UEFI boot on the same disk?
Hi all, We're using the classic boot BIOS syslinux successfully for many years, but meanwhile it's getting harder to buy hardware the still supports this boot mode. The option for us would be syslinux EFI boot. To avoid too many changes we would like to generate an image for our different hardware parts that supports both - classic BIOS boot and (U)EFI boot. This would allow us to leave
2016 Aug 29
4
Samba4 Centos 7 - CPU 100%
On Mon, 29 Aug 2016 09:53:33 -0300 Maiquel Consalter <maiquelconsalter at gmail.com> wrote: > >You say you have compiled Samba yourself, so I take it that Samba is > i>nstalled at /usr/local/samba, if so, is the new samba in your PATH > i>and > >are there any OS Samba packages installed ? > I compile myself. I removed all packets for samba before start the >
2016 Aug 29
2
Samba4 Centos 7 - CPU 100%
...netlogon] path = /usr/local/samba/var/locks/sysvol/DOMAIN.BR/scripts read only = No [sysvol] path = /usr/local/samba/var/locks/sysvol read only = No ! >Finally (for the time being) can you check if there is another kerberos >server running on the DC (just to rulle it out). Ticket cache: KEYRING:persistent:0:0 Default principal: administrator at DOMAIN.BR Valid starting Expires Service principal 29-08-2016 11:26:41 29-08-2016 21:26:41 krbtgt/DOMAIN.BR at DOMAIN.BR renew until 05-09-2016 11:26:34 Some errors: 2016/08/29 14:19:...
2003 Oct 29
6
Nortel PowerTouch 350
I have a question hoping someone can help me with. I just purchased a 350 from http://lktelecom.zoovy.com/product/HPT350. I have been reading some posts and heard that these phones won't work with Asterisk.. Is this true? I had a previous Nortel Phone working in this enviroment. Well anyway here's my problem. The phone keeps ringing.. It won't stop.. Which makes the phone
2019 Aug 21
0
Getting classic BIOS and UEFI boot on the same disk?
I'm not sure if it is useful, but with the advent of UEFI only machines, we've run into a similar problem w/ out custom CentOS 7 USB installation keys. Basically, we create a gpt device w/ a single FAT16 partition (this would be your /boot partition for a full installation) containing an EFI/BOOT/ directory with the syslinux-efi files and a SYSLINUX/ directory with the syslinux-bios
2020 Jun 22
0
Boot Loop in efi
On Mon, Jun 22, 2020 at 11:36 AM Erik Rull via Syslinux < syslinux at syslinux.org> wrote: > ... > > The system starts booting, loads kernel and initrd (I see the loading > output on > the screen), but then the system resets and the loop restarts (infinitely). > > I took the same syslinux.cfg, linux and initrd as for the BIOS boot. > > Am I missing something? It
2016 Aug 29
0
Samba4 Centos 7 - CPU 100%
...post the following: /etc/resolv.conf /etc/hosts /etc/hostname /etc/named.conf or /etc/named/named.conf /etc/krb5.conf If you need to, change the names and IPs, but please use the same ones. Finally (for the time being) can you check if there is another kerberos server running on the DC (just to rulle it out). Rowland
2019 Aug 30
0
Getting classic BIOS and UEFI boot on the same disk?
Hello Greg, thanks a lot - I will try out your script next week. I jut went through the script - there is a line containing: bls1 include I would carefully assume that this line is only valid when patching syslinux, correct? What will happen if this is read by a non-patched syslinux? Will it cause errors or will it simply be ignored? Best regards, Erik Gregory Bartholomew wrote: > I just
2008 Jun 09
6
FW: Memory Leak Problem in My Application running on Solaris 10.
Hi, This is regarding Dtrace usability for memory leak detection. We have real-time application written C++ which runs on Solaris 10 having a problem that''s the my application grows in size from 130 Mb to 450Mb in around 15 days. So there is two possibilities with the application growth of memory due to Size growth of Dictionary Objects (Like Maps) and Memory Leak.
2020 Feb 05
4
smbd fails to start after upgrade to version 4.11.6
Hi Louis, > Hai Roy, > > Thanks for verifing it all. Im still amazed with this one. > It all looks good to me, exept the missing PTR records then.. ;-) > > Ok last question here to both, now i have Raspbian and Debian Buster amhf on the repo. > Rowland and Roy your both running Raspbian Buster correct? > Its so strange Rowland his pi is running correct and Roy not. >
2020 Feb 05
1
smbd fails to start after upgrade to version 4.11.6
Hai Roy, I had a good look and most look ok, not much exiting going on but still a few points. >From teh logs. Feb 5 08:41:48 pi4b ifup[303]: ifup: couldn't open interfaces file "/etc/network/interfaces": No such file or directory So re-create the file with the folling content, : /etc/network/interfaces And add : # This file describes the network interfaces available on
2006 Jan 23
6
Arguments to continue using it
Hello, This afternoon I received the new that my institution, in the main direction, is planning (for political reasons, I don't know which one??) migrate to Debian. I have a hotted conversation with my boss cause I've been working on CentOS during near a year and half. I explained it that both distros just implement the protocols that are standards, that could be installed a web server
2020 Feb 04
4
smbd fails to start after upgrade to version 4.11.6
Roy, Im still wondering what your problem might be/where its coming from. But we know it's interface/network related, only thing is Samba should not coredump. So i had a good look below to see where im missing what. And i dont see much to work with. I have 2 possible options where, where a problem might be. 1) samba start before network is online. A possible workaround is add in all