~ubuntu-branches/ubuntu/karmic/vzctl/karmic

« back to all changes in this revision

Viewing changes to include/vzerror.h

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2007-04-10 18:08:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070410180816-0uuzj9fnna7gmzxv
Tags: 3.0.16-4
Etch has been released which means that this version can be uploaded
to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *  Copyright (C) 2000-2006 SWsoft. All rights reserved.
 
2
 *  Copyright (C) 2000-2007 SWsoft. All rights reserved.
3
3
 *
4
4
 *  This program is free software; you can redistribute it and/or modify
5
5
 *  it under the terms of the GNU General Public License as published by
37
37
#define VZ_NOSCRIPT                     11
38
38
#define VZ_NO_ACCES                     12
39
39
#define VZ_SET_CAP                      13
40
 
#define VZ_NOVECONFIG                   14
 
40
#define VZ_NOVECONFIG                   14
41
41
#define VZ_EXEC_TIMEOUT                 15
42
42
#define VZ_CHKPNT_ERROR                 16
43
43
#define VZ_RESTORE_ERROR                17
55
55
#define VZ_NOTENOUGHUBCPARAMS           28
56
56
#define VZ_VE_PKGSET_NOTSET             29
57
57
/*****************************
58
 
    VPS errors
 
58
    VE errors
59
59
 *****************************/
60
60
#define VZ_VE_NOT_RUNNING               31
61
61
#define VZ_VE_RUNNING                   32
96
96
   Disk quota errors
97
97
 *********************************/
98
98
/* disk quota not supported */
99
 
#define VZ_DQ_ON                        60
100
 
#define VZ_DQ_INIT                      61
101
 
#define VZ_DQ_SET                       62
 
99
#define VZ_DQ_ON                        60
 
100
#define VZ_DQ_INIT                      61
 
101
#define VZ_DQ_SET                       62
102
102
#define VZ_DISKSPACE_NOT_SET            63
103
103
#define VZ_DISKINODES_NOT_SET           64
104
104
#define VZ_ERROR_SET_USER_QUOTA         65
130
130
#define VZ_IP_NA                        89
131
131
 
132
132
/* Template Error */
133
 
#define VZ_PKGSET_NOT_FOUND             90
134
 
#define VZ_GET_LAST_VERSION             91
 
133
#define VZ_PKGSET_NOT_FOUND             91
135
134
 
136
135
#define VZ_GET_IP_ERROR                 100
137
136
#define VZ_NETDEV_ERROR                 104
144
143
#define VZ_SET_MEMINFO_ERROR            129
145
144
#define VZ_VETH_ERROR                   130
146
145
#define VZ_SET_NAME_ERROR               131
 
146
#define VZ_WAIT_FAILED                  133
147
147
#endif /* _VZ_ERROR_H_ */
148
148