|
From: Julien B. <jul...@gr...> - 2011-07-04 15:09:03
|
Hello, I migrated devil from 1.2.15 to 1.4.2 . I'm trying to save the new configuration file (save-config -s), but Ican't save it.I have this message : Found *configuration* file location used by boot: /dev/hda1 (It should be on the hard drive where I usually put etc.tar.bz2 file) using device /dev/hda1 *Please* *insert* *Configuration* *Media* in /dev/hda1 *Please* *insert* *Configuration* *Media* in /dev/hda1 *Please* *insert* *Configuration* *Media* in /dev/hda1 Thanks, Julien PS : When I migrated devil from 1.2.11 to 1.2.15 everything was ok. |
|
From: Bruce S. <bw...@re...> - 2011-07-04 15:47:04
|
> I migrated devil from 1.2.15 to 1.4.2 . > I'm trying to save the new configuration file (save-config -s), but I can't > save it. I have this message : > > Found configuration file location used by boot: /dev/hda1 (It should be on > the hard drive where I usually put etc.tar.bz2 file) > using device /dev/hda1 > Please insert Configuration Media in /dev/hda1 It may be because the config filename has changed from "etc.tar.bz2" to "etc-mods.tar.bz2" in DL 1.2 to 1.4. Try: save-config -d /dev/hda1 Once you get the new config filename written to the device, it should be able to find it next time without the "-d" parameter. - BS |
|
From: <jul...@gr...> - 2011-07-05 10:24:05
|
Hello, Sorry but it doesn't work. With save-config -d /dev/hda1 I always have this message : Found configuration file location used by boot: /dev/hda1 using device /dev/hda1 Please insert Configuration Media in /dev/hda1 In /shm I have in : DL_CONFIG_FILE etc-mods.tar.bz DL_CONFIG_SOURCE /dev/hda1 DL_DEVICE /dev/hdc #df -h Filesystem Size Used Avail Use% Mounted on rootfs 462M 462M 0 100% / /dev/hdc 462M 462M 0 100% / none 123M 8.7M 115M 8% /dev none 123M 8.7M 115M 8% /shm/etc Thanks, Julien. On Mon, 4 Jul 2011 11:21:36 -0400, Bruce Smith wrote: >> I migrated devil from 1.2.15 to 1.4.2 . I'm trying to save the new configuration file (save-config -s), but I can't save it. I have this message : Found configuration file location used by boot: /dev/hda1 (It should be on the hard drive where I usually put etc.tar.bz2 file) using device /dev/hda1 Please insert Configuration Media in /dev/hda1 > It may be because the config filename has changed from "etc.tar.bz2" to "etc-mods.tar.bz2" in DL 1.2 to 1.4. Try: save-config -d /dev/hda1 Once you get the new config filename written to the device, it should be able to find it next time without the "-d" parameter. - BS ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 [1] _______________________________________________ Devil-linux-discuss mailing list Dev...@li... [2] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [3] Links: ------ [1] http://p.sf.net/sfu/splunk-d2d-c2 [2] mailto:Dev...@li... [3] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Bruce S. <bw...@re...> - 2011-07-05 11:55:25
|
Can you try creating a "etc-mods.tar.bz" file in the same location where your old etc.tar.bz file resides? Try try save-config again. By create, I mean just do a touch, or copy the etc.tar.bz file to the new name. It doesn't matter what's in the file, just make it exist. - BS On Tue, Jul 5, 2011 at 05:07, <jul...@gr...> wrote: > Hello, > > Sorry but it doesn't work. > > With save-config -d /dev/hda1 I always have this message : > > Found configuration file location used by boot: /dev/hda1 > using device /dev/hda1 > Please insert Configuration Media in /dev/hda1 > > In /shm I have in : > > DL_CONFIG_FILE > > etc-mods.tar.bz > > DL_CONFIG_SOURCE > > /dev/hda1 > > DL_DEVICE > > /dev/hdc > > > > #df -h > > Filesystem Size Used Avail > Use% Mounted on > > rootfs 462M 462M 0 > 100% / > > /dev/hdc 462M 462M 0 > 100% / > > none 123M 8.7M 115M > 8% /dev > > none 123M 8.7M 115M > 8% /shm/etc > > Thanks, > > Julien. > > > > On Mon, 4 Jul 2011 11:21:36 -0400, Bruce Smith wrote: > > I migrated devil from 1.2.15 to 1.4.2 . > I'm trying to save the new configuration file (save-config -s), but I can't > save it. I have this message : > > Found configuration file location used by boot: /dev/hda1 (It should be on > the hard drive where I usually put etc.tar.bz2 file) > using device /dev/hda1 > Please insert Configuration Media in /dev/hda1 > > It may be because the config filename has changed from "etc.tar.bz2" > to "etc-mods.tar.bz2" in DL 1.2 to 1.4. Try: > > save-config -d /dev/hda1 > > Once you get the new config filename written to the device, it should > be able to find it next time without the "-d" parameter. > > - BS > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > |
|
From: Udo L. <udo...@al...> - 2011-07-05 12:53:44
|
Hi, perhaps it's a problem with the filesystem on hda1? What kind is it, or have you tried to create an new one? Udo Am 05.07.2011 13:55, schrieb Bruce Smith: > Can you try creating a "etc-mods.tar.bz" file in the same location > where your old etc.tar.bz file resides? Try try save-config again. > > By create, I mean just do a touch, or copy the etc.tar.bz file to the > new name. It doesn't matter what's in the file, just make it exist. > > - BS > > |
|
From: Heiko Z. <he...@zu...> - 2011-07-05 12:49:32
|
Julien, it seems you don't have /dev/hda1, only a /dev/hdc1 Is the device there? Did it find the partition? fdisk -l /dev/hda Heiko Quoting jul...@gr...: > Hello, > > Sorry but it doesn't work. > > With save-config -d /dev/hda1 > I always have this message : > > Found configuration file location used by > boot: /dev/hda1 > using device /dev/hda1 > Please insert Configuration Media > in /dev/hda1 > > In /shm I have in : > > DL_CONFIG_FILE > > etc-mods.tar.bz > > > DL_CONFIG_SOURCE > > /dev/hda1 > > DL_DEVICE > > /dev/hdc > > #df -h > > > Filesystem Size Used Avail Use% Mounted on > > rootfs 462M 462M 0 100% / > > > /dev/hdc 462M 462M 0 100% / > > none 123M 8.7M 115M 8% /dev > > none 123M > 8.7M 115M 8% /shm/etc > > Thanks, > > Julien. > > On Mon, 4 Jul 2011 11:21:36 > -0400, Bruce Smith wrote: > >>> I migrated devil from 1.2.15 to 1.4.2 . > I'm trying to save the new configuration file (save-config -s), but I > can't save it. I have this message : Found configuration file location > used by boot: /dev/hda1 (It should be on the hard drive where I usually > put etc.tar.bz2 file) using device /dev/hda1 Please insert Configuration > Media in /dev/hda1 >> It may be because the config filename has changed > from "etc.tar.bz2" to "etc-mods.tar.bz2" in DL 1.2 to 1.4. Try: > save-config -d /dev/hda1 Once you get the new config filename written to > the device, it should be able to find it next time without the "-d" > parameter. - BS > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously > valuable. Why? It contains a definitive record of application > performance, security threats, fraudulent activity, and more. Splunk > takes this data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 [1] > _______________________________________________ Devil-linux-discuss > mailing list Dev...@li... [2] > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [3] > > > > > Links: > ------ > [1] http://p.sf.net/sfu/splunk-d2d-c2 > [2] > mailto:Dev...@li... > [3] > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss -- Regards Heiko Zuerker http://www.devil-linux.org |
|
From: <jul...@gr...> - 2011-07-05 13:08:32
|
Yes I see the partition with a fdisk-l /dev/hda Device boot :/ dev/hda1 System : W95 FAT32 Normaly save-config mount my /dev/hda1 write the config in etc-mods.tar.bz and unmount /dev/hda1 I create the file etc-mods.tar.bz in /dev/hda1 but I always have after unmount : Found configuration file location used by boot: /dev/hda1 using device /dev/hda1 Please insert Configuration Media in /dev/hda1 Thanks On Tue, 05 Jul 2011 07:49:25 -0500, Heiko Zuerker wrote: > Julien, > > it seems you don't have /dev/hda1, only a /dev/hdc1 > Is the device there? Did it find the partition? > fdisk -l /dev/hda > > Heiko > > Quoting jul...@gr... [7]: > >> Hello, Sorry but it doesn't work. With save-config -d /dev/hda1 I always have this message : Found configuration file location used by boot: /dev/hda1 using device /dev/hda1 Please insert Configuration Media in /dev/hda1 In /shm I have in : DL_CONFIG_FILE etc-mods.tar.bz DL_CONFIG_SOURCE /dev/hda1 DL_DEVICE /dev/hdc #df -h Filesystem Size Used Avail Use% Mounted on rootfs 462M 462M 0 100% / /dev/hdc 462M 462M 0 100% / none 123M 8.7M 115M 8% /dev none 123M 8.7M 115M 8% /shm/etc Thanks, Julien. On Mon, 4 Jul 2011 11:21:36 -0400, Bruce Smith wrote: >> >>>> I migrated devil from 1.2.15 to 1.4.2 . >> I'm trying to save the new configuration file (save-config -s), but I can't save it. I have this message : Found configuration file location used by boot: /dev/hda1 (It should be on the hard drive where I usually put etc.tar.bz2 file) using device /dev/hda1 Please insert Configuration Media in /dev/hda1 >> >>> It may be because the config filename has changed >> from "etc.tar.bz2" to "etc-mods.tar.bz2" in DL 1.2 to 1.4. Try: save-config -d /dev/hda1 Once you get the new config filename written to the device, it should be able to find it next time without the "-d" parameter. - BS ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 [1] [1] _______________________________________________ Devil-linux-discuss mailing list Dev...@li... [2] [2] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [3] [3] Links: ------ [1] http://p.sf.net/sfu/splunk-d2d-c2 [4] [2] mailto:Dev...@li... [5] [3] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [6] > -- Regards Heiko Zuerker http://www.devil-linux.org [8] ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 [9] _______________________________________________ Devil-linux-discuss mailing list Dev...@li... [10] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [11] Links: ------ [1] http://p.sf.net/sfu/splunk-d2d-c2 [2] mailto:Dev...@li... [3] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [4] http://p.sf.net/sfu/splunk-d2d-c2 [5] mailto:Dev...@li... [6] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [7] mailto:jul...@gr... [8] http://www.devil-linux.org [9] http://p.sf.net/sfu/splunk-d2d-c2 [10] mailto:Dev...@li... [11] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |
|
From: Bruce S. <bw...@re...> - 2011-07-06 03:23:38
|
Try running this exact command as root: mount -o ro,noatime /dev/hda1 /var/adm/mount See if it works, or copy/paste any error messages in your reply. - BS On Tue, Jul 5, 2011 at 09:08, <jul...@gr...> wrote: > Yes I see the partition with a fdisk-l /dev/hda > > Device boot :/ dev/hda1 > > System : W95 FAT32 > > Normaly save-config mount my /dev/hda1 write the config in etc-mods.tar.bz > and unmount /dev/hda1 > > I create the file etc-mods.tar.bz in /dev/hda1 but I always have after > unmount : > > Found configuration file location used by boot: /dev/hda1 > using device /dev/hda1 > Please insert Configuration Media in /dev/hda1 > > Thanks > > On Tue, 05 Jul 2011 07:49:25 -0500, Heiko Zuerker wrote: > > Julien, > > it seems you don't have /dev/hda1, only a /dev/hdc1 > Is the device there? Did it find the partition? > fdisk -l /dev/hda > > Heiko > > Quoting jul...@gr...: > > Hello, > > Sorry but it doesn't work. > > With save-config -d /dev/hda1 > I always have this message : > > Found configuration file location used by > boot: /dev/hda1 > using device /dev/hda1 > Please insert Configuration Media > in /dev/hda1 > > In /shm I have in : > > DL_CONFIG_FILE > > etc-mods.tar.bz > > > DL_CONFIG_SOURCE > > /dev/hda1 > > DL_DEVICE > > /dev/hdc > > #df -h > > > Filesystem Size Used Avail Use% Mounted on > > rootfs 462M 462M 0 100% / > > > /dev/hdc 462M 462M 0 100% / > > none 123M 8.7M 115M 8% /dev > > none 123M > 8.7M 115M 8% /shm/etc > > Thanks, > > Julien. > > On Mon, 4 Jul 2011 11:21:36 > -0400, Bruce Smith wrote: > > I migrated devil from 1.2.15 to 1.4.2 . > > I'm trying to save the new configuration file (save-config -s), but I > can't save it. I have this message : Found configuration file location > used by boot: /dev/hda1 (It should be on the hard drive where I usually > put etc.tar.bz2 file) using device /dev/hda1 Please insert Configuration > Media in /dev/hda1 > > It may be because the config filename has changed > > from "etc.tar.bz2" to "etc-mods.tar.bz2" in DL 1.2 to 1.4. Try: > save-config -d /dev/hda1 Once you get the new config filename written to > the device, it should be able to find it next time without the "-d" > parameter. - BS > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously > valuable. Why? It contains a definitive record of application > performance, security threats, fraudulent activity, and more. Splunk > takes this data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 [1] > _______________________________________________ Devil-linux-discuss > mailing list Dev...@li... [2] > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [3] > > > > > Links: > ------ > [1] http://p.sf.net/sfu/splunk-d2d-c2 > [2] > mailto:Dev...@li... > [3] > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > > |
|
From: <jul...@gr...> - 2011-07-07 11:48:34
|
Hello, mount -o ro,noatime /dev/hda1 /var/adm/mount (/dev/hda1 is not mount) I have this message : mount : /dev/hda1 already mounted or /var/adm/mount busy. I finally install the 1.4.2 on a new machine (vm) and I copy the config from the 1.2.15 Thanks, Julien. On Tue, 5 Jul 2011 23:23:29 -0400, Bruce Smith wrote: > Try running this exact command as root: > > mount -o ro,noatime /dev/hda1 /var/adm/mount > > See if it works, or copy/paste any error messages in your reply. > > - BS > > On Tue, Jul 5, 2011 at 09:08, wrote: >> Yes I see the partition with a fdisk-l /dev/hda Device boot :/ dev/hda1 System : W95 FAT32 Normaly save-config mount my /dev/hda1 write the config in etc-mods.tar.bz and unmount /dev/hda1 I create the file etc-mods.tar.bz in /dev/hda1 but I always have after unmount : Found configuration file location used by boot: /dev/hda1 using device /dev/hda1 Please insert Configuration Media in /dev/hda1 Thanks On Tue, 05 Jul 2011 07:49:25 -0500, Heiko Zuerker wrote: Julien, it seems you don't have /dev/hda1, only a /dev/hdc1 Is the device there? Did it find the partition? fdisk -l /dev/hda Heiko Quoting jul...@gr... [1]: Hello, Sorry but it doesn't work. With save-config -d /dev/hda1 I always have this message : Found configuration file location used by boot: /dev/hda1 using device /dev/hda1 Please insert Configuration Media in /dev/hda1 In /shm I have in : DL_CONFIG_FILE etc-mods.tar.bz DL_CONFIG_SOURCE /dev/hda1 DL_DEVICE /dev/hdc #df -h Filesystem Size Used Avail Use% Mounted on rootfs 462M 462M 0 100% / /dev/hdc 462M 462M 0 100% / none 123M 8.7M 115M 8% /dev none 123M 8.7M 115M 8% /shm/etc Thanks, Julien. On Mon, 4 Jul 2011 11:21:36 -0400, Bruce Smith wrote: I migrated devil from 1.2.15 to 1.4.2 . I'm trying to save the new configuration file (save-config -s), but I can't save it. I have this message : Found configuration file location used by boot: /dev/hda1 (It should be on the hard drive where I usually put etc.tar.bz2 file) using device /dev/hda1 Please insert Configuration Media in /dev/hda1 It may be because the config filename has changed from "etc.tar.bz2" to "etc-mods.tar.bz2" in DL 1.2 to 1.4. Try: save-config -d /dev/hda1 Once you get the new config filename written to the device, it should be able to find it next time without the "-d" parameter. - BS ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 [2] [1] _______________________________________________ Devil-linux-discuss mailing list Dev...@li... [3] [2] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [4] [3] Links: ------ [1] http://p.sf.net/sfu/splunk-d2d-c2 [5] [2] mailto:Dev...@li... [6] [3] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [7] -- Regards Heiko Zuerker http://www.devil-linux.org [8] ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 [9] _______________________________________________ Devil-linux-discuss mailing list Dev...@li... [10] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [11] ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 [12] _______________________________________________ Devil-linux-discuss mailing list Dev...@li... [13] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [14] > ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 [16] _______________________________________________ Devil-linux-discuss mailing list Dev...@li... [17] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [18] Links: ------ [1] mailto:jul...@gr... [2] http://p.sf.net/sfu/splunk-d2d-c2 [3] mailto:Dev...@li... [4] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [5] http://p.sf.net/sfu/splunk-d2d-c2 [6] mailto:Dev...@li... [7] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [8] http://www.devil-linux.org [9] http://p.sf.net/sfu/splunk-d2d-c2 [10] mailto:Dev...@li... [11] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [12] http://p.sf.net/sfu/splunk-d2d-c2 [13] mailto:Dev...@li... [14] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss [15] mailto:jul...@gr... [16] http://p.sf.net/sfu/splunk-d2d-c2 [17] mailto:Dev...@li... [18] https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |