search for: rull

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

Did you mean: null
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,...
2019 Aug 22
2
Getting classic BIOS and UEFI boot on the same disk?
...boot partition for a full installation) containing an > EFI/BOOT/ directory with the syslinux-efi files and a SYSLINUX/ > directory with the syslinux-bios files. > > Would further info on this be helpful? > > - WRSomsky > > > On Wed, Aug 21, 2019 at 12:57:05PM +0200, Erik Rull via Syslinux wrote: > > 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...
2012 Apr 16
2
[LLVMdev] Question about the IR code of conditional flow
...br label %6 ; <label>:4 ; preds = %0 %5 = add nsw i32 %X, 1 br label %6 ; <label>:6 ; preds = %4, %2 %.0 = phi i32 [ %3, %2 ], [ %5, %4 ] %7 = add nsw i32 %.0, 3 ret i32 %7 } Is there any reason or rull to do like this, to use one phi instruction and only one ret instruction? As I am trying to generate llvm IR code for my language, can I put each each ret at each conditional block like follows? ; <label>:2 ; preds = %0 %3 = mul nsw i32 %X, 3 ret %3...
2003 Sep 30
4
macaddress blacklist problem
...blacklst - [0:0] [0:0] -A blacklst -m mac --mac-source 00:04:E2:83:7C:75 -j LOG --log-prefix "Shorewall:blacklst:DROP:" --log-level 7 [0:0] -A blacklst -m mac --mac-source 00:04:E2:83:7C:75 -j DROP [1260:97713] -A eth1_fwd -j blacklst [1086:255521] -A eth1_in -j blacklst the blacklst rull has not bee triggered but the log entries continue :( I thought I had a handle on this stuff but I guess that is what I get for thinking. There is obviously something I am missing here but I am stumped ohyeah, [root@fumcbafw shorewall]# lsmod |grep mac ipt_mac 1144 2 (autocle...
2019 Aug 31
1
Getting classic BIOS and UEFI boot on the same disk?
...y 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 <erik.rull at rdsoftware.de> wrote: > Gregory Bartholomew wrote: > > That is correct. "bls1 include" would cause errors without the patch. > The main > > parts of the script that would be relevant to you would be the parts > that create > > the partition,...
2020 Jun 22
4
Boot Loop in efi
...t I could use as a template? I also moved the iramfs.gz to the separate INITRD command - still no change. Any further hints? How can I debug this? I also change the vga=1 to vga=0 - without and effect... Best regards, Erik Gregory Bartholomew wrote: > On Mon, Jun 22, 2020 at 11:36 AM Erik Rull via Syslinux <syslinux at syslinux.org > <mailto: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 (in...
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?
...gle 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 files. Would further info on this be helpful? - WRSomsky On Wed, Aug 21, 2019 at 12:57:05PM +0200, Erik Rull via Syslinux wrote: > 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 change...
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...
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?
...l installation) containing an > EFI/BOOT/ directory with the syslinux-efi files and a SYSLINUX/ > directory with the syslinux-bios files. > > Would further info on this be helpful? > > - WRSomsky > > > On Wed, Aug 21, 2019 at 12:57:05PM +0200, Erik Rull via Syslinux wrote: > > 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 woul...
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
...TR 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. > There has to be a different. > > Im rulling out samba, of db corruptions.. Etc. > Only thing is samba should not crash, we might like to have a loglevel 10 of that. > And a bug report. Its a consistant crash of smbd so, reporting it would be nice yes.. > > It im 100% sure its something withing the pi and the nic in combinatio...
2020 Feb 05
1
smbd fails to start after upgrade to version 4.11.6
...t; 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. > > There has to be a different. > > > > Im rulling out samba, of db corruptions.. Etc. > > Only thing is samba should not crash, we might like to have > a loglevel 10 of that. > > And a bug report. Its a consistant crash of smbd so, > reporting it would be nice yes.. > > > > It im 100% sure its something withing...
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