You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(59) |
Sep
(57) |
Oct
(5) |
Nov
(45) |
Dec
(21) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(13) |
Feb
(22) |
Mar
(14) |
Apr
(7) |
May
(33) |
Jun
(57) |
Jul
(25) |
Aug
(40) |
Sep
(53) |
Oct
(58) |
Nov
(75) |
Dec
(22) |
| 2003 |
Jan
(101) |
Feb
(101) |
Mar
(103) |
Apr
(125) |
May
(85) |
Jun
(57) |
Jul
(62) |
Aug
(42) |
Sep
(76) |
Oct
(214) |
Nov
(290) |
Dec
(274) |
| 2004 |
Jan
(187) |
Feb
(172) |
Mar
(313) |
Apr
(209) |
May
(169) |
Jun
(147) |
Jul
(118) |
Aug
(193) |
Sep
(227) |
Oct
(125) |
Nov
(246) |
Dec
(191) |
| 2005 |
Jan
(244) |
Feb
(175) |
Mar
(165) |
Apr
(130) |
May
(217) |
Jun
(122) |
Jul
(188) |
Aug
(235) |
Sep
(165) |
Oct
(133) |
Nov
(209) |
Dec
(88) |
| 2006 |
Jan
(66) |
Feb
(89) |
Mar
(108) |
Apr
(91) |
May
(29) |
Jun
(45) |
Jul
(64) |
Aug
(42) |
Sep
(44) |
Oct
(81) |
Nov
(64) |
Dec
(9) |
| 2007 |
Jan
(24) |
Feb
(122) |
Mar
(55) |
Apr
(50) |
May
(84) |
Jun
(13) |
Jul
(80) |
Aug
(70) |
Sep
(78) |
Oct
(45) |
Nov
(56) |
Dec
(42) |
| 2008 |
Jan
(65) |
Feb
(3) |
Mar
(51) |
Apr
(151) |
May
(54) |
Jun
(72) |
Jul
(73) |
Aug
(47) |
Sep
(55) |
Oct
(123) |
Nov
(16) |
Dec
(4) |
| 2009 |
Jan
(23) |
Feb
(39) |
Mar
(27) |
Apr
(36) |
May
(35) |
Jun
(51) |
Jul
(11) |
Aug
(14) |
Sep
(40) |
Oct
(67) |
Nov
(38) |
Dec
(13) |
| 2010 |
Jan
(15) |
Feb
(35) |
Mar
(40) |
Apr
(11) |
May
(26) |
Jun
(10) |
Jul
(5) |
Aug
(50) |
Sep
(86) |
Oct
(67) |
Nov
(36) |
Dec
(11) |
| 2011 |
Jan
(50) |
Feb
(6) |
Mar
(13) |
Apr
(13) |
May
(29) |
Jun
(27) |
Jul
(26) |
Aug
(27) |
Sep
(21) |
Oct
(7) |
Nov
(27) |
Dec
(4) |
| 2012 |
Jan
(11) |
Feb
(20) |
Mar
(48) |
Apr
(18) |
May
(8) |
Jun
(19) |
Jul
|
Aug
(15) |
Sep
(3) |
Oct
(4) |
Nov
(5) |
Dec
(1) |
| 2013 |
Jan
(13) |
Feb
(7) |
Mar
(4) |
Apr
(25) |
May
(2) |
Jun
(8) |
Jul
(4) |
Aug
(8) |
Sep
(7) |
Oct
|
Nov
(5) |
Dec
(10) |
| 2014 |
Jan
|
Feb
|
Mar
(6) |
Apr
(20) |
May
(5) |
Jun
|
Jul
(2) |
Aug
|
Sep
(8) |
Oct
(21) |
Nov
(4) |
Dec
(7) |
| 2015 |
Jan
(10) |
Feb
(9) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(11) |
Oct
|
Nov
(17) |
Dec
(32) |
| 2016 |
Jan
(10) |
Feb
(15) |
Mar
(4) |
Apr
(7) |
May
(10) |
Jun
(11) |
Jul
(15) |
Aug
(26) |
Sep
(13) |
Oct
(10) |
Nov
(16) |
Dec
(6) |
| 2017 |
Jan
(9) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(3) |
Sep
(3) |
Oct
(6) |
Nov
(8) |
Dec
|
| 2018 |
Jan
(12) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Dick M. <di...@li...> - 2008-04-09 19:53:07
|
Bruce Smith wrote: >> I don't have a problem with putting it into the my.cnf. > What worries me is what happens if the default my.cnf file changes in a > newer release ... (I guess it'll break, and we'll have to fix it :) Sounds like a bug in mysql which will be fixed next release. You then have the problem of how to remove your change. You can only reliably do it in the default config but that still leaves those who copy my.cfg from older systems. No choice really but a release note or README IMHO. Dick |
|
From: Dick M. <di...@li...> - 2008-04-09 19:45:37
|
Serge, > unionfs is a part of DL 1.3 and we try to keep the package up-to-date. There are > no scripts for DL with unonfs usage examples of course but you can use it > anyway. I use it often due to my laziness to rebuild ISO :-) Doesn't seem to be part of my system. There's no kernel module and no tools. No sign of aufs either. Is it called something else? I'm using: v1.3.4-2008-04-02-i586 Dick |
|
From: Bruce S. <bw...@ar...> - 2008-04-09 19:38:10
|
> I know you can do the addition with awk, maybe you can find the code > somewhere via google. I hate awk (not because it's difficult, but because of all the overhead, and quite often people make things a lot more complicated by using awk) In this case, it's easy to do with sed, i.e.: sed 's/^\[mysqld\]$/&\nuser\t\t= mysql/' /etc/my.cnf Doesn't that look much easier!?!? ;-) (only took me a couple minutes to come up with that! :) - BS |
|
From: Serge L. <fi...@in...> - 2008-04-09 19:33:27
|
Hi, Dick Middleton wrote: > Hi, > > I just thought I'd throw this in just as you're all working away with the > detail of the first 1.4 ;-) > ... > I thought there might be a better way. A while ago I was mucking about with > unionfs (http://www.am-utils.org/project-unionfs.html) and it seems to me this > might give a more straightforward way of doing the job. ... > What do you think? unionfs is a part of DL 1.3 and we try to keep the package up-to-date. There are no scripts for DL with unonfs usage examples of course but you can use it anyway. I use it often due to my laziness to rebuild ISO :-) -- Sincerely, Serge Leschinsky |
|
From: Bruce S. <bw...@ar...> - 2008-04-09 19:26:47
|
> I don't have a problem with putting it into the my.cnf. > I know you can do the addition with awk, maybe you can find the code > somewhere via google. Yeah, I can figure out how to insert the line in the file - that's not a problem. The tricky part is putting it line in the file at the correct location - also doable. What worries me is what happens if the default my.cnf file changes in a newer release ... (I guess it'll break, and we'll have to fix it :) - BS |
|
From: Heiko Z. <he...@zu...> - 2008-04-09 18:03:02
|
I don't have a problem with putting it into the my.cnf. I know you can do the addition with awk, maybe you can find the code somewhere via google. -- Regards Heiko Zuerker http://www.devil-linux.org Quoting Bruce Smith <bw...@ar...>: >> I'll take a look at mysql to see if it solves that problem too. > > No, that didn't solve the problem, but I did figure out the cause. > > For some reason "--user=mysql" is not working on the command line in the > init.d script during boot. > > /var/mysql/dns2.err: > ======================================================================== > 080409 10:38:44 [ERROR] Fatal error: Please read "Security" section > of the manual to find out how to run mysqld as root! > 080409 10:38:44 [ERROR] Aborting > ======================================================================== > > If I add "user = mysql" in /etc/my.cnf (under the [mysqld] section), > then mysql starts fine upon boot. Very weird ... > > Since we are copying the my.cnf file from the mysql tmp source: > > cp $TMPDIR/usr/share/mysql/my-small.cnf $ETCDIR/etc/my.cnf > > I'm not sure the best way to add the line to the file, or IF we should > add it to the file (since it overrides the config parameters). Heiko? > > I've also tried starting mysqld_safe with "su - mysql -c ..." in the > init.d script, but I haven't gotten that to work either (parameters are > not passing to the script). But then again, hardcoding the user id in > the init.d script overrides the MYSQL_PARM --user=mysql parameter > in /etc/sysconfig/config. > > - BS > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Serge L. <fi...@in...> - 2008-04-09 17:21:09
|
Dick, Dick Middleton wrote: >>> Firstly install-on-usb didn't put the etc.tar.bz2 on the usb stick. ... > > Wouldn't it be a lot easier to just ask upfront where to put the config file if > there isn't one? Keep it simple; it doesn't happen very often. I see. Sorry for inattention. The cream of the joke is that there are several places where it is asked about that. Most probably ^C broke subshell/function execution and you didn't see expected dialog. > >> If the above is correct you are ready to use install-on-hdd script! :-) > > Something new to play with! > > ( BTW the documentation on the web site still talks about floppy discs! ) Certainly, because I treat the tool as an experimental one. It seems the script was tested by me only, so there may be a lot of bugs (I hope not so much really). > >> PS. I posted the message with install-on-hdd, which is a bit more >> featured version of install-on-usb script. > > the possibility to recreate initrd (TODO: change in to >> initramfs) to have only really necessary modules loaded. > > Yes, that needs to be done. Every man and his dog is being loaded now. > > Anyway, I'm sure you'll get there. I was just reporting what I encountered. > I'm not demanding you fix it. Dick, the main idea of my activity is to fix everything working wrong :-). So I'm very appreciate your feedback and will try to find the reason and correct it. -- Sincerely, Serge Leschinsky |
|
From: Dick M. <di...@li...> - 2008-04-09 16:29:32
|
Hi, I just thought I'd throw this in just as you're all working away with the detail of the first 1.4 ;-) Have just done a few system updates I find one thing irritates me: that is the process of copying files from the old to new config. It's the feeling of uncertainty about what's happening - what's being copied that shouldn't be and, more important, what isn't being copied but should be. To be fair the only problem I've had are with sym-links in /etc/rcN.d ... but it still troubles me. I thought there might be a better way. A while ago I was mucking about with unionfs (http://www.am-utils.org/project-unionfs.html) and it seems to me this might give a more straightforward way of doing the job. Unionfs can be thought of as a change-on-write layer over a read-only filesystem. It provides the capability to appear to change the contents of, say, a DVD; the changes actually being stored elsewhere. For DL this would allow the standard /etc to be put on release cdrom image and admin configurations to be layered over the top at will. The changes only can then easily be copied to the config media with save-config and restored on reboot. For system upgrades there is no need for any additional action. All the admin's files remain unchanged but the new default files are there underneath if needed. There is another possible benefit too. It would allow those who wish to add addition programs or libraries to the system directories (such as dovecot's cmusieve plugin) to do just that. I'm not sure what the implications are for security or how that can be controlled but the principle of 'reboot to restore' would not be broken. What do you think? Dick |
|
From: Bruce S. <bw...@ar...> - 2008-04-09 15:13:00
|
> I'll take a look at mysql to see if it solves that problem too. No, that didn't solve the problem, but I did figure out the cause. For some reason "--user=mysql" is not working on the command line in the init.d script during boot. /var/mysql/dns2.err: ======================================================================== 080409 10:38:44 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root! 080409 10:38:44 [ERROR] Aborting ======================================================================== If I add "user = mysql" in /etc/my.cnf (under the [mysqld] section), then mysql starts fine upon boot. Very weird ... Since we are copying the my.cnf file from the mysql tmp source: cp $TMPDIR/usr/share/mysql/my-small.cnf $ETCDIR/etc/my.cnf I'm not sure the best way to add the line to the file, or IF we should add it to the file (since it overrides the config parameters). Heiko? I've also tried starting mysqld_safe with "su - mysql -c ..." in the init.d script, but I haven't gotten that to work either (parameters are not passing to the script). But then again, hardcoding the user id in the init.d script overrides the MYSQL_PARM --user=mysql parameter in /etc/sysconfig/config. - BS |
|
From: Heiko Z. <he...@zu...> - 2008-04-09 14:44:16
|
I did a test with 2.4.8 and it seems to work. I got to do a few other things, then I'll start a new clean compile and upload it tomorrow. -- Regards Heiko Zuerker http://www.devil-linux.org Quoting Kari Mattsson <kar...@tr...>: > Heiko Zuerker wrote: >> I can confirm this problem. >> I'll update openldap to the latest and greatest and see if that helps. > > That would be 2.4.8, Heiko. > > 2.3 line is going to be obsolete before summer. > > > -- > Kari Mattsson ¦ Trivore Corp. ¦ +358-50-69000 ¦ http://trivore.com/ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Kari M. <kar...@tr...> - 2008-04-09 14:21:42
|
Heiko Zuerker wrote: > I can confirm this problem. > I'll update openldap to the latest and greatest and see if that helps. That would be 2.4.8, Heiko. 2.3 line is going to be obsolete before summer. -- Kari Mattsson ¦ Trivore Corp. ¦ +358-50-69000 ¦ http://trivore.com/ |
|
From: Riaan S. <ri...@pr...> - 2008-04-09 13:08:17
|
Hi all, I need to setup a DMZ Server Firewall that I can also use to do NAT Statements on. I have web and certificate servers on the one side and workstations, mail and database servers on the other. Any suggestions? |
|
From: Bruce S. <bw...@ar...> - 2008-04-09 13:03:50
|
I just committed changes to move vmware to start right before network. This seems to solve the problem I was having with 'named'. I'll take a look at mysql to see if it solves that problem too. - BS > Hi all, > I moved the vmware script to 05? I think, sorry I don't have it in > front of me, this because I got a lot of errors when the VM only had > VLAN, guest tagging, enabled, and the vmware driver is needed for this > functionality. > > The adapter "morphes" from amd32 to vmxnet when the driver is loaded, > and if network is started without the vmxnet, no network cards are > available. This is only a problem when using only VLAN guest tagging. > >> > Does the problem occur only when it has to initialize the database? > >> > Or only after the database has been initialized? Or both? > >> > >> Both. > > > > This problem may be related. I'm testing this in VMware server 3i. > > > > I noticed that BIND (named) is also starting weird. This is a secondary > > name server, and only one zone (of many) is being xfered/loaded on boot. > > If I restart named after boot, then it loads all zones fine. > > > > I first stuck a 'sleep 30' in the /etc/init.d/named before the start, > > and that didn't help at all. > > > > Then I noticed that vmware was starting after named, so I moved vmware > > to start before named and syslog, and named seems to start fine on boot. > > (with above 'sleep 30' removed) > > > > My new start order: > > > > rc3.d/S05network > > rc3.d/S06firewall > > rc3.d/S08nut > > rc3.d/S08shorewall > > rc3.d/S08vmware > > rc3.d/S09syslog > > rc3.d/S11adsl > > rc3.d/S11blankscreen > > rc3.d/S11cron > > rc3.d/S11dnsmasq > > rc3.d/S11domino > > rc3.d/S11hotplug > > rc3.d/S11mdadm_monitor > > rc3.d/S11named > > ... > > > > Is starting vmware before syslog correct? Anything else out of order? > > Shall I commit these changes? > > > > - BS |
|
From: John J. <jo...@jo...> - 2008-04-09 13:00:19
|
Hi all, I moved the vmware script to 05? I think, sorry I don't have it in front of me, this because I got a lot of errors when the VM only had VLAN, guest tagging, enabled, and the vmware driver is needed for this functionality. The adapter "morphes" from amd32 to vmxnet when the driver is loaded, and if network is started without the vmxnet, no network cards are available. This is only a problem when using only VLAN guest tagging. Regards, John Jore ________________________________________ From: dev...@li... [dev...@li...] On Behalf Of Heiko Zuerker [he...@zu...] Sent: 09 April 2008 13:21 To: dev...@li... Subject: Re: [Devil-Linux-discuss] 1.3.4 starting mysql Actually wouldn't it make sense starting vmware before the network (or right after), since it provides some base system functionality? -- Regards Heiko Zuerker http://www.devil-linux.org Quoting Bruce Smith <bw...@ar...>: >> > Does the problem occur only when it has to initialize the database? >> > Or only after the database has been initialized? Or both? >> >> Both. > > This problem may be related. I'm testing this in VMware server 3i. > > I noticed that BIND (named) is also starting weird. This is a secondary > name server, and only one zone (of many) is being xfered/loaded on boot. > If I restart named after boot, then it loads all zones fine. > > I first stuck a 'sleep 30' in the /etc/init.d/named before the start, > and that didn't help at all. > > Then I noticed that vmware was starting after named, so I moved vmware > to start before named and syslog, and named seems to start fine on boot. > (with above 'sleep 30' removed) > > My new start order: > > rc3.d/S05network > rc3.d/S06firewall > rc3.d/S08nut > rc3.d/S08shorewall > rc3.d/S08vmware > rc3.d/S09syslog > rc3.d/S11adsl > rc3.d/S11blankscreen > rc3.d/S11cron > rc3.d/S11dnsmasq > rc3.d/S11domino > rc3.d/S11hotplug > rc3.d/S11mdadm_monitor > rc3.d/S11named > ... > > Is starting vmware before syslog correct? Anything else out of order? > Shall I commit these changes? > > - BS > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Register now and save $200. Hurry, offer ends at 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Bruce S. <bw...@ar...> - 2008-04-09 12:55:50
|
> Actually wouldn't it make sense starting vmware before the network (or > right after), since it provides some base system functionality? I can do that! :-) - BS |
|
From: Heiko Z. <he...@zu...> - 2008-04-09 12:49:43
|
I can confirm this problem. I'll update openldap to the latest and greatest and see if that helps. -- Regards Heiko Zuerker http://www.devil-linux.org Quoting Dick Middleton <di...@li...>: > Hi, > > When I updated from 1.3.4-2008-03-10 to 1.3.4-2008-04-03 slapd stopped > working: > > Apr 8 09:19:25 kernel: slapd[7557]: segfault at 0000001f eip b7e7a414 esp > b6e54710 error 4 > > I'm running a system which is still using the config from > 1.3.4-2008-03-10 so it > might be related to that but before I take my system down and sort > that out I > was wondering if anybody else had seen this happen. > > Dick > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Register now and save $200. Hurry, offer ends at 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Heiko Z. <he...@zu...> - 2008-04-09 12:21:36
|
Actually wouldn't it make sense starting vmware before the network (or right after), since it provides some base system functionality? -- Regards Heiko Zuerker http://www.devil-linux.org Quoting Bruce Smith <bw...@ar...>: >> > Does the problem occur only when it has to initialize the database? >> > Or only after the database has been initialized? Or both? >> >> Both. > > This problem may be related. I'm testing this in VMware server 3i. > > I noticed that BIND (named) is also starting weird. This is a secondary > name server, and only one zone (of many) is being xfered/loaded on boot. > If I restart named after boot, then it loads all zones fine. > > I first stuck a 'sleep 30' in the /etc/init.d/named before the start, > and that didn't help at all. > > Then I noticed that vmware was starting after named, so I moved vmware > to start before named and syslog, and named seems to start fine on boot. > (with above 'sleep 30' removed) > > My new start order: > > rc3.d/S05network > rc3.d/S06firewall > rc3.d/S08nut > rc3.d/S08shorewall > rc3.d/S08vmware > rc3.d/S09syslog > rc3.d/S11adsl > rc3.d/S11blankscreen > rc3.d/S11cron > rc3.d/S11dnsmasq > rc3.d/S11domino > rc3.d/S11hotplug > rc3.d/S11mdadm_monitor > rc3.d/S11named > ... > > Is starting vmware before syslog correct? Anything else out of order? > Shall I commit these changes? > > - BS > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Register now and save $200. Hurry, offer ends at 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Fred F. <ffr...@lo...> - 2008-04-08 23:24:11
|
How would one setup a gre tunnel in devil-linux? Just to be clear, I was able to get it working by hand. I am not asking how to set up the tunnel itself, but whether there is a formal configuration file (network?) where I can set them up. I poked around and it seems it would be in the /etc/sysconfig/nic but I am not sure what to do there. Any ideas? Has anyone done them? Fred Frigerio Locust USA This electronic message transmission contains information from Locust USA which may be confidential or privileged. The information is intended to be for the use of the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic transmission in error, please notify us by telephone (305-889-5410) or by reply via electronic mail immediately. |
|
From: Bruce S. <bw...@ar...> - 2008-04-08 21:25:40
|
> > Does the problem occur only when it has to initialize the database? > > Or only after the database has been initialized? Or both? > > Both. This problem may be related. I'm testing this in VMware server 3i. I noticed that BIND (named) is also starting weird. This is a secondary name server, and only one zone (of many) is being xfered/loaded on boot. If I restart named after boot, then it loads all zones fine. I first stuck a 'sleep 30' in the /etc/init.d/named before the start, and that didn't help at all. Then I noticed that vmware was starting after named, so I moved vmware to start before named and syslog, and named seems to start fine on boot. (with above 'sleep 30' removed) My new start order: rc3.d/S05network rc3.d/S06firewall rc3.d/S08nut rc3.d/S08shorewall rc3.d/S08vmware rc3.d/S09syslog rc3.d/S11adsl rc3.d/S11blankscreen rc3.d/S11cron rc3.d/S11dnsmasq rc3.d/S11domino rc3.d/S11hotplug rc3.d/S11mdadm_monitor rc3.d/S11named ... Is starting vmware before syslog correct? Anything else out of order? Shall I commit these changes? - BS |
|
From: Fred F. <ffr...@lo...> - 2008-04-08 18:18:38
|
It looks like the files are there. I'll give it a try when traffic slows down after work. Thanks. Fred Frigerio Locust USA This electronic message transmission contains information from Locust USA which may be confidential or privileged. The information is intended to be for the use of the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic transmission in error, please notify us by telephone (305-889-5410) or by reply via electronic mail immediately. -----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Dick Middleton Sent: Tuesday, April 08, 2008 2:04 PM To: dev...@li... Subject: Re: [Devil-Linux-discuss] Install-tousb scrip failing Fred Frigerio wrote: > Last chance, do you really want to continue ? (y/n) y Installing > syslinux MBR > 0+1 records in > 0+1 records out > 410 bytes (410 B) copied, 0.001488 s, 276 kB/s installing SysLinux > boot sector copying files copying source file ./bootcd.iso to device > mounted on ./tmp-install2usb/disk-mnt/bootcd.iso > cp: failed to preserve ownership for > `./tmp-install2usb/disk-mnt/bootcd.iso': Operation not permitted > Install failed! > syncing and unmounting (this could take a while) > > I am getting this error during the install to usb. I have 2 partitions > sdb1 and sdb2 with sdb1 being the cd iso and sdb2 for the configuration. Yes, I've seen this. In my experience it doesn't stop it working. Dick ------------------------------------------------------------------------ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j avaone _______________________________________________ Devil-linux-discuss mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Dick M. <di...@li...> - 2008-04-08 18:04:33
|
Fred Frigerio wrote: > Last chance, do you really want to continue ? (y/n) y > Installing syslinux MBR > 0+1 records in > 0+1 records out > 410 bytes (410 B) copied, 0.001488 s, 276 kB/s > installing SysLinux boot sector > copying files > copying source file ./bootcd.iso to device mounted on > ./tmp-install2usb/disk-mnt/bootcd.iso > cp: failed to preserve ownership for > `./tmp-install2usb/disk-mnt/bootcd.iso': Operation not permitted > Install failed! > syncing and unmounting (this could take a while) > > I am getting this error during the install to usb. I have 2 partitions > sdb1 and sdb2 with sdb1 being the cd iso and sdb2 for the configuration. Yes, I've seen this. In my experience it doesn't stop it working. Dick |
|
From: Fred F. <ffr...@lo...> - 2008-04-08 18:01:02
|
Last chance, do you really want to continue ? (y/n) y Installing syslinux MBR 0+1 records in 0+1 records out 410 bytes (410 B) copied, 0.001488 s, 276 kB/s installing SysLinux boot sector copying files copying source file ./bootcd.iso to device mounted on ./tmp-install2usb/disk-mnt/bootcd.iso cp: failed to preserve ownership for `./tmp-install2usb/disk-mnt/bootcd.iso': Operation not permitted Install failed! syncing and unmounting (this could take a while) I am getting this error during the install to usb. I have 2 partitions sdb1 and sdb2 with sdb1 being the cd iso and sdb2 for the configuration. As an aside, has anyone found a usb key that still has the r/o switch on the side? Fred Frigerio Locust USA This electronic message transmission contains information from Locust USA which may be confidential or privileged. The information is intended to be for the use of the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic transmission in error, please notify us by telephone (305-889-5410) or by reply via electronic mail immediately. |
|
From: Dick M. <di...@li...> - 2008-04-08 17:14:57
|
Hi,
When I updated from 1.3.4-2008-03-10 to 1.3.4-2008-04-03 slapd stopped
working:
Apr 8 09:19:25 kernel: slapd[7557]: segfault at 0000001f eip b7e7a414 esp
b6e54710 error 4
I'm running a system which is still using the config from 1.3.4-2008-03-10 so it
might be related to that but before I take my system down and sort that out I
was wondering if anybody else had seen this happen.
Dick
|
|
From: Dick M. <di...@li...> - 2008-04-07 08:10:29
|
Bruce Smith wrote: > Does the problem occur only when it has to initialize the database? > Or only after the database has been initialized? Or both? Both. Dick |
|
From: Bruce S. <bw...@ar...> - 2008-04-06 23:30:11
|
Does the problem occur only when it has to initialize the database? Or only after the database has been initialized? Or both? - BS > Playing with 1.3.4-2008-03-10-i686 > > I have a little trouble with mysql. For some reason it doesn't start at boot > time - i.e when run from rc3.d/ but it starts OK with /etc/init.d/mysqld. > > At boot time it prints "Starting MYSQL server [OK]", it initializes the data > directory if needed but then stops. I see no errors in syslog or mysql.log. It > starts manually no bother. > > Any thoughts about that? > > Dick |