Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with export #339

Closed
n0405 opened this issue Mar 16, 2023 · 10 comments
Closed

Problem with export #339

n0405 opened this issue Mar 16, 2023 · 10 comments

Comments

@n0405
Copy link

n0405 commented Mar 16, 2023

Hi ,
hope you are all well.
I have some issues with export data , maybe someone had a similar problem .
I tried to export data, but with no luck. I though maybe amount of date causing the problem , so I purged items older than 356 days but still export didn't finish until the end and an ISO file isn't generated. . Amount of date that I have is 20G . (/dev/sdb1 35G 20G 13G 61% /mnt/wfs )

@rschitz
Copy link
Member

rschitz commented Mar 16, 2023

Hi, can you check the df-wfs graph after you tried to export to check if there is not enough free space?
image
otherwise you'll have to launch the export script in ssh to check the error

@n0405
Copy link
Author

n0405 commented Mar 16, 2023

Hi , thanks for reply
graf
It seems that free spaces isn't a problem.
what is the name of script ?

@rschitz
Copy link
Member

rschitz commented Mar 16, 2023

It seems that the script is finishing correctly since the removal is the last step.
show me the export screen please
image

@n0405
Copy link
Author

n0405 commented Mar 16, 2023

just one notice , I use version 0.99g "Ravenholm" , and want to export data and import to new Victory Mine.
here are the sreens:

graf1

graf2

in /mnt/wfs/sexigraf-dump, as long as the data export is performed there are files :
4.0K Mar 16 17:04 conf/
64 Mar 16 16:49 dump.info
874K Mar 16 17:04 offline-vminventory.html
18 Mar 16 17:04 sexigraf_version
4.8G Mar 16 17:04 whisper.tgz

And when export is finished , that files are deleted.

@rschitz
Copy link
Member

rschitz commented Mar 16, 2023

very strange. the script is /var/www/scripts/exportSexiGrafBundle.sh
please let me know how it goes when it's executed interactively

@n0405
Copy link
Author

n0405 commented Mar 17, 2023

Hi,
I executed a script and this is the output :

Warning: creating filesystem that does not conform to ISO-9660.
Warning: Creating ISO-9660:1999 (version 2) filesystem.
Warning: ISO-9660 filenames longer than 31 may cause buffer overflows in the OS.
Warning: -follow-links does not always work correctly; be careful.
File /mnt/wfs/sexigraf-dump/whisper.tgz is larger than 4GiB-1.
-allow-limited-size was not specified. There is no way do represent this file size. Aborting.

@n0405
Copy link
Author

n0405 commented Mar 17, 2023

my a colleague help me ,
/usr/bin/genisoimage -allow-limited-size -udf -f -J -joliet-long -r -U -iso-level 4 -o /mnt/wfs/sexigraf-dump.iso /mnt/wfs/sexigraf-dump

and export was finish.

@rschitz
Copy link
Member

rschitz commented Mar 17, 2023

Ok this issue was fixed in a later version #233 you can add the parameter in the script to bypass the limitation and retry please

@n0405
Copy link
Author

n0405 commented Mar 17, 2023

thank you for your help .

@n0405 n0405 closed this as completed Mar 17, 2023
@rschitz
Copy link
Member

rschitz commented Mar 17, 2023

you're welcome, thanks for your support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants